3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html = <<<HTML <form method="post"> <button>Hello</button> </form> HTML; $document = new DOMDocument("1.0", "utf-8"); $f = $document->createDocumentFragment(); $f->appendXML($html); var_dump($f->firstChild);

preferences:
53.45 ms | 402 KiB | 5 Q