From 29533ae528af6ddf2ea93228721e75c6b94370fc Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Tue, 7 Jul 2015 15:48:55 +0200 Subject: [PATCH] add missing second argument for ucfirst to the proto --- ext/standard/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0