Home
last modified time | relevance | path

Searched refs:CURLOPT_HTTPHEADER (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/ext/curl/tests/
H A Dcurl_setopt_basic003.phpt2 curl_setopt() call with CURLOPT_HTTPHEADER
15 echo "*** curl_setopt() call with CURLOPT_HTTPHEADER\n";
21 curl_setopt($ch, CURLOPT_HTTPHEADER, 1);
34 curl_setopt($ch, CURLOPT_HTTPHEADER, array());
44 *** curl_setopt() call with CURLOPT_HTTPHEADER
45 curl_setopt(): The CURLOPT_HTTPHEADER option must have an array value
H A Dbug71523.phpt2 Bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec)
14 curl_setopt($ch, CURLOPT_HTTPHEADER, ['Foo: Bar']);
H A Dbug68937.phpt19 CURLOPT_HTTPHEADER => array(
H A Dbug68937_2.phpt19 CURLOPT_HTTPHEADER => array(
H A Dbug65458.phpt10 curl_setopt($ch, CURLOPT_HTTPHEADER, [ "SOAPAction: getItems" ]);
H A Dcurl_postfields_array.phpt34 CURLOPT_HTTPHEADER => [ 'Expect:' ],
H A Dcurl_CURLOPT_READDATA.phpt27 curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:', "Content-Length: {$datalen}"));
H A Dcurl_copy_handle_basic_007.phpt19 …curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:')); // Disable Expect: header (lighttpd does n…
/PHP-8.3/ext/curl/
H A Dcurl.stub.php168 const CURLOPT_HTTPHEADER = UNKNOWN; define
H A Dinterface.c2142 case CURLOPT_HTTPHEADER: in _php_curl_setopt()
2164 case CURLOPT_HTTPHEADER: in _php_curl_setopt()
H A Dcurl_arginfo.h266 REGISTER_LONG_CONSTANT("CURLOPT_HTTPHEADER", CURLOPT_HTTPHEADER, CONST_PERSISTENT); in register_curl_symbols()

Completed in 31 milliseconds