Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A Dimagecolordeallocate_error3.phpt2 Testing imagecolordeallocate() of GD library with Out of range integers (Above)
18 fn() => imagecolordeallocate($image, $totalColors + 100)
23 !! [ValueError] imagecolordeallocate(): Argument #2 ($color) must be between 0 and 1
H A Dimagecolordeallocate_error4.phpt2 Testing imagecolordeallocate() of GD library with Out of range integers (Below)
18 fn() => imagecolordeallocate($image, -1.0)
23 !! [ValueError] imagecolordeallocate(): Argument #2 ($color) must be between 0 and 1
H A Dimagecolordeallocate_basic.phpt2 Testing imagecolordeallocate() of GD library
13 $result = imagecolordeallocate($image, $white);
H A Dimagefttext.phpt35 // imagecolordeallocate($im, $colour_w);
36 // imagecolordeallocate($im, $colour_b);
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h664 ZEND_FUNCTION(imagecolordeallocate);
805 ZEND_FE(imagecolordeallocate, arginfo_imagecolordeallocate)
H A Dgd.stub.php187 function imagecolordeallocate(GdImage $image, int $color): bool {} function
H A Dgd.c2283 PHP_FUNCTION(imagecolordeallocate) in PHP_FUNCTION() argument

Completed in 30 milliseconds