Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dhtml.c790 static inline int process_numeric_entity(const char **buf, unsigned *code_point) in process_numeric_entity() argument
818 if (code_point != NULL) in process_numeric_entity()
819 *code_point = (unsigned)code_l; in process_numeric_entity()
1381 unsigned code_point; in php_escape_html_entities_ex() local
1384 valid = process_numeric_entity((const char **)&pos, &code_point); in php_escape_html_entities_ex()
1388 if (!numeric_entity_is_allowed(code_point, doctype)) in php_escape_html_entities_ex()

Completed in 8 milliseconds