Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhtml.c676 zend_long code_l; in process_numeric_entity() local
690 code_l = ZEND_STRTOL(*buf, &endptr, hexadecimal ? 16 : 10); in process_numeric_entity()
699 if (code_l > Z_L(0x10FFFF)) in process_numeric_entity()
703 *code_point = (unsigned)code_l; in process_numeric_entity()

Completed in 8 milliseconds