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/intl/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/intl/tests/bug70452.phpt |
--TEST-- Bug #70452 string IntlChar::charName() can sometimes return bool(false) --SKIPIF-- <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?> --FILE-- <?php // Rely on the default value for the second parameter var_dump(IntlChar::charName("A")); // Provide a valid option for the second parameter var_dump(IntlChar::charName("A", IntlChar::UNICODE_CHAR_NAME)); // Another valid option, but with no corresponding name for that given option // This properly returns an empty string, as expected var_dump(IntlChar::charName("A", IntlChar::UNICODE_10_CHAR_NAME)); // Provide an invalid value for the second parameter var_dump(IntlChar::charName("A", 12345)); ?> --EXPECT-- string(22) "LATIN CAPITAL LETTER A" string(22) "LATIN CAPITAL LETTER A" string(0) "" NULL
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare