diff options
author | Antony Dovgal <tony2001@php.net> | 2008-04-22 13:31:17 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-04-22 13:31:17 +0000 |
commit | d5266adb2e348c3f89e983cc7aa7b206ed2e00b4 (patch) | |
tree | e57991b405eb78c5e94a0452bd2dae1b8b0fadfd | |
parent | c6e4f0494cffddcd3597a7fd450626865c89ba84 (diff) | |
download | php-git-d5266adb2e348c3f89e983cc7aa7b206ed2e00b4.tar.gz |
fix tests
-rw-r--r-- | ext/ldap/tests/ldap_dn2ufn.phpt | 2 | ||||
-rw-r--r-- | ext/ldap/tests/ldap_explode_dn.phpt | 4 |
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 |