3v4l.org

run code in 300+ PHP versions simultaneously
<?php $row["quote"] = "This is the quote"; $row["id"] = 1; $p = []; $p[0] = "<p class='dash'>---------</p>\n"; $p[1] = "<p class='center' style='color:white' align='center'>$row[quote]<br>\n$row[id]</p>\n"; echo $p[0],$p[1];
Output for git.master, git.master_jit, rfc.property-hooks
<p class='dash'>---------</p> <p class='center' style='color:white' align='center'>This is the quote<br> 1</p>

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:
25.65 ms | 405 KiB | 5 Q