Home
last modified time | relevance | path

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

/PHP-7.1/ext/soap/tests/
H A Dbug46760.phpt9 'proxy_port' => '8080',
H A Dbug69137.phpt30 'proxy_port' => $proxyPort,
/PHP-7.1/ext/soap/
H A Dphp_http.c164 zval *proxy_host, *proxy_port, *tmp, ssl_proxy_peer_name; in http_connect() local
176 …(proxy_port = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_port", sizeof("_proxy_port")-1)) !… in http_connect()
177 Z_TYPE_P(proxy_port) == IS_LONG) { in http_connect()
179 port = Z_LVAL_P(proxy_port); in http_connect()
H A Dphp_sdl.c3161 zval *tmp, *proxy_host, *proxy_port, orig_context, new_context; in get_sdl() local
3251 …(proxy_port = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_port", sizeof("_proxy_port")-1)) !… in get_sdl()
3252 Z_TYPE_P(proxy_port) == IS_LONG) { in get_sdl()
3255 ZVAL_DUP(&str_port, proxy_port); in get_sdl()
/PHP-7.1/
H A Dserver-tests.php360 $port = isset($this->options['proxy_port'])?$this->options['proxy_port']:8080;

Completed in 25 milliseconds