From 7aacc705d03887c64a90489e367f4c40b46aa3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sun, 9 Aug 2020 11:06:57 +0200 Subject: Add many missing closing PHP tags to tests Closes GH-5958 --- ext/intl/tests/msgfmt_format_error5.phpt | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/intl/tests/msgfmt_format_error5.phpt') diff --git a/ext/intl/tests/msgfmt_format_error5.phpt b/ext/intl/tests/msgfmt_format_error5.phpt index c828b43abb..5ec5ddf189 100644 --- a/ext/intl/tests/msgfmt_format_error5.phpt +++ b/ext/intl/tests/msgfmt_format_error5.phpt @@ -16,6 +16,7 @@ EOD; $mf = new MessageFormatter('en_US', $fmt); var_dump($mf->format(array("foo" => new stdclass()))); +?> --EXPECTF-- Warning: MessageFormatter::format(): msgfmt_format: invalid object type for date/time (only IntlCalendar and DateTimeInterface permitted) in %s on line %d -- cgit v1.2.1