Searched refs:hex_buf (Results 1 – 2 of 2) sorted by relevance
935 char hex_buf[3] = { 0, 0, 0 }; in zend_scan_escape_string() local939 hex_buf[0] = *(++s); in zend_scan_escape_string()942 hex_buf[1] = *(++s); in zend_scan_escape_string()945 *t++ = (char) ZEND_STRTOL(hex_buf, NULL, 16); in zend_scan_escape_string()
937 char hex_buf[3] = { 0, 0, 0 }; in zend_scan_escape_string() local941 hex_buf[0] = *(++s); in zend_scan_escape_string()944 hex_buf[1] = *(++s); in zend_scan_escape_string()947 *t++ = (char) ZEND_STRTOL(hex_buf, NULL, 16); in zend_scan_escape_string()
Completed in 2201 milliseconds