Searched refs:PHP_JSON_OBJECT_AS_ARRAY (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/json/ |
H A D | php_json.h | 72 #define PHP_JSON_OBJECT_AS_ARRAY (1<<0) macro 77 …php_json_decode_ex(return_value, str, str_len, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0, depth TSRMLS_… in php_json_decode()
|
H A D | JSON_parser.h | 37 return parse_JSON_ex(jp, z, utf16_json, length, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0 TSRMLS_CC); in parse_JSON()
|
H A D | json.c | 107 …REGISTER_LONG_CONSTANT("JSON_OBJECT_AS_ARRAY", PHP_JSON_OBJECT_AS_ARRAY, CONST_CS | CONST_PERSIS… in PHP_MINIT_FUNCTION() 808 options |= PHP_JSON_OBJECT_AS_ARRAY; in PHP_FUNCTION() 810 options &= ~PHP_JSON_OBJECT_AS_ARRAY; in PHP_FUNCTION()
|
H A D | JSON_parser.c | 445 int assoc = options & PHP_JSON_OBJECT_AS_ARRAY; in parse_JSON_ex()
|
Completed in 11 milliseconds