From: David Coallier Date: Tue, 29 Jan 2008 01:44:38 +0000 (+0000) Subject: - Good proto message and description of function X-Git-Tag: RELEASE_2_0_0a1~731 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b837f8c8b3fe197ac1e2b4a4f3571b4473bc70e8;p=php - Good proto message and description of function --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 1aed7b1de6..faf5513a72 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -3889,8 +3889,8 @@ static void php_lcfirst(char *str) } /* }}} */ -/* {{{ proto string ucfirst(string str) U - Makes a string's first character uppercase */ +/* {{{ proto string lcfirst(string str) U + Makes a string's first character lowercase */ PHP_FUNCTION(lcfirst) { zstr str;