Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_language_scanner.l966 char hex_buf[3] = { 0, 0, 0 }; in zend_scan_escape_string() local
968 hex_buf[0] = *(++s); in zend_scan_escape_string()
970 hex_buf[1] = *(++s); in zend_scan_escape_string()
972 *t++ = (char) ZEND_STRTOL(hex_buf, NULL, 16); in zend_scan_escape_string()
H A Dzend_language_scanner.c969 char hex_buf[3] = { 0, 0, 0 }; in zend_scan_escape_string() local
971 hex_buf[0] = *(++s); in zend_scan_escape_string()
973 hex_buf[1] = *(++s); in zend_scan_escape_string()
975 *t++ = (char) ZEND_STRTOL(hex_buf, NULL, 16); in zend_scan_escape_string()

Completed in 20 milliseconds