--TEST-- Testing imagetruecolortopalette(): out of range parameter 3 --CREDITS-- Rafael Dohms --EXTENSIONS-- gd --SKIPIF-- --FILE-- imagetruecolortopalette($image, true, 0), fn() => imagetruecolortopalette($image, true, -1) ); ?> --EXPECT-- !! [ValueError] imagetruecolortopalette(): Argument #3 ($num_colors) must be greater than 0 and less than 2147483647 !! [ValueError] imagetruecolortopalette(): Argument #3 ($num_colors) must be greater than 0 and less than 2147483647