diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-12-09 03:07:32 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-12-09 03:07:32 +0000 |
commit | 352e69d3f0a8b24881dfc41acd5c3da47970a5c7 (patch) | |
tree | 0b0ee9d1b47a81302a60b57efe8acf0206db5adf | |
parent | 7df81307c1a92eb1857a31b8aade8e4c0a816e83 (diff) | |
download | php-git-352e69d3f0a8b24881dfc41acd5c3da47970a5c7.tar.gz |
Fixed test
-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 |