summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug24155.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug24155.phpt')
-rw-r--r--ext/gd/tests/bug24155.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/gd/tests/bug24155.phpt b/ext/gd/tests/bug24155.phpt
index ff4f40fdec..59da459849 100644
--- a/ext/gd/tests/bug24155.phpt
+++ b/ext/gd/tests/bug24155.phpt
@@ -2,10 +2,10 @@
Bug #24155 (gdImageRotate270 rotation problem).
--SKIPIF--
<?php
- if (!extension_loaded('gd')) {
- die("skip gd extension not available\n");
- }
- if (!function_exists("imagerotate")) die("skip requires bundled GD library\n");
+ if (!extension_loaded('gd')) {
+ die("skip gd extension not available\n");
+ }
+ if (!function_exists("imagerotate")) die("skip requires bundled GD library\n");
?>
--FILE--
<?php