Home
last modified time | relevance | path

Searched refs:imagefilltoborder (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dimagefilltoborder_error7.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 50, 50 );
26 Warning: imagefilltoborder() expects exactly 5 parameters, %d given in %s on line %d
H A Dimagefilltoborder_error1.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( 'wrong param', 50, 50, imagecolorallocate( $image, 0, 0, 0 ), imagecolorallocate…
26 Warning: imagefilltoborder() expects parameter 1 to be resource, %s given in %s on line %d
H A Dimagefilltoborder_error4.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 50, 50, 'wrong param', imagecolorallocate( $image, 255, 0, 0 ) );
26 Warning: imagefilltoborder() expects parameter 4 to be long, %s given in %s on line %d
H A Dimagefilltoborder_error5.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 50, 50, imagecolorallocate( $image, 0, 0, 0 ), 'wrong param' );
26 Warning: imagefilltoborder() expects parameter 5 to be long, %s given in %s on line %d
H A Dimagefilltoborder_error2.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 'wrong param', 50, imagecolorallocate( $image, 0, 0, 0 ), imagecolorallo…
26 Warning: imagefilltoborder() expects parameter 2 to be long, %s given in %s on line %d
H A Dimagefilltoborder_error3.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 50, 'wrong param', imagecolorallocate( $image, 0, 0, 0 ), imagecolorallo…
26 Warning: imagefilltoborder() expects parameter 3 to be long, %s given in %s on line %d
H A Dimagefilltoborder_error6.phpt2 Testing wrong param passing imagefilltoborder() of GD library
23 imagefilltoborder( $image_foo, 50, 50, imagecolorallocate( $image, 0, 0, 0 ), imagecolorallocate( $…
27 Warning: imagefilltoborder(): supplied resource is not a valid Image resource in %s on line %d
H A Dbug66387.phpt2 Bug #66387 (Stack overflow with imagefilltoborder)
11 imagefilltoborder($im, 0, -999355, $c, $c);
H A Dimagefilltoborder_basic.phpt2 Testing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 50, 50, imagecolorallocate( $image, 0, 0, 0 ), imagecolorallocate( $imag…
/PHP-5.5/ext/gd/
H A Dphp_gd.h163 PHP_FUNCTION(imagefilltoborder);
H A Dgd.c976 PHP_FE(imagefilltoborder, arginfo_imagefilltoborder)
3219 PHP_FUNCTION(imagefilltoborder) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS60 . Fixed bug #66387 (Stack overflow with imagefilltoborder). (CVE-2015-8874)

Completed in 50 milliseconds