Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A Dimagepolygon_basic.phpt2 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 Dbug55005.phpt2 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 Dimagepolygon_aa.phpt2 antialiased imagepolygon()
15 imagepolygon($im, [10,10, 49,89, 89,49], $black);
H A Dbug43073.phpt42 imagepolygon($g, $bbox, $red);
H A Dbug53504.phpt76 imagepolygon($g, $bboxDrawn, $red);
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h682 ZEND_FUNCTION(imagepolygon);
823 ZEND_FE(imagepolygon, arginfo_imagepolygon)
H A Dgd.stub.php228 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):… function
H A Dgd.c2789 PHP_FUNCTION(imagepolygon) in PHP_FUNCTION() argument

Completed in 24 milliseconds