3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i = 0; $i < 3; $i++): ?> <li> <input name="users[<?= $i; ?>][name]"> <input name="users[<?= $i; ?>][nickname]"> </li> <?php endfor; ?>
Output for git.master, git.master_jit, rfc.property-hooks
<li> <input name="users[0][name]"> <input name="users[0][nickname]"> </li> <li> <input name="users[1][name]"> <input name="users[1][nickname]"> </li> <li> <input name="users[2][name]"> <input name="users[2][nickname]"> </li>

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