<?php $doc = new DOMDocument(); $el = $doc->createElement('div', 'test & test'); $doc->appendChild($el); $html = $doc->saveHtml(); echo $html;
Standard input is empty
<div></div>
PHP Warning: DOMDocument::createElement(): unterminated entity reference test in /home/erRZNb/prog.php on line 7