/PHP-7.2/ext/gd/tests/ |
H A D | imageellipse_error1.phpt | 2 Testing wrong param passing imageellipse() of GD library 17 imageellipse('wrong param', 200, 150, 300, 200, 16777215); 21 Warning: imageellipse() expects parameter 1 to be resource, %s given in %s on line %d
|
H A D | imageellipse_error2.phpt | 2 Testing wrong param passing imageellipse() of GD library 17 imageellipse($image, 'wrong param', 150, 300, 200, 16777215); 21 Warning: imageellipse() expects parameter 2 to be integer, %s given in %s on line %d
|
H A D | imageellipse_error3.phpt | 2 Testing wrong param passing imageellipse() of GD library 17 imageellipse($image, 200, 'wrong param', 300, 200, 16777215); 21 Warning: imageellipse() expects parameter 3 to be integer, %s given in %s on line %d
|
H A D | imageellipse_error4.phpt | 2 Testing wrong param passing imageellipse() of GD library 17 imageellipse($image, 200, 150, 'wrong param', 200, 16777215); 21 Warning: imageellipse() expects parameter 4 to be integer, %s given in %s on line %d
|
H A D | imageellipse_error5.phpt | 2 Testing wrong param passing imageellipse() of GD library 17 imageellipse($image, 200, 150, 300, 'wrong param', 16777215); 21 Warning: imageellipse() expects parameter 5 to be integer, %s given in %s on line %d
|
H A D | imageellipse_error6.phpt | 2 Testing wrong param passing imageellipse() of GD library 17 imageellipse($image, 200, 150, 300, 200, 'wrong param'); 21 Warning: imageellipse() expects parameter 6 to be integer, %s given in %s on line %d
|
H A D | imageellipse_error7.phpt | 2 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 D | imageellipse_error8.phpt | 2 Testing wrong param passing imageellipse() of GD library 17 imageellipse( $image, 200, 150, 300, 200 ); 21 Warning: imageellipse() expects exactly 6 parameters, %d given in %s on line %d
|
H A D | imageellipse_basic.phpt | 2 Testing imageellipse() of GD library 17 imageellipse($image, 200, 150, 300, 200, 16777215);
|
H A D | bug73272.phpt | 13 imageellipse($src, 49,49, 40,40, 0x000000);
|
H A D | imagefilltoborder_basic.phpt | 19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
|
H A D | imagefilltoborder_error7.phpt | 19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
|
H A D | imagefilltoborder_error1.phpt | 19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
|
H A D | imagefilltoborder_error4.phpt | 19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
|
H A D | imagefilltoborder_error5.phpt | 19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
|
H A D | imagefilltoborder_error2.phpt | 19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
|
H A D | imagefilltoborder_error3.phpt | 19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
|
H A D | imagefilltoborder_error6.phpt | 19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
|
H A D | webp_basic.phpt | 25 imageellipse($im1, 18, 54, 36, 36, $green);
|
/PHP-7.2/ext/gd/ |
H A D | php_gd.h | 81 PHP_FUNCTION(imageellipse);
|
H A D | gd.c | 869 PHP_FE(imageellipse, arginfo_imageellipse) 3292 PHP_FUNCTION(imageellipse) in PHP_FUNCTION() argument
|