3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i=0;$i<3;$i++) { echo "<div id='talent_result_wrapper'>"; echo "<table>"; echo "<tr>"; echo "<tr><td>" . $i . "</td></tr>"; echo "<tr><td>" . $i . "</td></tr>"; echo "<tr><td>" . $i . "</td></tr>"; echo "<tr><td>" . $i . " Years </td></tr>"; echo "<tr><td>" . $i . "</td></tr>"; echo "</tr>"; echo "</table>"; echo "</div>"; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
<div id='talent_result_wrapper'><table><tr><tr><td>0</td></tr><tr><td>0</td></tr><tr><td>0</td></tr><tr><td>0 Years </td></tr><tr><td>0</td></tr></tr></table></div><div id='talent_result_wrapper'><table><tr><tr><td>1</td></tr><tr><td>1</td></tr><tr><td>1</td></tr><tr><td>1 Years </td></tr><tr><td>1</td></tr></tr></table></div><div id='talent_result_wrapper'><table><tr><tr><td>2</td></tr><tr><td>2</td></tr><tr><td>2</td></tr><tr><td>2 Years </td></tr><tr><td>2</td></tr></tr></table></div>

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:
49.01 ms | 402 KiB | 8 Q