3v4l.org

run code in 300+ PHP versions simultaneously
<?php $miestnost_w = 300; $miestnost_h = 300; $rozostup = 15; $dlzka = 0; for($i = 0; $i < ($miestnost_w>$miestnost_h? $miestnost_w: $miestnost_h)/$rozostup; $i += 1) { $dlzka += 2*($miestnost_w - (($i+1)*2)*$rozostup); $dlzka += 2*($miestnost_h - (($i+1)*2)*$rozostup); } echo $dlzka;
Output for git.master, git.master_jit, rfc.property-hooks
-1200

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:
47.67 ms | 401 KiB | 8 Q