Home
last modified time | relevance | path

Searched refs:prev_exception (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_exceptions.c139 if (EG(prev_exception)) { in zend_exception_save()
140 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_save()
143 EG(prev_exception) = EG(exception); in zend_exception_save()
151 if (EG(prev_exception)) { in zend_exception_restore()
153 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_restore()
155 EG(exception) = EG(prev_exception); in zend_exception_restore()
157 EG(prev_exception) = NULL; in zend_exception_restore()
224 if (EG(prev_exception)) { in zend_clear_exception()
225 OBJ_RELEASE(EG(prev_exception)); in zend_clear_exception()
226 EG(prev_exception) = NULL; in zend_clear_exception()
H A Dzend_globals.h226 zend_object *exception, *prev_exception; member
H A Dzend_execute_API.c178 EG(prev_exception) = NULL; in init_executor()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c738 if (EG(prev_exception)) { in phpdbg_handle_exception()
739 OBJ_RELEASE(EG(prev_exception)); in phpdbg_handle_exception()
740 EG(prev_exception) = 0; in phpdbg_handle_exception()

Completed in 25 milliseconds