summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-09-26 19:12:06 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-09-26 19:12:06 +0000
commitd6501f756a4eb1a07606b700583f46b7ff735c4c (patch)
tree2b4844d78ae901aba467ae09e21d4dd8a4cb3ea4
parent3cdd2bcb010a01ffc7034341f90d0de4170b9e52 (diff)
downloadphp-git-d6501f756a4eb1a07606b700583f46b7ff735c4c.tar.gz
fixed test output.
-rw-r--r--ext/standard/tests/filters/basic.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/standard/tests/filters/basic.phpt b/ext/standard/tests/filters/basic.phpt
index 702c1ddadd..c6d40a392b 100644
--- a/ext/standard/tests/filters/basic.phpt
+++ b/ext/standard/tests/filters/basic.phpt
@@ -29,16 +29,16 @@ filter_test(array($filters[0], $filters[1]));
?>
--EXPECT--
filter: string.rot13
-bool(true)
+resource(5) of type (stream filter)
string(12) "Uryyb Gurer!"
filter: string.toupper
-bool(true)
+resource(7) of type (stream filter)
string(12) "HELLO THERE!"
filter: string.tolower
-bool(true)
+resource(9) of type (stream filter)
string(12) "hello there!"
filter: string.rot13
-bool(true)
+resource(11) of type (stream filter)
filter: string.toupper
-bool(true)
-string(12) "URYYB GURER!"
+resource(12) of type (stream filter)
+string(12) "URYYB GURER!" \ No newline at end of file