3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = <<<XML <html> <head><title></title></head> <body> <CONTENT/> </body> </html> XML; $c = new DOMDocument(); $c->loadHTML("asdf asdf asdf"); echo $c->nodeValue(); $content = "<div id='wrap'>text text text</div>"; implode($content,explode("<CONTENT/>",$xml));

preferences:
40.83 ms | 402 KiB | 5 Q