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/collator_get_sort_key_variant6.phpt |
--TEST-- collator_get_sort_key() icu >= 56.1 --SKIPIF-- <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?> <?php if (version_compare(INTL_ICU_VERSION, '56.1') < 0) die('skip for ICU >= 56.1'); ?> --FILE-- <?php /* * Get sort keys using various locales */ function sort_arrays( $locale, $data ) { $res_str = ''; $coll = ut_coll_create( $locale ); foreach($data as $value) { $res_val = ut_coll_get_sort_key( $coll, $value ); $res_str .= "source: ".$value."\n". "key: ".bin2hex($res_val)."\n"; } return $res_str; } function ut_main() { $res_str = ''; // Regular strings keys $test_params = array( 'abc', 'abd', 'aaa', 'аа', 'а', 'z', '', null , '3', 'y' , 'i' , 'k' ); $res_str .= sort_arrays( 'en_US', $test_params ); // Sort a non-ASCII array using ru_RU locale. $test_params = array( 'абг', 'абв', 'жжж', 'эюя' ); $res_str .= sort_arrays( 'ru_RU', $test_params ); // Sort an array using Lithuanian locale. $res_str .= sort_arrays( 'lt_LT', $test_params ); return $res_str . "\n"; } include_once( 'ut_common.inc' ); ut_run(); ?> --EXPECT-- source: abc key: 292b2d01070107 source: abd key: 292b2f01070107 source: aaa key: 29292901070107 source: аа key: 60060601060106 source: а key: 600601050105 source: z key: 5b01050105 source: key: 0101 source: key: 0101 source: 3 key: 1801050105 source: y key: 5901050105 source: i key: 3901050105 source: k key: 3d01050105 source: абг key: 26060c1001070107 source: абв key: 26060c0e01070107 source: жжж key: 262c2c2c01070107 source: эюя key: 26eef0f401070107 source: абг key: 60060c1001070107 source: абв key: 60060c0e01070107 source: жжж key: 602c2c2c01070107 source: эюя key: 60eef0f401070107
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare