rolland         Thu Aug 18 01:53:48 2005 EDT

  Modified files:              
    /php-src/ext/standard       string.c 
  Log:
  - Removed 'proto' from description of internal funcns: ucfirst()/ucwords()
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.464&r2=1.465&ty=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.464 php-src/ext/standard/string.c:1.465
--- php-src/ext/standard/string.c:1.464 Wed Aug 17 16:29:00 2005
+++ php-src/ext/standard/string.c       Thu Aug 18 01:53:46 2005
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: string.c,v 1.464 2005/08/17 20:29:00 rolland Exp $ */
+/* $Id: string.c,v 1.465 2005/08/18 05:53:46 rolland Exp $ */
 
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
@@ -2872,7 +2872,7 @@
 }
 /* }}} */
 
-/* {{{ proto php_u_ucfirst
+/* {{{ php_u_ucfirst()
    Makes an Unicode string's first character uppercase */
 static void php_u_ucfirst(zval *ustr, zval *return_value)
 {
@@ -2940,7 +2940,7 @@
 }
 /* }}} */
 
-/* {{{ proto php_u_ucwords()
+/* {{{ php_u_ucwords()
    Uppercase the first character of every word in an Unicode string */
 static void php_u_ucwords(zval *ustr, zval *retval)
 {

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

Reply via email to