3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = 360 / 11; $y = 0; for ($i = 0; $i < 13; $i++) { echo $i.' '.$y."\n"; $y += $x; }
Output for git.master, git.master_jit, rfc.property-hooks
0 0 1 32.727272727273 2 65.454545454545 3 98.181818181818 4 130.90909090909 5 163.63636363636 6 196.36363636364 7 229.09090909091 8 261.81818181818 9 294.54545454545 10 327.27272727273 11 360 12 392.72727272727

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