You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
184 B

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