Searched refs:CURLOPT_HEADER (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/curl/tests/ |
H A D | bug68937.phpt | 15 CURLOPT_HEADER => false,
|
H A D | bug68937_2.phpt | 14 CURLOPT_HEADER => false,
|
H A D | curl_copy_handle_basic.phpt | 17 curl_setopt($ch, CURLOPT_HEADER, 0);
|
H A D | curl_postfields_array.phpt | 27 CURLOPT_HEADER => 0,
|
H A D | bug77535.phpt | 33 curl_setopt($this->curl, CURLOPT_HEADER, false);
|
/php-src/ext/curl/ |
H A D | curl.stub.php | 150 const CURLOPT_HEADER = UNKNOWN; define
|
H A D | interface.c | 1666 HANDLE_CURL_OPTION_CALLABLE_PHP_CURL_USER(ch, CURLOPT_HEADER, write_header, PHP_CURL_IGNORE); in _php_curl_setopt() 1702 case CURLOPT_HEADER: in _php_curl_setopt()
|
H A D | curl_arginfo.h | 251 REGISTER_LONG_CONSTANT("CURLOPT_HEADER", CURLOPT_HEADER, CONST_PERSISTENT); in register_curl_symbols()
|
Completed in 29 milliseconds