3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i=0; $i<=18; $i++) { for($j=0; $j<=18; $j++) { if ($i != 9) { if ((((9+$j)-9) == $i) or ((18-$j) == $i) or (9 == $j)) { echo ($i > 9) ? 18 - $i : $i; } else { echo "="; } } else { echo ($j > 9) ? (18 - $j): "".$j.""; } } echo "<br/>"; }
Output for git.master, git.master_jit, rfc.property-hooks
0========0========0<br/>=1=======1=======1=<br/>==2======2======2==<br/>===3=====3=====3===<br/>====4====4====4====<br/>=====5===5===5=====<br/>======6==6==6======<br/>=======7=7=7=======<br/>========888========<br/>0123456789876543210<br/>========888========<br/>=======7=7=7=======<br/>======6==6==6======<br/>=====5===5===5=====<br/>====4====4====4====<br/>===3=====3=====3===<br/>==2======2======2==<br/>=1=======1=======1=<br/>0========0========0<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:
43.36 ms | 402 KiB | 8 Q