zend_exception_set_previous  110 Zend/zend_exceptions.c 		zend_exception_set_previous(EG(exception), EG(prev_exception));
zend_exception_set_previous  123 Zend/zend_exceptions.c 			zend_exception_set_previous(EG(exception), EG(prev_exception));
zend_exception_set_previous  146 Zend/zend_exceptions.c 		zend_exception_set_previous(Z_OBJ_P(exception), EG(exception));
zend_exception_set_previous   38 Zend/zend_exceptions.h ZEND_API void zend_exception_set_previous(zend_object *exception, zend_object *add_previous);
zend_exception_set_previous  151 Zend/zend_objects.c 				zend_exception_set_previous(EG(exception), old_exception);
zend_exception_set_previous 7153 Zend/zend_vm_def.h 			zend_exception_set_previous(EG(exception), Z_OBJ_P(fast_call));
zend_exception_set_previous 7167 Zend/zend_vm_def.h 				zend_exception_set_previous(EG(exception), Z_OBJ_P(fast_call));
zend_exception_set_previous 1524 Zend/zend_vm_execute.h 			zend_exception_set_previous(EG(exception), Z_OBJ_P(fast_call));
zend_exception_set_previous 1538 Zend/zend_vm_execute.h 				zend_exception_set_previous(EG(exception), Z_OBJ_P(fast_call));