Home
last modified time | relevance | path

Searched refs:host (Results 551 – 575 of 598) sorted by relevance

1...<<21222324

/PHP-5.6/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 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_get_result_types.phpt15 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_stmt_bind_result_format.phpt141 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_get_client_stats.phpt94 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
95 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
96 $host, $user, $db, $port, $socket);
937 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-5.6/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt91 --> http://user:@pass@host/path?argument?value#etc : NULL
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_009.phpt91 --> http://user:@pass@host/path?argument?value#etc : string(3) "etc"
H A Dparse_url_basic_002.phpt92 --> http://user:@pass@host/path?argument?value#etc : string(4) "http"
H A Dparse_url_basic_008.phpt91 --> http://user:@pass@host/path?argument?value#etc : string(14) "argument?value"
H A Dparse_url_basic_007.phpt91 --> http://user:@pass@host/path?argument?value#etc : string(5) "/path"
/PHP-5.6/ext/sockets/tests/
H A Dsocket_strerror.phpt138 string(16) "No route to host"
/PHP-5.6/
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.
H A DUPGRADING108 - Stream wrappers verify peer certificates and host names by default in
114 - Added support for SAN x509 extension matching when verifing host names in
/PHP-5.6/sapi/cgi/
H A DREADME.FastCGI37 If your web server sits on a remote host, you can make FastCGI listen
/PHP-5.6/ext/standard/tests/file/
H A Duserstreams.phpt99 $this->varname = $split["host"];
/PHP-5.6/ext/bcmath/libbcmath/
H A Dconfigure21 host=NONE
138 Usage: configure [options] [host]
/PHP-5.6/ext/ftp/
H A Dftp.c124 ftp_open(const char *host, short port, long timeout_sec TSRMLS_DC) in ftp_open() argument
137 ftp->fd = php_network_connect_socket_to_host(host, in ftp_open()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd.h91 const char * host, const char * user,
/PHP-5.6/sapi/litespeed/
H A DREADME17 server's virtual host configuration. In shared hosting environment,

Completed in 57 milliseconds

1...<<21222324