summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imageistruecolor_error1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imageistruecolor_error1.phpt')
-rw-r--r--ext/gd/tests/imageistruecolor_error1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/imageistruecolor_error1.phpt b/ext/gd/tests/imageistruecolor_error1.phpt
index 06453b7d31..8b3033c39b 100644
--- a/ext/gd/tests/imageistruecolor_error1.phpt
+++ b/ext/gd/tests/imageistruecolor_error1.phpt
@@ -3,7 +3,7 @@ Testing imageistruecolor(): wrong parameters
--CREDITS--
Rafael Dohms <rdohms [at] gmail [dot] com>
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("gd")) die("skip GD not present");
if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
?>