3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(isset($_POST['addcomment'])) { // echo '#EXTM3U cache=800<br />'; $s = $_POST[comment]; while ($s != "") { $s1 = $s; list($short,$s) = split ("<location>udp://@", $s,2); list($url,$s) = split ("</location>", $s,2); list($short,$s) = split ("<title><!\[CDATA\[", $s,2); list($name,$s) = split ("]]></title>", $s,2); list($short,$s) = split ("<image><!\[CDATA\[", $s,2); list($img,$s) = split ("]]></image>", $s,2); if ($url !== "") // echo 'http://192.168.1.1:8080/udp/'.$url.'<br />'; echo '#EXTINF:-1, '.$name.'<br />udp://@'.$url.'<br />'; } } ?> <form method="post"> <textarea id="comment" name="comment" style="width: 100%; height: 150px; font-size: 1em;"></textarea> <input name="addcomment" type="submit" value="Отправить" style="margin-top:1em; margin-left:2em"> </form>
Output for git.master, git.master_jit, rfc.property-hooks
<form method="post"> <textarea id="comment" name="comment" style="width: 100%; height: 150px; font-size: 1em;"></textarea> <input name="addcomment" type="submit" value="Отправить" style="margin-top:1em; margin-left:2em"> </form>

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