3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start_date = new DateTime('2012-09-12 10:25:00'); $since_start = $start_date->diff(new DateTime('2012-09-11 10:25:00')); echo $since_start->days.' days total<br>'; echo $since_start->y.' years<br>'; echo $since_start->m.' months<br>'; echo $since_start->d.' days<br>'; echo $since_start->h.' hours<br>'; echo $since_start->i.' minutes<br>'; echo $since_start->s.' seconds<br>';
Output for git.master, git.master_jit, rfc.property-hooks
1 days total<br>0 years<br>0 months<br>1 days<br>0 hours<br>0 minutes<br>0 seconds<br>

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