Каталог запуска: E:\MyPHP\rhbz\www\library\PHPWord Дата и время запуска: 01.04.2019 03:17:07 Командная строка: -Di iconv *.* ----- E:\MyPHP\rhbz\www\library\PHPWord\Section\Footer.php 74: $giventext = $text; // iconv("cp1251", "utf8", $text); // utf8_encode($text); E:\MyPHP\rhbz\www\library\PHPWord\Section\Header.php 74: $giventext = iconv("cp1251", "utf8", $text); // utf8_encode($text); 164: $text = iconv("cp1251", "utf8", $text); // utf8_encode($text); E:\MyPHP\rhbz\www\library\PHPWord\Section\TextRun.php 82: $giventext = $text; // iconv("cp1251", "utf8", $text); // utf8_encode($text); E:\MyPHP\rhbz\www\library\PHPWord\Shared\String.php 49: private static $_isiconvenabled; 86: public static function getisiconvenabled() 88: if (isset(self::$_isiconvenabled)) { 89: return self::$_isiconvenabled; 92: self::$_isiconvenabled = function_exists('iconv') ? 95: return self::$_isiconvenabled; 149: return utf8_encode(utf8_decode($value)) === $value; // iconv("cp1251", "utf8", iconv("utf8", "cp1251", $value)) === $value; 179: $opt = (self::getismbstringenabled() || self::getisiconvenabled()) ? 205: $opt = (self::getismbstringenabled() || self::getisiconvenabled()) ? 230: if (self::getisiconvenabled()) { 231: $value = iconv($from, $to, $value); 253: if (self::getisiconvenabled()) { 254: $count = iconv_strlen($value, $enc); E:\MyPHP\rhbz\www\library\PHPWord\Section.php 111: $giventext = $text; // iconv("cp1251", "utf8", $text); // utf8_encode($text);