3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var = strtotime('first Sunday of October +2 hours', 1428220800); print $var; echo "\n" . date("Y-m-d\TH:i:s", 1443916800); $var = strtotime('first Sunday of April +2 hours', 1428220800); print "\n" . $var; echo "\n" . date("Y-m-d\TH:i:s", 1428192000);
Output for git.master, git.master_jit, rfc.property-hooks
1443916800 2015-10-04T02:00:00 1428192000 2015-04-05T02:00: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:
44.43 ms | 401 KiB | 8 Q