aharvey                                  Tue, 20 Jul 2010 04:26:57 +0000

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().

Bug: http://bugs.php.net/52380 (Assigned) Typo in lcfirst comment docs
      
Changed paths:
    U   php/php-src/trunk/ext/standard/string.c

Modified: php/php-src/trunk/ext/standard/string.c
===================================================================
--- php/php-src/trunk/ext/standard/string.c     2010-07-20 04:25:14 UTC (rev 
301411)
+++ php/php-src/trunk/ext/standard/string.c     2010-07-20 04:26:57 UTC (rev 
301412)
@@ -2571,7 +2571,7 @@
 }
 /* }}} */

-/* {{{ proto string ucfirst(string str)
+/* {{{ proto string lcfirst(string str)
    Make a string's first character lowercase */
 PHP_FUNCTION(lcfirst)
 {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to