3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html = "<p> Some text here </p> <p> Some other text here </p> <h1> Title 1 </h1> <p> Another text here </p> <p> Some random text here </p> <h1> Title 2 </h1> <p> Some text here </p> <p> Some other text here </p> <h1>..<h1>"; $dom = new DOMDocument(); $dom->loadHTML($html); foreach ($dom->getElementsByTagName('*') as $element){ if ($element->tagName == "h1") $element->textContent = "Is h1"; if ($element->tagName == "p") $element->textContent = "Is p"; } $html = $dom->saveHTML(); echo $html;

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
162.16 ms | 2132 KiB | 8 Q