We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359b9a5 commit e40a59cCopy full SHA for e40a59c
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