3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = 720 / 11; $y = 0; for ($i = 0; $i < 13; $i++) { $z = $y - $i * 60; $min = floor($z); $s = 60 * ($z-$min); $sec = floor($s); $ms = $s-$sec; echo "$i:$min:$sec.$ms $y\n"; $y += $x; }
Output for git.master, git.master_jit, rfc.property-hooks
0:0:0.0 0 1:5:27.0.2727272727272 65.454545454545 2:10:54.0.54545454545439 130.90909090909 3:16:21.0.81818181818244 196.36363636364 4:21:49.0.090909090908781 261.81818181818 5:27:16.0.36363636363512 327.27272727273 6:32:43.0.63636363636147 392.72727272727 7:38:10.0.90909090908781 458.18181818182 8:43:38.0.18181818181756 523.63636363636 9:49:5.0.45454545454731 589.09090909091 10:54:32.0.72727272727707 654.54545454545 11:60:0.6.821210263297E-12 720 12:65:27.0.27272727273657 785.45454545455

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:
45.15 ms | 402 KiB | 8 Q