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 git.master, git.master_jit
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"?>

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
57.52 ms | 539 KiB | 4 Q