Searched refs:code_l (Results 1 – 1 of 1) sorted by relevance
794 zend_long code_l; in process_numeric_entity() local808 code_l = ZEND_STRTOL(*buf, &endptr, hexadecimal ? 16 : 10); in process_numeric_entity()817 if (code_l > Z_L(0x10FFFF)) in process_numeric_entity()821 *code_point = (unsigned)code_l; in process_numeric_entity()
Completed in 12 milliseconds