]> granicus.if.org Git - php/commitdiff
Description didn't match the function here
authorRasmus Lerdorf <rasmus@php.net>
Wed, 28 Aug 2002 22:14:42 +0000 (22:14 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 28 Aug 2002 22:14:42 +0000 (22:14 +0000)
ext/standard/html.c

index 3f54c87ffa53b0bc705563e08450cf62c4497f1a..e0b237e1c375673e9d2e1a912d19a436892196d4 100644 (file)
@@ -787,7 +787,7 @@ PHP_FUNCTION(htmlspecialchars)
 /* }}} */
 
 /* {{{ proto string html_entity_decode(string string [, int quote_style][, string charset])
-   Convert all applicable characters to HTML entities */
+   Convert all HTML entities to their applicable characters */
 PHP_FUNCTION(html_entity_decode)
 {
        char *str, *hint_charset = NULL;