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.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/imagetruecolortopalette_error4.phpt b/ext/gd/tests/imagetruecolortopalette_error4.phpt
index 5726befab2..dd24aecc81 100644
--- a/ext/gd/tests/imagetruecolortopalette_error4.phpt
+++ b/ext/gd/tests/imagetruecolortopalette_error4.phpt
@@ -4,8 +4,8 @@ Testing imagetruecolortopalette(): out of range parameter 3
Rafael Dohms <rdohms [at] gmail [dot] com>
--SKIPIF--
<?php
- if (!extension_loaded("gd")) die("skip GD not present");
- if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
+ if (!extension_loaded("gd")) die("skip GD not present");
+ if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
?>
--FILE--
<?php