mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
MFH (skip if cli)
#no NEWS for changing tests
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Simple POST Method test
|
||||
--SKIPIF--
|
||||
<?php if (php_sapi_name()=='cli') print 'skip';?>
|
||||
--POST--
|
||||
a=Hello+World
|
||||
--GET--
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
GET and POST Method combined
|
||||
--SKIPIF--
|
||||
<?php if (php_sapi_name()=='cli') print 'skip';?>
|
||||
--POST--
|
||||
a=Hello+World
|
||||
--GET--
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Two variables in POST data
|
||||
--SKIPIF--
|
||||
<?php if (php_sapi_name()=='cli') print 'skip';?>
|
||||
--POST--
|
||||
a=Hello+World&b=Hello+Again+World
|
||||
--GET--
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Three variables in POST data
|
||||
--SKIPIF--
|
||||
<?php if (php_sapi_name()=='cli') print 'skip';?>
|
||||
--POST--
|
||||
a=Hello+World&b=Hello+Again+World&c=1
|
||||
--GET--
|
||||
|
||||
Reference in New Issue
Block a user