3v4l.org

run code in 300+ PHP versions simultaneously
<?php function make_link($link_text, $div, $url){ echo" <a href='?$url' onclick='return false' onmousedown='javascript:swapContent(\"$url\", $div)'>$link_text</a>"; } echo "</td> <td>".make_link("upload", "more_content", "url=upload")."</td> <td>".make_link("Notifications", "more_content", "url=notifications")."</td> <td>".make_link("bio", "more_content", "url=bio")."</td> </tr> </table> </div> ";
Output for git.master, git.master_jit, rfc.property-hooks
<a href='?url=upload' onclick='return false' onmousedown='javascript:swapContent("url=upload", more_content)'>upload</a> <a href='?url=notifications' onclick='return false' onmousedown='javascript:swapContent("url=notifications", more_content)'>Notifications</a> <a href='?url=bio' onclick='return false' onmousedown='javascript:swapContent("url=bio", more_content)'>bio</a></td> <td></td> <td></td> <td></td> </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:
30.25 ms | 402 KiB | 8 Q