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 ); echo $beautifier->saveHTML();

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
46.54 ms | 1268 KiB | 4 Q