Home
last modified time | relevance | path

Searched refs:CURLOPT_FILE (Results 1 – 14 of 14) sorted by relevance

/PHP-8.3/ext/curl/tests/
H A Dbug62839.phpt2 Bug #62839 (curl_copy_handle segfault with CURLOPT_FILE)
10 curl_setopt($curl, CURLOPT_FILE, $fd);
H A Dbug69316.phpt2 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 Dcurl_write_stdout.phpt2 Test curl option CURLOPT_FILE with STDOUT handle
20 curl_setopt($ch, CURLOPT_FILE, STDOUT);
H A Dbug48203_multi.phpt56 "CURLOPT_STDERR", "CURLOPT_WRITEHEADER", "CURLOPT_FILE", "CURLOPT_INFILE"
79 Warning: curl_multi_add_handle(): CURLOPT_FILE resource has gone away, resetting to default in %s o…
81 Warning: curl_multi_add_handle(): CURLOPT_FILE resource has gone away, resetting to default in %s o…
82 %AOk for CURLOPT_FILE
H A Dbug45161.phpt22 curl_setopt($ch, CURLOPT_FILE, $fp);
31 curl_setopt($ch, CURLOPT_FILE, $fp);
H A Dcurl_write_file.phpt2 Test curl option CURLOPT_FILE
23 curl_setopt($ch, CURLOPT_FILE, $testfile_fp);
H A Dbug54798.phpt39 "CURLOPT_FILE",
58 Hello World!Ok for CURLOPT_FILE
H A Dbug54798-unix.phpt45 "CURLOPT_FILE",
62 %aOk for CURLOPT_FILE
H A Dbug48207.phpt2 Test curl_setopt() CURLOPT_FILE readonly file handle
40 curl_setopt($ch, CURLOPT_FILE, $fp);
H A Dcurl_reset.phpt18 curl_setopt($ch, CURLOPT_FILE, $testfile_fp);
/PHP-8.3/ext/standard/tests/file/
H A Dbug53241.phpt15 var_dump(curl_setopt($ch, CURLOPT_FILE, $fh));
/PHP-8.3/ext/curl/
H A Dinterface.c202 curl_easy_setopt(ch->cp, CURLOPT_FILE, (void *) ch); in _php_curl_verify_handlers()
1160 curl_easy_setopt(ch->cp, CURLOPT_FILE, (void *) ch); in _php_curl_set_default_options()
1267 curl_easy_setopt(ch->cp, CURLOPT_FILE, (void *) ch); in _php_setup_easy_copy_handlers()
2044 case CURLOPT_FILE: in _php_curl_setopt()
2068 case CURLOPT_FILE: in _php_curl_setopt()
H A Dcurl.stub.php98 const CURLOPT_FILE = UNKNOWN; define
H A Dcurl_arginfo.h252 REGISTER_LONG_CONSTANT("CURLOPT_FILE", CURLOPT_FILE, CONST_PERSISTENT); in register_curl_symbols()

Completed in 34 milliseconds