3v4l.org

run code in 500+ 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:
110.63 ms | 1411 KiB | 5 Q