Home
last modified time | relevance | path

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

/PHP-7.3/ext/json/
H A Dphp_json.h57 #define PHP_JSON_OBJECT_AS_ARRAY (1<<0) macro
105 return php_json_decode_ex(return_value, str, str_len, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0, depth); in php_json_decode()
H A Djson.c117 PHP_JSON_REGISTER_CONSTANT("JSON_OBJECT_AS_ARRAY", PHP_JSON_OBJECT_AS_ARRAY); in PHP_MINIT_FUNCTION()
355 options |= PHP_JSON_OBJECT_AS_ARRAY; in PHP_FUNCTION()
357 options &= ~PHP_JSON_OBJECT_AS_ARRAY; in PHP_FUNCTION()
H A Djson_parser.y263 if (parser->scanner.options & PHP_JSON_OBJECT_AS_ARRAY) { in php_json_parser_object_create()
H A Djson_parser.tab.c1871 if (parser->scanner.options & PHP_JSON_OBJECT_AS_ARRAY) { in php_json_parser_object_create()

Completed in 18 milliseconds