Test: /ext/ldap/tests/ldap_control_paged_results_variation2.phpt - Version 5.5.18    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ ** ERROR: process timed out **
001- bool(true)
002- resource(6) of type (ldap result)
003- array(3) {
004- ["count"]=>
005- int(2)
006- [0]=>
007- array(4) {
008- ["cn"]=>
009- array(2) {
010- ["count"]=>
011- int(1)
012- [0]=>
013- string(5) "userA"
014- }
015- [0]=>
016- string(2) "cn"
017- ["count"]=>
018- int(1)
019- ["dn"]=>
020- string(28) "cn=userA,dc=my-domain,dc=com"
021- }
022- [1]=>
023- array(4) {
024- ["cn"]=>
025- array(2) {
026- ["count"]=>
027- int(1)
028- [0]=>
029- string(5) "userB"
030- }
031- [0]=>
032- string(2) "cn"
033- ["count"]=>
034- int(1)
035- ["dn"]=>
036- string(28) "cn=userB,dc=my-domain,dc=com"
037- }
038- }
039- ===DONE===