--TEST-- Bug #37076 (SimpleXML ignores .=) (appending to unnamed attribute) --EXTENSIONS-- simplexml --FILE-- "); try { $xml->{""} .= "bar"; } catch (ValueError $exception) { echo $exception->getMessage() . "\n"; } print $xml->asXML(); ?> --EXPECT-- Cannot create element with an empty name