History log of /PHP-8.1/ext/intl/tests/dateformat_create_default.phpt (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a9e7b90c 21-Oct-2022 Christoph M. Becker

Adapt ext/intl tests for ICU 72.1

This version replaces SPACEs before the meridian with NARROW NO-BREAK
SPACEs. Thus, we split the affected test cases as usual.

(cherry picked

Adapt ext/intl tests for ICU 72.1

This version replaces SPACEs before the meridian with NARROW NO-BREAK
SPACEs. Thus, we split the affected test cases as usual.

(cherry picked from commit 8dd51b462d72bd3abeeb82f602a269e0b087b901)

Fixes GH-10262.

show more ...


Revision tags: php-8.1.7RC1, php-8.1.4RC1, php-8.1.3, php-8.1.2RC1, php-8.1.0, php-7.3.33, php-7.3.32, php-7.3.31, php-7.3.30, php-7.3.29
# 9939b2b7 17-May-2021 Matteo Beccati

Fix test on non-UTC setups


Revision tags: php-7.3.28
# 331eddad 26-Apr-2021 Nikita Popov

Make date/time type arguments of IntlDateFormatter ctor optional

Default them to IntlDateFormatter:FULL, which has value 0, which
was what you would get if you passed null to these argum

Make date/time type arguments of IntlDateFormatter ctor optional

Default them to IntlDateFormatter:FULL, which has value 0, which
was what you would get if you passed null to these arguments in
weak typing mode. The documentation called this ICU's default
date/time type.

show more ...