From 3121b7174f4cb077b1165bf4feed1ec889472f1e Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 11 Jul 2019 13:41:10 +0200 Subject: Deprecate Reflection export() methods And remove the Reflector::export() interface method. --- ext/reflection/tests/bug41061.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/reflection/tests/bug41061.phpt') diff --git a/ext/reflection/tests/bug41061.phpt b/ext/reflection/tests/bug41061.phpt index d907907dcf..027b872be9 100644 --- a/ext/reflection/tests/bug41061.phpt +++ b/ext/reflection/tests/bug41061.phpt @@ -1,5 +1,5 @@ --TEST-- -Reflection Bug #41061 ("visibility error" in ReflectionFunction::export()) +Reflection Bug #41061 ("visibility error" in ReflectionFunction::__toString()) --FILE-- ===DONE=== -- cgit v1.2.1