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