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/tests/lang/string/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/tests/lang/string/unicode_escape.phpt |
--TEST-- Valid Unicode escape sequences --FILE-- <?php var_dump("\u{61}"); // ASCII "a" - characters below U+007F just encode as ASCII, as it's UTF-8 var_dump("\u{FF}"); // y with diaeresis var_dump("\u{ff}"); // case-insensitive var_dump("\u{2603}"); // Unicode snowman var_dump("\u{1F602}"); // FACE WITH TEARS OF JOY emoji var_dump("\u{0000001F602}"); // Leading zeroes permitted --EXPECT-- string(1) "a" string(2) "ÿ" string(2) "ÿ" string(3) "☃" string(4) "😂" string(4) "😂"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare