encoder_depth 137 ext/json/json.c json_globals->encoder_depth = 0; encoder_depth 231 ext/json/json.c for (i = 0; i < JSON_G(encoder_depth); ++i) { encoder_depth 265 ext/json/json.c ++JSON_G(encoder_depth); encoder_depth 353 ext/json/json.c if (JSON_G(encoder_depth) > JSON_G(encode_max_depth)) { encoder_depth 356 ext/json/json.c --JSON_G(encoder_depth); encoder_depth 41 ext/json/php_json.h int encoder_depth;