Home
last modified time | relevance | path

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

/php-src/ext/curl/tests/
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.phpt20 // we also need to set CURLOPT_VERBOSE to test CURLOPT_STDERR properly
22 $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.c1160 curl_easy_setopt(ch->cp, CURLOPT_VERBOSE, 0); in _php_curl_set_default_options()
1690 case CURLOPT_VERBOSE: in _php_curl_setopt()
2222 curl_easy_setopt(ch->cp, CURLOPT_VERBOSE, 1); in _php_curl_setopt()
2226 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.h311 REGISTER_LONG_CONSTANT("CURLOPT_VERBOSE", CURLOPT_VERBOSE, CONST_PERSISTENT); in register_curl_symbols()

Completed in 26 milliseconds