summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagecolorallocate_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagecolorallocate_variation3.phpt')
-rw-r--r--ext/gd/tests/imagecolorallocate_variation3.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/gd/tests/imagecolorallocate_variation3.phpt b/ext/gd/tests/imagecolorallocate_variation3.phpt
index 3fe1f50f82..0066810991 100644
--- a/ext/gd/tests/imagecolorallocate_variation3.phpt
+++ b/ext/gd/tests/imagecolorallocate_variation3.phpt
@@ -8,7 +8,7 @@ if(!extension_loaded('gd')) {
if(!function_exists('imagecreatetruecolor')) {
die('skip imagecreatetruecolor function is not available');
}
-?>
+?>
--FILE--
<?php
/* Prototype : imagecolorallocate(resource im, int red, int green, int blue)
@@ -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