X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fenvresponse017.phpt;h=4c832f25536f4fb652ea4fc9bbaf22b6ff7902fc;hp=ffa40cbb6f13fcd444c18ace971671e9b77d4393;hb=74e7358add4c74d212b91d23e8600ef3c10d081e;hpb=90b581e9c564acde783926e412d7c5d737c4cbe4 diff --git a/tests/envresponse017.phpt b/tests/envresponse017.phpt index ffa40cb..4c832f2 100644 --- a/tests/envresponse017.phpt +++ b/tests/envresponse017.phpt @@ -10,7 +10,7 @@ echo "Test\n"; $req = new http\Env\Request; $req->setRequestMethod("CONNECT"); -$req->setRequestUrl(["host"=>"www.example.com", "port"=>80]); +$req->setRequestUrl(array("host"=>"www.example.com", "port"=>80)); echo $req;