Home
last modified time | relevance | path

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

/PHP-8.1/ext/json/
H A Djson.c106 JSON_G(error_code) = 0; in PHP_RINIT_FUNCTION()
169 JSON_G(error_code) = encoder.error_code; in php_json_encode_ex()
177 return php_json_encode_ex(buf, val, options, JSON_G(encode_max_depth)); in php_json_encode()
223 JSON_G(error_code) = error_code; in php_json_decode_ex()
256 JSON_G(error_code) = encoder.error_code; in PHP_FUNCTION()
296 JSON_G(error_code) = PHP_JSON_ERROR_NONE; in PHP_FUNCTION()
301 JSON_G(error_code) = PHP_JSON_ERROR_SYNTAX; in PHP_FUNCTION()
336 RETURN_LONG(JSON_G(error_code)); in PHP_FUNCTION()
345 RETURN_STRING(php_json_get_error_msg(JSON_G(error_code))); in PHP_FUNCTION()
H A Dphp_json.h94 #define JSON_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(json, v) macro

Completed in 7 milliseconds