Searched refs:CURLOPT_STDERR (Results 1 – 11 of 11) sorted by relevance
/PHP-8.2/ext/curl/tests/ |
H A D | curl_setopt_basic002.phpt | 2 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 D | bug54798.phpt | 2 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 D | bug54798-unix.phpt | 2 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 D | bug48203.phpt | 2 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 D | bug48203_multi.phpt | 27 // we also need to set CURLOPT_VERBOSE to test CURLOPT_STDERR properly 28 if (CURLOPT_STDERR == $curl_option) { 63 "CURLOPT_STDERR", "CURLOPT_WRITEHEADER", "CURLOPT_FILE", "CURLOPT_INFILE" 75 Warning: curl_multi_add_handle(): CURLOPT_STDERR resource has gone away, resetting to stderr in %s … 77 Warning: curl_multi_add_handle(): CURLOPT_STDERR resource has gone away, resetting to stderr in %s … 79 Ok for CURLOPT_STDERR
|
H A D | bug52827.phpt | 2 Bug #52827 (curl_setopt with CURLOPT_STDERR erroneously increments the resource refcount) 22 curl_setopt($handle, CURLOPT_STDERR, $s);
|
H A D | curl_file_deleted_before_curl_close.phpt | 21 curl_setopt($ch, CURLOPT_STDERR, $handle);
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | bug52820.phpt | 13 if (!@curl_setopt($handle, CURLOPT_STDERR, fopen("php://memory", "w+"))) 23 curl_setopt($handle, CURLOPT_STDERR, $o = fopen($url, "w+"));
|
/PHP-8.2/ext/curl/ |
H A D | curl.stub.php | 408 const CURLOPT_STDERR = UNKNOWN; define
|
H A D | interface.c | 156 curl_easy_setopt(ch->cp, CURLOPT_STDERR, stderr); in _php_curl_verify_handlers() 1963 case CURLOPT_STDERR: in _php_curl_setopt() 2036 case CURLOPT_STDERR: in _php_curl_setopt()
|
H A D | curl_arginfo.h | 314 REGISTER_LONG_CONSTANT("CURLOPT_STDERR", CURLOPT_STDERR, CONST_PERSISTENT); in register_curl_symbols()
|
Completed in 77 milliseconds