ExceptionRecord   907 sapi/isapi/php5isapi.c 				_snprintf(buf, sizeof(buf)-1,"PHP has encountered an Access Violation at %p", e->ExceptionRecord->ExceptionAddress);
ExceptionRecord   911 sapi/isapi/php5isapi.c 				_snprintf(buf, sizeof(buf)-1,"PHP has encountered an Unhandled Exception Code %d at %p", e->ExceptionRecord->ExceptionCode , e->ExceptionRecord->ExceptionAddress);
ExceptionRecord    30 sapi/phpdbg/phpdbg_win.c 	EXCEPTION_RECORD *xr = xp->ExceptionRecord;