Re: [PHP-DEV] Preposition in IntlDateFormatter

2017-11-22 Thread Markus Fasselt
Thank you Derick, I will report it there. Regards, Markus On 20.11.2017 11:03, Derick Rethans wrote: On Sun, 19 Nov 2017, Markus Fasselt wrote: I just noticed an issue with PHP's DateFormatter and some locales. Consider this example code: foreach (['en', 'de', 'da', 'pt', 'fr', 'cs'] as

Re: [PHP-DEV] Preposition in IntlDateFormatter

2017-11-20 Thread Derick Rethans
On Sun, 19 Nov 2017, Markus Fasselt wrote: > I just noticed an issue with PHP's DateFormatter and some locales. > > Consider this example code: > > > foreach (['en', 'de', 'da', 'pt', 'fr', 'cs'] as $locale) { > > $df = new IntlDateFormatter($locale, IntlDateFormatter::LONG, > > IntlDateForm

[PHP-DEV] Preposition in IntlDateFormatter

2017-11-19 Thread Markus Fasselt
Hello internals, I just noticed an issue with PHP's DateFormatter and some locales. Consider this example code: foreach (['en', 'de', 'da', 'pt', 'fr', 'cs'] as $locale) { $df = new IntlDateFormatter($locale, IntlDateFormatter::LONG, IntlDateFormatter::SHORT); var_dump($locale . ': '