Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/tests/
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 long, %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 long, %s given in %s on line %d
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 long, %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 long, %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 long, %s given 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_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 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_error1.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_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 ) );
/PHP-5.5/ext/gd/
H A Dphp_gd.h79 PHP_FUNCTION(imageellipse);
H A Dgd.c881 PHP_FE(imageellipse, arginfo_imageellipse)
3200 PHP_FUNCTION(imageellipse) in PHP_FUNCTION() argument

Completed in 32 milliseconds