import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / http_build_query.php.expectf
blob4dbcf2cd824f89535c17c9b95ed9aab562e0af3d
1 string(35) "foo=bar&baz=1&test=a+%27+%22+&0=abc"
2 string(38) "foo=bar&baz=1&test=a+%27+%22+&foo0=abc"
3 string(38) "foo=bar;baz=1;test=a+%27+%22+;foo0=abc"