/PHP-8.3/Zend/tests/ |
H A D | list_mixed_nested_keyed_unkeyed.phpt | 11 list(list("x" => $x1, "y" => $y1), list("x" => $x2, "y" => $y2)) = $points; 12 var_dump($x1, $y1, $x2, $y2); 21 list("x" => list($x1, $x2), "y" => list($y1, $y2)) = $invertedPoints; 22 var_dump($x1, $y1, $x2, $y2);
|
H A D | bug35239.phpt | 9 $a->x0->y2 =& $a->x0; 23 ["y2"]=>
|
/PHP-8.3/ext/gd/tests/ |
H A D | bug53156.phpt | 21 function draw_and_check_rectangle($x1, $y1, $x2, $y2) 26 imagerectangle($img, $x1, $y1, $x2, $y2, $black); 28 $y = ($y1 + $y2) / 2; 31 draw_and_check_pixel($x, $y2);
|
H A D | imagegammacorrect_variation2.phpt | 42 $y2 = $y1 + 119; 44 imagefilledrectangle($im, $x1,$y1, $x2,$y2, $color);
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd.c | 1029 y2 = t; in gdImageVLine() 1096 y = y2; in gdImageLine() 1159 y = y2; in gdImageLine() 1348 y = y2; in gdImageDashedLine() 1396 y = y2; in gdImageDashedLine() 2098 y1 = y2; in gdImageRectangle() 2099 y2 = t; in gdImageRectangle() 2156 gdImageLine(im, x1, y2, x2, y2, color); in gdImageRectangle() 2181 y2 = y; in _gdImageFilledHRectangle() 2225 y2 = y; in _gdImageFilledVRectangle() [all …]
|
H A D | gd.h | 425 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 426 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 430 void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 433 void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 435 void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 436 void gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2);
|
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 668 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument 670 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument 672 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument 674 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool… argument 720 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {} argument
|
H A D | gd.c | 2347 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2360 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION() 2369 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2387 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2396 gdImageRectangle(im, x1, y1, x2, y2, col); in PHP_FUNCTION() 2405 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 3007 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local 3015 gdImageSetClip(im, x1, y1, x2, y2); in PHP_FUNCTION() 3025 int x1, y1, x2, y2; in PHP_FUNCTION() local 3033 gdImageGetClip(im, &x1, &y1, &x2, &y2); in PHP_FUNCTION() [all …]
|
H A D | gd_arginfo.h | 349 ZEND_ARG_TYPE_INFO(0, y2, IS_LONG, 0) 471 ZEND_ARG_TYPE_INFO(0, y2, IS_LONG, 0)
|
/PHP-8.3/build/ |
H A D | php_cxx_compile_stdcxx.m4 | 874 auto [ x2, y2 ] = f2();
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 13931 # unused assembler instructions short JMP y2;NOP;NOP 13946 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP
|
H A D | magic私はガラスを食べられます | 13931 # unused assembler instructions short JMP y2;NOP;NOP 13946 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP
|