From: Derick Rethans Date: Thu, 6 May 2004 17:45:27 +0000 (+0000) Subject: - Fixed test X-Git-Tag: RELEASE_0_1~277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b5207292b4066f2b46bb6f9ec1ce510c6e30034;p=php - Fixed test --- diff --git a/tests/lang/bug22367.phpt b/tests/lang/bug22367.phpt index 748fed4106..7387043f32 100644 --- a/tests/lang/bug22367.phpt +++ b/tests/lang/bug22367.phpt @@ -65,7 +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 +Strict Standards: Declaration of bar::a() should be compatible with that of foo::a() in %sbug22367.php on line %d Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in %sbug22367.php on line %d int(5)