Searched refs:PHP_JSON_OUTPUT_ARRAY (Results 1 – 2 of 2) sorted by relevance
39 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()
81 #define PHP_JSON_OUTPUT_ARRAY 0 macro
Completed in 10 milliseconds