Home
last modified time | relevance | path

Searched refs:port (Results 201 – 225 of 560) sorted by relevance

12345678910>>...23

/PHP-5.5/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")) {
387 $port = $pasv_port;
388 $p2 = $port % ((int) 1 << 8);
[all …]
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c180 if (use_ssl && resource->port == 0) in php_stream_url_wrap_http_ex()
181 resource->port = 443; in php_stream_url_wrap_http_ex()
182 else if (resource->port == 0) in php_stream_url_wrap_http_ex()
183 resource->port = 80; in php_stream_url_wrap_http_ex()
193 …rintf(&transport_string, 0, "%s://%s:%d", use_ssl ? "ssl" : "tcp", resource->host, resource->port); in php_stream_url_wrap_http_ex()
229 smart_str_append_unsigned(&header, resource->port); in php_stream_url_wrap_http_ex()
555 if ((use_ssl && resource->port != 443 && resource->port != 0) || in php_stream_url_wrap_http_ex()
556 (!use_ssl && resource->port != 80 && resource->port != 0)) { in php_stream_url_wrap_http_ex()
557 if (snprintf(scratch, scratch_len, "Host: %s:%i\r\n", resource->host, resource->port) > 0) in php_stream_url_wrap_http_ex()
839 if ((use_ssl && resource->port != 443) || (!use_ssl && resource->port != 80)) { in php_stream_url_wrap_http_ex()
[all …]
/PHP-5.5/ext/ldap/tests/
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_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_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_set_rebind_proc_error.phpt13 $link = fsockopen($host, $port);
35 $link = ldap_connect($host, $port);
H A Dldap_parse_result_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
32 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_rename_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
27 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
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.5/ext/mysqli/tests/
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 D022.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
49 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D043.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
46 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D058.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
54 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug49027.phpt17 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) {
35 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $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 D061.phpt10 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
30 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
65 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-5.5/ext/mysql/tests/
H A Dmysql_client_encoding.phpt15 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
16 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
17 $host, $user, $db, $port, $socket);
H A D003.phpt20 if (!$link = my_mysql_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);
H A Dmysql_pconn_disable.phpt17 if (($plink = my_mysql_connect($host, $user, $passwd, $db, $port, $socket, NULL, true)))
30 if (!($plink = my_mysql_connect($host, $user, $passwd, $db, $port, $socket, NULL, true)))
39 if (!($plink = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)))
H A Dmysql_sql_safe_mode.phpt18 else if ($port)
19 $host = sprintf("%s:%s", $host, $port);
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);
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29061.wsdl37 <port name="myPort" binding="y:bindingName">
39 </port>

Completed in 37 milliseconds

12345678910>>...23