Home
last modified time | relevance | path

Searched refs:host (Results 26 – 50 of 611) sorted by relevance

12345678910>>...25

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_get_connection_stats_off.phpt19 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
21 $host, $user, $db, $port, $socket);
30 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
31 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
32 $host, $user, $db, $port, $socket);
H A Dmysqli_pconn_conn_multiple.phpt16 $phost = 'p:' . $host;
75 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
78 printf("Flipping phost/host order\n");
80 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
82 $host, $user, $db, $port, $socket);
105 if (!$link = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
107 $host, $user, $db, $port, $socket);
130 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
133 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
135 $host, $user, $db, $port, $socket);
[all …]
H A Dmysqli_pconn_disabled.phpt18 $host = 'p:' . $host;
19 if (!$link1 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
21 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
22 $host, $user, $db, $port, $socket, mysqli_connect_errno(), mysqli_connect_error());
28 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
30 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
31 $host, $user, $db, $port, $socket, mysqli_connect_errno(), mysqli_connect_error());
H A Dmysqli_options_init_command.phpt13 if (!($link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)))
14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
15 $host, $user, $db, $port, $socket);
38 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
39 …printf("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
40 $host, $user, $db, $port, $socket);
63 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
64 …printf("[010] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
65 $host, $user, $db, $port, $socket);
H A Dmysqli_pconn_reuse.phpt18 $host = 'p:' . $host;
19 if (!$link1 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
21 $host, $user, $db, $port, $socket, mysqli_connect_errno(), mysqli_connect_error());
27 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
28 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
29 $host, $user, $db, $port, $socket, mysqli_connect_errno(), mysqli_connect_error());
62 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
63 …printf("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
64 $host, $user, $db, $port, $socket, mysqli_connect_errno(), mysqli_connect_error());
H A Dmysqli_connect_attr.phpt11 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
45 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
46 …"[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket…
48 //in case $host is empty, do not test for _server_host field
49 if (isset($host) && trim($host) != '') {
56 } elseif ($tmp['ATTR_VALUE'] !== $host) {
H A Dbug72701.phpt9 if ("127.0.0.1" != $host && "localhost" != $host) {
19 $con = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dclean_table.inc4 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
5 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
6 $host, $user, $db, $port, $socket);
H A Dbug74547.phpt14 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
15 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
16 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_datatype_change.phpt11 if (!$c1 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
12 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
13 $host, $user, $db, $port, $socket);
16 if (!$c2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
17 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
18 $host, $user, $db, $port, $socket);
59 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug36949.phpt16 global $user, $host, $passwd, $db, $port, $socket;
17 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
34 global $user, $host, $passwd, $db, $port, $socket;
35 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
53 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug33263.phpt14 public function __construct($host, $user, $passwd, $db, $port, $socket) {
16 parent::real_connect($host, $user, $passwd, $db, $port, $socket);
20 $mysql = new test($host, $user, $passwd, $db, $port, $socket);
H A Dconnect.inc11 $host = getenv("MYSQL_TEST_HOST") ?: "127.0.0.1";
58 … function my_mysqli_connect($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) {
64 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags))
67 $link = mysqli_connect($host, $user, $passwd, $db, $port, $socket);
78 …function my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags = 0, $en…
84 return mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags);
88 …public function __construct($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) {
95 $this->real_connect($host, $user, $passwd, $db, $port, $socket, $flags);
97 parent::__construct($host, $user, $passwd, $db, $port, $socket);
/PHP-8.0/ext/sockets/tests/
H A Dsocket_shutdown-win32.phpt16 $host = "yahoo.com";
20 $socketConn = socket_connect($socket, $host, $port);
25 $socketConn = socket_connect($socket, $host, $port);
30 $socketConn = socket_connect($socket, $host, $port);
37 $socketConn = socket_connect($socket, $host, $port);
43 unset($host);
/PHP-8.0/ext/ldap/tests/
H A Dldap_connect_variation.phpt17 $link = ldap_connect($host);
21 $link = ldap_connect("ldap://$host:$port");
25 $link = ldap_connect("ldap://$host");
29 $link = ldap_connect("nonexistent" . $host);
H A Dldap_sasl_bind_basic.phpt11 $link = @fsockopen($host, $port);
20 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
24 $link = ldap_connect($host, $port);
32 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_connect_ldap_conf.phpt2 ldap_connect() - Connection using default host from openldap's ldap.conf
19 ldap_get_option($link, LDAP_OPT_HOST_NAME, $host);
20 var_dump($host);
H A Dldap_connect_error.phpt15 var_dump(ldap_connect("ldap://$host:$port/$base"));
18 $links[0] = ldap_connect($host, $port);
19 $links[1] = ldap_connect($host, $port);
/PHP-8.0/ext/standard/tests/network/
H A Dbug79405.phpt5 $host = "localhost\0.example.com";
7 var_dump(gethostbyname($host));
12 var_dump(gethostbynamel($host));
/PHP-8.0/sapi/cli/tests/
H A Dphp_cli_server_021.phpt12 $host = PHP_CLI_SERVER_HOSTNAME;
17 Host: {$host}
18 Authorization: digest username="Mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f…
37 string(242) "username="Mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c0…
/PHP-8.0/ext/standard/tests/url/
H A Dbug74780.phpt14 ["host"]=>
22 ["host"]=>
30 ["host"]=>
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug47049.phpt11 $host = array('uuid' => 'foo');
14 $report_id = $client->__soapCall('reportSoftwareStatus',array($host, $software_list, $updates));
19 …<SOAP-ENV:Body><ns1:reportSoftwareStatus><host xsi:type="ns1:host"><uuid xsi:type="xsd:string">foo…
/PHP-8.0/ext/curl/tests/
H A Dbug54798.phpt10 function checkForClosedFilePointer($host, $curl_option, $description) {
26 curl_setopt($ch, CURLOPT_URL, $host);
46 $host = curl_cli_server_start();
48 checkForClosedFilePointer($host, constant($option), $option);
H A Dbug54798-unix.phpt13 function checkForClosedFilePointer($host, $curl_option, $description) {
29 curl_setopt($ch, CURLOPT_URL, $host);
49 $host = curl_cli_server_start();
51 checkForClosedFilePointer($host, constant($option), $option);
/PHP-8.0/ext/imap/tests/
H A Dbug31142_2.phpt9 $envelope["from"]= 'host@domain.com';
10 $envelope["return_path"]= 'host@domain.com';
23 From: host@domain.com

Completed in 21 milliseconds

12345678910>>...25