3v4l.org

run code in 300+ PHP versions simultaneously
<?php $online = '22.01.2014 04:40 UTC+3'; $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
Wed, 22 Jan 14 05:40:00 +0100 05:40 22.01.2014 Deprecated: Function strftime() is deprecated in /in/cebmV on line 7 ��

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