Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/tests/
H A Dgithub_bug_215.phpt2 Github #215 (imagefilltoborder stack overflow when invalid pallete index used)
18 imagefilltoborder( $image, 0,0, $border+10, $fillcolor);
22 imagefilltoborder( $image, 0,0, -$border, $fillcolor);
27 imagefilltoborder( $image, 0,0, $border, $fillcolor+10);
31 imagefilltoborder( $image, 0,0, $border, -$fillcolor);
36 imagefilltoborder( $image, 0,0, $border+10, $fillcolor+10);
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 Dbug72696.phpt2 Bug #72696 (imagefilltoborder stackoverflow on truecolor images)
10 imagefilltoborder($im, 0, 0, 1, -2);
H A Dbug66387.phpt2 Bug #66387 (Stack overflow with imagefilltoborder)
14 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.6/ext/gd/
H A Dphp_gd.h163 PHP_FUNCTION(imagefilltoborder);
H A Dgd.c987 PHP_FE(imagefilltoborder, arginfo_imagefilltoborder)
3270 PHP_FUNCTION(imagefilltoborder) in PHP_FUNCTION() argument
/PHP-5.6/
H A DNEWS219 . Fixed bug #72696 (imagefilltoborder stackoverflow on truecolor images). (cmb)
653 . Fixed bug #66387 (Stack overflow with imagefilltoborder). (CVE-2015-8874)
1167 . Fixed bug #66387 (Stack overflow with imagefilltoborder). (CVE-2015-8874)

Completed in 62 milliseconds