Home
last modified time | relevance | path

Searched refs:port (Results 51 – 75 of 515) sorted by relevance

12345678910>>...21

/PHP-5.3/ext/ldap/tests/
H A Dldap_connect_error.phpt16 var_dump(ldap_connect("ldap://$host:$port/dc=my-domain,dc=com"));
19 $links[0] = ldap_connect($host, $port);
20 $links[1] = ldap_connect($host, $port);
/PHP-5.3/ext/mysqli/tests/
H A Dbug53503.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
52 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
53 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
54 $host, $user, $db, $port, $socket);
H A Dmysqli_connect_oo.phpt18 …if ($mysqli = new mysqli($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, $sock…
19 …onnect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socket=%s\n",
20 $host, $user . 'unknown_really', $db, $port, $socket);
27 …if (!is_object($mysqli = new mysqli($host, $user, $passwd, $db, $port)) || (0 !== mysqli_connect_e…
33 ini_set('mysqli.default_port', $port);
90 $mysqli = new mysqli($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, $socket);
91 …onnect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socket=%s\n",
92 $host, $user . 'unknown_really', $db, $port, $socket);
100 $mysqli = new mysqli($host, $user, $passwd, $db, $port);
107 ini_set('mysqli.default_port', $port);
H A Dmysqli_change_user.phpt31 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
32 …printf("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
33 $host, $user, $db, $port, $socket);
76 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
77 …printf("[020] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
78 $host, $user, $db, $port, $socket);
86 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
87 …printf("[022] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
88 $host, $user, $db, $port, $socket);
H A Dbug51605.phpt18 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) {
25 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) {
32 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $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 Dmysqli_close_oo.phpt16 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
17 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
18 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_bind_param_many_columns.phpt24 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);
45 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
46 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
47 $host, $user, $db, $port, $socket);
H A Dmysqli_real_connect.phpt37 …ring hostname [, string username [, string passwd [, string dbname [, int port [, string socket [,…
44 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
45 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
46 $host, $user, $db, $port, $socket);
52 …_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, $socket)))
53 … passwd=***non_empty, dbname=%s, port=%s, socket=%s\n", gettype($tmp), $tmp, $host, $user . 'unkno…
57 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
65 ini_set('mysqli.default_port', $port);
102 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
121 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
[all …]
H A Dbug39457.phpt13 $mysql->connect($host, $user, $passwd, $db, $port, $socket);
15 $mysql->connect($host, $user, $passwd, $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 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 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…
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug50698_3.wsdl203 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
211 </wsdl:port>
222 </wsdl:port>
233 </wsdl:port>
244 </wsdl:port>
255 </wsdl:port>
266 </wsdl:port>
277 </wsdl:port>
288 </wsdl:port>
299 </wsdl:port>
[all …]
/PHP-5.3/ext/mysql/tests/
H A Dtable.inc5 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
6 …printf("Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=%s, so…
7 $host, $myhost, $user, $db, $port, $socket);
H A Dmysql_pconn_kill.phpt18 else if ($port)
19 $myhost = sprintf("%s:%s", $host, $port);
24 …printf("[001] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
25 $host, $myhost, $user, $db, $port, $socket);
84 …printf("[012] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
85 $host, $myhost, $user, $db, $port, $socket);
91 …printf("[014] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
92 $host, $myhost, $user, $db, $port, $socket);
H A Dmysql_error.phpt24 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
25 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
26 $host, $user, $db, $port, $socket);
52 …printf("[008] Can connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, so…
53 $host . '_unknown', $user . '_unknown', $db, $port, $socket);
H A Dbug53649.phpt8 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
27 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
57 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
58 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
59 $host, $user, $db, $port, $socket);
H A Dmysql_close.phpt21 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
22 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
23 $host, $user, $db, $port, $socket);
H A Dskipifconnectfailure.inc6 else if ($port)
7 $myhost = sprintf("%s:%s", $host, $port);
/PHP-5.3/ext/standard/
H A Durl.c189 long port; in php_url_parse_ex() local
192 port = strtol(port_buf, NULL, 10); in php_url_parse_ex()
193 if (port > 0 && port <= 65535) { in php_url_parse_ex()
194 ret->port = (unsigned short) port; in php_url_parse_ex()
270 if (!ret->port) { in php_url_parse_ex()
279 long port; in php_url_parse_ex() local
282 port = strtol(port_buf, NULL, 10); in php_url_parse_ex()
283 if (port > 0 && port <= 65535) { in php_url_parse_ex()
284 ret->port = (unsigned short)port; in php_url_parse_ex()
397 if (resource->port != 0) RETVAL_LONG(resource->port); in PHP_FUNCTION()
[all …]
/PHP-5.3/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_getsockname.phpt20 $s_conn = socket_getsockname($s_c, $ip, $port);
23 var_dump($port);

Completed in 32 milliseconds

12345678910>>...21