mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
MFB: fixed test
This commit is contained in:
parent
a1f9cfb653
commit
a8f337d33c
1 changed files with 2 additions and 8 deletions
|
@ -1,11 +1,5 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
GET/POST/REQUEST Test with filtered data
|
GET/POST/REQUEST Test with filtered data
|
||||||
--SKIPIF--
|
|
||||||
<?php
|
|
||||||
/* CGI doesn't read commandline options when it sees REQUES_METHOD */
|
|
||||||
die("skip");
|
|
||||||
die("not possible to set ini setting using -d and CGI");
|
|
||||||
?>
|
|
||||||
--INI--
|
--INI--
|
||||||
filter.default=special_chars
|
filter.default=special_chars
|
||||||
--POST--
|
--POST--
|
||||||
|
@ -26,5 +20,5 @@ echo $_REQUEST['d'];
|
||||||
echo $_REQUEST['e'];
|
echo $_REQUEST['e'];
|
||||||
?>
|
?>
|
||||||
--EXPECT--
|
--EXPECT--
|
||||||
O'HenryBold"quotes"\slash
|
O'Henry<b>Bold</b>"quotes"\slash
|
||||||
O'HenryBold"quotes"\slash
|
O'Henry<b>Bold</b>"quotes"\slash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue