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
|
@ -2641,7 +2641,7 @@ mysqlnd_poll(MYSQLND **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long se
|
|||
retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);
|
||||
|
||||
if (retval == -1) {
|
||||
php_error_docref(NULL, E_WARNING, "unable to select [%d]: %s (max_fd=%d)",
|
||||
php_error_docref(NULL, E_WARNING, "Unable to select [%d]: %s (max_fd=%d)",
|
||||
errno, strerror(errno), max_fd);
|
||||
DBG_RETURN(FAIL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue