/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_pconn_disabled.phpt | 19 $host = 'p:' . $host; 20 if (!$link1 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 22 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 23 $host, $user, $db, $port, $socket, mysqli_connect_errno(), mysqli_connect_error()); 29 if (!$link2 = 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, mysqli_connect_errno(), mysqli_connect_error());
|
H A D | mysqli_options_init_command.phpt | 15 if (!($link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))) 16 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 17 $host, $user, $db, $port, $socket); 40 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) 41 …printf("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 42 $host, $user, $db, $port, $socket); 65 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) 66 …printf("[010] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 67 $host, $user, $db, $port, $socket);
|
H A D | mysqli_pconn_reuse.phpt | 19 $host = 'p:' . $host; 20 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)) { 29 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 30 $host, $user, $db, $port, $socket, mysqli_connect_errno(), mysqli_connect_error()); 63 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 64 …printf("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 65 $host, $user, $db, $port, $socket, mysqli_connect_errno(), mysqli_connect_error());
|
H A D | mysqli_change_user.phpt | 31 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 33 $host, $user, $db, $port, $socket); 38 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 40 $host, $user, $db, $port, $socket); 46 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 48 $host, $user, $db, $port, $socket); 78 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 80 $host, $user, $db, $port, $socket); 90 $host, $user, $db, $port, $socket); 111 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) [all …]
|
H A D | mysqli_connect_attr.phpt | 11 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 D | bug72701.phpt | 9 if ("127.0.0.1" != $host && "localhost" != $host) { 19 $con = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
|
H A D | clean_table.inc | 4 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 D | mysqli_real_connect.phpt | 46 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) 48 $host, $user, $db, $port, $socket); 59 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) { 68 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) { 77 if (!mysqli_real_connect($link, $host, $user)) { 86 if (!mysqli_real_connect($link, $host)) { 94 ini_set('mysqli.default_host', $host); 104 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536)) 123 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128)) 144 ini_set('mysqli.default_host', 'p:' . $host); [all …]
|
H A D | mysqli_stmt_datatype_change.phpt | 12 if (!$c1 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 13 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke… 14 $host, $user, $db, $port, $socket); 17 if (!$c2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 18 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke… 19 $host, $user, $db, $port, $socket); 60 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
H A D | bug74547.phpt | 14 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 D | bug36949.phpt | 16 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 D | connect.inc | 11 $host = getenv("MYSQL_TEST_HOST") ?: "localhost"; 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);
|
H A D | bug33263.phpt | 15 public function __construct($host, $user, $passwd, $db, $port, $socket) { 17 parent::real_connect($host, $user, $passwd, $db, $port, $socket); 21 $mysql = new test($host, $user, $passwd, $db, $port, $socket);
|
/PHP-7.4/ext/sockets/tests/ |
H A D | socket_shutdown-win32.phpt | 16 $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-7.4/ext/ldap/tests/ |
H A D | ldap_connect_variation.phpt | 17 $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 D | ldap_sasl_bind_basic.phpt | 11 $link = @fsockopen($host, $port); 20 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 24 $link = ldap_connect($host, $port); 33 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_connect_ldap_conf.phpt | 2 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 D | ldap_exop_passwd.phpt | 12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 22 test_bind($host, $port, "cn=userA,$base", $genpw, $protocol_version), 24 test_bind($host, $port, "cn=userA,$base", "newPassword", $protocol_version) 32 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
/PHP-7.4/sapi/cli/tests/ |
H A D | php_cli_server_021.phpt | 12 $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-7.4/ext/soap/tests/bugs/ |
H A D | bug47049.phpt | 11 $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-7.4/ext/standard/tests/url/ |
H A D | bug74780.phpt | 14 ["host"]=> 22 ["host"]=> 30 ["host"]=>
|
/PHP-7.4/ext/curl/tests/ |
H A D | bug54798-unix.phpt | 13 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);
|
H A D | bug54798.phpt | 10 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);
|
/PHP-7.4/ext/imap/tests/ |
H A D | bug31142_2.phpt | 11 $envelope["from"]= 'host@domain.com'; 12 $envelope["return_path"]= 'host@domain.com'; 25 From: host@domain.com
|
/PHP-7.4/ext/standard/tests/http/ |
H A D | bug79265_2.phpt | 2 Bug #79265 variation: "host:" not at start of header 20 'header'=>"RandomHeader: host:8080\r\n" . 37 RandomHeader: host:8080
|