3v4l.org

run code in 300+ PHP versions simultaneously
<?php $doc = new DOMDocument("1.0"); $node = $doc->createElement("para"); $newnode = $doc->appendChild($node); $newnode->setAttribute("align", NULL); var_dump($newnode->getAttribute("align"));

preferences:
29.67 ms | 404 KiB | 5 Q