3v4l.org

run code in 300+ PHP versions simultaneously
<?php function f($dt) { echo $dt->format('Y-m-d H:i:s'), "\n"; } f(new DateTimeImmutable('Monday next week 13:00')); f(new DateTimeImmutable('Tuesday next week 14:00')); f(new DateTimeImmutable('Wednesday next week 14:00')); f(new DateTimeImmutable('Thursday next week 15:00')); f(new DateTimeImmutable('Friday next week 16:00')); f(new DateTimeImmutable('Saturday next week 17:00')); f(new DateTimeImmutable('Sunday next week 18:00')); f(new DateTimeImmutable());
Output for git.master, git.master_jit, rfc.property-hooks
2016-12-05 13:00:00 2016-12-06 14:00:00 2016-12-07 14:00:00 2016-12-08 15:00:00 2016-12-09 16:00:00 2016-12-10 17:00:00 2016-12-11 18:00:00 2016-12-03 14:16: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:
62.05 ms | 401 KiB | 8 Q