Searched refs:CURLOPT_HEADERFUNCTION (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/curl/tests/ |
H A D | curl_writeheader_callback.phpt | 2 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 D | curl_writeheader_trampoline.phpt | 2 Test trampoline for curl option CURLOPT_HEADERFUNCTION 22 curl_setopt($ch, CURLOPT_HEADERFUNCTION, $callback);
|
H A D | curl_setopt_callables.phpt | 28 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 D | bug69316.phpt | 26 curl_setopt($ch, CURLOPT_HEADERFUNCTION, "hdr_callback");
|
H A D | bug77535.phpt | 38 curl_setopt($this->curl, CURLOPT_HEADERFUNCTION, function ($ch, $data) {
|
/php-src/Zend/tests/ |
H A D | bug71930.phpt | 18 curl_setopt($ch1, CURLOPT_HEADERFUNCTION, $a);
|
/php-src/ext/curl/ |
H A D | curl.stub.php | 155 const CURLOPT_HEADERFUNCTION = UNKNOWN; define
|
H A D | curl_arginfo.h | 252 REGISTER_LONG_CONSTANT("CURLOPT_HEADERFUNCTION", CURLOPT_HEADERFUNCTION, CONST_PERSISTENT); in register_curl_symbols()
|
H A D | interface.c | 1198 curl_easy_setopt(ch->cp, CURLOPT_HEADERFUNCTION, curl_write_header); in _php_curl_set_default_options()
|
Completed in 26 milliseconds