Home
last modified time | relevance | path

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

/PHP-5.5/ext/json/
H A Dphp_json.h43 int encode_max_depth; variable
H A Djson.c130 json_globals->encode_max_depth = 0; in PHP_GINIT_FUNCTION()
344 if (JSON_G(encoder_depth) > JSON_G(encode_max_depth)) { in json_encode_array()
786 JSON_G(encode_max_depth) = depth; in PHP_FUNCTION()

Completed in 6 milliseconds