Searched refs:ldap_list (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/ldap/tests/ |
H A D | gh16101.phpt | 2 Bug GH-16101: Segfault in ldap_list(), ldap_read(), and ldap_search() when LDAPs array is not a list 18 var_dump(ldap_list($ldaps_dict, $valid_dn, $valid_filter)); 25 ValueError: ldap_list(): Argument #1 ($ldap) must be a list
|
H A D | ldap_list_basic.phpt | 2 ldap_list() test 20 $result = ldap_list($link, "$base", "(objectClass=person)"),
|
H A D | ldap_next_entry_basic.phpt | 16 $result = ldap_list($link, "$base", "(objectClass=person)");
|
/PHP-8.2/ext/ldap/ |
H A D | ldap.stub.php | 635 …function ldap_list($ldap, array|string $base, array|string $filter, array $attributes = [], int $a…
|
H A D | ldap_arginfo.h | 357 ZEND_FUNCTION(ldap_list); 458 ZEND_FE(ldap_list, arginfo_ldap_list)
|
H A D | ldap.c | 1644 PHP_FUNCTION(ldap_list) in PHP_FUNCTION() argument
|
/PHP-8.2/ |
H A D | NEWS | 245 . Fixed bug GH-16101 (Segfault in ldap_list(), ldap_read(), and ldap_search()
|
Completed in 26 milliseconds