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_locale2.phpt |
--TEST-- get_locale() icu >= 4.8 --SKIPIF-- <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?> <?php if(version_compare(INTL_ICU_VERSION, '4.8') < 0) print 'skip'; ?> <?php if (PHP_INT_SIZE != 8) die('skip 64-bit only'); ?> --FILE-- <?php /* * Try to specify valid and invalid locale types when getting locale. */ function ut_main() { $locales = array( Locale::VALID_LOCALE, Locale::ACTUAL_LOCALE, 100, -100, -9999999999999, 9999999999999, 1.2, ); $coll = ut_coll_create( 'en_US' ); $res_str = ''; foreach( $locales as $locale ) { $rc = ut_coll_get_locale( $coll, $locale ); $res_str .= sprintf( "Locale of type %s is %s\n", dump( $locale ), dump( $rc ) ); } return $res_str . "\n"; } include_once( 'ut_common.inc' ); ut_run(); ?> --EXPECT-- Locale of type 1 is 'en_US' Locale of type 0 is 'root' Locale of type 100 is false Locale of type -100 is false Locale of type -9999999999999 is false Locale of type 9999999999999 is false Locale of type 1.2 is 'en_US'
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare