Home
last modified time | relevance | path

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

/PHP-7.0/ext/json/
H A Djson_scanner.re55 static int php_json_hex_to_int(char code)
74 code |= php_json_hex_to_int(*(pc--)) << (i * 4);
H A Djson_scanner.c56 static int php_json_hex_to_int(char code) in php_json_hex_to_int() function
75 code |= php_json_hex_to_int(*(pc--)) << (i * 4); in php_json_ucs2_to_int_ex()

Completed in 7 milliseconds