Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.5/ext/phar/
H A Dstream.c87 resource->host = arch; in phar_parse_url()
96 fprintf(stderr, "Host: %s\n", resource->host); in phar_parse_url()
175 if (!resource->scheme || !resource->host || !resource->path) { in phar_wrapper_open_url()
187 host_len = strlen(resource->host); in phar_wrapper_open_url()
581 if (!resource->scheme || !resource->host || !resource->path) { in phar_wrapper_stat()
591 host_len = strlen(resource->host); in phar_wrapper_stat()
716 host_len = strlen(resource->host); in phar_wrapper_unlink()
781 …if (SUCCESS != phar_get_archive(&pfrom, resource_from->host, strlen(resource_from->host), NULL, 0,… in phar_wrapper_rename()
798 …if (SUCCESS != phar_get_archive(&pto, resource_to->host, strlen(resource_to->host), NULL, 0, &erro… in phar_wrapper_rename()
810 if (strcmp(resource_from->host, resource_to->host)) { in phar_wrapper_rename()
[all …]
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_004.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_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}
H A Dphp_cli_server_019.phpt18 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
21 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
28 Host: {$host}
/PHP-5.5/ext/mysqli/tests/
H A Dconnect.inc11 $host = getenv("MYSQL_TEST_HOST") ? getenv("MYSQL_TEST_HOST") : "localhost";
87 function my_mysqli_connect($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) {
94 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags))
97 $link = mysqli_connect($host, $user, $passwd, $db, $port, $socket);
108 …function my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags = 0, $en…
114 return mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags);
118 …public function __construct($host, $user, $passwd, $db, $port, $socket, $enable_env_flags = true) {
125 $this->real_connect($host, $user, $passwd, $db, $port, $socket, $flags);
127 parent::__construct($host, $user, $passwd, $db, $port, $socket);
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_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 Dmysqli_get_host_info.phpt23 …if ($IS_MYSQLND && $host != 'localhost' && $host != '127.0.0.1' && $port != '' && $host != "" && s…
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 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);
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_kill.phpt17 $myhost = sprintf("%s:%s", $host, $socket);
19 $myhost = sprintf("%s:%s", $host, $port);
21 $myhost = $host;
24 …printf("[001] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
25 $host, $myhost, $user, $db, $port, $socket);
82 …printf("[012] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
83 $host, $myhost, $user, $db, $port, $socket);
89 …printf("[014] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
90 $host, $myhost, $user, $db, $port, $socket);
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);
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_020.phpt10 $host = curl_cli_server_start();
12 $url = "{$host}/get.php?test=";
H A Dbug54995.phpt14 $host = curl_cli_server_start();
16 curl_setopt($ch, CURLOPT_URL, "{$host}/get.php");
H A Dcurl_basic_021.phpt10 $host = curl_cli_server_start();
11 $url = "{$host}/get.php?test=contenttype";
H A Dcurl_copy_handle_basic_008.phpt8 $host = curl_cli_server_start();
10 $url = "{$host}/get.php";
H A Dbug66109.phpt8 $host = curl_cli_server_start();
10 curl_setopt($ch, CURLOPT_URL, "{$host}/get.php?test=method");
/PHP-5.5/ext/standard/tests/url/
H A Dbug68917.phpt11 [host] => example.org
19 [host] => example.org

Completed in 26 milliseconds

12345678910>>...24