Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/tests/
H A Dimageellipse_error4.phpt2 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 int, %s given in %s on line %d
H A Dimageellipse_error5.phpt2 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 int, %s given in %s on line %d
H A Dimageellipse_error6.phpt2 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 int, %s given in %s on line %d
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_error8.phpt2 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 Dimageellipse_error1.phpt2 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 Dimageellipse_error2.phpt2 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 int, %s given in %s on line %d
H A Dimageellipse_error3.phpt2 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 int, %s given 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_error7.phpt19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
H A Dimagefilltoborder_error4.phpt19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
H A Dimagefilltoborder_error1.phpt19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
H A Dimagefilltoborder_error5.phpt19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
H A Dimagefilltoborder_error2.phpt19 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
H A Dimagefilltoborder_error3.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.3/ext/gd/
H A Dphp_gd.h90 PHP_FUNCTION(imageellipse);
H A Dgd.c866 PHP_FE(imageellipse, arginfo_imageellipse)
3289 PHP_FUNCTION(imageellipse) in PHP_FUNCTION() argument

Completed in 36 milliseconds