]> granicus.if.org Git - php/commitdiff
fixed test output.
authorIlia Alshanetsky <iliaa@php.net>
Sun, 26 Sep 2004 19:12:06 +0000 (19:12 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 26 Sep 2004 19:12:06 +0000 (19:12 +0000)
ext/standard/tests/filters/basic.phpt

index 702c1ddaddc52b6b7a8886f8f4bf7a65f6f8ed55..c6d40a392bad742f4862e80bcd8b420b5b5ba48b 100644 (file)
@@ -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