Home
last modified time | relevance | path

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

/PHP-7.2/ext/json/
H A Dphp_json.h57 #define PHP_JSON_OBJECT_AS_ARRAY (1<<0) macro
104 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.c113 PHP_JSON_REGISTER_CONSTANT("JSON_OBJECT_AS_ARRAY", PHP_JSON_OBJECT_AS_ARRAY); in PHP_MINIT_FUNCTION()
300 options |= PHP_JSON_OBJECT_AS_ARRAY; in PHP_FUNCTION()
302 options &= ~PHP_JSON_OBJECT_AS_ARRAY; in PHP_FUNCTION()
H A Djson_parser.y262 if (parser->scanner.options & PHP_JSON_OBJECT_AS_ARRAY) { in php_json_parser_object_create()
H A Djson_parser.tab.c1870 if (parser->scanner.options & PHP_JSON_OBJECT_AS_ARRAY) { in php_json_parser_object_create()

Completed in 26 milliseconds