mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
fixed test output.
This commit is contained in:
parent
3cdd2bcb01
commit
d6501f756a
1 changed files with 6 additions and 6 deletions
|
@ -29,16 +29,16 @@ filter_test(array($filters[0], $filters[1]));
|
||||||
?>
|
?>
|
||||||
--EXPECT--
|
--EXPECT--
|
||||||
filter: string.rot13
|
filter: string.rot13
|
||||||
bool(true)
|
resource(5) of type (stream filter)
|
||||||
string(12) "Uryyb Gurer!"
|
string(12) "Uryyb Gurer!"
|
||||||
filter: string.toupper
|
filter: string.toupper
|
||||||
bool(true)
|
resource(7) of type (stream filter)
|
||||||
string(12) "HELLO THERE!"
|
string(12) "HELLO THERE!"
|
||||||
filter: string.tolower
|
filter: string.tolower
|
||||||
bool(true)
|
resource(9) of type (stream filter)
|
||||||
string(12) "hello there!"
|
string(12) "hello there!"
|
||||||
filter: string.rot13
|
filter: string.rot13
|
||||||
bool(true)
|
resource(11) of type (stream filter)
|
||||||
filter: string.toupper
|
filter: string.toupper
|
||||||
bool(true)
|
resource(12) of type (stream filter)
|
||||||
string(12) "URYYB GURER!"
|
string(12) "URYYB GURER!"
|
Loading…
Add table
Add a link
Reference in a new issue