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