Home
last modified time | relevance | path

Searched refs:imagepolygon (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/gd/tests/
H A Dimagepolygon_basic.phpt2 imagepolygon()
5 if (!function_exists('imagepolygon')) die('skip imagepolygon() not available');
10 echo "Simple test of imagepolygon() function\n";
12 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
24 imagepolygon($image, array (
46 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
50 Simple test of imagepolygon() function
H A Dbug55005.phpt2 Bug #55005 (imagepolygon num_points requirement)
16 fn () => imagepolygon($g, array(200,10, 200,100, 280,100), 2, $fgnd)
21 !! [ValueError] imagepolygon(): Argument #3 ($num_points_or_color) must be greater than or equal to…
H A Dimagepolygon_aa.phpt2 antialiased imagepolygon()
17 imagepolygon($im, [10,10, 49,89, 89,49], $black);
H A Dbug43073.phpt41 imagepolygon($g, $bbox, $red);
H A Dbug53504.phpt75 imagepolygon($g, $bboxDrawn, $red);
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h661 ZEND_FUNCTION(imagepolygon);
796 ZEND_FE(imagepolygon, arginfo_imagepolygon)
H A Dgd.stub.php184 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):… function
H A Dgd.c2702 PHP_FUNCTION(imagepolygon) in PHP_FUNCTION() argument
/PHP-8.0/
H A DNEWS1352 . Fixed bug #55005 (imagepolygon num_points requirement). (cmb)
H A DUPGRADING1059 . The $num_points parameter of imagepolygon(), imageopenpolygon() and

Completed in 39 milliseconds