3v4l.org

run code in 300+ PHP versions simultaneously
<?php $beautifier = new DOMDocument('', 'UTF-8'); $beautifier->preserveWhiteSpace = false; $beautifier->formatOutput = true; $beautifier->loadHTML(<<<'HTML' <!DOCTYPE html> <html> <head><title>Hello world</title> <meta charset="UTF-8"> </head><body> <header>test</header> </body> </html> HTML , LIBXML_NOERROR); echo $beautifier->saveHTML();

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
164.65 ms | 1893 KiB | 8 Q