3v4l.org

run code in 300+ PHP versions simultaneously
<?php function fn(string $content): string { $dom = new DOMDocument(); $dom->loadHTML($content, LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD); return $dom->saveHTML($dom->documentElement); } echo fn("<table><h1>Je Suis Une Pizza</h1></table>"); echo "\n"; echo fn("<table>\n<h1>Je Suis Une Pizza</h1></table>"); echo "\n";

This is an error 404

There are `0` results


preferences:
138.83 ms | 1002 KiB | 7 Q