summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug43121.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug43121.phpt')
-rw-r--r--ext/gd/tests/bug43121.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/gd/tests/bug43121.phpt b/ext/gd/tests/bug43121.phpt
index 1c3a7e5bc7..38668fdfbb 100644
--- a/ext/gd/tests/bug43121.phpt
+++ b/ext/gd/tests/bug43121.phpt
@@ -2,10 +2,10 @@
Bug #43121 (gdImageFill with IMG_COLOR_TILED crashes httpd)
--SKIPIF--
<?php
- if (!extension_loaded('gd')) die("skip gd extension not available\n");
- if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.0', '<')) {
- die("skip test requires GD 2.2.0 or higher");
- }
+ if (!extension_loaded('gd')) die("skip gd extension not available\n");
+ if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.0', '<')) {
+ die("skip test requires GD 2.2.0 or higher");
+ }
?>
--FILE--
<?php