Home
last modified time | relevance | path

Searched refs:ENT_HTML_SUBSTITUTE_ERRORS (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/standard/
H A Dhtml.h26 #define ENT_HTML_SUBSTITUTE_ERRORS 8 macro
40 #define ENT_SUBSTITUTE ENT_HTML_SUBSTITUTE_ERRORS
H A Dhtml.c1207 if (flags & (ENT_HTML_SUBSTITUTE_ERRORS | ENT_HTML_SUBSTITUTE_DISALLOWED_CHARS)) { in php_escape_html_entities_ex()
1245 } else if (flags & ENT_HTML_SUBSTITUTE_ERRORS) { in php_escape_html_entities_ex()
/PHP-7.4/main/
H A Dmain.c1005 …l_entities((unsigned char*)buffer, buffer_len, 0, ENT_COMPAT | ENT_HTML_SUBSTITUTE_ERRORS, get_saf… in php_verror()

Completed in 14 milliseconds