1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
Files
archived-php-src/tests/basic/002.phpt
Derick Rethans eeeb95595f - More test fixes
2002-03-05 09:02:02 +00:00

11 lines
123 B
PHP

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