Skip to content

Commit 2b78edf

Browse files
committed
fix test
1 parent e9e63f9 commit 2b78edf

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

ext/ldap/tests/ldap_search_variation6.phpt

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,26 @@ array(2) {
217217
[1]=>
218218
resource(%d) of type (ldap result)
219219
}
220-
NULL
221-
NULL
220+
array(1) {
221+
["count"]=>
222+
int(0)
223+
}
224+
array(1) {
225+
["count"]=>
226+
int(0)
227+
}
222228
array(2) {
223229
[0]=>
224230
resource(%d) of type (ldap result)
225231
[1]=>
226232
resource(%d) of type (ldap result)
227233
}
228-
NULL
229-
NULL
234+
array(1) {
235+
["count"]=>
236+
int(0)
237+
}
238+
array(1) {
239+
["count"]=>
240+
int(0)
241+
}
230242
===DONE===

0 commit comments

Comments
 (0)