3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 1; $i <= 10; $i++) { $result = $i * $i; echo "($i)x($i)=($result)\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
(1)x(1)=(1) (2)x(2)=(4) (3)x(3)=(9) (4)x(4)=(16) (5)x(5)=(25) (6)x(6)=(36) (7)x(7)=(49) (8)x(8)=(64) (9)x(9)=(81) (10)x(10)=(100)

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