prev_exception    109 Zend/zend_exceptions.c 	if (EG(prev_exception)) {
prev_exception    110 Zend/zend_exceptions.c 		zend_exception_set_previous(EG(exception), EG(prev_exception));
prev_exception    113 Zend/zend_exceptions.c 		EG(prev_exception) = EG(exception);
prev_exception    121 Zend/zend_exceptions.c 	if (EG(prev_exception)) {
prev_exception    123 Zend/zend_exceptions.c 			zend_exception_set_previous(EG(exception), EG(prev_exception));
prev_exception    125 Zend/zend_exceptions.c 			EG(exception) = EG(prev_exception);
prev_exception    127 Zend/zend_exceptions.c 		EG(prev_exception) = NULL;
prev_exception    179 Zend/zend_exceptions.c 	if (EG(prev_exception)) {
prev_exception    181 Zend/zend_exceptions.c 		OBJ_RELEASE(EG(prev_exception));
prev_exception    182 Zend/zend_exceptions.c 		EG(prev_exception) = NULL;
prev_exception    177 Zend/zend_execute_API.c 	EG(prev_exception) = NULL;
prev_exception    205 Zend/zend_globals.h 	zend_object *exception, *prev_exception;
prev_exception    660 sapi/phpdbg/phpdbg_prompt.c 	if (EG(prev_exception)) {
prev_exception    661 sapi/phpdbg/phpdbg_prompt.c 		OBJ_RELEASE(EG(prev_exception));
prev_exception    662 sapi/phpdbg/phpdbg_prompt.c 		EG(prev_exception) = 0;