Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhtml.h28 #define ENT_HTML_DOC_XHTML 32 macro
H A Dhtml.c627 case ENT_HTML_DOC_XHTML: in unicode_cp_is_allowed()
658 case ENT_HTML_DOC_XHTML: in numeric_entity_is_allowed()
883 if (doctype == ENT_HTML_DOC_XHTML && ent_len == 4 && start[0] == 'a' in traverse_for_entities()
937 case ENT_HTML_DOC_XHTML: /* but watch out for '...*/ in unescape_inverse_map()
1284 if (!(doctype == ENT_HTML_DOC_XHTML && ent_len == 4 && start[0] == 'a' in php_escape_html_entities_ex()

Completed in 28 milliseconds