Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/tests/
H A Dimagecolordeallocate_error3.phpt2 Testing imagecolordeallocate() of GD library with Out of range integers (Above)
20 fn() => imagecolordeallocate($image, $totalColors + 100)
25 !! [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)
20 fn() => imagecolordeallocate($image, -1.0)
25 !! [ValueError] imagecolordeallocate(): Argument #2 ($color) must be between 0 and 1
H A Dimagecolordeallocate_basic.phpt2 Testing imagecolordeallocate() of GD library
15 $result = imagecolordeallocate($image, $white);
H A Dimagefttext.phpt36 // imagecolordeallocate($im, $colour_w);
37 // imagecolordeallocate($im, $colour_b);
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h643 ZEND_FUNCTION(imagecolordeallocate);
778 ZEND_FE(imagecolordeallocate, arginfo_imagecolordeallocate)
H A Dgd.stub.php148 function imagecolordeallocate(GdImage $image, int $color): bool {} function
H A Dgd.c2198 PHP_FUNCTION(imagecolordeallocate) in PHP_FUNCTION() argument

Completed in 22 milliseconds