Home
last modified time | relevance | path

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

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

/PHP-5.4/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_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.4/ext/mysqli/tests/
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))
H A D020.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
73 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D036.phpt17 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
48 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D048.phpt13 $mysql = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
46 if (!$link = my_mysqli_connect($host, $user, $passwd, $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 D039.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D063.phpt12 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
H A Dbug55859.phpt12 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
H A D056.phpt19 $foo->connect($host, $user, $passwd, $db, $port, $socket);
H A D030.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A D062.phpt12 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
H A Dbug66762.phpt12 $mysqli = new mysqli($host, $user, $passwd, $db);
H A Dbug33090.phpt13 $link = my_mysqli_connect($host, $user, $passwd, null, $port, $socket);
/PHP-5.4/ext/standard/tests/network/
H A Dgethostbyname_basic003.phpt6 * Description: Get the IPv4 address corresponding to a given Internet host name
H A Dgethostbyaddr_basic1.phpt6 * Description: Get the Internet host name corresponding to a given IP address
H A Dgethostbynamel_basic1.phpt6 * Description: Get a list of IPv4 addresses corresponding to a given Internet host name
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dconfig.inc9 $config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=root password=';
/PHP-5.4/ext/snmp/tests/
H A Dskipif.inc12 die('NO SNMPD on this host or community invalid');
/PHP-5.4/ext/standard/
H A Durl.c50 if (theurl->host) in php_url_free()
51 efree(theurl->host); in php_url_free()
312 ret->host = estrndup(s, (p-s)); in php_url_parse_ex()
313 php_replace_controlchars_ex(ret->host, (p - s)); in php_url_parse_ex()
398 if (resource->host != NULL) RETVAL_STRING(resource->host, 1); in PHP_FUNCTION()
431 if (resource->host != NULL) in PHP_FUNCTION()
432 add_assoc_string(return_value, "host", resource->host, 1); in PHP_FUNCTION()

Completed in 29 milliseconds

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