X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fclient019.phpt;h=eea116a2082eba3dc5372b21daa9d4c4e959ebf0;hb=a072128f443ded05070efd21fb5eceb72e1869b8;hp=9666b976a618a6f297df56448ac70df54ae18c58;hpb=468e8d748d365811af4ce890fd8fc4c1f88cc08a;p=m6w6%2Fext-http diff --git a/tests/client019.phpt b/tests/client019.phpt index 9666b97..eea116a 100644 --- a/tests/client019.phpt +++ b/tests/client019.phpt @@ -6,7 +6,7 @@ include "skipif.inc"; skip_client_test(); $client = new http\Client("curl"); array_key_exists("proxyheader", $client->getAvailableOptions()) - or die("skip need libcurl with CUTLOPT_PROXYHEADER support\n"); + or die("skip need libcurl with CURLOPT_PROXYHEADER support\n"); ?> --FILE--