summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2013-09-30 11:41:35 +0200
committerMichael Wallner <mike@php.net>2013-09-30 11:41:35 +0200
commit2b78edfba25afac8f34ca65e18f98d23a4b8bcce (patch)
tree5761e4106c7d1860559fe0e86c15ce7e644bf128
parente9e63f922303d852b6899cadd68d7ec73e8f6134 (diff)
downloadphp-git-2b78edfba25afac8f34ca65e18f98d23a4b8bcce.tar.gz
fix test
-rw-r--r--ext/ldap/tests/ldap_search_variation6.phpt20
1 files changed, 16 insertions, 4 deletions
diff --git a/ext/ldap/tests/ldap_search_variation6.phpt b/ext/ldap/tests/ldap_search_variation6.phpt
index a29e4524df..5139ebb77d 100644
--- a/ext/ldap/tests/ldap_search_variation6.phpt
+++ b/ext/ldap/tests/ldap_search_variation6.phpt
@@ -217,14 +217,26 @@ array(2) {
[1]=>
resource(%d) of type (ldap result)
}
-NULL
-NULL
+array(1) {
+ ["count"]=>
+ int(0)
+}
+array(1) {
+ ["count"]=>
+ int(0)
+}
array(2) {
[0]=>
resource(%d) of type (ldap result)
[1]=>
resource(%d) of type (ldap result)
}
-NULL
-NULL
+array(1) {
+ ["count"]=>
+ int(0)
+}
+array(1) {
+ ["count"]=>
+ int(0)
+}
===DONE===