From: Ilia Alshanetsky Date: Sun, 26 Sep 2004 19:12:06 +0000 (+0000) Subject: fixed test output. X-Git-Tag: PRE_NEW_VM_GEN_PATCH~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6501f756a4eb1a07606b700583f46b7ff735c4c;p=php fixed test output. --- 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