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--
|
||||
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--
|
||||
filter.default=special_chars
|
||||
--POST--
|
||||
|
@ -26,5 +20,5 @@ echo $_REQUEST['d'];
|
|||
echo $_REQUEST['e'];
|
||||
?>
|
||||
--EXPECT--
|
||||
O'HenryBold"quotes"\slash
|
||||
O'HenryBold"quotes"\slash
|
||||
O'Henry<b>Bold</b>"quotes"\slash
|
||||
O'Henry<b>Bold</b>"quotes"\slash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue