make `Switch` constructor more precise
[hiphop-php.git] / hphp / test / slow / ext_oauth / plaintext2.php.expectf
blob91e21cf3cd08353bbdd7a6bfaffb4c439049a4c7
1 array(2) {
2   ["oauth_token"]=>
3   string(4) "1234"
4   ["oauth_token_secret"]=>
5   string(4) "4567"
7 string(230) "GET /test?oauth_consumer_key=conskey&oauth_signature_method=PLAINTEXT&oauth_nonce=testing&oauth_timestamp=12345&oauth_version=1.0&oauth_token=key&oauth_signature=conssecret%26secret HTTP/1.1
8 Host: 127.0.0.1:%d
9 Accept: */*