1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00
Files
Marcus Boerger eb53114d5e MFH (skip if cli)
#no NEWS for changing tests
2002-08-24 13:06:57 +00:00

13 lines
184 B
PHP

--TEST--
Simple POST Method test
--SKIPIF--
<?php if (php_sapi_name()=='cli') print 'skip';?>
--POST--
a=Hello+World
--GET--
--FILE--
<?php
echo $_POST['a']; ?>
--EXPECT--
Hello World