diff options
author | George Peter Banyard <girgias@php.net> | 2020-07-08 18:44:34 +0200 |
---|---|---|
committer | George Peter Banyard <girgias@php.net> | 2020-08-13 21:14:51 +0200 |
commit | 96c7d42a3ca9d822a08b3dd48060abca8240413a (patch) | |
tree | e2aa9a2fad839cf7f43c5e9dd98fa70b6408b12d /ext/ldap/tests | |
parent | dae83cd7cbda51570b660b463cdf13df1cf1e229 (diff) | |
download | php-git-96c7d42a3ca9d822a08b3dd48060abca8240413a.tar.gz |
Use ZPP callable check for ldap_set_rebind_proc()
Diffstat (limited to 'ext/ldap/tests')
-rw-r--r-- | ext/ldap/tests/ldap_set_rebind_proc_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ldap/tests/ldap_set_rebind_proc_error.phpt b/ext/ldap/tests/ldap_set_rebind_proc_error.phpt index c12989b15f..9027a4628f 100644 --- a/ext/ldap/tests/ldap_set_rebind_proc_error.phpt +++ b/ext/ldap/tests/ldap_set_rebind_proc_error.phpt @@ -39,5 +39,5 @@ try { echo $error->getMessage(), "\n"; } ?> ---EXPECTF-- -ldap_set_rebind_proc(): Argument #2 ($callback) must be a valid callback or null, string given +--EXPECT-- +ldap_set_rebind_proc(): Argument #2 ($callback) must be a valid callback or null, function "rebind_proc_inexistent" not found or invalid function name |