summaryrefslogtreecommitdiff
path: root/ext/ldap
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ldap')
-rw-r--r--ext/ldap/tests/ldap_dn2ufn.phpt2
-rw-r--r--ext/ldap/tests/ldap_explode_dn.phpt4
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/ldap/tests/ldap_dn2ufn.phpt b/ext/ldap/tests/ldap_dn2ufn.phpt
index 50e4572d33..8082e97809 100644
--- a/ext/ldap/tests/ldap_dn2ufn.phpt
+++ b/ext/ldap/tests/ldap_dn2ufn.phpt
@@ -28,6 +28,6 @@ string(16) "bob, example.com"
string(23) "bob, users, example.com"
bool(false)
-Warning: Wrong parameter count for ldap_dn2ufn() in %s on line %d
+Warning: ldap_dn2ufn() expects exactly 1 parameter, 2 given in %s on line %d
bool(false)
Done
diff --git a/ext/ldap/tests/ldap_explode_dn.phpt b/ext/ldap/tests/ldap_explode_dn.phpt
index f713ca31f2..2337ac9eff 100644
--- a/ext/ldap/tests/ldap_explode_dn.phpt
+++ b/ext/ldap/tests/ldap_explode_dn.phpt
@@ -86,9 +86,9 @@ array(5) {
bool(false)
bool(false)
-Warning: Wrong parameter count for ldap_explode_dn() in %s on line %d
+Warning: ldap_explode_dn() expects exactly 2 parameters, 1 given in %s on line %d
-Warning: Wrong parameter count for ldap_explode_dn() in %s on line %d
+Warning: ldap_explode_dn() expects exactly 2 parameters, 3 given in %s on line %d
bool(false)
bool(false)
Done