summaryrefslogtreecommitdiff
path: root/tests/basic/014.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/014.phpt')
-rw-r--r--tests/basic/014.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/014.phpt b/tests/basic/014.phpt
index 7288c44a92..1282aad3e4 100644
--- a/tests/basic/014.phpt
+++ b/tests/basic/014.phpt
@@ -4,7 +4,7 @@ POST Method test and arrays - 2
a[]=1&a[]=1
--FILE--
<?php
-var_dump($_POST['a']);
+var_dump($_POST['a']);
?>
--EXPECT--
array(2) {