--TEST-- GH-16152 (Memory leak in DOMProcessingInstruction/DOMDocument) --EXTENSIONS-- dom --FILE-- append($instr); $frag->append($frag2); $doc->{$fname}($frag); echo $doc->saveXML(); } test('insertBefore'); test('appendChild'); ?> --EXPECT--