X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient019.phpt;h=eea116a2082eba3dc5372b21daa9d4c4e959ebf0;hp=9666b976a618a6f297df56448ac70df54ae18c58;hb=d7d868e74c34f1e0e3c4564f5b351572aadb6454;hpb=468e8d748d365811af4ce890fd8fc4c1f88cc08a 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--