Searched defs:hex_buf (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/Zend/ | ||
| H A D | zend_language_scanner.c | 793 char hex_buf[3] = { 0, 0, 0 }; local 797 hex_buf[0] = *(++s); 800 hex_buf[1] = *(++s); 803 *t++ = (char) strtol(hex_buf, NULL, 16); |
Completed in 9 milliseconds