Home
last modified time | relevance | path

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

/php-src/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 Dcurl_writeheader_tranpoline.phpt2 Test trampoline for curl option CURLOPT_HEADERFUNCTION
22 curl_setopt($ch, CURLOPT_HEADERFUNCTION, $callback);
H A Dcurl_setopt_callables.phpt28 testOption($ch, CURLOPT_HEADERFUNCTION);
41 …topt(): Argument #3 ($value) must be a valid callback for option CURLOPT_HEADERFUNCTION, function …
42 …ay(): Argument #2 ($options) must be a valid callback for option CURLOPT_HEADERFUNCTION, function …
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-src/Zend/tests/
H A Dbug71930.phpt18 curl_setopt($ch1, CURLOPT_HEADERFUNCTION, $a);
/php-src/ext/curl/
H A Dcurl.stub.php154 const CURLOPT_HEADERFUNCTION = UNKNOWN; define
H A Dcurl_arginfo.h258 REGISTER_LONG_CONSTANT("CURLOPT_HEADERFUNCTION", CURLOPT_HEADERFUNCTION, CONST_PERSISTENT); in register_curl_symbols()
H A Dinterface.c1106 curl_easy_setopt(ch->cp, CURLOPT_HEADERFUNCTION, curl_write_header); in _php_curl_set_default_options()

Completed in 34 milliseconds