Searched refs:JSON_G (Results 1 – 2 of 2) sorted by relevance
198 JSON_G(error_code) = encoder.error_code; in php_json_encode_ex()206 return php_json_encode_ex(buf, val, options, JSON_G(encode_max_depth)); in php_json_encode()217 JSON_G(error_code) = php_json_parser_error_code(&parser); in php_json_decode_ex()246 JSON_G(error_code) = encoder.error_code; in PHP_FUNCTION()280 JSON_G(error_code) = PHP_JSON_ERROR_NONE; in PHP_FUNCTION()283 JSON_G(error_code) = PHP_JSON_ERROR_SYNTAX; in PHP_FUNCTION()318 RETURN_LONG(JSON_G(error_code)); in PHP_FUNCTION()330 switch(JSON_G(error_code)) { in PHP_FUNCTION()
92 #define JSON_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(json, v) macro
Completed in 6 milliseconds