Home
last modified time | relevance | path

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

/PHP-8.3/ext/curl/tests/
H A Dbug65646.phpt2 Bug #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir disabled
12 var_dump(curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true));
H A Dbug65646_open_basedir_new.phpt2 Bug #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir enabled;…
10 var_dump(curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true));
/PHP-8.3/ext/curl/
H A Dcurl.stub.php108 const CURLOPT_FOLLOWLOCATION = UNKNOWN; define
H A Dcurl_arginfo.h254 REGISTER_LONG_CONSTANT("CURLOPT_FOLLOWLOCATION", CURLOPT_FOLLOWLOCATION, CONST_PERSISTENT); in register_curl_symbols()
H A Dinterface.c2233 case CURLOPT_FOLLOWLOCATION: in _php_curl_setopt()

Completed in 21 milliseconds