xr 1851 ext/gd/libgd/gd.c struct seg {int y, xl, xr, dy;}; xr 1857 ext/gd/libgd/gd.c {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;} xr 1860 ext/gd/libgd/gd.c {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;} xr 30 sapi/phpdbg/phpdbg_win.c EXCEPTION_RECORD *xr = xp->ExceptionRecord; xr 33 sapi/phpdbg/phpdbg_win.c if(xr->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) { xr 35 sapi/phpdbg/phpdbg_win.c if (phpdbg_watchpoint_segfault_handler((void *)xr->ExceptionInformation[1]) == SUCCESS) {