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:
Ferenc Kovacs 2015-07-07 15:49:16 +02:00
commit b6f5cb11a4

View File

@ -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)
{