Searched refs:CURLOPT_FILE (Results 1 – 14 of 14) sorted by relevance
/PHP-8.2/ext/curl/tests/ |
H A D | bug62839.phpt | 2 Bug #62839 (curl_copy_handle segfault with CURLOPT_FILE) 10 curl_setopt($curl, CURLOPT_FILE, $fd);
|
H A D | bug69316.phpt | 2 Bug #69316: Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER 27 curl_setopt($ch, CURLOPT_FILE, $f_file); 37 Warning: curl_exec(): CURLOPT_FILE resource has gone away, resetting to default in %s on line %d
|
H A D | curl_write_stdout.phpt | 2 Test curl option CURLOPT_FILE with STDOUT handle 20 curl_setopt($ch, CURLOPT_FILE, STDOUT);
|
H A D | bug45161.phpt | 18 curl_setopt($ch, CURLOPT_FILE, $fp); 27 curl_setopt($ch, CURLOPT_FILE, $fp);
|
H A D | bug48203_multi.phpt | 63 "CURLOPT_STDERR", "CURLOPT_WRITEHEADER", "CURLOPT_FILE", "CURLOPT_INFILE" 86 Warning: curl_multi_add_handle(): CURLOPT_FILE resource has gone away, resetting to default in %s o… 88 Warning: curl_multi_add_handle(): CURLOPT_FILE resource has gone away, resetting to default in %s o… 89 %AOk for CURLOPT_FILE
|
H A D | curl_write_file.phpt | 2 Test curl option CURLOPT_FILE 23 curl_setopt($ch, CURLOPT_FILE, $testfile_fp);
|
H A D | bug54798.phpt | 39 "CURLOPT_FILE", 58 Hello World!Ok for CURLOPT_FILE
|
H A D | bug54798-unix.phpt | 45 "CURLOPT_FILE", 62 %aOk for CURLOPT_FILE
|
H A D | bug48207.phpt | 2 Test curl_setopt() CURLOPT_FILE readonly file handle 40 curl_setopt($ch, CURLOPT_FILE, $fp);
|
H A D | curl_reset.phpt | 18 curl_setopt($ch, CURLOPT_FILE, $testfile_fp);
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | bug53241.phpt | 15 var_dump(curl_setopt($ch, CURLOPT_FILE, $fh));
|
/PHP-8.2/ext/curl/ |
H A D | interface.c | 198 curl_easy_setopt(ch->cp, CURLOPT_FILE, (void *) ch); in _php_curl_verify_handlers() 1092 curl_easy_setopt(ch->cp, CURLOPT_FILE, (void *) ch); in _php_curl_set_default_options() 1188 curl_easy_setopt(ch->cp, CURLOPT_FILE, (void *) ch); in _php_setup_easy_copy_handlers() 1961 case CURLOPT_FILE: in _php_curl_setopt() 1985 case CURLOPT_FILE: in _php_curl_setopt()
|
H A D | curl.stub.php | 98 const CURLOPT_FILE = UNKNOWN; define
|
H A D | curl_arginfo.h | 252 REGISTER_LONG_CONSTANT("CURLOPT_FILE", CURLOPT_FILE, CONST_PERSISTENT); in register_curl_symbols()
|
Completed in 35 milliseconds