Home
last modified time | relevance | path

Searched refs:php_unescape_html_entities (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/
H A Dhtml.h57 PHPAPI zend_string *php_unescape_html_entities(zend_string *str, int all, int flags, char *hint_cha…
H A Dhtml.c1051 PHPAPI zend_string *php_unescape_html_entities(zend_string *str, int all, int flags, char *hint_cha… in php_unescape_html_entities() function
1457 replaced = php_unescape_html_entities(str, 0 /*!all*/, (int)quote_style, NULL); in PHP_FUNCTION()
1484 …replaced = php_unescape_html_entities(str, 1 /*all*/, (int)quote_style, (hint_charset ? ZSTR_VAL(h… in PHP_FUNCTION()

Completed in 8 milliseconds