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