3v4l.org

run code in 300+ PHP versions simultaneously
<? $r = $g = $b = 0; while ($r <= 15) { while ($g <= 15) { while ($b <= 15) { echo '<div style="width:5px;height:5px;float:left;background:#'.dechex($r).dechex($g).dechex($b).'"></div>'; //echo dechex($r).dechex($g).dechex($b).'<br>'; $b = $b+1; } $b = 0; $g = $g+1; } $g = 0; $r = $r+1; } $r = 0; ?>
Output for git.master, git.master_jit, rfc.property-hooks
<? $r = $g = $b = 0; while ($r <= 15) { while ($g <= 15) { while ($b <= 15) { echo '<div style="width:5px;height:5px;float:left;background:#'.dechex($r).dechex($g).dechex($b).'"></div>'; //echo dechex($r).dechex($g).dechex($b).'<br>'; $b = $b+1; } $b = 0; $g = $g+1; } $g = 0; $r = $r+1; } $r = 0; ?>

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:
40.29 ms | 402 KiB | 8 Q