3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dropBefore =30; $dropAfter = 90; for ($block = 10; $block <= 250; $block+=10 ) { if ($block >= 40 && $block <= 60) { continue; } if ( $block >= $dropBefore && $block <= $dropAfter - 1){ continue; } echo $block . "\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
10 20 90 100 110 120 130 140 150 160 170 180 190 200 210 220 230 240 250

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