summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagetruecolortopalette_error3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagetruecolortopalette_error3.phpt')
-rw-r--r--ext/gd/tests/imagetruecolortopalette_error3.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/imagetruecolortopalette_error3.phpt b/ext/gd/tests/imagetruecolortopalette_error3.phpt
index 707f7e37bc..3fd8be0c3a 100644
--- a/ext/gd/tests/imagetruecolortopalette_error3.phpt
+++ b/ext/gd/tests/imagetruecolortopalette_error3.phpt
@@ -4,8 +4,8 @@ Testing imagetruecolortopalette(): wrong parameters for 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