summaryrefslogtreecommitdiff
path: root/Zend/tests/bug67436/bug67436_nohandler.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug67436/bug67436_nohandler.phpt')
-rw-r--r--Zend/tests/bug67436/bug67436_nohandler.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug67436/bug67436_nohandler.phpt b/Zend/tests/bug67436/bug67436_nohandler.phpt
index a155ccc842..5394177064 100644
--- a/Zend/tests/bug67436/bug67436_nohandler.phpt
+++ b/Zend/tests/bug67436/bug67436_nohandler.phpt
@@ -14,6 +14,6 @@ a::staticTest();
$b = new b();
$b->test();
--EXPECTF--
-Warning: Declaration of b::test() should be compatible with a::test($arg = c::TESTCONSTANT) in %s%ebug67436%eb.inc on line %d
+Warning: The magic method __invoke() must have public visibility and cannot be static in %s on line %d
b::test()
a::test(c::TESTCONSTANT)