Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_exceptions.h73 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *exception, int severity);
H A Dzend_exceptions.c211 zend_exception_error(EG(exception), E_ERROR); in zend_throw_exception_internal()
215 zend_exception_error(EG(exception), E_ERROR); in zend_throw_exception_internal()
898 ZEND_API ZEND_COLD zend_result zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error() function
H A Dzend.c1481 zend_exception_error(EG(exception), E_WARNING); in zend_error_zstr_at()
1941 ret = zend_exception_error(EG(exception), E_ERROR); in zend_execute_script()
H A Dzend_fibers.c795 zend_exception_error(EG(exception), E_ERROR); in zend_fiber_object_destroy()
H A Dzend_execute_API.c1398 result = zend_exception_error(EG(exception), E_ERROR); in zend_eval_stringl_ex()
/php-src/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-src/ext/zend_test/
H A Dfiber.c188 zend_exception_error(EG(exception), E_ERROR); in zend_test_fiber_object_destroy()
/php-src/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()
972 zend_exception_error(EG(exception), E_ERROR); in PHPDBG_COMMAND()
/php-src/ext/readline/
H A Dreadline_cli.c709 zend_exception_error(EG(exception), E_WARNING); in readline_shell_run()
/php-src/main/
H A Dmain.c2595 zend_exception_error(EG(exception), E_ERROR); in php_execute_script_ex()
2729 zend_exception_error(EG(exception), E_ERROR); in php_lint_script()
/php-src/ext/opcache/
H A DZendAccelerator.c4401 ret = zend_exception_error(EG(exception), E_ERROR);
4411 zend_exception_error(EG(exception), E_ERROR);

Completed in 85 milliseconds