Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_language_scanner.l932 char hex_buf[3] = { 0, 0, 0 }; in zend_scan_escape_string() local
936 hex_buf[0] = *(++s); in zend_scan_escape_string()
939 hex_buf[1] = *(++s); in zend_scan_escape_string()
942 *t++ = (char) strtol(hex_buf, NULL, 16); in zend_scan_escape_string()
H A Dzend_language_scanner.c934 char hex_buf[3] = { 0, 0, 0 }; in zend_scan_escape_string() local
938 hex_buf[0] = *(++s); in zend_scan_escape_string()
941 hex_buf[1] = *(++s); in zend_scan_escape_string()
944 *t++ = (char) strtol(hex_buf, NULL, 16); in zend_scan_escape_string()

Completed in 22 milliseconds