3v4l.org

run code in 300+ PHP versions simultaneously
<?php $note = new SimpleXMLElement('<Note></Note>'); $note->addChild("string0", 'just a string'); $note->addChild("string1", "abc\n\n\n"); $note->addChild("string2", "\tdef"); $note->addChild("string3", "\n\n\n"); $note->addChild("string4", "\t\n"); echo json_encode($note);

preferences:
139.31 ms | 404 KiB | 5 Q