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:      Assigned
+Status:      Suspended
 Type:        Bug
 Package:     Strings related
 PHP Version: trunk-SVN-2010-07-19 (SVN)
 Assigned To: aharvey

 New Comment:

Fixed on trunk. Will MFH once the 5.2.14 and 5.3.3 releases are out.


Previous Comments:
------------------------------------------------------------------------
[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

Reply via email to