Home
last modified time | relevance | path

Searched refs:CURLOPT_COOKIEFILE (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/curl/tests/
H A Dbug61948-unix.phpt2 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 Dbug61948.phpt2 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.3/ext/curl/
H A Dcurl.stub.php48 const CURLOPT_COOKIEFILE = UNKNOWN; define
H A Dcurl_arginfo.h242 REGISTER_LONG_CONSTANT("CURLOPT_COOKIEFILE", CURLOPT_COOKIEFILE, CONST_PERSISTENT); in register_curl_symbols()
H A Dinterface.c2352 case CURLOPT_COOKIEFILE: in _php_curl_setopt()

Completed in 37 milliseconds