From 96c7d42a3ca9d822a08b3dd48060abca8240413a Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Wed, 8 Jul 2020 18:44:34 +0200 Subject: Use ZPP callable check for ldap_set_rebind_proc() --- ext/ldap/tests/ldap_set_rebind_proc_error.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/ldap/tests') 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 -- cgit v1.2.1