1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00

Make test more generic.

# Thanks Marcus.
This commit is contained in:
Ilia Alshanetsky
2004-09-27 17:52:25 +00:00
parent 479af1e75d
commit 52ee529ef4

View File

@@ -27,18 +27,18 @@ foreach ($filters as $filter) {
filter_test(array($filters[0], $filters[1]));
?>
--EXPECT--
--EXPECTF--
filter: string.rot13
resource(5) of type (stream filter)
resource(%d) of type (stream filter)
string(12) "Uryyb Gurer!"
filter: string.toupper
resource(7) of type (stream filter)
resource(%d) of type (stream filter)
string(12) "HELLO THERE!"
filter: string.tolower
resource(9) of type (stream filter)
resource(%d) of type (stream filter)
string(12) "hello there!"
filter: string.rot13
resource(11) of type (stream filter)
resource(%d) of type (stream filter)
filter: string.toupper
resource(12) of type (stream filter)
string(12) "URYYB GURER!"
resource(%d) of type (stream filter)
string(12) "URYYB GURER!"