summaryrefslogtreecommitdiff
path: root/tests/basic/002.phpt
blob: 6ea0c11fa168d1201f84ccf9c2ccf5990812bf87 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Simple POST Method test
--POST--
a=Hello+World
--GET--
--FILE--
<?php error_reporting(0);
echo $_POST['a']; ?>
--EXPECT--
Hello World