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 git.master, git.master_jit, rfc.property-hooks
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.

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