Test: /ext/ldap/tests/ldap_sort_basic.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- bool(true)
002- array(7) {
003- ["count"]=>
004- int(6)
005- [0]=>
006- array(6) {
007- ["sn"]=>
008- array(2) {
009- ["count"]=>
010- int(1)
011- [0]=>
012- string(1) "a"
013- }
014- [0]=>
015- string(2) "sn"
016- ["description"]=>
017- array(2) {
018- ["count"]=>
019- int(1)
020- [0]=>
021- string(16) "yet another user"
022- }
023- [1]=>
024- string(11) "description"
025- ["count"]=>
026- int(2)
027- ["dn"]=>
028- string(28) "cn=userE,dc=my-domain,dc=com"
029- }
030- [1]=>
031- array(6) {
032- ["sn"]=>
033- array(2) {
034- ["count"]=>
035- int(1)
036- [0]=>
037- string(3) "aaa"
038- }
039- [0]=>
040- string(2) "sn"
041- ["description"]=>
042- array(2) {
043- ["count"]=>
044- int(1)
045- [0]=>
046- string(12) "another user"
047- }
048- [1]=>
049- string(11) "description"
050- ["count"]=>
051- int(2)
052- ["dn"]=>
053- string(28) "cn=userD,dc=my-domain,dc=com"
054- }
055- [2]=>
056- array(6) {
057- ["sn"]=>
058- array(2) {
059- ["count"]=>
060- int(1)
061- [0]=>
062- string(7) "testSN1"
063- }
064- [0]=>
065- string(2) "sn"
066- ["description"]=>
067- array(2) {
068- ["count"]=>
069- int(1)
070- [0]=>
071- string(6) "user A"
072- }
073- [1]=>
074- string(11) "description"
075- ["count"]=>
076- int(2)
077- ["dn"]=>
078- string(28) "cn=userA,dc=my-domain,dc=com"
079- }
080- [3]=>
081- array(6) {
082- ["sn"]=>
083- array(2) {
084- ["count"]=>
085- int(1)
086- [0]=>
087- string(7) "testSN2"
088- }
089- [0]=>
090- string(2) "sn"
091- ["description"]=>
092- array(2) {
093- ["count"]=>
094- int(1)
095- [0]=>
096- string(6) "user B"
097- }
098- [1]=>
099- string(11) "description"
100- ["count"]=>
101- int(2)
102- ["dn"]=>
103- string(28) "cn=userB,dc=my-domain,dc=com"
104- }
105- [4]=>
106- array(4) {
107- ["sn"]=>
108- array(2) {
109- ["count"]=>
110- int(1)
111- [0]=>
112- string(7) "testSN3"
113- }
114- [0]=>
115- string(2) "sn"
116- ["count"]=>
117- int(1)
118- ["dn"]=>
119- string(37) "cn=userC,cn=userB,dc=my-domain,dc=com"
120- }
121- [5]=>
122- array(6) {
123- ["sn"]=>
124- array(2) {
125- ["count"]=>
126- int(1)
127- [0]=>
128- string(3) "zzz"
129- }
130- [0]=>
131- string(2) "sn"
132- ["description"]=>
133- array(2) {
134- ["count"]=>
135- int(1)
136- [0]=>
137- string(6) "a user"
138- }
139- [1]=>
140- string(11) "description"
141- ["count"]=>
142- int(2)
143- ["dn"]=>
144- string(28) "cn=userC,dc=my-domain,dc=com"
145- }
146- }
147- ===DONE===