summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagecolorstotal_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagecolorstotal_error.phpt')
-rw-r--r--ext/gd/tests/imagecolorstotal_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/imagecolorstotal_error.phpt b/ext/gd/tests/imagecolorstotal_error.phpt
index a7f3b95719..59999423ca 100644
--- a/ext/gd/tests/imagecolorstotal_error.phpt
+++ b/ext/gd/tests/imagecolorstotal_error.phpt
@@ -8,7 +8,7 @@ if(!extension_loaded('gd')) {
if(!function_exists('imagecolorstotal')) {
die('skip imagecolorstotal function is not available');
}
-?>
+?>
--FILE--
<?php
/* Prototype : int imagecolorstotal ( resource $image )
@@ -31,7 +31,7 @@ var_dump( imagecolorstotal($im, $extra_arg) );
echo "\n-- Testing imagecolorstotal() function with a invalid resource\n";
var_dump( imagecolorstotal($im) );
-fclose($im);
+fclose($im);
?>
===DONE===
--EXPECTF--