Searched refs:proxy_host (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/ext/soap/tests/ |
H A D | bug46760.phpt | 8 $client = new SoapClient(null, array('proxy_host' => "localhost",
|
H A D | bug69137.phpt | 29 'proxy_host' => $proxyHost,
|
/PHP-7.2/ext/soap/ |
H A D | php_http.c | 164 zval *proxy_host, *proxy_port, *tmp, ssl_proxy_peer_name; in http_connect() local 174 …if ((proxy_host = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_host", sizeof("_proxy_host")-1… in http_connect() 175 Z_TYPE_P(proxy_host) == IS_STRING && in http_connect() 178 host = Z_STRVAL_P(proxy_host); in http_connect()
|
H A D | php_sdl.c | 3161 zval *tmp, *proxy_host, *proxy_port, orig_context, new_context; in get_sdl() local 3249 …if ((proxy_host = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_host", sizeof("_proxy_host")-1… in get_sdl() 3250 Z_TYPE_P(proxy_host) == IS_STRING && in get_sdl() 3258 smart_str_appends(&proxy,Z_STRVAL_P(proxy_host)); in get_sdl()
|
/PHP-7.2/ |
H A D | server-tests.php | 358 if (isset($this->options['proxy_host'])) { 359 $host = $this->options['proxy_host'];
|
Completed in 21 milliseconds