summaryrefslogtreecommitdiff
path: root/ext/ldap/tests/bug48441.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ldap/tests/bug48441.phpt')
-rw-r--r--ext/ldap/tests/bug48441.phpt9
1 files changed, 6 insertions, 3 deletions
diff --git a/ext/ldap/tests/bug48441.phpt b/ext/ldap/tests/bug48441.phpt
index c4b224c7a7..fc24816211 100644
--- a/ext/ldap/tests/bug48441.phpt
+++ b/ext/ldap/tests/bug48441.phpt
@@ -38,7 +38,8 @@ $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
remove_dummy_data($link, $base);
?>
--EXPECTF--
-resource(%d) of type (ldap result)
+object(LDAPResult)#%d (0) {
+}
array(4) {
["count"]=>
int(3)
@@ -93,7 +94,8 @@ array(4) {
}
Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
-resource(%d) of type (ldap result)
+object(LDAPResult)#%d (0) {
+}
array(2) {
["count"]=>
int(1)
@@ -112,7 +114,8 @@ array(2) {
string(%d) "cn=userA,%s"
}
}
-resource(%d) of type (ldap result)
+object(LDAPResult)#%d (0) {
+}
array(4) {
["count"]=>
int(3)