Searched refs:zend_exception_error (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_exceptions.h | 69 ZEND_API ZEND_COLD void zend_exception_error(zend_object *exception, int severity);
|
H A D | zend_exceptions.c | 161 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 D | zend.c | 1113 zend_exception_error(EG(exception), E_WARNING); in zend_error() 1486 zend_exception_error(EG(exception), E_ERROR); in zend_execute_scripts()
|
H A D | zend_execute_API.c | 1163 zend_exception_error(EG(exception), E_ERROR); in zend_eval_stringl_ex()
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 519 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 D | readline_cli.c | 691 zend_exception_error(EG(exception), E_WARNING); in readline_shell_run()
|
/PHP-7.1/main/ |
H A D | main.c | 2583 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 42 milliseconds