--TEST-- Element::removeAttribute() edge cases --EXTENSIONS-- dom --FILE-- '); try { $dom->documentElement->removeAttributeNode($dom->createAttribute('test')); } catch (DOMException $e) { echo $e->getMessage(), "\n"; } ?> --EXPECT-- Not Found Error