Home
last modified time | relevance | path

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

/php-src/ext/gd/
H A Dgd.c720 PHP_FUNCTION(imagetruecolortopalette) in PHP_FUNCTION() argument
H A Dgd.stub.php495 function imagetruecolortopalette(GdImage $image, bool $dither, int $num_colors): bool {} function
H A Dgd_arginfo.h583 ZEND_FUNCTION(imagetruecolortopalette);
723 ZEND_FE(imagetruecolortopalette, arginfo_imagetruecolortopalette)
/php-src/ext/gd/tests/
H A Dbug67325.phpt2 Bug #67325 (imagetruecolortopalette: white is duplicated in palette)
17 imagetruecolortopalette($im, 0, 256);
H A Dbug72298.phpt9 imagetruecolortopalette($img, false, 4);
H A Dbug72512.phpt15 imagetruecolortopalette($img, TRUE, 3);
H A Dbug72512_0.phpt17 imagetruecolortopalette($img, TRUE, 3);
H A Dbug72512_1.phpt16 imagetruecolortopalette($img, TRUE, 3);
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 Dimagesetthickness_basic.phpt2 Testing imagetruecolortopalette() of GD library
H A Dimagetruecolortopalette_basic.phpt2 Testing imagetruecolortopalette() of GD library
27 var_dump(imagetruecolortopalette($image, true, 2));
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 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…

Completed in 37 milliseconds