From: Rasmus Lerdorf Date: Tue, 12 Sep 2000 17:24:46 +0000 (+0000) Subject: # missed proto comments X-Git-Tag: php-4.0.3RC1~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75d73aaffbbcc22d80abc4ae7b1c3fefb256c054;p=php # missed proto comments --- diff --git a/ext/standard/html.c b/ext/standard/html.c index 6ac09effe6..f36a7c9c48 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -128,7 +128,7 @@ void register_html_constants(INIT_FUNC_ARGS) REGISTER_LONG_CONSTANT("ENT_NOQUOTES", ENT_NOQUOTES, CONST_PERSISTENT|CONST_CS); } -/* {{{ proto string htmlspecialchars(string string) +/* {{{ proto string htmlspecialchars(string string [, int quote_style]) Convert special characters to HTML entities */ PHP_FUNCTION(htmlspecialchars) { @@ -136,7 +136,7 @@ PHP_FUNCTION(htmlspecialchars) } /* }}} */ -/* {{{ proto string htmlentities(string string) +/* {{{ proto string htmlentities(string string [, int quote_style]) Convert all applicable characters to HTML entities */ PHP_FUNCTION(htmlentities) {