/PHP-8.0/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.0/ext/gd/tests/ |
H A D | bug53156.phpt | 20 function draw_and_check_rectangle($x1, $y1, $x2, $y2) 25 imagerectangle($img, $x1, $y1, $x2, $y2, $black); 27 $y = ($y1 + $y2) / 2; 30 draw_and_check_pixel($x, $y2);
|
H A D | imagegammacorrect_variation2.phpt | 44 $y2 = $y1 + 119; 46 imagefilledrectangle($im, $x1,$y1, $x2,$y2, $color);
|
/PHP-8.0/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 | 421 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 422 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 426 void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 429 void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 431 void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 432 void gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2);
|
/PHP-8.0/ext/gd/ |
H A D | gd.stub.php | 162 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument 164 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument 166 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument 168 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool… argument 214 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {} argument
|
H A D | gd.c | 2411 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2424 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION() 2433 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2451 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2460 gdImageRectangle(im, x1, y1, x2, y2, col); in PHP_FUNCTION() 2469 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 3084 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local 3092 gdImageSetClip(im, x1, y1, x2, y2); in PHP_FUNCTION() 3102 int x1, y1, x2, y2; in PHP_FUNCTION() local 3110 gdImageGetClip(im, &x1, &y1, &x2, &y2); in PHP_FUNCTION() [all …]
|
H A D | gd_arginfo.h | 335 ZEND_ARG_TYPE_INFO(0, y2, IS_LONG, 0) 457 ZEND_ARG_TYPE_INFO(0, y2, IS_LONG, 0)
|
/PHP-8.0/build/ |
H A D | php_cxx_compile_stdcxx.m4 | 859 auto [ x2, y2 ] = f2();
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 12238 # unused assembler instructions short JMP y2;NOP;NOP 12253 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP
|
H A D | magic | 12238 # unused assembler instructions short JMP y2;NOP;NOP 12253 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP
|