3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_TIME, "C"); echo strftime("%A"); setlocale(LC_TIME, "fi_FI"); echo strftime(" in Finnish is %A,"); setlocale(LC_TIME, "fr_FR"); echo strftime(" in French %A and"); setlocale(LC_TIME, "de_DE"); echo strftime(" in German %A.\n");
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function strftime() is deprecated in /in/3RJHA on line 3 Monday Deprecated: Function strftime() is deprecated in /in/3RJHA on line 5 in Finnish is maanantai, Deprecated: Function strftime() is deprecated in /in/3RJHA on line 7 in French lundi and Deprecated: Function strftime() is deprecated in /in/3RJHA on line 9 in German Montag.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
45.56 ms | 402 KiB | 8 Q