Searched refs:ldap_list (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/ldap/tests/ |
H A D | ldap_list_basic.phpt | 2 ldap_list() test 19 $result = ldap_list($link, "$base", "(objectClass=person)"),
|
H A D | ldap_next_entry_basic.phpt | 15 $result = ldap_list($link, "$base", "(objectClass=person)");
|
/PHP-8.0/ext/ldap/ |
H A D | ldap_arginfo.h | 355 ZEND_FUNCTION(ldap_list); 456 ZEND_FE(ldap_list, arginfo_ldap_list)
|
H A D | ldap.stub.php | 46 function ldap_list($ldap, array|string $base, array|string $filter, array $attributes = [], int $at… function
|
H A D | ldap.c | 1691 PHP_FUNCTION(ldap_list) in PHP_FUNCTION() argument
|
Completed in 17 milliseconds