]> granicus.if.org Git - php/commitdiff
add missing second argument for ucfirst to the proto
authorFerenc Kovacs <tyrael@php.net>
Tue, 7 Jul 2015 13:48:55 +0000 (15:48 +0200)
committerFerenc Kovacs <tyrael@php.net>
Tue, 7 Jul 2015 13:48:55 +0000 (15:48 +0200)
ext/standard/string.c

index e22207dcb9f9129f4449b80137f1094264716ff1..978007a513903ad040d153e9d06a206d61e3ed09 100644 (file)
@@ -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)
 {