3v4l.org

run code in 300+ PHP versions simultaneously
<?php $curr_page = "16"; if(is_numeric($curr_page)){ $init_page = floor($curr_page / 10) * 10; }else { $curr_page = 0; } for($i = 0; $i <= 9; $i++){ echo ($init_page + $i + 1) . "\n"; }
Output for git.master_jit, git.master
11 12 13 14 15 16 17 18 19 20

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:
45.5 ms | 707 KiB | 4 Q