Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhtml.c779 static inline int process_numeric_entity(const char **buf, unsigned *code_point) in process_numeric_entity() argument
807 if (code_point != NULL) in process_numeric_entity()
808 *code_point = (unsigned)code_l; in process_numeric_entity()
1380 unsigned code_point; in php_escape_html_entities_ex() local
1383 valid = process_numeric_entity((const char **)&pos, &code_point); in php_escape_html_entities_ex()
1387 if (!numeric_entity_is_allowed(code_point, doctype)) in php_escape_html_entities_ex()

Completed in 8 milliseconds