Searched refs:CURLOPT_PROTOCOLS_STR (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/curl/tests/ |
H A D | gh16802.phpt | 17 curl_setopt($ch, CURLOPT_PROTOCOLS_STR, "all"); 18 curl_setopt($ch, CURLOPT_PROTOCOLS_STR, "ftp,all"); 19 curl_setopt($ch, CURLOPT_PROTOCOLS_STR, "all,ftp"); 20 curl_setopt($ch, CURLOPT_PROTOCOLS_STR, "all,file,ftp");
|
H A D | curl_basic_028.phpt | 24 var_dump(curl_setopt($ch, CURLOPT_PROTOCOLS_STR, "FilE,DICT")); 25 var_dump(curl_setopt($ch, CURLOPT_PROTOCOLS_STR, "DICT"));
|
/php-src/ext/curl/ |
H A D | curl.stub.php | 3599 const CURLOPT_PROTOCOLS_STR = UNKNOWN; define
|
H A D | interface.c | 1931 case CURLOPT_PROTOCOLS_STR: in _php_curl_setopt() 1938 if ((option == CURLOPT_PROTOCOLS_STR || option == CURLOPT_REDIR_PROTOCOLS_STR) && in _php_curl_setopt()
|
H A D | curl_arginfo.h | 1088 REGISTER_LONG_CONSTANT("CURLOPT_PROTOCOLS_STR", CURLOPT_PROTOCOLS_STR, CONST_PERSISTENT); in register_curl_symbols()
|
Completed in 27 milliseconds