3v4l.org

run code in 300+ PHP versions simultaneously
<?php function lol() { $doc = new DOMDocument(); $comment = new DOMComment("asdf"); $doc->appendChild($comment); return $comment; } var_dump(lol());

preferences:
49.58 ms | 402 KiB | 5 Q