summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug39780.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug39780.phpt')
-rw-r--r--ext/gd/tests/bug39780.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/bug39780.phpt b/ext/gd/tests/bug39780.phpt
index 6468f28b73..700dad46cf 100644
--- a/ext/gd/tests/bug39780.phpt
+++ b/ext/gd/tests/bug39780.phpt
@@ -2,8 +2,8 @@
Bug #39780 (PNG image with CRC/data error raises a fatal error)
--SKIPIF--
<?php
- if (!extension_loaded('gd')) die("skip gd extension not available\n");
- if (!GD_BUNDLED) die("skip requires bundled GD library\n");
+ if (!extension_loaded('gd')) die("skip gd extension not available\n");
+ if (!GD_BUNDLED) die("skip requires bundled GD library\n");
?>
--FILE--
<?php