Home
last modified time | relevance | path

Searched refs:imagetruecolortopalette (Results 1 – 13 of 13) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dimagetruecolortopalette_error4.phpt2 Testing imagetruecolortopalette(): out of range parameter 3
18 fn() => imagetruecolortopalette($image, true, 0),
19 fn() => imagetruecolortopalette($image, true, -1)
24 !! [ValueError] imagetruecolortopalette(): Argument #3 ($num_colors) must be greater than 0 and les…
25 !! [ValueError] imagetruecolortopalette(): Argument #3 ($num_colors) must be greater than 0 and les…
H A Dimagetruecolortopalette_error3.phpt2 Testing imagetruecolortopalette(): wrong parameters for parameter 3
18 fn() => imagetruecolortopalette($image, true, 0)
23 !! [ValueError] imagetruecolortopalette(): Argument #3 ($num_colors) must be greater than 0 and les…
H A Dbug72697.phpt17 fn() => imagetruecolortopalette($img, false, PHP_INT_MAX / 8)
23 !! [ValueError] imagetruecolortopalette(): Argument #3 ($num_colors) must be greater than 0 and les…
H A Dbug67325.phpt2 Bug #67325 (imagetruecolortopalette: white is duplicated in palette)
17 imagetruecolortopalette($im, 0, 256);
H A Dimagetruecolortopalette_basic.phpt2 Testing imagetruecolortopalette() of GD library
24 var_dump(imagetruecolortopalette($image, true, 2));
H A Dbug72298.phpt9 imagetruecolortopalette($img, false, 4);
H A Dbug72512_0.phpt17 imagetruecolortopalette($img, TRUE, 3);
H A Dbug72512_1.phpt16 imagetruecolortopalette($img, TRUE, 3);
H A Dbug72512.phpt15 imagetruecolortopalette($img, TRUE, 3);
H A Dimagesetthickness_basic.phpt2 Testing imagetruecolortopalette() of GD library
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h585 ZEND_FUNCTION(imagetruecolortopalette);
726 ZEND_FE(imagetruecolortopalette, arginfo_imagetruecolortopalette)
H A Dgd.stub.php32 function imagetruecolortopalette(GdImage $image, bool $dither, int $num_colors): bool {} function
H A Dgd.c870 PHP_FUNCTION(imagetruecolortopalette) in PHP_FUNCTION() argument

Completed in 47 milliseconds