Home
last modified time | relevance | path

Searched refs:PHP_JSON_T_NUL (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/json/
H A Djson_parser.tab.h48 PHP_JSON_T_NUL = 258, enumerator
60 #define PHP_JSON_T_NUL 258 macro
H A Djson_parser.y63 %token <value> PHP_JSON_T_NUL
233 | PHP_JSON_T_NUL
H A Djson_parser.tab.c157 PHP_JSON_T_NUL = 258, enumerator
169 #define PHP_JSON_T_NUL 258 macro
H A Djson_scanner.re162 return PHP_JSON_T_NUL;
H A Djson_scanner.c533 return PHP_JSON_T_NUL; in php_json_scan()

Completed in 24 milliseconds