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/locale_bug74439.phpt |
--TEST-- Bug #74439 Wrong reflection on the Locale methods --SKIPIF-- <?php if (!extension_loaded('intl')) die('skip intl extension not available'); ?> --FILE-- <?php $methods = [ 'getDefault', 'acceptFromHttp', 'canonicalize', 'composeLocale', 'getAllVariants', 'getKeywords', 'getPrimaryLanguage', 'getRegion', 'getScript', 'parseLocale', 'setDefault', 'getDisplayLanguage', 'getDisplayName', 'getDisplayRegion', 'getDisplayScript', 'getDisplayVariant', 'filterMatches', 'lookup', ]; foreach ($methods as $method) { $rm = new ReflectionMethod(Locale::class, $method); printf("%s: %d, %d\n", $method, $rm->getNumberOfParameters(), $rm->getNumberOfRequiredParameters()); } ?> ===DONE=== --EXPECT-- getDefault: 0, 0 acceptFromHttp: 1, 1 canonicalize: 1, 1 composeLocale: 1, 1 getAllVariants: 1, 1 getKeywords: 1, 1 getPrimaryLanguage: 1, 1 getRegion: 1, 1 getScript: 1, 1 parseLocale: 1, 1 setDefault: 1, 1 getDisplayLanguage: 2, 1 getDisplayName: 2, 1 getDisplayRegion: 2, 1 getDisplayScript: 2, 1 getDisplayVariant: 2, 1 filterMatches: 3, 2 lookup: 4, 2 ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare