3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_TIME, "C"); echo strftime("%B"); setlocale(LC_TIME, "fi_FI"); echo strftime(" in Finnish is %B,"); setlocale(LC_TIME, "fr_FR"); echo strftime(" in French %B and"); setlocale(LC_TIME, "de_DE"); echo strftime(" in German %B.\n");

preferences:
54.92 ms | 402 KiB | 5 Q