Searched refs:CURLOPT_COOKIEFILE (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/curl/tests/ |
H A D | bug61948-unix.phpt | 2 Bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction) 14 var_dump(curl_setopt($ch, CURLOPT_COOKIEFILE, "")); 15 var_dump(curl_setopt($ch, CURLOPT_COOKIEFILE, "/tmp/foo")); 16 var_dump(curl_setopt($ch, CURLOPT_COOKIEFILE, "/xxx/bar"));
|
H A D | bug61948.phpt | 2 Bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction) 13 var_dump(curl_setopt($ch, CURLOPT_COOKIEFILE, "")); 14 var_dump(curl_setopt($ch, CURLOPT_COOKIEFILE, "$base_dir/foo")); 15 var_dump(curl_setopt($ch, CURLOPT_COOKIEFILE, "c:/xxx/bar"));
|
/PHP-8.2/ext/curl/ |
H A D | curl.stub.php | 48 const CURLOPT_COOKIEFILE = UNKNOWN; define
|
H A D | curl_arginfo.h | 242 REGISTER_LONG_CONSTANT("CURLOPT_COOKIEFILE", CURLOPT_COOKIEFILE, CONST_PERSISTENT); in register_curl_symbols()
|
H A D | interface.c | 2255 case CURLOPT_COOKIEFILE: in _php_curl_setopt()
|
Completed in 29 milliseconds