Lines Matching refs:ldap_search
2 ldap_search() - operation that should fail
18 $result = ldap_search($link, $dn, $filter);
21 $result = ldap_search($link, $dn, $filter, array(1 => 'top'));
25 ldap_search(array(), $dn, $filter, array('top'));
31 ldap_search(array($link, $link), array($dn), $filter, array('top'));
37 ldap_search(array($link, $link), $dn, array($filter), array('top'));
43 ldap_search($link, [], []);
49 ldap_search($link, "", []);
56 Warning: ldap_search(): Search: No such object in %s on line %d
59 Warning: ldap_search(): Array initialization wrong in %s on line %d
61 ldap_search(): Argument #1 ($ldap) cannot be empty
62 ldap_search(): Argument #2 ($base) must have the same number of elements as the links array
63 ldap_search(): Argument #3 ($filter) must have the same number of elements as the links array
64 ldap_search(): Argument #2 ($base) must be of type string when argument #1 ($ldap) is a resource
65 ldap_search(): Argument #3 ($filter) must be of type string when argument #1 ($ldap) is a resource