Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/tests/
H A Dimagepolygon_basic.phpt5 if (!function_exists('imagepolygon')) die('skip imagepolygon() not available');
11 /* Prototype : bool imagepolygon ( resource $image , array $points , int $num_points , int $co…
18 echo "Simple test of imagepolygon() function\n";
20 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
32 imagepolygon($image, array (
55 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
59 Simple test of imagepolygon() function
H A Dimagepolygon_negative.phpt2 imagepolygon() with a negative num of points
5 if (!function_exists('imagepolygon')) die('skip imagepolygon() not available');
11 if (imagepolygon($im, array(0, 0, 0, 0, 0, 0), -1, $black)) echo "should be false";
15 Warning: imagepolygon(): You must give a positive number of points in %s on line %d
/PHP-5.5/ext/gd/
H A Dphp_gd.h178 PHP_FUNCTION(imagepolygon);
H A Dgd.c982 PHP_FE(imagepolygon, arginfo_imagepolygon)
3392 PHP_FUNCTION(imagepolygon) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS7341 - Fixed bug #41717 (imagepolygon does not respect thickness). (Pierre)

Completed in 79 milliseconds