Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.5/ext/ldap/tests/
H A Dldap_connect_basic.phpt12 $link = ldap_connect($host, $port);
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);
H A Dldap_connect_variation.phpt17 $link = ldap_connect($host);
21 $link = ldap_connect("ldap://$host:$port");
25 $link = ldap_connect("ldap://$host");
29 $link = ldap_connect("nonexistent" . $host);
H A Dldap_control_paged_results_variation1.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
30 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_control_paged_results_variation2.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
30 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_control_paged_results_variation3.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
35 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_count_entries_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
23 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_count_entries_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_delete_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
33 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_delete_error.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
41 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_errno_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_error_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_first_attribute_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_first_attribute_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_first_entry_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_first_entry_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_first_reference_basic.phpt12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
31 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_first_reference_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_free_result_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
23 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_free_result_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_get_attributes_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_get_attributes_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_get_dn_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_get_dn_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_get_entries_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
28 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);

Completed in 51 milliseconds

12345678910>>...24