Home
last modified time | relevance | path

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

/PHP-8.3/ext/xmlreader/tests/
H A Dbug71805.phpt12 $XR = new XMLReader;
13 $XR->open($file, null, LIBXML_NOBLANKS);
15 while (($lastRead = $XR->read()) && ($XR->name !== 'records'));
16 while (($lastRead = $XR->read()) && ($XR->name !== 'record'));
18 $xml = $XR->readOuterXML();
22 $XR->close();
27 while (($lastRead = $XR->next()) && ($XR->name !== 'record'));
29 $XR->close();
/PHP-8.3/ext/gd/libgd/
H A Dgd.c1905 #define FILL_PUSH(Y, XL, XR, DY) \ argument
1907 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}
1909 #define FILL_POP(Y, XL, XR, DY) \ argument
1910 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic20815 90 ubequad 0x574D50484F544F00 JPEG-XR Image
23118 # Note: called by TrID "JPEG XR bitmap"
23123 >>4 lelong%2 0 JPEG-XR
H A Dmagic私はガラスを食べられます20815 90 ubequad 0x574D50484F544F00 JPEG-XR Image
23118 # Note: called by TrID "JPEG XR bitmap"
23123 >>4 lelong%2 0 JPEG-XR

Completed in 234 milliseconds