summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagetruecolortopalette_error4.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagetruecolortopalette_error4.phpt')
-rw-r--r--ext/gd/tests/imagetruecolortopalette_error4.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/imagetruecolortopalette_error4.phpt b/ext/gd/tests/imagetruecolortopalette_error4.phpt
index f0e18b86be..2db042e89f 100644
--- a/ext/gd/tests/imagetruecolortopalette_error4.phpt
+++ b/ext/gd/tests/imagetruecolortopalette_error4.phpt
@@ -3,7 +3,7 @@ Testing imagetruecolortopalette(): out of range parameter 3
--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");
?>