--TEST-- Bug #35785 (SimpleXML memory read error) --FILE-- "); $count = count($xml->posts) + 1; $xml->bla->posts[$count]->name = $_POST["name"]; echo $xml->asXML(); ?> ===DONE=== --EXPECTF-- Notice: Undefined index: name in %sbug35785.php on line %d Strict Standards: Creating default object from empty value in %sbug35785.php on line %d Warning: Attempt to assign property of non-object in %sbug35785.php on line %d ===DONE===