--TEST-- Bug #37076 (SimpleXML ignores .=) (appending to unnamed attribute) --SKIPIF-- --FILE-- "); $xml->{""} .= "bar"; print $xml->asXML(); ?> ===DONE=== --EXPECTF-- Warning: main(): Cannot write or create unnamed element in %s on line %d Warning: main(): Cannot write or create unnamed element in %s on line %d ===DONE===