Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/EmailNotifications/vendor/html2text/html2text/test/StrToUpperTest.php
Ðазад
<?php namespace Html2Text; use PHPUnit\Framework\TestCase; class StrToUpperTest extends TestCase { public function testToUpper() { $html =<<<EOT <h1>Will be UTF-8 (äöüèéилčλ) uppercased</h1> <p>Will remain lowercased</p> EOT; $expected =<<<EOT WILL BE UTF-8 (ÄÖÜÈÉИЛČΛ) UPPERCASED Will remain lowercased EOT; $html2text = new Html2Text($html); $output = $html2text->getText(); $this->assertEquals($expected, $output); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка