--TEST-- SimpleXML [profile]: Accessing an aliased namespaced attribute --SKIPIF-- --FILE-- '); $root->register_ns('myns', 'reserved-ns'); echo $root->child->attributes('reserved')['attribute']; echo $root->child->attributes('myns')['attribute']; echo "\n---Done---\n"; ?> --EXPECT-- Sample ---Done---