3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = 100; while($i > 0) { echo $i--; } ?> <?php for($i = 100; $i > 0; $i--) { echo $i; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
100999897969594939291908988878685848382818079787776757473727170696867666564636261605958575655545352515049484746454443424140393837363534333231302928272625242322212019181716151413121110987654321 100999897969594939291908988878685848382818079787776757473727170696867666564636261605958575655545352515049484746454443424140393837363534333231302928272625242322212019181716151413121110987654321

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