Searched refs:imagecolordeallocate (Results 1 – 7 of 7) sorted by relevance
2 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
2 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
2 Testing imagecolordeallocate() of GD library15 $result = imagecolordeallocate($image, $white);
36 // imagecolordeallocate($im, $colour_w);37 // imagecolordeallocate($im, $colour_b);
643 ZEND_FUNCTION(imagecolordeallocate);778 ZEND_FE(imagecolordeallocate, arginfo_imagecolordeallocate)
148 function imagecolordeallocate(GdImage $image, int $color): bool {} function
2198 PHP_FUNCTION(imagecolordeallocate) in PHP_FUNCTION() argument
Completed in 22 milliseconds