/php-src/Zend/tests/list/ |
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);
|
/php-src/Zend/tests/ |
H A D | bug35239.phpt | 8 $a->x0->y1 =& $a->x0; 12 $a->x0->y1 = "ok\n"; 21 ["y1"]=>
|
/php-src/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; 29 draw_and_check_pixel($x, $y1);
|
H A D | imagegammacorrect_variation2.phpt | 46 $y1 = 120 * $y; 48 $y2 = $y1 + 119; 50 imagefilledrectangle($im, $x1,$y1, $x2,$y2, $color);
|
/php-src/ext/gd/libgd/ |
H A D | gd.c | 1086 for (;y1 <= y2; y1++) { in gdImageVLine() 1155 y = y1; in gdImageLine() 1218 y = y1; in gdImageLine() 1324 y = y1; in gdImageAALine() 2151 t=y1; in gdImageRectangle() 2209 gdImageLine(im, x1, y1, x2, y1, color); in gdImageRectangle() 2233 y = y1; in _gdImageFilledHRectangle() 2247 y1 = 0; in _gdImageFilledHRectangle() 2277 y = y1; in _gdImageFilledVRectangle() 2291 y1 = 0; 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);
|
H A D | gdft.c | 840 int x1 = 0, y1 = 0; local 986 y1 = (int)(- penf.y * cos_a + 32) / 64; 1000 y1 = (int)(- penf.y * cos_a + 32) / 64; 1187 …gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + (…
|
H A D | gd_interpolation.c | 2215 int x1,y1; in gdImageClipRectangle() local 2219 y1 = r->y + r->height - 1; in gdImageClipRectangle() 2223 r->height = CLAMP(y1, c1y, c2y) - r->y + 1; in gdImageClipRectangle()
|
/php-src/ext/random/ |
H A D | php_random_uint128.h | 68 y1 = num2.lo >> 32, in php_random_uint128_multiply() local 69 z0 = (((x1 * y0) + (x0 * y0 >> 32)) & 0xffffffffULL) + x0 * y1; in php_random_uint128_multiply() 73 r.hi += x1 * y1 + ((x1 * y0 + (x0 * y0 >> 32)) >> 32) + (z0 >> 32); in php_random_uint128_multiply()
|
/php-src/ext/date/lib/ |
H A D | dow.c | 50 timelib_sll c1, y1, m1, dow; in timelib_day_of_week_ex() local 56 y1 = positive_mod(y, 100); in timelib_day_of_week_ex() 58 dow = positive_mod((c1 + y1 + m1 + (y1 / 4) + d), 7); in timelib_day_of_week_ex()
|
/php-src/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 | 2534 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2540 Z_PARAM_LONG(y1) in PHP_FUNCTION() 2562 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2568 Z_PARAM_LONG(y1) in PHP_FUNCTION() 2585 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2591 Z_PARAM_LONG(y1) in PHP_FUNCTION() 2608 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2614 Z_PARAM_LONG(y1) in PHP_FUNCTION() 3274 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local 3279 Z_PARAM_LONG(y1) in PHP_FUNCTION() [all …]
|
H A D | gd_arginfo.h | 345 ZEND_ARG_TYPE_INFO(0, y1, IS_LONG, 0) 467 ZEND_ARG_TYPE_INFO(0, y1, IS_LONG, 0)
|
/php-src/build/ |
H A D | php_cxx_compile_stdcxx.m4 | 864 volatile double y1; 872 auto [ x1, y1 ] = f1();
|