Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/tests/
H A Dimagetruecolortopalette_error4.phpt2 Testing imagetruecolortopalette(): out of range parameter 3
17 fn() => imagetruecolortopalette($image, true, 0),
18 fn() => imagetruecolortopalette($image, true, -1)
23 !! [ValueError] imagetruecolortopalette(): Argument #3 ($num_colors) must be greater than 0 and les…
24 !! [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
17 fn() => imagetruecolortopalette($image, true, null)
22 !! [ValueError] imagetruecolortopalette(): Argument #3 ($num_colors) must be greater than 0 and les…
H A Dbug72697.phpt16 fn() => imagetruecolortopalette($img, false, PHP_INT_MAX / 8)
22 !! [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)
16 imagetruecolortopalette($im, 0, 256);
H A Dimagetruecolortopalette_basic.phpt2 Testing imagetruecolortopalette() of GD library
23 var_dump(imagetruecolortopalette($image, true, 2));
H A Dbug72298.phpt11 imagetruecolortopalette($img, false, 4);
H A Dbug72512_1.phpt15 imagetruecolortopalette($img, TRUE, 3);
H A Dbug72512.phpt14 imagetruecolortopalette($img, TRUE, 3);
H A Dbug72512_0.phpt16 imagetruecolortopalette($img, TRUE, 3);
H A Dimagesetthickness_basic.phpt2 Testing imagetruecolortopalette() of GD library
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h570 ZEND_FUNCTION(imagetruecolortopalette);
705 ZEND_FE(imagetruecolortopalette, arginfo_imagetruecolortopalette)
H A Dgd.stub.php19 function imagetruecolortopalette(GdImage $image, bool $dither, int $num_colors): bool {} function
H A Dgd.c818 PHP_FUNCTION(imagetruecolortopalette) in PHP_FUNCTION() argument

Completed in 22 milliseconds