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