Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dhtml.c659 static inline int unicode_cp_is_allowed(unsigned uni_cp, int document_type) in unicode_cp_is_allowed() function
733 return unicode_cp_is_allowed(uni_cp, document_type); in numeric_entity_is_allowed()
940 if (!unicode_cp_is_allowed(code, doctype) || in traverse_for_entities()
1292 if (!unicode_cp_is_allowed(this_char, doctype)) { in php_escape_html_entities_ex()
1299 if (!unicode_cp_is_allowed(this_char, doctype)) { in php_escape_html_entities_ex()
1312 !unicode_cp_is_allowed(this_char, doctype)) { in php_escape_html_entities_ex()

Completed in 7 milliseconds