From: Derick Rethans Date: Tue, 31 Jan 2006 19:09:07 +0000 (+0000) Subject: - Fixed tests. X-Git-Tag: RELEASE_1_2~329 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3f84aafc808733798aefc6cf7e7475c9594cad2;p=php - Fixed tests. --- diff --git a/ext/filter/tests/025.phpt b/ext/filter/tests/025.phpt index d5e3a88b8a..c770fb80f7 100644 --- a/ext/filter/tests/025.phpt +++ b/ext/filter/tests/025.phpt @@ -14,8 +14,8 @@ var_dump(filter_data(".", FILTER_SANITIZE_STRING)); echo "Done\n"; ?> --EXPECT-- -NULL -NULL +string(0) "" +string(0) "" string(12) "!@#$%^&*()'"" string(32) "!@#$%^&*()'"" string(11) "`1234567890" diff --git a/ext/filter/tests/026.phpt b/ext/filter/tests/026.phpt index d029447182..b53dcb1989 100644 --- a/ext/filter/tests/026.phpt +++ b/ext/filter/tests/026.phpt @@ -20,11 +20,11 @@ echo "Done\n"; --EXPECTF-- string(40) "Let me see you Stripped down to the bone" string(11) "!@#$%^&*()>" -NULL +string(0) "" string(40) "Let me see you Stripped down to the bone" string(11) "!@#$%^&*()>" -NULL +string(0) "" string(40) "Let me see you Stripped down to the bone" string(11) "!@#$%^&*()>" -NULL +string(0) "" Done