summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagecolorallocate_variation4.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagecolorallocate_variation4.phpt')
-rw-r--r--ext/gd/tests/imagecolorallocate_variation4.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/tests/imagecolorallocate_variation4.phpt b/ext/gd/tests/imagecolorallocate_variation4.phpt
index e4ef7c62a2..5c332723a1 100644
--- a/ext/gd/tests/imagecolorallocate_variation4.phpt
+++ b/ext/gd/tests/imagecolorallocate_variation4.phpt
@@ -64,7 +64,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,
@@ -94,8 +94,8 @@ $values = array(
// unset data
'unset var' => @$unset_var,
-
- //resource
+
+ //resource
"file resource" => $fp
);
// loop through each element of the array for red