Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_exceptions.h68 ZEND_API ZEND_COLD void zend_exception_error(zend_object *exception, int severity);
H A Dzend_exceptions.c157 zend_exception_error(EG(exception), E_ERROR); in zend_throw_exception_internal()
1013 ZEND_API ZEND_COLD void zend_exception_error(zend_object *ex, int severity) /* {{{ */ in zend_exception_error() function
H A Dzend.c1093 zend_exception_error(EG(exception), E_WARNING); in zend_error()
1449 zend_exception_error(EG(exception), E_ERROR); in zend_execute_scripts()
H A Dzend_execute_API.c1180 zend_exception_error(EG(exception), E_ERROR); in zend_eval_stringl_ex()
/PHP-7.0/ext/readline/
H A Dreadline_cli.c684 zend_exception_error(EG(exception), E_WARNING); in readline_shell_run()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c520 zend_exception_error(EG(exception), E_ERROR); in PHPDBG_COMMAND()
633 zend_exception_error(EG(exception), E_ERROR); in phpdbg_compile()
1036 zend_exception_error(EG(exception), E_ERROR); in PHPDBG_COMMAND()
/PHP-7.0/main/
H A Dmain.c2522 zend_exception_error(EG(exception), E_ERROR); in php_execute_script()
2652 zend_exception_error(EG(exception), E_ERROR); in php_lint_script()

Completed in 33 milliseconds