Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dhtml.h44 PHPAPI char *php_unescape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int q…
H A Dhtml.c921 PHPAPI char *php_unescape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int q… in php_unescape_html_entities() function
1399 replaced = php_unescape_html_entities(str, str_len, &len, 1, quote_style, hint_charset TSRMLS_CC); in PHP_FUNCTION()

Completed in 7 milliseconds