Searched refs:imagetruecolortopalette (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | imagetruecolortopalette_error4.phpt | 2 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 D | imagetruecolortopalette_error3.phpt | 2 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 D | bug72697.phpt | 16 fn() => imagetruecolortopalette($img, false, PHP_INT_MAX / 8) 22 !! [ValueError] imagetruecolortopalette(): Argument #3 ($num_colors) must be greater than 0 and les…
|
H A D | bug67325.phpt | 2 Bug #67325 (imagetruecolortopalette: white is duplicated in palette) 16 imagetruecolortopalette($im, 0, 256);
|
H A D | imagetruecolortopalette_basic.phpt | 2 Testing imagetruecolortopalette() of GD library 23 var_dump(imagetruecolortopalette($image, true, 2));
|
H A D | bug72298.phpt | 11 imagetruecolortopalette($img, false, 4);
|
H A D | bug72512_1.phpt | 15 imagetruecolortopalette($img, TRUE, 3);
|
H A D | bug72512.phpt | 14 imagetruecolortopalette($img, TRUE, 3);
|
H A D | bug72512_0.phpt | 16 imagetruecolortopalette($img, TRUE, 3);
|
H A D | imagesetthickness_basic.phpt | 2 Testing imagetruecolortopalette() of GD library
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 570 ZEND_FUNCTION(imagetruecolortopalette); 705 ZEND_FE(imagetruecolortopalette, arginfo_imagetruecolortopalette)
|
H A D | gd.stub.php | 19 function imagetruecolortopalette(GdImage $image, bool $dither, int $num_colors): bool {} function
|
H A D | gd.c | 818 PHP_FUNCTION(imagetruecolortopalette) in PHP_FUNCTION() argument
|
Completed in 22 milliseconds