summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-07-07 15:48:55 +0200
committerFerenc Kovacs <tyrael@php.net>2015-07-07 15:48:55 +0200
commit29533ae528af6ddf2ea93228721e75c6b94370fc (patch)
tree2230e85149db9a5f7547de24520015bd4f0aab48
parentcd9c39d77ce22e5e377f9f23474c20374d76a10a (diff)
downloadphp-git-29533ae528af6ddf2ea93228721e75c6b94370fc.tar.gz
add missing second argument for ucfirst to the proto
-rw-r--r--ext/standard/string.c2
1 files changed, 1 insertions, 1 deletions
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)
{