Searched refs:code_l (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/standard/ | ||
| H A D | html.c | 781 long code_l; local 795 code_l = strtol(*buf, &endptr, hexadecimal ? 16 : 10); 804 if (code_l > 0x10FFFFL) 808 *code_point = (unsigned)code_l; |
Completed in 4 milliseconds