Searched refs:imagepolygon (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imagepolygon_basic.phpt | 2 imagepolygon() 7 if (!function_exists('imagepolygon')) die('skip imagepolygon() not available'); 12 echo "Simple test of imagepolygon() function\n"; 14 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png'; 26 imagepolygon($image, array ( 48 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png'; 52 Simple test of imagepolygon() function
|
H A D | bug55005.phpt | 2 Bug #55005 (imagepolygon num_points requirement) 14 fn () => imagepolygon($g, array(200,10, 200,100, 280,100), 2, $fgnd) 21 Deprecated: imagepolygon(): Using the $num_points parameter is deprecated in %s on line %d 22 !! [ValueError] imagepolygon(): Argument #3 ($num_points_or_color) must be greater than or equal to…
|
H A D | imagepolygon_aa.phpt | 2 antialiased imagepolygon() 15 imagepolygon($im, [10,10, 49,89, 89,49], $black);
|
H A D | bug43073.phpt | 42 imagepolygon($g, $bbox, $red);
|
H A D | bug53504.phpt | 76 imagepolygon($g, $bboxDrawn, $red);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 681 ZEND_FUNCTION(imagepolygon); 822 ZEND_FE(imagepolygon, arginfo_imagepolygon)
|
H A D | gd.stub.php | 690 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):… function
|
H A D | gd.c | 2640 PHP_FUNCTION(imagepolygon) in PHP_FUNCTION() argument
|
Completed in 34 milliseconds