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/bug12887.phpt |
--TEST-- locale_get_keywords() bug #12887 --SKIPIF-- <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?> --FILE-- <?php function ut_main() { $res_str = ''; $keywords_arr = ut_loc_get_keywords( 'de_DE@currency=EUR;collation=PHONEBOOK;sort=PHONEBOOK' ); if ($keywords_arr) { foreach( $keywords_arr as $key => $value){ $res_str .= "$key = $value\n"; } } $res_str .= "\n"; return $res_str; } include_once( 'ut_common.inc' ); ut_run(); ?> --EXPECT-- collation = PHONEBOOK currency = EUR sort = PHONEBOOK
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare