From b837f8c8b3fe197ac1e2b4a4f3571b4473bc70e8 Mon Sep 17 00:00:00 2001 From: David Coallier Date: Tue, 29 Jan 2008 01:44:38 +0000 Subject: [PATCH] - Good proto message and description of function --- ext/standard/string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.50.1