Searched refs:CURLOPT_VERBOSE (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/curl/tests/ |
H A D | curl_setopt_CURLOPT_DEBUGFUNCTION.phpt | 23 echo "\n===Testing with regular CURLOPT_VERBOSE with verbose=false===\n"; 27 curl_setopt($ch, CURLOPT_VERBOSE, 0); 32 curl_setopt($ch, CURLOPT_VERBOSE, 1); 34 echo "\n===Testing with regular CURLOPT_VERBOSE on stderr===\n"; 38 curl_setopt($ch, CURLOPT_VERBOSE, 1); 136 curl_setopt($ch, CURLOPT_VERBOSE, true); 149 CURLOPT_VERBOSE => true, 168 ===Testing with regular CURLOPT_VERBOSE with verbose=false=== 171 ===Testing with regular CURLOPT_VERBOSE on stderr===
|
H A D | bug54798.phpt | 13 // we also need CURLOPT_VERBOSE to be set to test CURLOPT_STDERR properly 15 curl_setopt($ch, CURLOPT_VERBOSE, 1);
|
H A D | bug54798-unix.phpt | 19 // we also need CURLOPT_VERBOSE to be set to test CURLOPT_STDERR properly 21 curl_setopt($ch, CURLOPT_VERBOSE, 1);
|
H A D | bug48203.phpt | 12 curl_setopt($ch, CURLOPT_VERBOSE, 1);
|
H A D | bug48203_multi.phpt | 27 // we also need to set CURLOPT_VERBOSE to test CURLOPT_STDERR properly 29 $options[CURLOPT_VERBOSE] = 1;
|
H A D | curl_file_deleted_before_curl_close.phpt | 22 curl_setopt($ch, CURLOPT_VERBOSE, 1);
|
H A D | curl_setopt_basic002.phpt | 24 curl_setopt($ch, CURLOPT_VERBOSE, 1);
|
H A D | curl_ftp_pasv.phpt | 24 // curl_setopt ( $ch , CURLOPT_VERBOSE, 1 );
|
/php-src/ext/standard/tests/file/ |
H A D | bug52820.phpt | 11 curl_setopt($handle, CURLOPT_VERBOSE, true); 21 curl_setopt($handle, CURLOPT_VERBOSE, true);
|
/php-src/ext/curl/ |
H A D | interface.c | 1192 curl_easy_setopt(ch->cp, CURLOPT_VERBOSE, 0); in _php_curl_set_default_options() 1729 case CURLOPT_VERBOSE: in _php_curl_setopt() 2266 curl_easy_setopt(ch->cp, CURLOPT_VERBOSE, 1); in _php_curl_setopt() 2270 curl_easy_setopt(ch->cp, CURLOPT_VERBOSE, 0); in _php_curl_setopt()
|
H A D | curl.stub.php | 472 const CURLOPT_VERBOSE = UNKNOWN; define
|
H A D | curl_arginfo.h | 317 REGISTER_LONG_CONSTANT("CURLOPT_VERBOSE", CURLOPT_VERBOSE, CONST_PERSISTENT); in register_curl_symbols()
|
Completed in 32 milliseconds