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