Searched refs:imagefilltoborder (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | github_bug_215.phpt | 2 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 D | bug72696.phpt | 2 Bug #72696 (imagefilltoborder stackoverflow on truecolor images) 10 imagefilltoborder($im, 0, 0, 1, -2);
|
H A D | bug66387.phpt | 2 Bug #66387 (Stack overflow with imagefilltoborder) 14 imagefilltoborder($im, 0, -999355, $c, $c);
|
H A D | imagefilltoborder_basic.phpt | 2 Testing imagefilltoborder() of GD library 22 imagefilltoborder( $image, 50, 50, imagecolorallocate( $image, 0, 0, 0 ), imagecolorallocate( $imag…
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 656 ZEND_FUNCTION(imagefilltoborder); 791 ZEND_FE(imagefilltoborder, arginfo_imagefilltoborder)
|
H A D | gd.stub.php | 174 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {} function
|
H A D | gd.c | 2530 PHP_FUNCTION(imagefilltoborder) in PHP_FUNCTION() argument
|
Completed in 23 milliseconds