Searched refs:JSON_G (Results 1 – 2 of 2) sorted by relevance
45 # define JSON_G(v) TSRMG(json_globals_id, zend_json_globals *, v) macro47 # define JSON_G(v) (json_globals.v)
322 JSON_G(error_code) = PHP_JSON_ERROR_UTF8; in json_escape_string()503 JSON_G(error_code) = PHP_JSON_ERROR_UTF8; in php_json_decode()553 JSON_G(error_code) = jp->error_code; in php_json_decode()570 JSON_G(error_code) = PHP_JSON_ERROR_NONE; in PHP_FUNCTION()593 JSON_G(error_code) = 0; in PHP_FUNCTION()611 RETURN_LONG(JSON_G(error_code)); in PHP_FUNCTION()
Completed in 5 milliseconds