]> granicus.if.org Git - php/commitdiff
- Removed 'proto' from description of internal funcns: ucfirst()/ucwords()
authorRolland Santimano <rolland@php.net>
Thu, 18 Aug 2005 05:53:46 +0000 (05:53 +0000)
committerRolland Santimano <rolland@php.net>
Thu, 18 Aug 2005 05:53:46 +0000 (05:53 +0000)
ext/standard/string.c

index 03f9ca1e25f6f155e85f6a6865c72af1ade1bbbe..eb707f8c18c259bc70af97ec3fa091be7f0e9d3c 100644 (file)
@@ -2872,7 +2872,7 @@ PHP_FUNCTION(chr)
 }
 /* }}} */
 
-/* {{{ 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 @@ PHP_FUNCTION(ucfirst)
 }
 /* }}} */
 
-/* {{{ 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)
 {