From 07535b7986de42c2e0e7705351e2eca6532cbd0c Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Fri, 3 Dec 2010 15:30:54 +0000 Subject: [PATCH] - Fix test --- tests/output/ob_start_basic_005.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/output/ob_start_basic_005.phpt b/tests/output/ob_start_basic_005.phpt index cd2b2e07e5..4048ad25a2 100644 --- a/tests/output/ob_start_basic_005.phpt +++ b/tests/output/ob_start_basic_005.phpt @@ -25,9 +25,9 @@ checkAndClean(); ?> --EXPECTF-- -Strict Standards: Non-static method C::h() should not be called statically in %s on line 20 +Warning: ob_start(): non-static method C::h() should not be called statically in %s on line 20 bool(true) Array ( [0] => C::h -) \ No newline at end of file +) -- 2.50.1