Home
last modified time | relevance | path

Searched refs:host (Results 51 – 75 of 634) sorted by relevance

12345678910>>...26

/PHP-7.4/ext/phar/
H A Ddirstream.c320 if (!resource->scheme || !resource->host || !resource->path) { in phar_wrapper_open_dir()
321 if (resource->host && !resource->path) { in phar_wrapper_open_dir()
337 host_len = ZSTR_LEN(resource->host); in phar_wrapper_open_dir()
341 if (FAILURE == phar_get_archive(&phar, ZSTR_VAL(resource->host), host_len, NULL, 0, &error)) { in phar_wrapper_open_dir()
346 …tream_wrapper_log_error(wrapper, options, "phar file \"%s\" is unknown", ZSTR_VAL(resource->host)); in phar_wrapper_open_dir()
443 if (!resource->scheme || !resource->host || !resource->path) { in phar_wrapper_mkdir()
455 host_len = ZSTR_LEN(resource->host); in phar_wrapper_mkdir()
457 if (FAILURE == phar_get_archive(&phar, ZSTR_VAL(resource->host), host_len, NULL, 0, &error)) { in phar_wrapper_mkdir()
578 if (!resource->scheme || !resource->host || !resource->path) { in phar_wrapper_rmdir()
590 host_len = ZSTR_LEN(resource->host); in phar_wrapper_rmdir()
[all …]
H A Dstream.c88 resource->host = zend_string_init(arch, arch_len, 0); in phar_parse_url()
99 fprintf(stderr, "Host: %s\n", ZSTR_VAL(resource->host)); in phar_parse_url()
119 …if (phar_open_or_create_filename(ZSTR_VAL(resource->host), ZSTR_LEN(resource->host), NULL, 0, 0, o… in phar_parse_url()
142 …if (phar_open_from_filename(ZSTR_VAL(resource->host), ZSTR_LEN(resource->host), NULL, 0, options, … in phar_parse_url()
190 host_len = ZSTR_LEN(resource->host); in phar_wrapper_open_url()
578 host_len = ZSTR_LEN(resource->host); in phar_wrapper_stat()
689 host_len = ZSTR_LEN(resource->host); in phar_wrapper_unlink()
752 …UCCESS != phar_get_archive(&pfrom, ZSTR_VAL(resource_from->host), ZSTR_LEN(resource_from->host), N… in phar_wrapper_rename()
769 …if (SUCCESS != phar_get_archive(&pto, ZSTR_VAL(resource_to->host), ZSTR_LEN(resource_to->host), NU… in phar_wrapper_rename()
781 if (!zend_string_equals(resource_from->host, resource_to->host)) { in phar_wrapper_rename()
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_connect.phpt56 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
57 …printf("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
58 $host, $user, $db, $port, $socket);
62 …if ($link = mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, $so…
64 $host, $user . 'unknown_really', $db, $port, $socket);
71 if (!is_object($link = mysqli_connect($host, $user, $passwd, $db, $port))) {
82 if (!is_object($link = mysqli_connect($host, $user, $passwd, $db))) {
93 if (!is_object($link = mysqli_connect($host, $user))) {
104 if (!is_object($link = mysqli_connect($host))) {
114 ini_set('mysqli.default_host', $host);
[all …]
H A Dmysqli_unclonable.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
15 $host, $user, $db, $port, $socket);
H A Dmysqli_result_unclonable.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
15 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_unclonable.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
15 $host, $user, $db, $port, $socket);
H A Dbug53503.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
24 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
54 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
55 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
56 $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 Dbug79084_collision.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
23 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
31 $link = my_mysqli_connect($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 Dbug73462.phpt14 $mysql_1 = new mysqli('p:'.$host, $user, $passwd, $db);
20 /* Failed connection to invalid host */
25 $mysql_3 = new mysqli('p:'.$host, $user, $passwd, $db);
/PHP-7.4/ext/curl/tests/
H A Dcurl_setopt_basic003.phpt12 $host = curl_cli_server_start();
17 $url = "{$host}/";
31 curl_setopt($ch, CURLOPT_URL, $host);
H A Dcurl_writeheader_callback.phpt7 Hit the host and determine that the headers are sent to the callback specified for CURLOPT_HEADERFU…
20 $host = curl_cli_server_start();
25 curl_setopt($ch, CURLOPT_URL, $host);
H A Dbug46739.phpt10 $host = curl_cli_server_start();
11 $ch = curl_init("{$host}/get.inc");
/PHP-7.4/ext/ldap/tests/
H A Dldap_connect_error.phpt16 var_dump(ldap_connect("ldap://$host:$port/$base"));
19 $links[0] = ldap_connect($host, $port);
20 $links[1] = ldap_connect($host, $port);
H A Dskipifcontrol.inc6 global $host, $port, $user, $passwd, $protocol_version, $base;
7 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_exop_refresh.phpt9 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
20 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
37 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dconnect.inc8 $host = getenv("LDAP_TEST_HOST") ?: "localhost";
18 function ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version) {
19 $link = ldap_connect($host, $port);
25 function test_bind($host, $port, $user, $passwd, $protocol_version) {
26 $link = ldap_connect($host, $port);
H A Dldap_exop_passwd_error.phpt12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
19 var_dump(test_bind($host, $port, "cn=userA,$base", "newPassword", $protocol_version));
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_009.phpt15 $host = PHP_CLI_SERVER_HOSTNAME;
20 Host: {$host}
36 Host: {$host}
52 Host: {$host}
H A Dphp_cli_server_008.phpt12 $host = PHP_CLI_SERVER_HOSTNAME;
17 Host: {$host}
33 Host: {$host}
/PHP-7.4/ext/standard/
H A Dnet.c105 zend_string *host; in iface_append_unicast() local
113 if ((host = php_inet_ntop(addr))) { in iface_append_unicast()
114 add_assoc_str(&u, "address", host); in iface_append_unicast()
117 if ((host = php_inet_ntop(netmask))) { in iface_append_unicast()
118 add_assoc_str(&u, "netmask", host); in iface_append_unicast()
121 if ((host = php_inet_ntop(broadcast))) { in iface_append_unicast()
122 add_assoc_str(&u, "broadcast", host); in iface_append_unicast()
125 if ((host = php_inet_ntop(ptp))) { in iface_append_unicast()
126 add_assoc_str(&u, "ptp", host); in iface_append_unicast()
/PHP-7.4/ext/standard/tests/url/
H A Dbug73192.phpt14 ["host"]=>
24 ["host"]=>
/PHP-7.4/ext/sockets/tests/
H A Dsocket_send.phpt15 $host = "yahoo.com";
20 $socketConn = socket_connect($socket, $host, $port);
41 unset($host);
/PHP-7.4/
H A D.appveyor.yml31 … #PDO_MYSQL_TEST_DSN: "pgsql:host=127.0.0.1 port=5432 dbname=test user=root password=Password12!"
34 … #PGSQL_TEST_CONNSTR: "host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!"
35 …#PDO_PGSQL_TEST_DSN: "pgsql:host=127.0.0.1 port=5432 dbname=test user=postgres password=Password12…

Completed in 29 milliseconds

12345678910>>...26