Searched refs:prev_exception (Results 1 – 4 of 4) sorted by relevance
113 if (EG(prev_exception)) { in zend_exception_save()114 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_save()117 EG(prev_exception) = EG(exception); in zend_exception_save()125 if (EG(prev_exception)) { in zend_exception_restore()127 zend_exception_set_previous(EG(exception), EG(prev_exception)); in zend_exception_restore()129 EG(exception) = EG(prev_exception); in zend_exception_restore()131 EG(prev_exception) = NULL; in zend_exception_restore()183 if (EG(prev_exception)) { in zend_clear_exception()185 OBJ_RELEASE(EG(prev_exception)); in zend_clear_exception()186 EG(prev_exception) = NULL; in zend_clear_exception()
204 zend_object *exception, *prev_exception; member
173 EG(prev_exception) = NULL; in init_executor()
796 if (EG(prev_exception)) { in phpdbg_handle_exception()797 OBJ_RELEASE(EG(prev_exception)); in phpdbg_handle_exception()798 EG(prev_exception) = 0; in phpdbg_handle_exception()
Completed in 30 milliseconds