/PHP-5.5/ext/ftp/tests/ |
H A D | server.inc | 8 $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 D | http_fopen_wrapper.c | 180 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 D | ldap_parse_reference_basic.phpt | 12 $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 D | ldap_search_variation2.phpt | 16 $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 D | ldap_modify_basic.phpt | 13 $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 D | ldap_first_reference_basic.phpt | 12 $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 D | ldap_get_values_len_error.phpt | 13 $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 D | ldap_set_rebind_proc_error.phpt | 13 $link = fsockopen($host, $port); 35 $link = ldap_connect($host, $port);
|
H A D | ldap_parse_result_basic.phpt | 13 $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 D | ldap_rename_basic.phpt | 13 $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 D | ldap_compare_error.phpt | 13 $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 D | mysqli_stmt_execute_stored_proc_next_result.phpt | 8 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 D | mysqli_fetch_assoc_oo.phpt | 23 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 D | 022.phpt | 13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket); 49 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
H A D | 043.phpt | 13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket); 46 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
H A D | 058.phpt | 13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket); 54 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
H A D | bug49027.phpt | 17 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 D | 021.phpt | 13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket); 44 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
H A D | 061.phpt | 10 $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 D | mysql_client_encoding.phpt | 15 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 D | 003.phpt | 20 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 D | mysql_pconn_disable.phpt | 17 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 D | mysql_sql_safe_mode.phpt | 18 else if ($port) 19 $host = sprintf("%s:%s", $host, $port);
|
H A D | mysql_list_fields.phpt | 54 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 D | bug29061.wsdl | 37 <port name="myPort" binding="y:bindingName"> 39 </port>
|