diff options
-rw-r--r-- | ext/filter/tests/004.phpt | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/ext/filter/tests/004.phpt b/ext/filter/tests/004.phpt index a0d1b5f2ab..aa767c93d4 100644 --- a/ext/filter/tests/004.phpt +++ b/ext/filter/tests/004.phpt @@ -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 |