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 : /usr/local/src/php7/php-7.0.5/ext/intl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/intl/tests/breakiter_current_basic.phpt |
--TEST-- IntlBreakIterator::current(): basic test --SKIPIF-- <?php if (!extension_loaded('intl')) die('skip intl extension not enabled'); --FILE-- <?php ini_set("intl.error_level", E_WARNING); ini_set("intl.default_locale", "pt_PT"); $bi = IntlBreakIterator::createWordInstance('pt'); var_dump($bi->current()); $bi->setText('foo bar trans zoo bee'); var_dump($bi->first()); var_dump($bi->current()); var_dump($bi->next()); var_dump($bi->current()); ?> ==DONE== --EXPECT-- int(0) int(0) int(0) int(3) int(3) ==DONE==
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare