3v4l.org

run code in 300+ PHP versions simultaneously
<?php $doc = new DOMDocument(); $doc->loadHTML('<html><head></head><body><pre>dfslkfjsdlkfjsdlkfjsldkfj</pre></body></html>'); $oXPath = new DOMXPath($doc); //$example = $doc->getElementsByTagName('example')->item(0); //$attr = $example->getAttributeNode('a'); var_dump($doc); print_r($doc);

preferences:
37.53 ms | 402 KiB | 5 Q