Searched refs:imagepolygon (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/ext/gd/tests/ |
H A D | imagepolygon_basic.phpt | 5 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 D | imagepolygon_negative.phpt | 2 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.4/ext/gd/ |
H A D | php_gd.h | 169 PHP_FUNCTION(imagepolygon);
|
H A D | gd.c | 1016 PHP_FE(imagepolygon, arginfo_imagepolygon) 3521 PHP_FUNCTION(imagepolygon) in PHP_FUNCTION() argument
|
/PHP-5.4/ |
H A D | NEWS | 6152 - Fixed bug #41717 (imagepolygon does not respect thickness). (Pierre)
|
Completed in 42 milliseconds