From: Rolland Santimano Date: Thu, 18 Aug 2005 05:53:46 +0000 (+0000) Subject: - Removed 'proto' from description of internal funcns: ucfirst()/ucwords() X-Git-Tag: PRE_NEW_OCI8_EXTENSION~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd4e6da642ee52583b27144ebb5d91a83ff526ca;p=php - Removed 'proto' from description of internal funcns: ucfirst()/ucwords() --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 03f9ca1e25..eb707f8c18 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -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) {