From: Jani Taskinen Date: Fri, 3 Dec 2010 15:30:54 +0000 (+0000) Subject: - Fix test X-Git-Tag: php-5.4.0alpha1~191^2~564 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07535b7986de42c2e0e7705351e2eca6532cbd0c;p=php - Fix test --- 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 +)