3v4l.org

run code in 300+ PHP versions simultaneously
<?php $count = 1; while ($count <= 12) { echo "$count times 12 is " . $count * 12 . "<br>"; ++$count; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
1 times 12 is 12<br>2 times 12 is 24<br>3 times 12 is 36<br>4 times 12 is 48<br>5 times 12 is 60<br>6 times 12 is 72<br>7 times 12 is 84<br>8 times 12 is 96<br>9 times 12 is 108<br>10 times 12 is 120<br>11 times 12 is 132<br>12 times 12 is 144<br>

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