Home
last modified time | relevance | path

Searched refs:host (Results 76 – 100 of 579) sorted by relevance

12345678910>>...24

/PHP-5.4/sapi/cli/tests/
H A Dphp_cli_server_016.phpt22 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
25 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
32 Host: {$host}
H A Dphp_cli_server_012.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
24 Host: {$host}
H A Dphp_cli_server_005.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
36 Host: {$host}
H A Dphp_cli_server_015.phpt17 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
21 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
28 Host: {$host}
/PHP-5.4/ext/curl/tests/
H A Dcurl_setopt_basic003.phpt11 $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
16 $url = "{$host}/";
30 curl_setopt($ch, CURLOPT_URL, $host);
H A Dcurl_writeheader_callback.phpt7 Hit the host identified by PHP_CURL_HTTP_REMOTE_SERVER and determine that the headers are sent to t…
26 $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
31 curl_setopt($ch, CURLOPT_URL, $host);
H A Dbug54798.phpt15 function checkForClosedFilePointer($host, $curl_option, $description) {
31 curl_setopt($ch, CURLOPT_URL, $host);
50 $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
52 checkForClosedFilePointer($host, constant($option), $option);
/PHP-5.4/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 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.inc5 $myhost = sprintf("%s:%s", $host, $socket);
7 $myhost = sprintf("%s:%s", $host, $port);
/PHP-5.4/ext/mysqli/tests/
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 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_get_host_info.phpt23 …if ($IS_MYSQLND && $host != 'localhost' && $host != '127.0.0.1' && $port != '' && $host != "" && s…
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 Dbug39457.phpt13 $mysql->connect($host, $user, $passwd, $db, $port, $socket);
15 $mysql->connect($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_connect_oo_defaults.phpt23 ini_set('mysqli.default_host', 'host');
32 $mysqli->real_connect($host, $user, $passwd, $db, $port);
55 $mysqli->real_connect($host, $user, $passwd, $db);
72 $mysqli->real_connect($host, $user);
90 $mysqli->real_connect($host);
105 ini_set('mysqli.default_host', $host);
131 $link = mysqli_connect($host, $user, $passwd, null, ini_get('mysqli.default_port'));
144 $link = mysqli_connect($host, $user, $passwd, null);
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 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_expire_password.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
14 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
15 $host, $user, $db, $port, $socket));
61 if (!$link = my_mysqli_connect($host, 'expiretest', "", $db, $port, $socket)) {
72 if (!my_mysqli_real_connect($link, $host, 'expiretest', "", $db, $port, $socket)) {
83 if (!my_mysqli_real_connect($link, $host, 'expiretest', "", $db, $port, $socket)) {
95 if (!my_mysqli_real_connect($link, $host, 'expiretest', "", $db, $port, $socket)) {
108 if (!$link = my_mysqli_connect($host, 'expiretest', "expiretest", $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 …"[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket…
/PHP-5.4/ext/standard/tests/file/
H A Dfopen_variation14-win32.phpt106 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tm…
111 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tm…
116 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
121 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
126 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
131 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
136 Warning: fopen(): remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.…
141 Warning: fopen(): remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.…
158 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
163 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
[all …]
/PHP-5.4/ext/openssl/tests/
H A Dbug48182.phpt13 $host = 'ssl://127.0.0.1'.':'.$port;
22 $sock = stream_socket_server($host, $errno, $errstr, $flags, $context);
47 $host = 'ssl://127.0.0.1'.':'.$port;
51 $socket = stream_socket_client($host, $errno, $errstr, 10, $flags);

Completed in 63 milliseconds

12345678910>>...24