We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f340037 commit ac8248bCopy full SHA for ac8248b
1 file changed
ext/gd/tests/imagebmp_basic.phpt
@@ -2,6 +2,12 @@
2
imagebmp() - basic functionality
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
// create an image
0 commit comments