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



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