3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new DateTime('2015-01-01 08:00:00'); $mins = new DateInterval('PT15M'); do { $date->add($mins); echo $date->format('Hi')."\n"; }while($date->format('Hi') < 1900);
Output for git.master, git.master_jit, rfc.property-hooks
0815 0830 0845 0900 0915 0930 0945 1000 1015 1030 1045 1100 1115 1130 1145 1200 1215 1230 1245 1300 1315 1330 1345 1400 1415 1430 1445 1500 1515 1530 1545 1600 1615 1630 1645 1700 1715 1730 1745 1800 1815 1830 1845 1900

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