Home
last modified time | relevance | path

Searched refs:entity_table (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.0/ext/standard/
H A Dhtml.c1232 entity_table_opt entity_table; in php_escape_html_entities_ex() local
1247 entity_table = determine_entity_table(all, doctype); in php_escape_html_entities_ex()
1327 find_entity_for_char(this_char, charset, entity_table.ms_table, &rep, in php_escape_html_entities_ex()
1330 find_entity_for_char_basic(this_char, entity_table.table, &rep, &rep_len); in php_escape_html_entities_ex()
1615 entity_table_opt entity_table; in PHP_FUNCTION() local
1636 entity_table = determine_entity_table((int)all, doctype); in PHP_FUNCTION()
1642 const entity_stage1_row *ms_table = entity_table.ms_table; in PHP_FUNCTION()
1703 const entity_stage3_row *r = &entity_table.table[j]; in PHP_FUNCTION()

Completed in 14 milliseconds