From ac6c86b7dcfcbcb21b45da32ecffcaf28f50fa39 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 10 Jun 2014 14:25:49 -0700 Subject: [PATCH] fix test --- ext/date/tests/bug67118.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/date/tests/bug67118.phpt b/ext/date/tests/bug67118.phpt index 2aa8c1d828..19b5914aa3 100644 --- a/ext/date/tests/bug67118.phpt +++ b/ext/date/tests/bug67118.phpt @@ -23,4 +23,4 @@ class mydt extends datetime new mydt("Funktionsansvarig rådgivning och juridik", "UTC"); ?> --EXPECTF-- -Fatal error: Call to a member function format() on a non-object in %sbug67118.php on line %d +Fatal error: Call to a member function format() on null in %sbug67118.php on line %d -- 2.50.1