From 75d73aaffbbcc22d80abc4ae7b1c3fefb256c054 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 12 Sep 2000 17:24:46 +0000 Subject: [PATCH] # missed proto comments --- ext/standard/html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.50.1