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