Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dhtml.c747 zend_long code_l; in process_numeric_entity() local
761 code_l = ZEND_STRTOL(*buf, &endptr, hexadecimal ? 16 : 10); in process_numeric_entity()
770 if (code_l > Z_L(0x10FFFF)) in process_numeric_entity()
774 *code_point = (unsigned)code_l; in process_numeric_entity()

Completed in 7 milliseconds