Home
last modified time | relevance | path

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

/PHP-8.3/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.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-8.3/ext/standard/tests/file/
H A Dbug52820.phpt11 curl_setopt($handle, CURLOPT_VERBOSE, true);
21 curl_setopt($handle, CURLOPT_VERBOSE, true);
/PHP-8.3/ext/curl/
H A Dinterface.c1157 curl_easy_setopt(ch->cp, CURLOPT_VERBOSE, 0); in _php_curl_set_default_options()
1716 case CURLOPT_VERBOSE: in _php_curl_setopt()
2381 curl_easy_setopt(ch->cp, CURLOPT_VERBOSE, 1); in _php_curl_setopt()
2385 curl_easy_setopt(ch->cp, CURLOPT_VERBOSE, 0); in _php_curl_setopt()
H A Dcurl.stub.php463 const CURLOPT_VERBOSE = UNKNOWN; define
H A Dcurl_arginfo.h325 REGISTER_LONG_CONSTANT("CURLOPT_VERBOSE", CURLOPT_VERBOSE, CONST_PERSISTENT); in register_curl_symbols()

Completed in 34 milliseconds