php-src/ext/gd/tests/crafted_gd2.phpt
Christoph M. Becker a375d54785
Migrate skip checks to --EXTENSIONS-- for ext/gd
Cf. PR #6787.

Closes GH-6994.
2021-05-22 15:38:51 +02:00

11 lines
220 B
PHP

--TEST--
Test max colors for a gd image.
--EXTENSIONS--
gd
--FILE--
<?php
imagecreatefromgd(__DIR__ . '/crafted.gd2');
?>
--EXPECTF--
Warning: imagecreatefromgd(): "%scrafted.gd2" is not a valid GD file in %s on line %d