Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_exceptions.h69 ZEND_API ZEND_COLD void zend_exception_error(zend_object *exception, int severity);
H A Dzend_exceptions.c161 zend_exception_error(EG(exception), E_ERROR); in zend_throw_exception_internal()
987 ZEND_API ZEND_COLD void zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error() function
H A Dzend.c1113 zend_exception_error(EG(exception), E_WARNING); in zend_error()
1486 zend_exception_error(EG(exception), E_ERROR); in zend_execute_scripts()
H A Dzend_execute_API.c1163 zend_exception_error(EG(exception), E_ERROR); in zend_eval_stringl_ex()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_prompt.c519 zend_exception_error(EG(exception), E_ERROR); in PHPDBG_COMMAND()
632 zend_exception_error(EG(exception), E_ERROR); in phpdbg_compile()
1040 zend_exception_error(EG(exception), E_ERROR); in PHPDBG_COMMAND()
/PHP-7.1/ext/readline/
H A Dreadline_cli.c691 zend_exception_error(EG(exception), E_WARNING); in readline_shell_run()
/PHP-7.1/main/
H A Dmain.c2583 zend_exception_error(EG(exception), E_ERROR); in php_execute_script()
2713 zend_exception_error(EG(exception), E_ERROR); in php_lint_script()

Completed in 29 milliseconds