summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagegammacorrect_error3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagegammacorrect_error3.phpt')
-rw-r--r--ext/gd/tests/imagegammacorrect_error3.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/imagegammacorrect_error3.phpt b/ext/gd/tests/imagegammacorrect_error3.phpt
index 6dcecbe04b..8bb47ad234 100644
--- a/ext/gd/tests/imagegammacorrect_error3.phpt
+++ b/ext/gd/tests/imagegammacorrect_error3.phpt
@@ -1,10 +1,10 @@
--TEST--
-Testing error with non-double first paramenter of imagegammacorrect() of GD library,
+Testing error with non-double first paramenter of imagegammacorrect() of GD library,
--CREDITS--
Rafael Dohms <rdohms [at] gmail [dot] com>
#testfest PHPSP on 2009-06-20
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("gd")) die("skip GD not present");
?>
--FILE--