Home
last modified time | relevance | path

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

/PHP-5.4/ext/json/
H A Dphp_json.h46 # define JSON_G(v) TSRMG(json_globals_id, zend_json_globals *, v) macro
48 # define JSON_G(v) (json_globals.v)
H A Djson.c211 for (i = 0; i < JSON_G(encoder_depth); ++i) { in json_pretty_print_indent()
245 ++JSON_G(encoder_depth); in json_encode_array()
333 --JSON_G(encoder_depth); in json_encode_array()
430 JSON_G(error_code) = PHP_JSON_ERROR_UTF8; in json_escape_string()
669 JSON_G(error_code) = PHP_JSON_ERROR_UTF8; in php_json_decode_ex()
758 JSON_G(error_code) = jp->error_code; in php_json_decode_ex()
776 JSON_G(error_code) = PHP_JSON_ERROR_NONE; in PHP_FUNCTION()
800 JSON_G(error_code) = 0; in PHP_FUNCTION()
825 RETURN_LONG(JSON_G(error_code)); in PHP_FUNCTION()

Completed in 8 milliseconds