Skip to content

Commit 89651da

Browse files
committed
Description didn't match the function here
1 parent 562b78f commit 89651da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/html.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ PHP_FUNCTION(htmlspecialchars)
787787
/* }}} */
788788

789789
/* {{{ proto string html_entity_decode(string string [, int quote_style][, string charset])
790-
Convert all applicable characters to HTML entities */
790+
Convert all HTML entities to their applicable characters */
791791
PHP_FUNCTION(html_entity_decode)
792792
{
793793
char *str, *hint_charset = NULL;

0 commit comments

Comments
 (0)