3v4l.org

run code in 500+ PHP versions simultaneously
<?php $dom = new \DOMDocument(); $dom->loadXML( '<svg><foreignObject><img></foreignObject><text>hi</text></svg>' ); echo $dom->saveXML();
Output for 8.5.7 - 8.5.8
Warning: DOMDocument::loadXML(): Opening and ending tag mismatch: img line 1 and foreignObject in Entity, line: 1 in /in/f4QVG on line 4 Warning: DOMDocument::loadXML(): Opening and ending tag mismatch: foreignObject line 1 and svg in Entity, line: 1 in /in/f4QVG on line 4 Warning: DOMDocument::loadXML(): Premature end of data in tag svg line 1 in Entity, line: 1 in /in/f4QVG on line 4 <?xml version="1.0"?>

preferences:
46.18 ms | 486 KiB | 4 Q