Searched refs:prev_exception (Results 1 – 4 of 4) sorted by relevance
142 if (EG(prev_exception)) { in zend_exception_save()143 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_save()146 EG(prev_exception) = EG(exception); in zend_exception_save()154 if (EG(prev_exception)) { in zend_exception_restore()156 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_restore()158 EG(exception) = EG(prev_exception); in zend_exception_restore()160 EG(prev_exception) = NULL; in zend_exception_restore()237 if (EG(prev_exception)) { in zend_clear_exception()238 OBJ_RELEASE(EG(prev_exception)); in zend_clear_exception()239 EG(prev_exception) = NULL; in zend_clear_exception()
246 zend_object *exception, *prev_exception; member
179 EG(prev_exception) = NULL; in init_executor()
737 if (EG(prev_exception)) { in phpdbg_handle_exception()738 OBJ_RELEASE(EG(prev_exception)); in phpdbg_handle_exception()739 EG(prev_exception) = 0; in phpdbg_handle_exception()
Completed in 16 milliseconds