Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_exceptions.c118 if (EG(prev_exception)) { in zend_exception_save()
119 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_save()
122 EG(prev_exception) = EG(exception); in zend_exception_save()
130 if (EG(prev_exception)) { in zend_exception_restore()
132 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_restore()
134 EG(exception) = EG(prev_exception); in zend_exception_restore()
136 EG(prev_exception) = NULL; in zend_exception_restore()
189 if (EG(prev_exception)) { in zend_clear_exception()
190 OBJ_RELEASE(EG(prev_exception)); in zend_clear_exception()
191 EG(prev_exception) = NULL; in zend_clear_exception()
H A Dzend_globals.h213 zend_object *exception, *prev_exception; member
H A Dzend_execute_API.c173 EG(prev_exception) = NULL; in init_executor()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c749 if (EG(prev_exception)) { in phpdbg_handle_exception()
750 OBJ_RELEASE(EG(prev_exception)); in phpdbg_handle_exception()
751 EG(prev_exception) = 0; in phpdbg_handle_exception()

Completed in 19 milliseconds