3v4l.org

run code in 300+ PHP versions simultaneously
<?php // '2017-04-07 20:15:00' $now = new \DateTime('2017-04-26 06:13:00'); // $interval = $now->diff($reservation->lessonDateTime); // '2017-04-07 15:00:00' $interval = $now->diff(new \DateTime('2017-04-26 18:15:00')); $hours = ($interval->days * 24) + $interval->h + ($interval->i / 60) + ($interval->s / 3600); var_dump($interval->h); var_dump($hours); var_dump($hours <= 12);
Output for git.master, git.master_jit, rfc.property-hooks
int(12) float(12.033333333333333) bool(false)

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