У меня есть php-код, который больше не работает
$doc = DOMDocument::loadXML($string);
$doc->formatOutput = true;
echo $doc->saveXML();
У меня ошибка
<strong>Fatal error</strong>: Call to undefined method stdClass::saveXML() in <strong>/path/to/the/File</strong> on line <strong>242</strong>
У меня есть версия PHP 5.2.14