Home
last modified time | relevance | path

Searched refs:PHP_JSON_OBJECT_AS_ARRAY (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/json/
H A Dphp_json.h72 #define PHP_JSON_OBJECT_AS_ARRAY (1<<0) macro
100 php_json_decode_ex(return_value, str, str_len, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0, depth); in php_json_decode()
H A Djson.c122 PHP_JSON_REGISTER_CONSTANT("JSON_OBJECT_AS_ARRAY", PHP_JSON_OBJECT_AS_ARRAY); in PHP_MINIT_FUNCTION()
275 options |= PHP_JSON_OBJECT_AS_ARRAY; in PHP_FUNCTION()
277 options &= ~PHP_JSON_OBJECT_AS_ARRAY; in PHP_FUNCTION()
H A Djson_parser.y246 if (parser->scanner.options & PHP_JSON_OBJECT_AS_ARRAY) { in php_json_parser_object_init()
H A Djson_parser.tab.c1858 if (parser->scanner.options & PHP_JSON_OBJECT_AS_ARRAY) { in php_json_parser_object_init()

Completed in 33 milliseconds