3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sxe = new SimpleXMLElement('<people xmlns:p="http://example.org/ns" xmlns:t="http://example.org/test"/>'); $xpath = new DOMXPath(($doc = dom_import_simplexml($sxe)->ownerDocument)); print_r(iterator_to_array($xpath->evaluate('/*/namespace::*')));

preferences:
28.12 ms | 402 KiB | 5 Q