From: Dmitry Stogov Date: Tue, 7 Jul 2015 07:14:37 +0000 (+0300) Subject: Fixed test X-Git-Tag: php-7.0.0beta1~12^2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=636c16b186a66c489aaa24b087e288772c297440;p=php Fixed test --- 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