3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i = 200; $i <= 600; $i++) { if($i%8 == 0) { print $i; if($i != 600) { print ','; } } }
Output for git.master, git.master_jit, rfc.property-hooks
200,208,216,224,232,240,248,256,264,272,280,288,296,304,312,320,328,336,344,352,360,368,376,384,392,400,408,416,424,432,440,448,456,464,472,480,488,496,504,512,520,528,536,544,552,560,568,576,584,592,600

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.07 ms | 401 KiB | 8 Q