Searched defs:hex_buf (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/Zend/ | ||
| H A D | zend_language_scanner.c | 943 char hex_buf[3] = { 0, 0, 0 }; local 947 hex_buf[0] = *(++s); 950 hex_buf[1] = *(++s); 953 *t++ = (char) strtol(hex_buf, NULL, 16); |
Completed in 10 milliseconds