summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-07-07 10:08:37 -0700
committerStanislav Malyshev <stas@php.net>2015-07-07 10:08:37 -0700
commit545eddba93fba7a6cbbe77bcb43dc9d3b2c50282 (patch)
treecc989b47517b2a9946aeadf6c54559afa2f21dcb
parented84af4b882a4daf1a93386327853aab326ae67b (diff)
parentb6f5cb11a4482e678bb4fb0a09f1e2fb6ec4190f (diff)
downloadphp-git-545eddba93fba7a6cbbe77bcb43dc9d3b2c50282.tar.gz
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
* 'PHP-5.5' of git.php.net:php-src: 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 8c850512c7..63eede1c71 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -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)
{