]> granicus.if.org Git - php/commitdiff
- Fixed tests.
authorDerick Rethans <derick@php.net>
Tue, 31 Jan 2006 19:09:07 +0000 (19:09 +0000)
committerDerick Rethans <derick@php.net>
Tue, 31 Jan 2006 19:09:07 +0000 (19:09 +0000)
ext/filter/tests/025.phpt
ext/filter/tests/026.phpt

index d5e3a88b8a301d022006d74dbfc02c4a2afa78d1..c770fb80f7f0e2cfb8d614e84a6d6463e9711d31 100644 (file)
@@ -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) "!@#$%^&#38;*()&#38;#39;&#38;#34;"
 string(11) "`1234567890"
index d029447182f124127393939070bccb428b4e1db4..b53dcb19890e3e702e7589702f1293b979864fbe 100644 (file)
@@ -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