3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(setlocale(LC_TIME, 'hungarian', 'hu_HU', 'hu_HU.ISO8859-2', 'hu_HU.UTF-8')); echo $formatedDate = strftime('%G. %B %e.', time()); function list_system_locales(){ ob_start(); system('locale -a'); $str = ob_get_contents(); ob_end_clean(); return split("\\n", trim($str)); } echo list_system_locales();

preferences:
31.6 ms | 402 KiB | 5 Q