3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 1; $i <= 100; $i++) { if ($i % 3 == 0) { echo "fizz"; } if ($i % 5 == 0) { echo "buzz"; continue; } echo $i; }
Output for git.master, git.master_jit, rfc.property-hooks
12fizz34buzzfizz678fizz9buzz11fizz121314fizzbuzz1617fizz1819buzzfizz212223fizz24buzz26fizz272829fizzbuzz3132fizz3334buzzfizz363738fizz39buzz41fizz424344fizzbuzz4647fizz4849buzzfizz515253fizz54buzz56fizz575859fizzbuzz6162fizz6364buzzfizz666768fizz69buzz71fizz727374fizzbuzz7677fizz7879buzzfizz818283fizz84buzz86fizz878889fizzbuzz9192fizz9394buzzfizz969798fizz99buzz

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