3v4l.org

run code in 300+ PHP versions simultaneously
<?php $totalseconds = 5000; $totalminutes = $totalseconds / 60; $totalhours = $totalminutes / 60; $totaldays = $totalhours / 24; $totalweeks = $totaldays / 7; echo "{$totalweeks} weeks, or {$totaldays} days, or {$totalhours} hours, or {$totalhours} hours, or {$totalminutes} minutes";
Output for git.master, git.master_jit, rfc.property-hooks
0.0082671957671958 weeks, or 0.05787037037037 days, or 1.3888888888889 hours, or 1.3888888888889 hours, or 83.333333333333 minutes

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