Home
last modified time | relevance | path

Searched refs:CURLPROTO_HTTP (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/curl/tests/
H A Dbug77535.phpt30 curl_setopt($this->curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
31 curl_setopt($this->curl, CURLOPT_REDIR_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
H A Dcurl_basic_024.phpt23 var_dump(CURLPROTO_HTTP === curl_getinfo($ch, CURLINFO_PROTOCOL));
/PHP-8.3/ext/curl/
H A Dcurl.stub.php1924 const CURLPROTO_HTTP = UNKNOWN; define
H A Dcurl_arginfo.h609 REGISTER_LONG_CONSTANT("CURLPROTO_HTTP", CURLPROTO_HTTP, CONST_PERSISTENT); in register_curl_symbols()

Completed in 15 milliseconds