mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Make error messages more consistent by fixing capitalization
Closes GH-5066 As a first step, let's capitalize their initial letter when it is applicable.
This commit is contained in:
parent
117b18d22d
commit
d1764ca330
432 changed files with 1525 additions and 1525 deletions
|
@ -35,7 +35,7 @@ PHP_FUNCTION(unixtojd)
|
|||
if (!ts) {
|
||||
ts = time(NULL);
|
||||
} else if (ts < 0) {
|
||||
zend_value_error("timestamp must not be negative");
|
||||
zend_value_error("Timestamp must not be negative");
|
||||
RETURN_THROWS();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue