Searched refs:ix (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | bug60160.phpt | 15 for ($ix = 0; $ix < $w; $ix++) { 17 if (($c = imagecolorat($im, $ix, $iy)) != $white) { 18 printf("Failed, ($ix, $iy) is %X\n", $c);
|
/PHP-8.0/ext/bcmath/libbcmath/src/ |
H A D | int2num.c | 50 int ix = 1; local 70 ix++; /* Count the digits. */ 75 *num = bc_new_num (ix, 0); 80 while (ix-- > 0)
|
H A D | output.c | 70 int len, ix; local 80 for (ix=0; ix < len; ix++) 81 (*out_char) (digits[ix]);
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd.c | 1951 int ix = x, iy = y, c; in gdImageFill() local 1954 c = gdImageGetPixel(im, ix, iy); in gdImageFill() 1958 gdImageSetPixel(im, ix, iy, nc); in gdImageFill() 1959 } while(ix++ < (im->sx -1)); in gdImageFill() 1960 ix = x; in gdImageFill()
|
/PHP-8.0/ext/hash/tests/ |
H A D | fnv1a32.phpt | 239 array( ')R!b\\a?)"qai.[ix]OuxCp^rZ4ja3XP=+R h4?r72T"@1k9', '01b11a54' ),
|
/PHP-8.0/ext/date/lib/ |
H A D | parse_date.re | 270 { "ix", 0, 9 },
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 6677 # "H. Nanosecond" <aldomel@ix.netcom.com> 21312 # "H. Nanosecond" <aldomel@ix.netcom.com> 21407 # "H. Nanosecond" <aldomel@ix.netcom.com> 23730 # "H. Nanosecond" <aldomel@ix.netcom.com> 24492 # "H. Nanosecond" <aldomel@ix.netcom.com>
|
H A D | magic | 6677 # "H. Nanosecond" <aldomel@ix.netcom.com> 21312 # "H. Nanosecond" <aldomel@ix.netcom.com> 21407 # "H. Nanosecond" <aldomel@ix.netcom.com> 23730 # "H. Nanosecond" <aldomel@ix.netcom.com> 24492 # "H. Nanosecond" <aldomel@ix.netcom.com>
|
Completed in 157 milliseconds