Searched refs:hex_buf (Results 1 – 1 of 1) sorted by relevance
997 char hex_buf[3] = { 0, 0, 0 }; in zend_scan_escape_string() local999 hex_buf[0] = *(++s); in zend_scan_escape_string()1001 hex_buf[1] = *(++s); in zend_scan_escape_string()1003 *t++ = (char) ZEND_STRTOL(hex_buf, NULL, 16); in zend_scan_escape_string()
Completed in 14 milliseconds