We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c2a50 commit 0121b83Copy full SHA for 0121b83
1 file changed
ext/gd/tests/gh17349.phpt
@@ -2,6 +2,12 @@
2
GH-17349 (Tiled truecolor filling looses single color transparency)
3
--EXTENSIONS--
4
gd
5
+--SKIPIF--
6
+<?php
7
+ if (!(imagetypes() & IMG_PNG)) {
8
+ die("skip No PNG support");
9
+ }
10
+?>
11
--FILE--
12
<?php
13
require_once __DIR__ . "/func.inc";
0 commit comments