Home
last modified time | relevance | path

Searched refs:y (Results 176 – 200 of 476) sorted by path

12345678910>>...20

/PHP-7.4/ext/date/tests/
H A Dstrftime_variation5.phpt20 'Year as decimal number without a century' => "%y",
H A Dtest-parse-from-format.phpt57 string(16) "D, d M y H:i:s O"
68 string(16) "l, d-M-y H:i:s T"
79 string(16) "D, d M y H:i:s O"
/PHP-7.4/ext/ffi/tests/
H A D002.phpt63 typedef struct tag1 {int x; int y;} type37;
64 typedef union tag2 {int x; int y;} type38;
65 typedef struct {int x, y; int z;} type39;
66 typedef struct {unsigned int x:8, y:8;} type40;
67 typedef struct {unsigned int x:8, :8, y:8;} type41;
113 static void f7(int x, int y);
114 static void f8(int x, int y, ...);
126 typedef int (*type71[3])(int *x, int *y);
H A D008.phpt17 $a = FFI::new("struct {int x,y;}");
H A D020.phpt10 $p = FFI::new("struct {int x; const int y;}");
12 $p->y = 1;
18 $p = FFI::new("struct {const int x; int y;}");
19 $p->y = 1;
26 $p = FFI::new("const struct {int x; int y;}");
64 FFI\Exception: Attempt to assign read-only field 'y'
H A D040.phpt30 $y = FFI::new("int[2]");
31 $y[0] = 6;
32 var_dump($y[0]);
33 var_dump(FFI::typeof($y[0]));
35 $p = FFI::addr($y[0]);
38 var_dump($y[0]);
39 var_dump(FFI::sizeof($y[0]));
40 var_dump(FFI::alignof($y[0]));
41 FFI::memset($y[0], ord("b"), 4);
42 var_dump(FFI::string($y[0], 4));
[all …]
H A Dbug77768.phpt25 struct point {int x,y;};
/PHP-7.4/ext/fileinfo/
H A Dconfig.m435 s1[0] = 'y';
H A Dlibmagic.patch1086 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y)
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c92 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) argument
H A Dcdf_time.c42 #define isleap(y) ((((y) % 4) == 0) && \ argument
43 ((((y) % 100) != 0) || (((y) % 400) == 0)))
56 int y; in cdf_getdays() local
58 for (y = CDF_BASE_YEAR; y < year; y++) in cdf_getdays()
59 days += isleap(y) + 365; in cdf_getdays()
H A Dfile.h119 #define __GNUC_PREREQ__(x, y) \ argument
120 ((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || \
123 #define __GNUC_PREREQ__(x, y) 0 argument
/PHP-7.4/ext/fileinfo/tests/
H A Dbug68819_001.phpt9y--a-------a-----a--a--------a----s--------a-------------a-------a--------a----s--------------a---…
H A Dmagic95 # compression mode y (0 - 4) for GIF LZW with a maximum n bits
96 # (y~n,0~12,1~13,2~14,3~15,4~16)
10509 >>>>321 string Loading\ stage1.5 \b, GRUB version x.y
16379 >>&14 byte 0 increasing y
16380 >>&14 byte 1 decreasing y
16381 >>&14 byte 2 random y
18966 #>0 string W4BN Microsoft Word x.y word processor?
21822 512 string R\0o\0o\0t\0\ \0E\0n\0t\0r\0y Microsoft Word Document
28790 >>>2 leshort 0x27 x.y
28792 >>>2 default x y.z
[all …]
H A Dmagic私はガラスを食べられます95 # compression mode y (0 - 4) for GIF LZW with a maximum n bits
96 # (y~n,0~12,1~13,2~14,3~15,4~16)
10509 >>>>321 string Loading\ stage1.5 \b, GRUB version x.y
16379 >>&14 byte 0 increasing y
16380 >>&14 byte 1 decreasing y
16381 >>&14 byte 2 random y
18966 #>0 string W4BN Microsoft Word x.y word processor?
21822 512 string R\0o\0o\0t\0\ \0E\0n\0t\0r\0y Microsoft Word Document
28790 >>>2 leshort 0x27 x.y
28792 >>>2 default x y.z
[all …]
/PHP-7.4/ext/filter/tests/
H A D043.phpt135 string(1) "y"
/PHP-7.4/ext/ftp/tests/
H A D005.phpt25 var_dump(ftp_get($ftp, 'x', 'y', 0));
/PHP-7.4/ext/gd/
H A Dgd.c2053 int x,y; in PHP_FUNCTION() local
2054 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
2110 int x,y; in PHP_FUNCTION() local
2111 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
3199 int x, y, c; in PHP_FUNCTION() local
3201 for (y = 0; y < gdImageSY(im); y++) { in PHP_FUNCTION()
3685 for (py = y; (py > (y - f->w)); py--) { in php_gdimagecharup()
3732 y = Y; in php_imagechar()
4190 int x, y; in _php_image_convert() local
4337 for (y = 0; y < dest_height; y++) { in _php_image_convert()
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgd.c667 for (y = 0; y < to->sy; y++) { in gdImagePaletteCopy()
1301 for (y = y1; y <= y2; y++) { in gdImageAALine()
2201 for (y = y1; (y <= y2); y++) { in _gdImageFilledHRectangle()
2244 for (y = y1; (y <= y2); y++) { in _gdImageFilledVRectangle()
2271 for (y = 0; (y < h); y++) { in gdImageCopy()
2281 for (y = 0; (y < h); y++) { in gdImageCopy()
2298 for (y = srcY; y < (srcY + h); y++) { in gdImageCopy()
2345 for (y = srcY; y < (srcY + h); y++) { in gdImageCopyMerge()
2745 for (y = miny; y <= maxy; y++) { in gdImageFilledPolygon()
2903 for (y = 0; y < sy; y++) { in gdImageCompare()
[all …]
H A Dgd.h269 double x, y; member
314 int x, y; member
414 void gdImageSetPixel(gdImagePtr im, int x, int y, int color);
416 int gdImageGetTrueColorPixel (gdImagePtr im, int x, int y);
417 int gdImageGetPixel(gdImagePtr im, int x, int y);
494 double ptsize, double angle, int x, int y, char * string,
500 int x, y; member
675 void gdImageFill(gdImagePtr im, int x, int y, int color);
762 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] argument
763 #define gdImageTrueColorPixel(im, x, y) (im)->tpixels[(y)][(x)] argument
[all …]
H A Dgd2time.c17 int x, y, w, h; in main() local
30 y = atoi (argv[4]); in main()
34 printf ("Extracting %d times from (%d, %d), size is %dx%d\n", c, x, y, w, h); in main()
46 im = gdImageCreateFromGd2Part (in, x, y, w, h); in main()
H A Dgd_color_match.c15 int x,y; in gdImageColorMatch() local
35 for( y=0; y<im1->sy; y++ ) { in gdImageColorMatch()
36 color = im2->pixels[y][x]; in gdImageColorMatch()
37 rgb = im1->tpixels[y][x]; in gdImageColorMatch()
H A Dgd_crop.c121 for (y = 0; match && y < height; y++) { in gdImageCropAuto()
133 crop.y = y - 1; in gdImageCropAuto()
136 for (y = height - 1; match && y >= 0; y--) { in gdImageCropAuto()
141 crop.height = y - crop.y + 2; in gdImageCropAuto()
145 for (y = 0; match && y < crop.y + crop.height; y++) { in gdImageCropAuto()
153 for (y = 0; match && y < crop.y + crop.height; y++) { in gdImageCropAuto()
209 for (y = 0; match && y < height; y++) { in gdImageCropThreshold()
220 crop.y = y - 1; in gdImageCropThreshold()
223 for (y = height - 1; match && y >= 0; y--) { in gdImageCropThreshold()
232 for (y = 0; match && y < crop.y + crop.height; y++) { in gdImageCropThreshold()
[all …]
H A Dgd_filter.c70 for (y = 0; y < im->sy; y++) { in gdImageScatterEx()
92 for (y = 0; y < im->sy; y++) { in gdImageScatterEx()
116 int x, y; in gdImageNegate() local
128 for (y=0; y<src->sy; ++y) { in gdImageNegate()
149 int x, y; in gdImageGrayScale() local
165 for (y=0; y<src->sy; ++y) { in gdImageGrayScale()
204 for (y=0; y<src->sy; ++y) { in gdImageBrightness()
250 for (y=0; y<src->sy; ++y) { in gdImageContrast()
305 for (y=0; y<src->sy; ++y) { in gdImageColor()
362 for ( y=0; y<src->sy; y++) { in gdImageConvolution()
[all …]
H A Dgd_gd.c168 int x, y; in gdImageCreateFromGdCtx() local
181 for (y = 0; y < sy; y++) { in gdImageCreateFromGdCtx()
187 im->tpixels[y][x] = pix; in gdImageCreateFromGdCtx()
191 for (y = 0; y < sy; y++) { in gdImageCreateFromGdCtx()
199 im->pixels[y][x] = ch; in gdImageCreateFromGdCtx()
249 int x, y; in _gdImageGd() local
253 for (y = 0; y < im->sy; y++) { in _gdImageGd()
257 gdPutInt(im->tpixels[y][x], out); in _gdImageGd()
259 gdPutC((unsigned char) im->pixels[y][x], out); in _gdImageGd()

Completed in 322 milliseconds

12345678910>>...20