1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/tests/basic/002.phpt

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