Home
last modified time | relevance | path

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

/PHP-8.2/ext/json/
H A Djson.c36 PHP_JSON_API zend_class_entry *php_json_exception_ce; variable
45 php_json_exception_ce = register_class_JsonException(zend_ce_exception); in ZEND_DECLARE_MODULE_GLOBALS()
186 zend_throw_exception(php_json_exception_ce, php_json_get_error_msg(error_code), error_code); in php_json_decode_ex()
225 …zend_throw_exception(php_json_exception_ce, php_json_get_error_msg(encoder.error_code), encoder.er… in PHP_FUNCTION()
260 …zend_throw_exception(php_json_exception_ce, php_json_get_error_msg(PHP_JSON_ERROR_SYNTAX), PHP_JSO… in PHP_FUNCTION()

Completed in 5 milliseconds