diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2006-12-09 03:07:49 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2006-12-09 03:07:49 +0000 |
| commit | a8f337d33c920fa220477f28f2d2d981b22aaf1a (patch) | |
| tree | e7c876e68a5ce9dc5ba3feadc0861cfa8cbe71d7 /ext/filter | |
| parent | a1f9cfb6536b9f106f5e0cef51e7553ff20ab09b (diff) | |
| download | php-git-a8f337d33c920fa220477f28f2d2d981b22aaf1a.tar.gz | |
MFB: fixed test
Diffstat (limited to 'ext/filter')
| -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 |
