1 2 3 4 5 6 7 8 9
--TEST-- Simple POST Method test --POST-- a=Hello+World --FILE-- <?php echo $_POST['a']; ?> --EXPECT-- Hello World