3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set("date.timezone", "America/New_York"); echo date('Y-m-d H:i:s T', strtotime('2004-10-31 EDT +1 hour'))."\n"; echo date('Y-m-d H:i:s T', strtotime('2004-10-31 EDT +2 hours'))."\n"; echo date('Y-m-d H:i:s T', strtotime('2004-10-31 EDT +3 hours'))."\n"; echo "\n"; echo date('Y-m-d H:i:s T', strtotime('2004-10-31 +1 hour'))."\n"; echo date('Y-m-d H:i:s T', strtotime('2004-10-31 +2 hours'))."\n"; echo date('Y-m-d H:i:s T', strtotime('2004-10-31 +3 hours'))."\n";
Output for git.master, git.master_jit, rfc.property-hooks
2004-10-31 01:00:00 EDT 2004-10-31 01:00:00 EST 2004-10-31 02:00:00 EST 2004-10-31 01:00:00 EDT 2004-10-31 02:00:00 EST 2004-10-31 03:00:00 EST

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