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 = 2 * 0 2 x 1 = 2 * 1 2 x 2 = 2 * 2 2 x 3 = 2 * 3 2 x 4 = 2 * 4 2 x 5 = 2 * 5 2 x 6 = 2 * 6 2 x 7 = 2 * 7 2 x 8 = 2 * 8 2 x 9 = 2 * 9 2 x 10 = 2 * 10

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