--TEST-- ldap_ldap_control_paged_result() test (fetching the first page) --CREDITS-- Jean-Sebastien Hedde --SKIPIF-- --FILE-- ===DONE=== --CLEAN-- --EXPECTF-- bool(true) resource(6) of type (ldap result) array(2) { ["count"]=> int(1) [0]=> array(4) { ["cn"]=> array(2) { ["count"]=> int(1) [0]=> string(5) "userA" } [0]=> string(2) "cn" ["count"]=> int(1) ["dn"]=> string(28) "cn=userA,dc=my-domain,dc=com" } } ===DONE===