Edit report at http://bugs.php.net/bug.php?id=52380&edit=1
ID: 52380 Updated by: ahar...@php.net Reported by: toddw at activestate dot com Summary: Typo in lcfirst comment docs -Status: Suspended +Status: Closed Type: Bug Package: Strings related PHP Version: trunk-SVN-2010-07-19 (SVN) Assigned To: aharvey New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2010-07-23 11:02:16] ahar...@php.net Automatic comment from SVN on behalf of aharvey Revision: http://svn.php.net/viewvc/?view=revision&revision=301482 Log: MFH: fix bug #52380 (Typo in lcfirst comment docs). ------------------------------------------------------------------------ [2010-07-20 06:27:25] ahar...@php.net Fixed on trunk. Will MFH once the 5.2.14 and 5.3.3 releases are out. ------------------------------------------------------------------------ [2010-07-20 06:26:59] ahar...@php.net Automatic comment from SVN on behalf of aharvey Revision: http://svn.php.net/viewvc/?view=revision&revision=301412 Log: Fix bug #52380 (Typo in lcfirst comment docs) by updating the commented prototype for lcfirst() to actually read lcfirst(). ------------------------------------------------------------------------ [2010-07-19 21:46:24] toddw at activestate dot com Description: ------------ The lcfirst function has the wrong proto comment name - being "ucfirst" instead of "lcfirst", see snippet from "ext/standard/string.c" below: /* {{{ proto string ucfirst(string str) Make a string's first character lowercase */ PHP_FUNCTION(lcfirst) { ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=52380&edit=1