Home
last modified time | relevance | path

Searched refs:host (Results 526 – 550 of 577) sorted by relevance

1...<<21222324

/PHP-5.5/ext/standard/tests/url/
H A Durls.inc71 'http://user:@pass@host/path?argument?value#etc',
H A Dparse_url_basic_004.phpt91 --> http://user:@pass@host/path?argument?value#etc : NULL
H A Dparse_url_basic_008.phpt91 --> http://user:@pass@host/path?argument?value#etc : string(14) "argument?value"
H A Dparse_url_basic_009.phpt91 --> http://user:@pass@host/path?argument?value#etc : string(3) "etc"
H A Dparse_url_basic_005.phpt91 --> http://user:@pass@host/path?argument?value#etc : string(4) "user"
H A Dparse_url_basic_006.phpt91 --> http://user:@pass@host/path?argument?value#etc : string(5) "@pass"
H A Dparse_url_basic_002.phpt92 --> http://user:@pass@host/path?argument?value#etc : string(4) "http"
H A Dparse_url_basic_007.phpt91 --> http://user:@pass@host/path?argument?value#etc : string(5) "/path"
/PHP-5.5/ext/ldap/
H A Dldap.c293 char *host = NULL; in PHP_FUNCTION() local
310 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|slssl", &host, &hostlen, &port, &wallet, &w… in PHP_FUNCTION()
318 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sl", &host, &hostlen, &port) != SUCCESS) { in PHP_FUNCTION()
331 if (host != NULL && strchr(host, '/')) { in PHP_FUNCTION()
334 rc = ldap_initialize(&ldap, host); in PHP_FUNCTION()
341 ldap = ldap_init(host, port); in PHP_FUNCTION()
344 ldap = ldap_open(host, port); in PHP_FUNCTION()
/PHP-5.5/sapi/webjames/
H A Dwebjames.c143 if (WG(conn)->dnsstatus == DNS_OK) ADD_FIELD("REMOTE_HOST", host); in sapi_webjames_register_variables()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_prepare.phpt122 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_query.phpt118 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug42378.phpt155 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_class_mysqli_stmt_interface.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_stmt_execute.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
H A Dmysqli_class_mysqli_reflection.phpt56 Inspecting parameter 'host' of method 'mysqli'
266 Inspecting parameter 'host' of method 'connect'
544 Inspecting parameter 'host' of method 'mysqli'
761 Inspecting parameter 'host' of method 'real_connect'
H A Dmysqli_stmt_bind_result_format.phpt141 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_stmt_get_result_types.phpt15 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt138 string(16) "No route to host"
/PHP-5.5/
H A Dserver-tests.php337 $fullpath = 'http://'.$this->urlparts['host'].':'.$this->urlparts['port'].$fullpath;
343 $headers['Host'] = $this->urlparts['host'];
364 $host = $this->urlparts['host'];
H A Drun-tests.php988 $host = $proxy['host'];
995 $host = $url_bits['host'];
1002 $fs = fsockopen($host, $port, $errno, $errstr, 10);
1012 fwrite($fs, "Host: " . $host . "\r\n");
H A DREADME.STREAMS91 PHPAPI php_stream *php_stream_sock_open_host(const char *host, unsigned short port,
93 Open a connection to a host and return a stream.
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt99 $this->varname = $split["host"];
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI37 If your web server sits on a remote host, you can make FastCGI listen
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure21 host=NONE
138 Usage: configure [options] [host]

Completed in 105 milliseconds

1...<<21222324