3v4l.org

run code in 300+ PHP versions simultaneously
<?php function tabla($numero) { for($i=0;$i<=10;$i++) { echo "$numero x $i = " . $numero * $i . PHP_EOL; } } tabla(2);
Output for git.master, git.master_jit, rfc.property-hooks
2 x 0 = 0 2 x 1 = 2 2 x 2 = 4 2 x 3 = 6 2 x 4 = 8 2 x 5 = 10 2 x 6 = 12 2 x 7 = 14 2 x 8 = 16 2 x 9 = 18 2 x 10 = 20

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