Home
last modified time | relevance | path

Searched refs:CURLOPT_HEADERFUNCTION (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/curl/tests/
H A Dcurl_writeheader_callback.phpt2 Test curl option CURLOPT_HEADERFUNCTION
7 …etermine that the headers are sent to the callback specified for CURLOPT_HEADERFUNCTION. Different…
24 curl_setopt($ch, CURLOPT_HEADERFUNCTION, 'curl_header_callback');
H A Dbug69316.phpt26 curl_setopt($ch, CURLOPT_HEADERFUNCTION, "hdr_callback");
H A Dbug77535.phpt37 curl_setopt($this->curl, CURLOPT_HEADERFUNCTION, function ($ch, $data) {
/PHP-8.3/Zend/tests/
H A Dbug71930.phpt18 curl_setopt($ch1, CURLOPT_HEADERFUNCTION, $a);
/PHP-8.3/ext/curl/
H A Dcurl.stub.php153 const CURLOPT_HEADERFUNCTION = UNKNOWN; define
H A Dinterface.c1163 curl_easy_setopt(ch->cp, CURLOPT_HEADERFUNCTION, curl_write_header); in _php_curl_set_default_options()
2238 case CURLOPT_HEADERFUNCTION: in _php_curl_setopt()
2953 curl_easy_setopt(ch->cp, CURLOPT_HEADERFUNCTION, curl_write_nothing); in curl_free_obj()
H A Dcurl_arginfo.h263 REGISTER_LONG_CONSTANT("CURLOPT_HEADERFUNCTION", CURLOPT_HEADERFUNCTION, CONST_PERSISTENT); in register_curl_symbols()

Completed in 37 milliseconds