--TEST-- ldap_list() test --CREDITS-- Davide Mendolia Patrick Allaert Belgian PHP Testfest 2009 --SKIPIF-- --FILE-- --CLEAN-- --EXPECTF-- object(LDAPResult)#%d (0) { } array(3) { ["count"]=> int(2) [0]=> array(14) { ["objectclass"]=> array(2) { ["count"]=> int(1) [0]=> string(6) "person" } [0]=> string(11) "objectclass" ["cn"]=> array(2) { ["count"]=> int(1) [0]=> string(5) "userA" } [1]=> string(2) "cn" ["sn"]=> array(2) { ["count"]=> int(1) [0]=> string(7) "testSN1" } [2]=> string(2) "sn" ["userpassword"]=> array(2) { ["count"]=> int(1) [0]=> string(%d) "%s" } [3]=> string(12) "userpassword" ["telephonenumber"]=> array(2) { ["count"]=> int(1) [0]=> string(14) "xx-xx-xx-xx-xx" } [4]=> string(15) "telephonenumber" ["description"]=> array(2) { ["count"]=> int(1) [0]=> string(6) "user A" } [5]=> string(11) "description" ["count"]=> int(6) ["dn"]=> string(%d) "cn=userA,%s" } [1]=> array(12) { ["objectclass"]=> array(2) { ["count"]=> int(1) [0]=> string(6) "person" } [0]=> string(11) "objectclass" ["cn"]=> array(2) { ["count"]=> int(1) [0]=> string(5) "userB" } [1]=> string(2) "cn" ["sn"]=> array(2) { ["count"]=> int(1) [0]=> string(7) "testSN2" } [2]=> string(2) "sn" ["userpassword"]=> array(2) { ["count"]=> int(1) [0]=> string(%d) "%s" } [3]=> string(12) "userpassword" ["description"]=> array(2) { ["count"]=> int(1) [0]=> string(6) "user B" } [4]=> string(11) "description" ["count"]=> int(5) ["dn"]=> string(%d) "cn=userB,%s" } }