--TEST-- ldap_get_attributes() - Basic ldap_get_attributes test --CREDITS-- Patrick Allaert # Belgian PHP Testfest 2009 --SKIPIF-- --FILE-- ===DONE=== --CLEAN-- --EXPECTF-- array(5) { ["objectClass"]=> array(3) { ["count"]=> int(2) [0]=> string(3) "top" [1]=> string(12) "organization" } [0]=> string(11) "objectClass" ["o"]=> array(2) { ["count"]=> int(1) [0]=> string(4) "test" } [1]=> string(1) "o" ["count"]=> int(2) } ===DONE===