Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_exceptions.c113 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()
H A Dzend_globals.h211 zend_object *exception, *prev_exception; member
H A Dzend_execute_API.c179 EG(prev_exception) = NULL; in init_executor()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_prompt.c799 if (EG(prev_exception)) { in phpdbg_handle_exception()
800 OBJ_RELEASE(EG(prev_exception)); in phpdbg_handle_exception()
801 EG(prev_exception) = 0; in phpdbg_handle_exception()

Completed in 44 milliseconds