mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
MFH: fix bug #52380 (Typo in lcfirst comment docs).
This commit is contained in:
parent
ebc6982eb8
commit
3aceb07efd
2 changed files with 2 additions and 1 deletions
1
NEWS
1
NEWS
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue