3v4l.org

run code in 300+ PHP versions simultaneously
<?php $combinations = 0; for($a = 200; $a >= 0; $a -= 200) { for($b = $a; $b >= 0; $b -= 100) { for($c = $b; $c >= 0; $c -= 50) { for($d = $c; $d >= 0; $d -= 20) { for($e = $d; $e >= 0; $e -= 10) { for($f = $e; $f >= 0; $f -= 5) { for($g = $f; $g >= 0; $g -= 2) { $combinations += 1; } } } } } } } echo $combinations;
Output for git.master, git.master_jit, rfc.property-hooks
73682

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