From 5b5207292b4066f2b46bb6f9ec1ce510c6e30034 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 6 May 2004 17:45:27 +0000 Subject: [PATCH] - Fixed test --- tests/lang/bug22367.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1