1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00
Files
foobar 30f0fa9262 MFH
2001-11-13 12:21:03 +00:00

11 lines
143 B
PHP

--TEST--
Simple POST Method test
--POST--
a=Hello+World
--GET--
--FILE--
<?php error_reporting(0);
echo $_POST['a']; ?>
--EXPECT--
Hello World