summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagecolorallocate_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagecolorallocate_variation5.phpt')
-rw-r--r--ext/gd/tests/imagecolorallocate_variation5.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/imagecolorallocate_variation5.phpt b/ext/gd/tests/imagecolorallocate_variation5.phpt
index 794abb3d71..9f25940852 100644
--- a/ext/gd/tests/imagecolorallocate_variation5.phpt
+++ b/ext/gd/tests/imagecolorallocate_variation5.phpt
@@ -28,7 +28,7 @@ $values = array(
"Octal 012" => 012,
"Octal -012" => -012,
"Octal 0377" => 0377,
-
+
// hexa-decimal integer data
"Hexa-decimal 0x0" => 0x0,
"Hexa-decimal 0xA" => 0xA,