From: Rasmus Lerdorf Date: Wed, 28 Aug 2002 22:14:42 +0000 (+0000) Subject: Description didn't match the function here X-Git-Tag: RELEASE_0_91~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89651dabde60af81e155d4ebf4df51afecf8592a;p=php Description didn't match the function here --- diff --git a/ext/standard/html.c b/ext/standard/html.c index 3f54c87ffa..e0b237e1c3 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -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;