Home
last modified time | relevance | path

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

/PHP-7.2/ext/json/
H A Djson_scanner.re67 static int php_json_hex_to_int(char code)
86 code |= php_json_hex_to_int(*(pc--)) << (i * 4);
H A Djson_scanner.c68 static int php_json_hex_to_int(char code) in php_json_hex_to_int() function
87 code |= php_json_hex_to_int(*(pc--)) << (i * 4); in php_json_ucs2_to_int_ex()

Completed in 9 milliseconds