Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A Dgithub_bug_215.phpt2 Github #215 (imagefilltoborder stack overflow when invalid pallete index used)
19 imagefilltoborder( $image, 0,0, $border+10, $fillcolor);
23 imagefilltoborder( $image, 0,0, -$border, $fillcolor);
28 imagefilltoborder( $image, 0,0, $border, $fillcolor+10);
32 imagefilltoborder( $image, 0,0, $border, -$fillcolor);
37 imagefilltoborder( $image, 0,0, $border+10, $fillcolor+10);
H A Dbug72696.phpt2 Bug #72696 (imagefilltoborder stackoverflow on truecolor images)
8 imagefilltoborder($im, 0, 0, 1, -2);
H A Dbug66387.phpt2 Bug #66387 (Stack overflow with imagefilltoborder)
15 imagefilltoborder($im, 0, -999355, $c, $c);
H A Dimagefilltoborder_basic.phpt2 Testing imagefilltoborder() of GD library
20 imagefilltoborder( $image, 50, 50, imagecolorallocate( $image, 0, 0, 0 ), imagecolorallocate( $imag…
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h677 ZEND_FUNCTION(imagefilltoborder);
818 ZEND_FE(imagefilltoborder, arginfo_imagefilltoborder)
H A Dgd.stub.php218 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {} function
H A Dgd.c2615 PHP_FUNCTION(imagefilltoborder) in PHP_FUNCTION() argument

Completed in 22 milliseconds