Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_exceptions.h70 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *exception, int severity);
H A Dzend_exceptions.c210 zend_exception_error(EG(exception), E_ERROR); in zend_throw_exception_internal()
214 zend_exception_error(EG(exception), E_ERROR); in zend_throw_exception_internal()
902 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error() function
H A Dzend.c1430 zend_exception_error(EG(exception), E_WARNING); in zend_error_zstr_at()
1902 ret = zend_exception_error(EG(exception), E_ERROR); in zend_execute_scripts()
H A Dzend_fibers.c734 zend_exception_error(EG(exception), E_ERROR); in zend_fiber_object_destroy()
H A Dzend_execute_API.c1356 result = zend_exception_error(EG(exception), E_ERROR); in zend_eval_stringl_ex()
/PHP-8.3/ext/standard/
H A Dassert.c234 zend_exception_error(EG(exception), E_ERROR); in PHP_FUNCTION()
244 zend_exception_error(EG(exception), E_WARNING); in PHP_FUNCTION()
/PHP-8.3/ext/zend_test/
H A Dfiber.c188 zend_exception_error(EG(exception), E_ERROR); in zend_test_fiber_object_destroy()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_prompt.c510 zend_exception_error(EG(exception), E_ERROR); in PHPDBG_COMMAND()
571 zend_exception_error(EG(exception), E_ERROR); in phpdbg_compile()
974 zend_exception_error(EG(exception), E_ERROR); in PHPDBG_COMMAND()
/PHP-8.3/ext/readline/
H A Dreadline_cli.c711 zend_exception_error(EG(exception), E_WARNING); in readline_shell_run()
/PHP-8.3/main/
H A Dmain.c2541 zend_exception_error(EG(exception), E_ERROR); in php_execute_script()
2669 zend_exception_error(EG(exception), E_ERROR); in php_lint_script()
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c4370 ret = zend_exception_error(EG(exception), E_ERROR);
4380 zend_exception_error(EG(exception), E_ERROR);

Completed in 66 milliseconds