3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dates = array('2019-03-20 00:00:00', '2019-03-20 02:30:00', '2019-03-20 05:00:00', '2019-03-20 14:30:00', '2019-03-20 23:59:59'); $now = date('Y-m-d H:i:s'); $latest = ''; foreach ($dates as $date) { if ($date > $now) break; $latest = $date; } echo $latest;
Output for git.master, git.master_jit, rfc.property-hooks
2019-03-20 05: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:
33.69 ms | 405 KiB | 5 Q