summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagecolorallocate_variation6.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagecolorallocate_variation6.phpt')
-rw-r--r--ext/gd/tests/imagecolorallocate_variation6.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/tests/imagecolorallocate_variation6.phpt b/ext/gd/tests/imagecolorallocate_variation6.phpt
index bc939c9799..48f1c908a7 100644
--- a/ext/gd/tests/imagecolorallocate_variation6.phpt
+++ b/ext/gd/tests/imagecolorallocate_variation6.phpt
@@ -18,12 +18,12 @@ if(!function_exists('imagecreatetruecolor')) {
echo "*** Testing imagecolorallocate() : usage variations ***\n";
$values = array(
- //Decimal integera data
+ //Decimal integera data
"Decimal 256" => 256,
-
+
// octal integer data
"Octal 0400" => 0400,
-
+
// hexa-decimal integer data
"Hexa-decimal 0x100" => 0x100
);