3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = new DateTime(); $interval = new DateInterval('P2D'); $period = new DatePeriod( $start, $interval, 4, DatePeriod::EXCLUDE_START_DATE ); foreach ($period as $nextDateTime) { echo $nextDateTime->format('Y-m-d H:i:s'), PHP_EOL; }
Output for git.master, git.master_jit, rfc.property-hooks
2015-10-18 11:29:13 2015-10-20 11:29:13 2015-10-22 11:29:13 2015-10-24 11:29:13

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