Home
last modified time | relevance | path

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

/PHP-7.4/ext/json/
H A Djson.c214 static const char *php_json_get_error_msg(php_json_error_code error_code) /* {{{ */ in php_json_get_error_msg() function
256 zend_throw_exception(php_json_exception_ce, php_json_get_error_msg(error_code), error_code); in php_json_decode_ex()
296 …zend_throw_exception(php_json_exception_ce, php_json_get_error_msg(encoder.error_code), encoder.er… in PHP_FUNCTION()
336 …zend_throw_exception(php_json_exception_ce, php_json_get_error_msg(PHP_JSON_ERROR_SYNTAX), PHP_JSO… in PHP_FUNCTION()
384 RETURN_STRING(php_json_get_error_msg(JSON_G(error_code))); in PHP_FUNCTION()

Completed in 6 milliseconds