3v4l.org

run code in 300+ PHP versions simultaneously
<?php $items = 23; $kactaBirReklam = 5; for($i = 1; $i <= $items; $i++) { echo "item $i <br>"; if ($i % $kactaBirReklam == 0) { echo '<br> Reklam alanı <br><br>'; } }
Output for git.master, git.master_jit, rfc.property-hooks
item 1 <br>item 2 <br>item 3 <br>item 4 <br>item 5 <br><br> Reklam alanı <br><br>item 6 <br>item 7 <br>item 8 <br>item 9 <br>item 10 <br><br> Reklam alanı <br><br>item 11 <br>item 12 <br>item 13 <br>item 14 <br>item 15 <br><br> Reklam alanı <br><br>item 16 <br>item 17 <br>item 18 <br>item 19 <br>item 20 <br><br> Reklam alanı <br><br>item 21 <br>item 22 <br>item 23 <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:
33.36 ms | 406 KiB | 5 Q