3v4l.org

run code in 300+ PHP versions simultaneously
<?php $XMLtoNAP = new SimpleXMLElement("<request></request>"); $XMLtoNAP->addAttribute('', 'value goes here'); $newsIntro = $XMLtoNAP->addChild('content'); $newsIntro->addAttribute('type', 'latest'); Header('Content-type: text/xml'); echo $XMLtoNAP->asXML();

preferences:
65.36 ms | 402 KiB | 5 Q