From 636c16b186a66c489aaa24b087e288772c297440 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 7 Jul 2015 10:14:37 +0300 Subject: [PATCH] Fixed test --- Zend/tests/bug62358.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/tests/bug62358.phpt b/Zend/tests/bug62358.phpt index 552a1e1908..2a6f22e675 100644 --- a/Zend/tests/bug62358.phpt +++ b/Zend/tests/bug62358.phpt @@ -29,4 +29,4 @@ class B extends A { } ?> --EXPECTF-- -Warning: Declaration of B::foo() should be compatible with A::foo() in %sbug62358.php on line %d +Warning: Declaration of B::foo($var) should be compatible with A::foo() in %sbug62358.php on line %d -- 2.50.1