3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = <<<XML <html> <body> <h1>test</h1> </body> </html> XML; $document = new DOMDocument(); $document->loadXML($xml); $node = $document->getElementsByTagName('body')->item(0); var_dump($node->nodeValue);

preferences:
27.51 ms | 402 KiB | 5 Q