PHP_JSON_OBJECT_AS_ARRAY  122 ext/json/json.c 	PHP_JSON_REGISTER_CONSTANT("JSON_OBJECT_AS_ARRAY", PHP_JSON_OBJECT_AS_ARRAY);
PHP_JSON_OBJECT_AS_ARRAY  265 ext/json/json.c 		options |=  PHP_JSON_OBJECT_AS_ARRAY;
PHP_JSON_OBJECT_AS_ARRAY  267 ext/json/json.c 		options &= ~PHP_JSON_OBJECT_AS_ARRAY;
PHP_JSON_OBJECT_AS_ARRAY  246 ext/json/json_parser.y 	if (parser->scanner.options & PHP_JSON_OBJECT_AS_ARRAY) {
PHP_JSON_OBJECT_AS_ARRAY  100 ext/json/php_json.h 	php_json_decode_ex(return_value, str, str_len, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0, depth);