3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dom=new DOMDocument("1.0","UTF-8"); $dom->formatOutput=true; $root=$dom->createElement("xml"); $dom->appendChild($root); $child1=$dom->createElement("child1"); $root->appendChild($child1); $node=$dom->createElement("child2"); $node->appendChild($dom->createTextNode("value")); $child1->appendChild($node); $node=$dom->createElement("noValue"); $child1->appendChild($node); echo $dom->saveXML($dom,LIBXML_NOEMPTYTAG);

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
159.97 ms | 3369 KiB | 9 Q