Test: /ext/ldap/tests/ldap_list_basic.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- resource(%d) of type (ldap result)
002- array(3) {
003- ["count"]=>
004- int(2)
005- [0]=>
006- array(14) {
007- ["objectclass"]=>
008- array(2) {
009- ["count"]=>
010- int(1)
011- [0]=>
012- string(6) "person"
013- }
014- [0]=>
015- string(11) "objectclass"
016- ["cn"]=>
017- array(2) {
018- ["count"]=>
019- int(1)
020- [0]=>
021- string(5) "userA"
022- }
023- [1]=>
024- string(2) "cn"
025- ["sn"]=>
026- array(2) {
027- ["count"]=>
028- int(1)
029- [0]=>
030- string(7) "testSN1"
031- }
032- [2]=>
033- string(2) "sn"
034- ["userpassword"]=>
035- array(2) {
036- ["count"]=>
037- int(1)
038- [0]=>
039- string(4) "oops"
040- }
041- [3]=>
042- string(12) "userpassword"
043- ["telephonenumber"]=>
044- array(2) {
045- ["count"]=>
046- int(1)
047- [0]=>
048- string(14) "xx-xx-xx-xx-xx"
049- }
050- [4]=>
051- string(15) "telephonenumber"
052- ["description"]=>
053- array(2) {
054- ["count"]=>
055- int(1)
056- [0]=>
057- string(6) "user A"
058- }
059- [5]=>
060- string(11) "description"
061- ["count"]=>
062- int(6)
063- ["dn"]=>
064- string(28) "cn=userA,dc=my-domain,dc=com"
065- }
066- [1]=>
067- array(12) {
068- ["objectclass"]=>
069- array(2) {
070- ["count"]=>
071- int(1)
072- [0]=>
073- string(6) "person"
074- }
075- [0]=>
076- string(11) "objectclass"
077- ["cn"]=>
078- array(2) {
079- ["count"]=>
080- int(1)
081- [0]=>
082- string(5) "userB"
083- }
084- [1]=>
085- string(2) "cn"
086- ["sn"]=>
087- array(2) {
088- ["count"]=>
089- int(1)
090- [0]=>
091- string(7) "testSN2"
092- }
093- [2]=>
094- string(2) "sn"
095- ["userpassword"]=>
096- array(2) {
097- ["count"]=>
098- int(1)
099- [0]=>
100- string(15) "oopsIDitItAgain"
101- }
102- [3]=>
103- string(12) "userpassword"
104- ["description"]=>
105- array(2) {
106- ["count"]=>
107- int(1)
108- [0]=>
109- string(6) "user B"
110- }
111- [4]=>
112- string(11) "description"
113- ["count"]=>
114- int(5)
115- ["dn"]=>
116- string(28) "cn=userB,dc=my-domain,dc=com"
117- }
118- }
119- ===DONE===