Searched refs:http_proxy_port (Results 1 – 3 of 3) sorted by relevance
183 * @param int|null $http_proxy_port185 public function __construct($url, $http_proxy = null, $http_proxy_port = null) argument194 if ($http_proxy_port !== null) {195 curl_setopt($this->curl, CURLOPT_PROXYPORT, $http_proxy_port);
82 …* @param int|null $http_proxy_port The proxy port to tunnel requests to the remote Selenium WebDri…100 $executor = new HttpCommandExecutor($selenium_server_url, $http_proxy, $http_proxy_port);
20 * @param null $http_proxy_port