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