Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-5.3/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 Dbug53503.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
52 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
53 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
54 $host, $user, $db, $port, $socket);
H A Dmysqli_change_user.phpt31 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
32 …printf("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
33 $host, $user, $db, $port, $socket);
76 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
77 …printf("[020] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
78 $host, $user, $db, $port, $socket);
86 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
87 …printf("[022] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
88 $host, $user, $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 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_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 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.3/ext/phar/
H A Ddirstream.c340 if (!resource->scheme || !resource->host || !resource->path) { in phar_wrapper_open_dir()
341 if (resource->host && !resource->path) { in phar_wrapper_open_dir()
357 host_len = strlen(resource->host); in phar_wrapper_open_dir()
361 if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error TSRMLS_CC)) { in phar_wrapper_open_dir()
366 …tream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar file \"%s\" is unknown", resource->host); in phar_wrapper_open_dir()
467 if (!resource->scheme || !resource->host || !resource->path) { in phar_wrapper_mkdir()
479 host_len = strlen(resource->host); in phar_wrapper_mkdir()
481 if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error TSRMLS_CC)) { in phar_wrapper_mkdir()
604 if (!resource->scheme || !resource->host || !resource->path) { in phar_wrapper_rmdir()
616 host_len = strlen(resource->host); in phar_wrapper_rmdir()
[all …]
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.3/ext/ldap/tests/
H A Dldap_connect_error.phpt16 var_dump(ldap_connect("ldap://$host:$port/dc=my-domain,dc=com"));
19 $links[0] = ldap_connect($host, $port);
20 $links[1] = ldap_connect($host, $port);
/PHP-5.3/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.3/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);
/PHP-5.3/main/
H A Dphp_network.h223 PHPAPI php_socket_t php_network_connect_socket_to_host(const char *host, unsigned short port,
239 PHPAPI php_socket_t php_network_bind_socket_to_local_addr(const char *host, unsigned port,
283 PHPAPI php_stream *_php_stream_sock_open_host(const char *host, unsigned short port,
300 #define php_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_… argument
304 #define php_stream_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_o… argument
/PHP-5.3/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 37 milliseconds

12345678910>>...22