Home
last modified time | relevance | path

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

/PHP-8.3/ext/curl/tests/
H A Dcurl_setopt_basic002.phpt2 curl_setopt basic tests with CURLOPT_STDERR.
15 echo "*** Testing curl_setopt with CURLOPT_STDERR\n";
25 curl_setopt($ch, CURLOPT_STDERR, $handle);
36 curl_setopt($ch, CURLOPT_STDERR, $handle);
49 *** Testing curl_setopt with CURLOPT_STDERR
H A Dbug54798.phpt2 Bug #54798 (Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec)
13 // we also need CURLOPT_VERBOSE to be set to test CURLOPT_STDERR properly
14 if (CURLOPT_STDERR == $curl_option) {
37 "CURLOPT_STDERR",
53 %AOk for CURLOPT_STDERR
H A Dbug54798-unix.phpt2 Bug #54798 (Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec)
19 // we also need CURLOPT_VERBOSE to be set to test CURLOPT_STDERR properly
20 if (CURLOPT_STDERR == $curl_option) {
43 "CURLOPT_STDERR",
60 %aOk for CURLOPT_STDERR
H A Dbug48203.phpt2 Bug #48203 (Crash when CURLOPT_STDERR is set to regular file)
13 curl_setopt($ch, CURLOPT_STDERR, $fp);
27 Warning: curl_exec(): CURLOPT_STDERR resource has gone away, resetting to stderr in %s on line %d
H A Dbug48203_multi.phpt20 // we also need to set CURLOPT_VERBOSE to test CURLOPT_STDERR properly
21 if (CURLOPT_STDERR == $curl_option) {
56 "CURLOPT_STDERR", "CURLOPT_WRITEHEADER", "CURLOPT_FILE", "CURLOPT_INFILE"
68 Warning: curl_multi_add_handle(): CURLOPT_STDERR resource has gone away, resetting to stderr in %s …
70 Warning: curl_multi_add_handle(): CURLOPT_STDERR resource has gone away, resetting to stderr in %s …
72 Ok for CURLOPT_STDERR
H A Dbug52827.phpt2 Bug #52827 (curl_setopt with CURLOPT_STDERR erroneously increments the resource refcount)
22 curl_setopt($handle, CURLOPT_STDERR, $s);
H A Dcurl_file_deleted_before_curl_close.phpt21 curl_setopt($ch, CURLOPT_STDERR, $handle);
/PHP-8.3/ext/standard/tests/file/
H A Dbug52820.phpt13 if (!@curl_setopt($handle, CURLOPT_STDERR, fopen("php://memory", "w+")))
23 curl_setopt($handle, CURLOPT_STDERR, $o = fopen($url, "w+"));
/PHP-8.3/ext/curl/
H A Dcurl.stub.php408 const CURLOPT_STDERR = UNKNOWN; define
H A Dinterface.c160 curl_easy_setopt(ch->cp, CURLOPT_STDERR, stderr); in _php_curl_verify_handlers()
2046 case CURLOPT_STDERR: in _php_curl_setopt()
2119 case CURLOPT_STDERR: in _php_curl_setopt()
H A Dcurl_arginfo.h314 REGISTER_LONG_CONSTANT("CURLOPT_STDERR", CURLOPT_STDERR, CONST_PERSISTENT); in register_curl_symbols()

Completed in 32 milliseconds