From: Antony Dovgal Date: Tue, 22 Apr 2008 13:31:17 +0000 (+0000) Subject: fix tests X-Git-Tag: RELEASE_2_0_0b1~272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5266adb2e348c3f89e983cc7aa7b206ed2e00b4;p=php fix tests --- 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