Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/tests/
H A Dimageellipse_error7.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse($image, 200, 150, 300, 200, 16777215);
20 Warning: imageellipse(): supplied resource is not a valid Image resource in %s on line %d
H A Dimageellipse_basic.phpt2 Testing imageellipse() of GD library
17 imageellipse($image, 200, 150, 300, 200, 16777215);
H A Dbug73272.phpt13 imageellipse($src, 49,49, 40,40, 0x000000);
H A Dimagefilltoborder_basic.phpt19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
H A Dimagefilltoborder_error6.phpt19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
H A Dwebp_basic.phpt25 imageellipse($im1, 18, 54, 36, 36, $green);
/PHP-7.4/ext/gd/
H A Dphp_gd.h85 PHP_FUNCTION(imageellipse);
H A Dgd.c880 PHP_FE(imageellipse, arginfo_imageellipse)
3372 PHP_FUNCTION(imageellipse) in PHP_FUNCTION() argument

Completed in 41 milliseconds