Home
last modified time | relevance | path

Searched refs:ldap_connect (Results 1 – 25 of 37) sorted by relevance

12

/PHP-5.5/ext/ldap/tests/
H A Dldap_connect_error.phpt2 ldap_connect() - Connection errors
15 var_dump(ldap_connect(null, null, null));
16 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);
24 Warning: ldap_connect() expects at most 2 parameters, 3 given in %s on line %d
27 Warning: ldap_connect(): Could not create session handle: %s in %s on line %d
30 Warning: ldap_connect(): Too many open links (1) in %s on line %d
H A Dldap_connect_variation.phpt2 ldap_connect() - Variation
13 $link = ldap_connect();
17 $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_connect_basic.phpt2 ldap_connect() - Basic connection
12 $link = ldap_connect($host, $port);
H A Dskipifbindfailure.inc6 $link = ldap_connect($host, $port);
H A Dldap_get_option_basic.phpt12 $link = ldap_connect($host, $port);
H A Dldap_set_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);
H A Dldap_rename_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_first_attribute_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_free_result_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_get_attributes_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_get_dn_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_count_entries_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_sasl_bind_basic.phpt20 $link = ldap_connect($host, $port);
H A Dldap_start_tls_error.phpt13 $link = ldap_connect($host, $port);
H A Dldap_first_entry_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_next_entry_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_next_reference_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_parse_reference_error.phpt11 $link = ldap_connect($host, $port);
H A Dldap_first_reference_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_get_entries_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_read_error.phpt12 $link = ldap_connect($host, $port);
H A Dldap_get_option_error.phpt12 $link = ldap_connect($host, $port);

Completed in 21 milliseconds

12