Home
last modified time | relevance | path

Searched refs:port (Results 101 – 125 of 601) sorted by relevance

12345678910>>...25

/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt39 …ring hostname [, string username [, string passwd [, string dbname [, int port [, string socket [,…
46 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
47 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
48 $host, $user, $db, $port, $socket);
54 …_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, $socket)))
55 … passwd=***non_empty, dbname=%s, port=%s, socket=%s\n", gettype($tmp), $tmp, $host, $user . 'unkno…
59 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
67 ini_set('mysqli.default_port', $port);
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))
[all …]
H A Dbug45289.phpt15 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 Dtable.inc4 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 Dbug68077.phpt10 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
29 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
67 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
68 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
69 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_execute_stored_proc_out.phpt8 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 Dmysqli_report_wo_ps.phpt9 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 Dmysqli_close.phpt22 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 Dmysqli_dump_debug_info_oo.phpt16 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 Dbug77956.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
37 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
38 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
39 $host, $user, $db, $port, $socket);
H A Dmysqli_expire_password.phpt9 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));
57 if (!$link = my_mysqli_connect($host, 'expiretest', "", $db, $port, $socket)) {
68 if (!my_mysqli_real_connect($link, $host, 'expiretest', "", $db, $port, $socket)) {
79 if (!my_mysqli_real_connect($link, $host, 'expiretest', "", $db, $port, $socket)) {
91 if (!my_mysqli_real_connect($link, $host, 'expiretest', "", $db, $port, $socket)) {
104 if (!$link = my_mysqli_connect($host, 'expiretest', "expiretest", $db, $port, $socket)) {
H A Dmysqli_disable_reads_from_master.phpt26 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 Dmysqli_dump_debug_info.phpt22 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 Dmysqli_enable_reads_from_master.phpt26 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);
/PHP-7.2/ext/standard/tests/url/
H A Dbug73192.phpt16 ["port"]=>
26 ["port"]=>
/PHP-7.2/ext/standard/tests/network/
H A Dsocket_get_status_basic.phpt7 $port = rand(10000, 65000);
9 $server = @stream_socket_server("tcp://127.0.0.1:$port");
H A Dtcp6loop.phpt15 $port = rand(10000, 65000);
17 $server = @stream_socket_server("tcp://[::1]:$port");
28 $client = stream_socket_client("tcp://[::1]:$port");
/PHP-7.2/ext/standard/
H A Durl.c202 zend_long port; in php_url_parse_ex() local
205 port = ZEND_STRTOL(port_buf, NULL, 10); in php_url_parse_ex()
206 if (port > 0 && port <= 65535) { in php_url_parse_ex()
207 ret->port = (unsigned short) port; in php_url_parse_ex()
277 if (!ret->port) { in php_url_parse_ex()
286 zend_long port; in php_url_parse_ex() local
290 if (port > 0 && port <= 65535) { in php_url_parse_ex()
291 ret->port = (unsigned short)port; in php_url_parse_ex()
387 if (resource->port != 0) RETVAL_LONG(resource->port); in PHP_FUNCTION()
423 if (resource->port != 0) { in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/sockets/tests/
H A Dsocket_create_listen-win32.phpt14 socket_getsockname($sock, $addr, $port);
15 var_dump($addr, $port);
H A Dsocket_create_listen.phpt14 socket_getsockname($sock, $addr, $port);
15 var_dump($addr, $port);
H A Dsocket_send.phpt17 $port = 80;
23 $socketConn = socket_connect($socket, $host, $port);
43 unset($port);
H A Dsocket_getsockname.phpt20 $s_conn = socket_getsockname($s_c, $ip, $port);
23 var_dump($port);
/PHP-7.2/ext/snmp/tests/
H A Dsnmp_include.inc11 $port = getenv('SNMP_PORT') ? getenv('SNMP_PORT') : '161';
12 $hostname = "$hostname4:$port";
13 $hostname6_port = "[$hostname6]:$port";
/PHP-7.2/sapi/cli/tests/
H A Dupload_2G.phpt39 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
40 $port = intval($port)?:80;
44 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-7.2/ext/standard/tests/file/
H A Dfgets_socket_variation1.phpt9 $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.2/ext/ldap/tests/
H A Dldap_exop_whoami.phpt12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
25 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);

Completed in 48 milliseconds

12345678910>>...25