Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhtml.c781 long code_l; in process_numeric_entity() local
795 code_l = strtol(*buf, &endptr, hexadecimal ? 16 : 10); in process_numeric_entity()
804 if (code_l > 0x10FFFFL) in process_numeric_entity()
808 *code_point = (unsigned)code_l; in process_numeric_entity()

Completed in 7 milliseconds