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");
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Deprecated: Function strftime() is deprecated in /in/voo1Z on line 3 September Deprecated: Function strftime() is deprecated in /in/voo1Z on line 5 in Finnish is syyskuu, Deprecated: Function strftime() is deprecated in /in/voo1Z on line 7 in French septembre and Deprecated: Function strftime() is deprecated in /in/voo1Z on line 9 in German September.
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.33, 7.4.3 - 7.4.33, 8.0.0 - 8.0.30
September in Finnish is syyskuu, in French septembre and in German September.
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.32, 5.4.39 - 5.4.45, 7.0.14 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.11, 7.4.0
September in Finnish is September, in French September and in German September.
Output for 5.5.24, 5.5.35, 5.6.7, 5.6.21, 7.0.6
May in Finnish is May, in French May and in German May.
Output for 5.5.25 - 5.5.30, 5.5.34, 5.6.8 - 5.6.14, 5.6.20, 7.0.5
April in Finnish is April, in French April and in German April.
Output for 5.4.34 - 5.4.38, 5.5.31 - 5.5.33, 5.6.15 - 5.6.19, 7.0.0 - 7.0.4
March in Finnish is March, in French March and in German March.

preferences:
222.63 ms | 402 KiB | 313 Q