10 lines
115 B
Plaintext
10 lines
115 B
Plaintext
|
|
--TEST--
|
||
|
|
Simple POST Method test
|
||
|
|
--POST--
|
||
|
|
a=Hello+World
|
||
|
|
--FILE--
|
||
|
|
<?php
|
||
|
|
echo $_POST['a']; ?>
|
||
|
|
--EXPECT--
|
||
|
|
Hello World
|