3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo setlocale(LC_TIME, 0); echo "\n"; echo strftime("%I:%M %p", "1517834703"); echo "\n"; echo setlocale(LC_TIME, 'en_GB.UTF-8'); echo "\n"; echo strftime("%I:%M %p", "1517834703");
Output for git.master, git.master_jit, rfc.property-hooks
C Deprecated: Function strftime() is deprecated in /in/QqVBL on line 5 01:45 PM en_GB.UTF-8 Deprecated: Function strftime() is deprecated in /in/QqVBL on line 9 01:45 pm

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:
40 ms | 405 KiB | 5 Q