3v4l.org

run code in 500+ PHP versions simultaneously
<?php $locale = 'us'; var_dump(($fmt = new IntlDateFormatter($locale, IntlDateFormatter::FULL, IntlDateFormatter::NONE))->format(time())); $locale = 'fi'; var_dump(($fmt = new IntlDateFormatter($locale, IntlDateFormatter::FULL, IntlDateFormatter::NONE))->format(time())); $locale = 'da'; var_dump(($fmt = new IntlDateFormatter($locale, IntlDateFormatter::FULL, IntlDateFormatter::NONE))->format(time())); $locale = 'nb'; var_dump(($fmt = new IntlDateFormatter($locale, IntlDateFormatter::FULL, IntlDateFormatter::NONE))->format(time()));

preferences:
42.89 ms | 492 KiB | 5 Q