summaryrefslogtreecommitdiff
path: root/tests/basic/017.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/017.phpt')
-rw-r--r--tests/basic/017.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/basic/017.phpt b/tests/basic/017.phpt
index d514726d18..ca0a2d6491 100644
--- a/tests/basic/017.phpt
+++ b/tests/basic/017.phpt
@@ -1,10 +1,10 @@
--TEST--
-POST Method test and arrays - 5
+POST Method test and arrays - 5
--POST--
a[]=1&a[a]=1&a[b]=3
--FILE--
<?php
-var_dump($_POST['a']);
+var_dump($_POST['a']);
?>
--EXPECT--
array(3) {