X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient019.phpt;h=eea116a2082eba3dc5372b21daa9d4c4e959ebf0;hp=c41a260f0acff98b8e4d29167374ee97f5f018ae;hb=5f6f44f5e51e08da1c5194041850c1c834fba819;hpb=e438aa9ce944f8c8f175554d9aa66d152a47f780 diff --git a/tests/client019.phpt b/tests/client019.phpt index c41a260..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--