Searched refs:prev_exception (Results 1 – 4 of 4) sorted by relevance
124 if (EG(prev_exception)) { in zend_exception_save()125 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_save()128 EG(prev_exception) = EG(exception); in zend_exception_save()136 if (EG(prev_exception)) { in zend_exception_restore()138 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_restore()140 EG(exception) = EG(prev_exception); in zend_exception_restore()142 EG(prev_exception) = NULL; in zend_exception_restore()209 if (EG(prev_exception)) { in zend_clear_exception()210 OBJ_RELEASE(EG(prev_exception)); in zend_clear_exception()211 EG(prev_exception) = NULL; in zend_clear_exception()
215 zend_object *exception, *prev_exception; member
174 EG(prev_exception) = NULL; in init_executor()
740 if (EG(prev_exception)) { in phpdbg_handle_exception()741 OBJ_RELEASE(EG(prev_exception)); in phpdbg_handle_exception()742 EG(prev_exception) = 0; in phpdbg_handle_exception()
Completed in 18 milliseconds