Home
last modified time | relevance | path

Searched refs:port (Results 26 – 50 of 601) sorted by relevance

12345678910>>...25

/PHP-7.2/sapi/cli/tests/
H A Dbug65066_100.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $port = intval($port)?:80;
17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug66830.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
16 $port = intval($port)?:80;
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug71005.phpt18 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
19 $port = intval($port) ?: 80;
21 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_018.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
16 $port = intval($port)?:80;
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug67429.phpt18 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
19 $port = intval($port)?:80;
21 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
39 // because of the this server still being bound to the port
H A Dbug65066_422.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $port = intval($port)?:80;
17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65066_511.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $port = intval($port)?:80;
17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug68745.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
13 $port = intval($port)?:80;
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_006.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
13 $port = intval($port)?:80;
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug61679.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
16 $port = intval($port)?:80;
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65633.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
16 $port = intval($port)?:80;
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_017.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
16 $port = intval($port)?:80;
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_009.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
16 $port = intval($port)?:80;
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
37 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
57 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug66606_2.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $port = intval($port)?:80;
17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_007.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
13 $port = intval($port)?:80;
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_010.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
13 $port = intval($port)?:80;
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
34 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_options_init_command.phpt15 if (!($link = my_mysqli_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);
40 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
41 …printf("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
42 $host, $user, $db, $port, $socket);
65 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
66 …printf("[010] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
67 $host, $user, $db, $port, $socket);
H A Dmysqli_change_user.phpt31 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
33 $host, $user, $db, $port, $socket);
38 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
40 $host, $user, $db, $port, $socket);
46 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
48 $host, $user, $db, $port, $socket);
78 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
80 $host, $user, $db, $port, $socket);
90 $host, $user, $db, $port, $socket);
111 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
[all …]
H A Dmysqli_change_user_old.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));
38 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
40 $host, $user, $db, $port, $socket);
55 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
57 $host, $user, $db, $port, $socket);
91 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
93 $host, $user, $db, $port, $socket);
101 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
[all …]
H A Dmysqli_pconnect.phpt14 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
15 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
16 $host, $user, $db, $port, $socket);
23 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
39 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
55 if (!$connections[$index] = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D045.phpt12 $stmt = mysqli_prepare($link, "SHOW VARIABLES LIKE 'port'");
26 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
28 $stmt = mysqli_prepare($link, "SHOW VARIABLES LIKE 'port'");
44 string(4) "port"
/PHP-7.2/ext/standard/tests/network/
H A Dsocket_bug74429.phpt11 $port = rand(10000, 65000);
13 $server = @stream_socket_server("tcp://127.0.0.1:$port");
19 $client0 = stream_socket_client("tcp://127.0.0.1:$port/client0");
20 $client1 = stream_socket_client("tcp://127.0.0.1:$port/client1");
/PHP-7.2/ext/sockets/tests/
H A Dsocket_shutdown-win32.phpt17 $port = 80;
20 $socketConn = socket_connect($socket, $host, $port);
25 $socketConn = socket_connect($socket, $host, $port);
30 $socketConn = socket_connect($socket, $host, $port);
37 $socketConn = socket_connect($socket, $host, $port);
44 unset($port);
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug50698_2.wsdl211 </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>
310 </wsdl:port>
[all …]
/PHP-7.2/ext/ldap/tests/
H A Dldap_connect_variation.phpt12 // no hostname, no port
16 // no port
21 $link = ldap_connect("ldap://$host:$port");
24 // URI no port

Completed in 26 milliseconds

12345678910>>...25