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