Searched refs:zend_exception_error (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_exceptions.h | 68 ZEND_API ZEND_COLD void zend_exception_error(zend_object *exception, int severity);
|
H A D | zend_exceptions.c | 157 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 D | zend.c | 1093 zend_exception_error(EG(exception), E_WARNING); in zend_error() 1449 zend_exception_error(EG(exception), E_ERROR); in zend_execute_scripts()
|
H A D | zend_execute_API.c | 1180 zend_exception_error(EG(exception), E_ERROR); in zend_eval_stringl_ex()
|
/PHP-7.0/ext/readline/ |
H A D | readline_cli.c | 684 zend_exception_error(EG(exception), E_WARNING); in readline_shell_run()
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 520 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 D | main.c | 2522 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 28 milliseconds