]> granicus.if.org Git - php/commitdiff
# missed proto comments
authorRasmus Lerdorf <rasmus@php.net>
Tue, 12 Sep 2000 17:24:46 +0000 (17:24 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 12 Sep 2000 17:24:46 +0000 (17:24 +0000)
ext/standard/html.c

index 6ac09effe6853d636e0e8d8525ce1b8da97bf3bf..f36a7c9c48670287c64f16ad5d7653af61073ee4 100644 (file)
@@ -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)
 {