Home
last modified time | relevance | path

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

/PHP-8.4/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)
26 !! [ValueError] imagecolorset(): Argument #6 ($alpha) must be between 0 and 127 (inclusive)
H A Dimagecolorset_basic.phpt2 Test imagecolorset() function : basic functionality
26 imagecolorset($im, $bg, 0, 0, 255);
/PHP-8.4/ext/gd/
H A Dgd_arginfo.h655 ZEND_FUNCTION(imagecolorset);
791 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.c2409 PHP_FUNCTION(imagecolorset) in PHP_FUNCTION() argument
/PHP-8.4/
H A DNEWS764 . Fix parameter numbers and missing alpha check for imagecolorset().

Completed in 23 milliseconds