Home
last modified time | relevance | path

Searched refs:y2 (Results 1 – 12 of 12) sorted by relevance

/PHP-8.0/Zend/tests/
H A Dlist_mixed_nested_keyed_unkeyed.phpt11 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 Dbug35239.phpt9 $a->x0->y2 =& $a->x0;
23 ["y2"]=>
/PHP-8.0/ext/gd/tests/
H A Dbug53156.phpt20 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 Dimagegammacorrect_variation2.phpt44 $y2 = $y1 + 119;
46 imagefilledrectangle($im, $x1,$y1, $x2,$y2, $color);
/PHP-8.0/ext/gd/libgd/
H A Dgd.c1029 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 Dgd.h421 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 Dgd.stub.php162 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 Dgd.c2411 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 Dgd_arginfo.h335 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 Dphp_cxx_compile_stdcxx.m4859 auto [ x2, y2 ] = f2();
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12238 # unused assembler instructions short JMP y2;NOP;NOP
12253 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP
H A Dmagic12238 # unused assembler instructions short JMP y2;NOP;NOP
12253 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP

Completed in 152 milliseconds