Home
last modified time | relevance | path

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

/PHP-8.3/ext/curl/tests/
H A Dbug65646_open_basedir_new.phpt11 var_dump(curl_setopt($ch, CURLOPT_PROTOCOLS, CURLPROTO_FILE));
H A Dbug77535.phpt30 curl_setopt($this->curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
/PHP-8.3/ext/curl/
H A Dcurl.stub.php1873 const CURLOPT_PROTOCOLS = UNKNOWN; define
H A Dinterface.c123 curl_easy_setopt(ch->cp, CURLOPT_PROTOCOLS, CURLPROTO_ALL & ~CURLPROTO_FILE); in php_curl_option_url()
1746 case CURLOPT_PROTOCOLS: in _php_curl_setopt()
1857 if ((option == CURLOPT_PROTOCOLS || option == CURLOPT_REDIR_PROTOCOLS) && in _php_curl_setopt()
H A Dcurl_arginfo.h599 REGISTER_LONG_CONSTANT("CURLOPT_PROTOCOLS", CURLOPT_PROTOCOLS, CONST_PERSISTENT); in register_curl_symbols()

Completed in 31 milliseconds