3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dom = new domDocument(); $dom->strictErrorChecking = false; $dom->recover = true; $html = "<html><head><title>blah</title></head><body><h2>Hi!</h2><h1>Blah</h1><h2>Bye!</h2></body></html>"; $dom->loadHTML($html); $h2 = $dom->getElementsByTagName("h2"); var_dump($h2); foreach($h2 as $element) { echo $element->ownerDocument->saveHTML($element); }

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
191.99 ms | 2664 KiB | 11 Q