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(" winemjd in German %A.\n"); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function strftime() is deprecated in /in/IZrlO on line 3 Saturday Deprecated: Function strftime() is deprecated in /in/IZrlO on line 5 in Finnish is lauantai, Deprecated: Function strftime() is deprecated in /in/IZrlO on line 7 in French samedi and Deprecated: Function strftime() is deprecated in /in/IZrlO on line 9 winemjd in German Samstag.

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:
46.6 ms | 402 KiB | 8 Q