summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug72512_1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug72512_1.phpt')
-rw-r--r--ext/gd/tests/bug72512_1.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/gd/tests/bug72512_1.phpt b/ext/gd/tests/bug72512_1.phpt
index 2983ff29b8..0c5ae7cb76 100644
--- a/ext/gd/tests/bug72512_1.phpt
+++ b/ext/gd/tests/bug72512_1.phpt
@@ -2,10 +2,10 @@
Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 1
--SKIPIF--
<?php
- if (!extension_loaded('gd')) die("skip gd extension not available\n");
- if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.2', '<')) {
- die("skip test requires GD 2.2.2 or higher");
- }
+ if (!extension_loaded('gd')) die("skip gd extension not available\n");
+ if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.2', '<')) {
+ die("skip test requires GD 2.2.2 or higher");
+ }
?>
--FILE--
<?php