Home
last modified time | relevance | path

Searched refs:imagecolorset (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/gd/tests/
H A Dimagecolorset_error1.phpt2 imagecolorset() parameters errors
15 fn() => imagecolorset($im, $c, -3, 4, 5, 6),
16 fn() => imagecolorset($im, $c, 3, -4, 5, 6),
17 fn() => imagecolorset($im, $c, 3, 4, -5, 6),
18 fn() => imagecolorset($im, $c, 3, 4, 5, -6),
23 !! [ValueError] imagecolorset(): Argument #3 ($red) must be between 0 and 255 (inclusive)
24 !! [ValueError] imagecolorset(): Argument #4 ($green) must be between 0 and 255 (inclusive)
25 !! [ValueError] imagecolorset(): Argument #5 ($blue) must be between 0 and 255 (inclusive)
H A Dimagecolorset_basic.phpt2 Test imagecolorset() function : basic functionality
20 imagecolorset($im, $bg, 0, 0, 255);
/PHP-8.3/ext/gd/
H A Dgd_arginfo.h666 ZEND_FUNCTION(imagecolorset);
807 ZEND_FE(imagecolorset, arginfo_imagecolorset)
H A Dgd.stub.php656 function imagecolorset(GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0)… function
H A Dgd.c2202 PHP_FUNCTION(imagecolorset) in PHP_FUNCTION() argument
/PHP-8.3/
H A DNEWS300 . Fix parameter numbers for imagecolorset(). (Giovanni Giacobbi)

Completed in 37 milliseconds