X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fenvresponse017.phpt;h=4c832f25536f4fb652ea4fc9bbaf22b6ff7902fc;hb=b41323e1817c50d062b27da798c7db35fa58212c;hp=ffa40cbb6f13fcd444c18ace971671e9b77d4393;hpb=90b581e9c564acde783926e412d7c5d737c4cbe4;p=m6w6%2Fext-http 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;