3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($count1 = 0;$count1 < 3;$count1++){ for($count2 = 0;$count2 < 3;$count2++){ if($count1 == 1 && $count2 == 2){ $count2++; break; } echo $count1.$count2." "; } } ?>
Output for git.master, git.master_jit, rfc.property-hooks
00 01 02 10 11 20 21 22

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