Home
last modified time | relevance | path

Searched refs:port (Results 151 – 175 of 515) sorted by relevance

12345678910>>...21

/PHP-5.3/ext/mysqli/tests/
H A Dbug55283.phpt12 if (!($link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)))
47 if (my_mysqli_real_connect($link, 'p:' . $host, $user, $passwd, $db, $port, null, $flags)) {
55 if (my_mysqli_real_connect($link2, $host, $user, $passwd, $db, $port, null, $flags)) {
H A D040.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
37 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D046.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
40 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D059.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
47 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_autocommit.phpt10 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
11 … Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
12 $host, $user, $db, $port, $socket));
34 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
35 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
36 $host, $user, $db, $port, $socket);
H A Dmysqli_autocommit_oo.phpt10 if (!$link = new my_mysqli($host, $user, $passwd, $db, $port, $socket)) {
11 …printf("skip Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, …
12 $host, $user, $db, $port, $socket);
23 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket)) {
24 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
25 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
19 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);
119 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_fetch_assoc_oo.phpt23 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
24 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
25 $host, $user, $db, $port, $socket);
H A D021.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
44 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D022.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
49 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-5.3/ext/ldap/tests/
H A Dldap_add_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
35 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_mod_add_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
33 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_next_attribute_error.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
28 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_parse_reference_basic.phpt12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
33 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_search_variation2.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
29 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_first_reference_basic.phpt12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
31 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_get_values_len_error.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
30 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_modify_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
39 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_set_rebind_proc_error.phpt13 $link = fsockopen($host, $port);
35 $link = ldap_connect($host, $port);
H A Dldap_compare_error.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
35 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-5.3/ext/ftp/tests/
H A Dserver.inc8 $port = rand(50000, 65535);
10 …$socket = stream_socket_server("tcp://127.0.0.1:$port", $errno, $errstr, STREAM_SERVER_BIND|STREAM…
12 //set anther random port that is not the same as $port
15 }while($pasv_port == $port);
220 $port = ((int)$m[5] << 8) + (int)$m[6];
228 if (!$fs = stream_socket_client("tcp://$host:$port")) {
281 if (!$fs = stream_socket_client("tcp://$host:$port")) {
325 else if (!$fs = stream_socket_client("tcp://$host:$port")) {
370 $port = $pasv_port;
371 $p2 = $port % ((int) 1 << 8);
[all …]
/PHP-5.3/ext/standard/
H A Dhttp_fopen_wrapper.c155 if (use_ssl && resource->port == 0) in php_stream_url_wrap_http_ex()
156 resource->port = 443; in php_stream_url_wrap_http_ex()
157 else if (resource->port == 0) in php_stream_url_wrap_http_ex()
158 resource->port = 80; in php_stream_url_wrap_http_ex()
168 …rintf(&transport_string, 0, "%s://%s:%d", use_ssl ? "ssl" : "tcp", resource->host, resource->port); in php_stream_url_wrap_http_ex()
204 smart_str_append_unsigned(&header, resource->port); in php_stream_url_wrap_http_ex()
556 if ((use_ssl && resource->port != 443 && resource->port != 0) || in php_stream_url_wrap_http_ex()
557 (!use_ssl && resource->port != 80 && resource->port != 0)) { in php_stream_url_wrap_http_ex()
558 if (snprintf(scratch, scratch_len, "Host: %s:%i\r\n", resource->host, resource->port) > 0) in php_stream_url_wrap_http_ex()
831 if ((use_ssl && resource->port != 443) || (!use_ssl && resource->port != 80)) { in php_stream_url_wrap_http_ex()
[all …]
/PHP-5.3/ext/mysql/tests/
H A Dmysql_list_fields.phpt54 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
55 …printf("[c001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s…
56 $host, $user, $db, $port, $socket);
H A Dmysql_sql_safe_mode.phpt18 else if ($port)
19 $host = sprintf("%s:%s", $host, $port);
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug29061.wsdl37 <port name="myPort" binding="y:bindingName">
39 </port>

Completed in 29 milliseconds

12345678910>>...21