3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t =<<<D <form id="frm-send" method="post" action="index.php" > <input type="text" name="data[postusername]" id="postusername" value="user" /> <input type="checkbox" name="data[save]" id="data[save]" value="1" /> <input type="hidden" name="secret" id="secret" value="0d35635c0cb11760789de6c4fe35e046311f724b" /> <input type="submit" name="btnSubmit" id="btnSubmit" value="Send" /> <input type="hidden" name="data[checkgetrequest]" value="true" id="data[checkgetrequest]" /> <input type="hidden" name="frm-id" value="13448477965028bfb44222d" id="frm-id" /> </form> <input type="text" id="getfocus_txt_13448477965028bfb44222d" name="getfocus_txt_13448477965028bfb44222d" /> D; $dom = new domDocument; $dom->loadHTML($t); $dom->preserveWhiteSpace = true; $frmid = $dom->getElementById('frm-id') ; echo $frmid->getAttribute('value');
Output for git.master, git.master_jit, rfc.property-hooks
13448477965028bfb44222d

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