mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: add missing second argument for ucfirst to the proto
This commit is contained in:
commit
b6f5cb11a4
1 changed files with 1 additions and 1 deletions
|
@ -2749,7 +2749,7 @@ PHP_FUNCTION(lcfirst)
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto string ucwords(string str)
|
||||
/* {{{ proto string ucwords(string str [, string delims])
|
||||
Uppercase the first character of every word in a string */
|
||||
PHP_FUNCTION(ucwords)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue