From 433758ceb3e11df184a87e8185fbd7f8b969fb79 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 18 Mar 2019 11:39:16 +0100 Subject: Allow DateTimeImmutable in datefmt_format_object() As pointed out in a comment on bug #65683. --- ext/intl/tests/dateformat_bug65683_2.phpt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ext/intl/tests/dateformat_bug65683_2.phpt (limited to 'ext/intl/tests') diff --git a/ext/intl/tests/dateformat_bug65683_2.phpt b/ext/intl/tests/dateformat_bug65683_2.phpt new file mode 100644 index 0000000000..67d9d7884a --- /dev/null +++ b/ext/intl/tests/dateformat_bug65683_2.phpt @@ -0,0 +1,12 @@ +--TEST-- +Bug #65683: Intl does not support DateTimeImmutable (using datefmt_format_object) +--FILE-- + +--EXPECT-- +string(24) "1 janv. 1970 à 00:00:00" +string(24) "1 janv. 1970 à 00:00:00" -- cgit v1.2.1