Home
last modified time | relevance | path

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

/php-src/ext/curl/tests/
H A Dbug65646_open_basedir_new.phpt11 var_dump(curl_setopt($ch, CURLOPT_PROTOCOLS, CURLPROTO_FILE));
H A Dbug77535.phpt31 curl_setopt($this->curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
/php-src/ext/curl/
H A Dcurl.stub.php1924 const CURLOPT_PROTOCOLS = UNKNOWN; define
H A Dinterface.c121 curl_easy_setopt(ch->cp, CURLOPT_PROTOCOLS, CURLPROTO_ALL & ~CURLPROTO_FILE); in php_curl_option_url()
1759 case CURLOPT_PROTOCOLS: in _php_curl_setopt()
1839 if ((option == CURLOPT_PROTOCOLS || option == CURLOPT_REDIR_PROTOCOLS) && in _php_curl_setopt()
H A Dcurl_arginfo.h593 REGISTER_LONG_CONSTANT("CURLOPT_PROTOCOLS", CURLOPT_PROTOCOLS, CONST_PERSISTENT); in register_curl_symbols()

Completed in 22 milliseconds