Home
last modified time | relevance | path

Searched refs:CURLOPT_VERBOSE (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_DEBUGFUNCTION.phpt23 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 Dbug54798.phpt13 // we also need CURLOPT_VERBOSE to be set to test CURLOPT_STDERR properly
15 curl_setopt($ch, CURLOPT_VERBOSE, 1);
H A Dbug54798-unix.phpt19 // we also need CURLOPT_VERBOSE to be set to test CURLOPT_STDERR properly
21 curl_setopt($ch, CURLOPT_VERBOSE, 1);
H A Dbug48203.phpt12 curl_setopt($ch, CURLOPT_VERBOSE, 1);
H A Dbug48203_multi.phpt27 // we also need to set CURLOPT_VERBOSE to test CURLOPT_STDERR properly
29 $options[CURLOPT_VERBOSE] = 1;
H A Dcurl_file_deleted_before_curl_close.phpt22 curl_setopt($ch, CURLOPT_VERBOSE, 1);
H A Dcurl_setopt_basic002.phpt24 curl_setopt($ch, CURLOPT_VERBOSE, 1);
H A Dcurl_ftp_pasv.phpt24 // curl_setopt ( $ch , CURLOPT_VERBOSE, 1 );
/php-src/ext/standard/tests/file/
H A Dbug52820.phpt11 curl_setopt($handle, CURLOPT_VERBOSE, true);
21 curl_setopt($handle, CURLOPT_VERBOSE, true);
/php-src/ext/curl/
H A Dinterface.c1192 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 Dcurl.stub.php472 const CURLOPT_VERBOSE = UNKNOWN; define
H A Dcurl_arginfo.h317 REGISTER_LONG_CONSTANT("CURLOPT_VERBOSE", CURLOPT_VERBOSE, CONST_PERSISTENT); in register_curl_symbols()

Completed in 32 milliseconds