3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date_default_timezone_get() ."\n"; $at = '@'; $epochTime = '1490281920'; $timeZone = new DateTimeZone('Europe/Brussels'); $date = new DateTime($at.$epochTime); $dateWithZone = new DateTime($at.$epochTime, $timeZone); echo date('Y-m-d H;i:s', $epochTime)."\n"; echo $date->format('Y-m-d H:i:s')."\n"; echo $dateWithZone->format('Y-m-d H:i:s')."\n";
Output for git.master, git.master_jit, rfc.property-hooks
Europe/Amsterdam 2017-03-23 16;12:00 2017-03-23 15:12:00 2017-03-23 15:12:00

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