Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_language_scanner.l941 char hex_buf[3] = { 0, 0, 0 }; in zend_scan_escape_string() local
945 hex_buf[0] = *(++s); in zend_scan_escape_string()
948 hex_buf[1] = *(++s); in zend_scan_escape_string()
951 *t++ = (char) strtol(hex_buf, NULL, 16); in zend_scan_escape_string()
H A Dzend_language_scanner.c943 char hex_buf[3] = { 0, 0, 0 }; in zend_scan_escape_string() local
947 hex_buf[0] = *(++s); in zend_scan_escape_string()
950 hex_buf[1] = *(++s); in zend_scan_escape_string()
953 *t++ = (char) strtol(hex_buf, NULL, 16); in zend_scan_escape_string()

Completed in 16 milliseconds