3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtotime('22.01.2014 04:40 +4').PHP_EOL; echo strtotime('22.01.2014 04:40 UTC+4').PHP_EOL; echo strtotime('22.01.2014 04:40 GMT+4').PHP_EOL; $online = '22.01.2014 04:40 +4'; $online = strtotime($online); echo date(DATE_RFC822, $online).PHP_EOL; echo date("H:i d.m.Y", $online).PHP_EOL; setlocale(LC_TIME, 'ru_RU'); echo strftime('%a', $online).PHP_EOL;
Output for git.master, git.master_jit, rfc.property-hooks
1390351200 1390365600 1390351200 Wed, 22 Jan 14 01:40:00 +0100 01:40 22.01.2014 Deprecated: Function strftime() is deprecated in /in/QcFba on line 10 ��

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:
44.62 ms | 401 KiB | 8 Q