--TEST-- SimpleXML [profile]: Accessing a namespaced attribute --SKIPIF-- --FILE-- '); $attr = $root->child->attributes('reserved-ns'); echo $attr['attribute']; echo "\n---Done---\n"; ?> --EXPECT-- Sample ---Done---