Home
last modified time | relevance | path

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

/php-src/ext/json/
H A Djson.c74 JSON_G(error_code) = 0; in PHP_RINIT_FUNCTION()
137 JSON_G(error_code) = encoder.error_code; in php_json_encode_ex()
191 JSON_G(error_code) = error_code; in php_json_decode_ex()
213 JSON_G(error_code) = error_code; in php_json_validate_ex()
242 JSON_G(error_code) = encoder.error_code; in PHP_FUNCTION()
278 JSON_G(error_code) = PHP_JSON_ERROR_NONE; in PHP_FUNCTION()
283 JSON_G(error_code) = PHP_JSON_ERROR_SYNTAX; in PHP_FUNCTION()
335 JSON_G(error_code) = PHP_JSON_ERROR_SYNTAX; in PHP_FUNCTION()
339 JSON_G(error_code) = PHP_JSON_ERROR_NONE; in PHP_FUNCTION()
360 RETURN_LONG(JSON_G(error_code)); in PHP_FUNCTION()
[all …]
H A Dphp_json.h96 #define JSON_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(json, v) macro

Completed in 7 milliseconds