Searched refs:imagetruecolortopalette (Results 1 – 13 of 13) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imagetruecolortopalette_error4.phpt | 2 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 D | imagetruecolortopalette_error3.phpt | 2 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 D | bug72697.phpt | 17 fn() => imagetruecolortopalette($img, false, PHP_INT_MAX / 8) 23 !! [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) 17 imagetruecolortopalette($im, 0, 256);
|
H A D | imagetruecolortopalette_basic.phpt | 2 Testing imagetruecolortopalette() of GD library 24 var_dump(imagetruecolortopalette($image, true, 2));
|
H A D | bug72298.phpt | 9 imagetruecolortopalette($img, false, 4);
|
H A D | bug72512_0.phpt | 17 imagetruecolortopalette($img, TRUE, 3);
|
H A D | bug72512_1.phpt | 16 imagetruecolortopalette($img, TRUE, 3);
|
H A D | bug72512.phpt | 15 imagetruecolortopalette($img, TRUE, 3);
|
H A D | imagesetthickness_basic.phpt | 2 Testing imagetruecolortopalette() of GD library
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 584 ZEND_FUNCTION(imagetruecolortopalette); 725 ZEND_FE(imagetruecolortopalette, arginfo_imagetruecolortopalette)
|
H A D | gd.stub.php | 495 function imagetruecolortopalette(GdImage $image, bool $dither, int $num_colors): bool {} function
|
H A D | gd.c | 720 PHP_FUNCTION(imagetruecolortopalette) in PHP_FUNCTION() argument
|
Completed in 37 milliseconds