Test: /ext/ldap/tests/ldap_search_variation3.phpt - Version 5.3.30-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ ** ERROR: process timed out **
001- resource(%d) of type (ldap result)
002- array(4) {
003- ["count"]=>
004- int(3)
005- [0]=>
006- array(4) {
007- ["sn"]=>
008- array(1) {
009- ["count"]=>
010- int(0)
011- }
012- [0]=>
013- string(2) "sn"
014- ["count"]=>
015- int(1)
016- ["dn"]=>
017- string(28) "cn=userA,dc=my-domain,dc=com"
018- }
019- [1]=>
020- array(4) {
021- ["sn"]=>
022- array(1) {
023- ["count"]=>
024- int(0)
025- }
026- [0]=>
027- string(2) "sn"
028- ["count"]=>
029- int(1)
030- ["dn"]=>
031- string(28) "cn=userB,dc=my-domain,dc=com"
032- }
033- [2]=>
034- array(4) {
035- ["sn"]=>
036- array(1) {
037- ["count"]=>
038- int(0)
039- }
040- [0]=>
041- string(2) "sn"
042- ["count"]=>
043- int(1)
044- ["dn"]=>
045- string(37) "cn=userC,cn=userB,dc=my-domain,dc=com"
046- }
047- }
048-
049- Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
050- resource(%d) of type (ldap result)
051- array(2) {
052- ["count"]=>
053- int(1)
054- [0]=>
055- array(4) {
056- ["sn"]=>
057- array(1) {
058- ["count"]=>
059- int(0)
060- }
061- [0]=>
062- string(2) "sn"
063- ["count"]=>
064- int(1)
065- ["dn"]=>
066- string(28) "cn=userA,dc=my-domain,dc=com"
067- }
068- }
069- ===DONE===