fixed test output.

This commit is contained in:
Ilia Alshanetsky 2004-09-26 19:12:06 +00:00
parent 3cdd2bcb01
commit d6501f756a

View 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)
resource(12) of type (stream filter)
string(12) "URYYB GURER!"