Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dimagepolygon_basic.phpt2 imagepolygon()
7 if (!function_exists('imagepolygon')) die('skip imagepolygon() not available');
15 echo "Simple test of imagepolygon() function\n";
17 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
29 imagepolygon($image, array (
51 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
55 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()
21 imagepolygon($im, [10,10, 49,89, 89,49], $black);
H A Dbug43073.phpt45 imagepolygon($g, $bbox, $red);
H A Dbug53504.phpt79 imagepolygon($g, $bboxDrawn, $red);
/php-src/ext/gd/
H A Dgd_arginfo.h680 ZEND_FUNCTION(imagepolygon);
820 ZEND_FE(imagepolygon, arginfo_imagepolygon)
H A Dgd.stub.php690 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):… function
H A Dgd.c2635 PHP_FUNCTION(imagepolygon) in PHP_FUNCTION() argument

Completed in 34 milliseconds