3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 0; $i < 10; ++$i) { for ($j = 0; $j < $i; ++$j) { echo $i * $j, ' '; } echo "\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
0 0 2 0 3 6 0 4 8 12 0 5 10 15 20 0 6 12 18 24 30 0 7 14 21 28 35 42 0 8 16 24 32 40 48 56 0 9 18 27 36 45 54 63 72

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