Home
last modified time | relevance | path

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

/PHP-5.5/ext/json/
H A Dphp_json.h74 #define PHP_JSON_OBJECT_AS_ARRAY (1<<0) macro
79 …php_json_decode_ex(return_value, str, str_len, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0, depth TSRMLS_… in php_json_decode()
H A DJSON_parser.h40 return parse_JSON_ex(jp, z, utf16_json, length, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0 TSRMLS_CC); in parse_JSON()
H A Djson.c117 …REGISTER_LONG_CONSTANT("JSON_OBJECT_AS_ARRAY", PHP_JSON_OBJECT_AS_ARRAY, CONST_CS | CONST_PERSIS… in PHP_MINIT_FUNCTION()
822 options |= PHP_JSON_OBJECT_AS_ARRAY; in PHP_FUNCTION()
824 options &= ~PHP_JSON_OBJECT_AS_ARRAY; in PHP_FUNCTION()
H A DJSON_parser.c445 int assoc = options & PHP_JSON_OBJECT_AS_ARRAY; in parse_JSON_ex()

Completed in 24 milliseconds