From: Dmitry Stogov Date: Wed, 24 Mar 2004 14:14:16 +0000 (+0000) Subject: Fixed (strict warning was added to expected output) X-Git-Tag: php-5.0.0RC2RC1~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d9d08bf55cdb2d517a1b62ed9410ac971657c91;p=php Fixed (strict warning was added to expected output) --- diff --git a/tests/lang/bug22367.phpt b/tests/lang/bug22367.phpt index 653f1df4ee..5569c6cbcd 100644 --- a/tests/lang/bug22367.phpt +++ b/tests/lang/bug22367.phpt @@ -65,6 +65,7 @@ var_dump($a->test); ?> --EXPECTF-- +Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in %sbug22367.php on line %d int(5) bool(false)