From fd4e6da642ee52583b27144ebb5d91a83ff526ca Mon Sep 17 00:00:00 2001 From: Rolland Santimano Date: Thu, 18 Aug 2005 05:53:46 +0000 Subject: [PATCH] - Removed 'proto' from description of internal funcns: ucfirst()/ucwords() --- ext/standard/string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.50.1