MFH: fix bug #52380 (Typo in lcfirst comment docs).

This commit is contained in:
Adam Harvey 2010-07-23 09:02:14 +00:00
parent ebc6982eb8
commit 3aceb07efd
2 changed files with 2 additions and 1 deletions

1
NEWS
View file

@ -2,6 +2,7 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2010, PHP 5.3.4
- Fixed bug #52380 (Typo in lcfirst comment docs). (Adam)
22 Jul 2010, PHP 5.3.3
- Upgraded bundled sqlite to version 3.6.23.1. (Ilia)

View file

@ -2571,7 +2571,7 @@ static void php_lcfirst(char *str)
}
/* }}} */
/* {{{ proto string ucfirst(string str)
/* {{{ proto string lcfirst(string str)
Make a string's first character lowercase */
PHP_FUNCTION(lcfirst)
{