Home
last modified time | relevance | path

Searched refs:PHP_JSON_OUTPUT_ARRAY (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/json/
H A Djson_encoder.c39 return zend_array_is_list(myht) ? PHP_JSON_OUTPUT_ARRAY : PHP_JSON_OUTPUT_OBJECT; in php_json_determine_array_type()
42 return PHP_JSON_OUTPUT_ARRAY; in php_json_determine_array_type()
214 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
230 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
307 if (r == PHP_JSON_OUTPUT_ARRAY) { in php_json_encode_array()
H A Dphp_json.h83 #define PHP_JSON_OUTPUT_ARRAY 0 macro

Completed in 7 milliseconds