import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-filters / basic.php.expectf
blob4efe536de4cbd57ce2f56c4aa4dac447f325d4ab
1 filter: string.rot13
2 resource(%d) of type (stream filter)
3 string(12) "Uryyb Gurer!"
4 filter: string.toupper
5 resource(%d) of type (stream filter)
6 string(12) "HELLO THERE!"
7 filter: string.tolower
8 resource(%d) of type (stream filter)
9 string(12) "hello there!"
10 filter: string.rot13
11 resource(%d) of type (stream filter)
12 filter: string.toupper
13 resource(%d) of type (stream filter)
14 string(12) "URYYB GURER!"