From: Ferenc Kovacs Date: Tue, 7 Jul 2015 13:48:55 +0000 (+0200) Subject: add missing second argument for ucfirst to the proto X-Git-Tag: php-5.4.43~1^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29533ae528af6ddf2ea93228721e75c6b94370fc;p=php add missing second argument for ucfirst to the proto --- diff --git a/ext/standard/string.c b/ext/standard/string.c index e22207dcb9..978007a513 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -2738,7 +2738,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) {