3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xmlString = " <html> <head><title><![CDATA[Mooooo]]></title> <bar>Moo "; $dom = new DOMDocument(); $dom->strictErrorChecking = false; libxml_use_internal_errors(true); $dom->loadHTML($xmlString, LIBXML_NOCDATA ); echo $dom->saveXML();

preferences:
40.65 ms | 402 KiB | 5 Q