Home
last modified time | relevance | path

Searched refs:host (Results 301 – 325 of 598) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-5.6/ext/ldap/tests/
H A Dldap_mod_del_error.phpt13 $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 Dldap_mod_replace_error.phpt13 $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 Dldap_unbind_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_set_option_basic.phpt12 $link = ldap_connect($host, $port);
H A Dldap_get_option_basic.phpt12 $link = ldap_connect($host, $port);
H A Dldap_bind_basic.phpt13 $link = ldap_connect($host, $port);
H A Dldap_bind_variation.phpt13 $link = ldap_connect($host, $port);
H A Dldap_start_tls_basic.phpt13 $link = ldap_connect($host, $port);
/PHP-5.6/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt13 $host = getenv('PHP_CURL_FTP_REMOTE_SERVER');
19 $url = "ftp://$username:$password@$host/test.phpt" ;
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_begin_transaction.phpt10 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
32 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
33 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
34 $host, $user, $db, $port, $socket);
H A Dbug52891.phpt15 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
102 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
103 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
104 $host, $user, $db, $port, $socket);
H A D028.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D034.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D050.phpt15 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D055.phpt15 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D054.phpt15 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D051.phpt15 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D052.phpt15 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dbug_mysql_49406.phpt12 if (!($link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)))
13 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
14 $host, $user, $db, $port, $socket);
H A Dmysqli_data_seek_oo.phpt18 if (!$mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket))
19 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
20 $host, $user, $db, $port, $socket);
H A D033.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D064.phpt12 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
H A D006.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
51 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-5.6/ext/standard/
H A Durl.c50 if (theurl->host) in php_url_free()
51 efree(theurl->host); in php_url_free()
289 ret->host = estrndup(s, (p-s)); in php_url_parse_ex()
290 php_replace_controlchars_ex(ret->host, (p - s)); in php_url_parse_ex()
355 if (resource->host != NULL) RETVAL_STRING(resource->host, 1); in PHP_FUNCTION()
388 if (resource->host != NULL) in PHP_FUNCTION()
389 add_assoc_string(return_value, "host", resource->host, 1); in PHP_FUNCTION()
/PHP-5.6/ext/standard/tests/network/
H A Dgethostbyname_basic003.phpt6 * Description: Get the IPv4 address corresponding to a given Internet host name

Completed in 29 milliseconds

1...<<11121314151617181920>>...24