Searched refs:zend_exception_error (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_exceptions.h | 70 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *exception, int severity);
|
H A D | zend_exceptions.c | 210 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 D | zend.c | 1430 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 D | zend_fibers.c | 734 zend_exception_error(EG(exception), E_ERROR); in zend_fiber_object_destroy()
|
H A D | zend_execute_API.c | 1356 result = zend_exception_error(EG(exception), E_ERROR); in zend_eval_stringl_ex()
|
/PHP-8.3/ext/standard/ |
H A D | assert.c | 234 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 D | fiber.c | 188 zend_exception_error(EG(exception), E_ERROR); in zend_test_fiber_object_destroy()
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 510 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 D | readline_cli.c | 711 zend_exception_error(EG(exception), E_WARNING); in readline_shell_run()
|
/PHP-8.3/main/ |
H A D | main.c | 2541 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 D | ZendAccelerator.c | 4370 ret = zend_exception_error(EG(exception), E_ERROR); 4380 zend_exception_error(EG(exception), E_ERROR);
|
Completed in 66 milliseconds