/PHP-7.1/ext/sockets/tests/ |
H A D | socket_create_listen.phpt | 14 socket_getsockname($sock, $addr, $port); 15 var_dump($addr, $port);
|
H A D | socket_send.phpt | 17 $port = 80; 23 $socketConn = socket_connect($socket, $host, $port); 43 unset($port);
|
H A D | socket_getsockname.phpt | 20 $s_conn = socket_getsockname($s_c, $ip, $port); 23 var_dump($port);
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | bug45289.phpt | 15 if (!($link->real_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);
|
H A D | table.inc | 4 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 5 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke… 6 $host, $user, $db, $port, $socket);
|
H A D | bug68077.phpt | 10 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 26 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 64 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 65 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%… 66 $host, $user, $db, $port, $socket);
|
H A D | mysqli_stmt_execute_stored_proc_out.phpt | 8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 24 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 25 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 26 $host, $user, $db, $port, $socket); 69 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
H A D | mysqli_report_wo_ps.phpt | 9 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 10 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port… 11 $host, $user, $db, $port, $socket)); 79 …if ($link = my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, … 80 …onnect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socket=%s\n", 81 $host, $user . 'unknown_really', $db, $port, $socket); 92 …i_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, $socket)) 93 …onnect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socket=%s\n", 94 $host, $user . 'unknown_really', $db, $port, $socket);
|
H A D | mysqli_close.phpt | 22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 23 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 24 $host, $user, $db, $port, $socket);
|
H A D | mysqli_dump_debug_info_oo.phpt | 16 if (!$mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket)) 17 …erver using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n", $host, $user, $db, $po…
|
H A D | mysqli_expire_password.phpt | 13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 14 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port… 15 $host, $user, $db, $port, $socket)); 61 if (!$link = my_mysqli_connect($host, 'expiretest', "", $db, $port, $socket)) { 72 if (!my_mysqli_real_connect($link, $host, 'expiretest', "", $db, $port, $socket)) { 83 if (!my_mysqli_real_connect($link, $host, 'expiretest', "", $db, $port, $socket)) { 95 if (!my_mysqli_real_connect($link, $host, 'expiretest', "", $db, $port, $socket)) { 108 if (!$link = my_mysqli_connect($host, 'expiretest', "expiretest", $db, $port, $socket)) {
|
H A D | mysqli_disable_reads_from_master.phpt | 26 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 27 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 28 $host, $user, $db, $port, $socket);
|
H A D | mysqli_dump_debug_info.phpt | 22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 23 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 24 $host, $user, $db, $port, $socket);
|
H A D | mysqli_enable_reads_from_master.phpt | 26 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 27 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 28 $host, $user, $db, $port, $socket);
|
H A D | bug73800.phpt | 13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket); 18 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
|
H A D | bug74021.phpt | 12 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket); 17 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
|
H A D | bug48909.phpt | 12 if (!($link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))) 13 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 14 $host, $user, $db, $port, $socket);
|
H A D | mysqli_errno.phpt | 22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 23 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 24 $host, $user, $db, $port, $socket);
|
H A D | mysqli_errno_oo.phpt | 20 if (!$mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket)) 21 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 22 $host, $user, $db, $port, $socket);
|
/PHP-7.1/ext/snmp/tests/ |
H A D | snmp_include.inc | 11 $port = getenv('SNMP_PORT') ? getenv('SNMP_PORT') : '161'; 12 $hostname = "$hostname4:$port"; 13 $hostname6_port = "[$hostname6]:$port";
|
/PHP-7.1/ext/standard/tests/network/ |
H A D | tcp6loop.phpt | 15 $port = rand(10000, 65000); 17 $server = @stream_socket_server("tcp://[::1]:$port"); 28 $client = stream_socket_client("tcp://[::1]:$port");
|
/PHP-7.1/sapi/cli/tests/ |
H A D | upload_2G.phpt | 39 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS); 40 $port = intval($port)?:80; 44 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | fgets_socket_variation1.phpt | 9 $port = rand(10000, 65000); 11 $server = @stream_socket_server("tcp://127.0.0.1:$port"); 18 $client = fsockopen("tcp://127.0.0.1:$port");
|
/PHP-7.1/ext/ldap/tests/ |
H A D | ldap_free_result_basic.phpt | 13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 23 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_count_entries_basic.phpt | 13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 23 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|