summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagecolorallocate_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagecolorallocate_variation1.phpt')
-rw-r--r--ext/gd/tests/imagecolorallocate_variation1.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/gd/tests/imagecolorallocate_variation1.phpt b/ext/gd/tests/imagecolorallocate_variation1.phpt
index 60d690bfbe..fa304b5c8c 100644
--- a/ext/gd/tests/imagecolorallocate_variation1.phpt
+++ b/ext/gd/tests/imagecolorallocate_variation1.phpt
@@ -5,7 +5,7 @@ Test imagecolorallocate() function : usage variations - passing different data
if(!extension_loaded('gd')) {
die('skip gd extension is not loaded');
}
-?>
+?>
--FILE--
<?php
/* Prototype : int imagecolorallocate(resource im, int red, int green, int blue)
@@ -70,7 +70,7 @@ $values = array(
'int indexed array' => $index_array,
'associative array' => $assoc_array,
'nested arrays' => array('foo', $index_array, $assoc_array),
-
+
// null data
'uppercase NULL' => NULL,
'lowercase null' => null,
@@ -100,8 +100,8 @@ $values = array(
// unset data
'unset var' => @$unset_var,
-
- //resource
+
+ //resource
"file resource" => $fp
);