/PHP-8.2/ext/intl/tests/ |
H A D | gregoriancalendar___construct_basic.phpt | 14 var_dump($intlcal->getLocale(1)); 18 var_dump($intlcal->getLocale(1)); 22 var_dump($intlcal->getLocale(1)); 26 var_dump($intlcal->getLocale(1)); 30 var_dump($intlcal->getLocale(1));
|
H A D | breakiter_getLocale_basic3.phpt | 2 IntlBreakIterator::getLocale(): basic test 14 var_dump($bi->getLocale(0)); 15 var_dump($bi->getLocale(1));
|
H A D | breakiter_getLocale_basic.phpt | 2 IntlBreakIterator::getLocale(): basic test 14 var_dump($bi->getLocale(0)); 15 var_dump($bi->getLocale(1));
|
H A D | breakiter_getLocale_basic2.phpt | 2 IntlBreakIterator::getLocale(): basic test 15 var_dump($bi->getLocale(0)); 16 var_dump($bi->getLocale(1));
|
H A D | calendar_createInstance_variation1.phpt | 14 print_R($cal->getLocale(Locale::ACTUAL_LOCALE)); 19 print_R($cal->getLocale(Locale::ACTUAL_LOCALE)); 24 print_R($cal->getLocale(Locale::ACTUAL_LOCALE)); 29 print_R($cal->getLocale(Locale::ACTUAL_LOCALE)); 34 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
|
H A D | dateformat_bug71516.phpt | 14 echo "Formatter without pattern: " . $goodFormatter->getLocale() . PHP_EOL; 15 echo "Formatter with pattern: " . $badFormatter->getLocale() . PHP_EOL; 16 echo "Formatter with pattern set later: " . $badFormatter2->getLocale() . PHP_EOL;
|
H A D | calendar_getLocale_basic.phpt | 2 IntlCalendar::getLocale() basic test 11 var_dump($intlcal->getLocale(Locale::ACTUAL_LOCALE));
|
H A D | bug60192-getlocale.phpt | 15 $c->getLocale(Locale::ACTUAL_LOCALE); 20 #0 %s(%d): Collator->getLocale(0)
|
H A D | calendar_fromDateTime_basic.phpt | 16 $cal->getLocale(1) 25 $cal->getLocale(1)
|
H A D | gh12943.phpt | 13 var_dump($fmt->getLocale(ULOC_VALID_LOCALE));
|
H A D | calendar_getLocale_error.phpt | 2 IntlCalendar::getLocale(): bad arguments
|
H A D | calendar_createInstance_basic.phpt | 14 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
|
H A D | ut_common.inc | 72 return $GLOBALS['oo-mode'] ? $coll->getLocale( $type ) : collator_get_locale( $coll, $type ); 203 return $GLOBALS['oo-mode'] ? $fmt->getLocale( $type ) : numfmt_get_locale( $fmt, $type ); 333 return $GLOBALS['oo-mode'] ? $fmt->getLocale( ) : msgfmt_get_locale( $fmt ); 382 return $GLOBALS['oo-mode'] ? $fmt->getLocale($type ) : datefmt_get_locale( $fmt ,$type);
|
/PHP-8.2/ext/intl/msgformat/ |
H A D | msgformat.stub.php | 58 public function getLocale(): string {} function in MessageFormatter
|
H A D | msgformat_arginfo.h | 72 …ZEND_ME_MAPPING(getLocale, msgfmt_get_locale, arginfo_class_MessageFormatter_getLocale, ZEND_ACC_P…
|
/PHP-8.2/ext/intl/collator/ |
H A D | collator.stub.php | 210 public function getLocale(int $type): string|false {} function in Collator
|
H A D | collator_arginfo.h | 86 ZEND_ME_MAPPING(getLocale, collator_get_locale, arginfo_class_Collator_getLocale, ZEND_ACC_PUBLIC)
|
/PHP-8.2/ext/intl/breakiterator/ |
H A D | breakiterator.stub.php | 143 public function getLocale(int $type): string|false {} function in IntlBreakIterator
|
H A D | breakiterator_methods.cpp | 307 U_CFUNC PHP_METHOD(IntlBreakIterator, getLocale) in PHP_METHOD() argument 326 Locale locale = bio->biter->getLocale((ULocDataLocaleType)locale_type, in PHP_METHOD()
|
H A D | breakiterator_arginfo.h | 98 ZEND_METHOD(IntlBreakIterator, getLocale); 129 ZEND_ME(IntlBreakIterator, getLocale, arginfo_class_IntlBreakIterator_getLocale, ZEND_ACC_PUBLIC)
|
/PHP-8.2/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 157 public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|false {} function in IntlDateFormatter
|
H A D | dateformat_arginfo.h | 126 …ZEND_ME_MAPPING(getLocale, datefmt_get_locale, arginfo_class_IntlDateFormatter_getLocale, ZEND_ACC…
|
/PHP-8.2/ext/intl/formatter/ |
H A D | formatter.stub.php | 486 public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|false {} function in NumberFormatter
|
/PHP-8.2/ext/intl/calendar/ |
H A D | calendar.stub.php | 329 public function getLocale(int $type): string|false {} function in IntlCalendar
|
H A D | calendar_class.cpp | 192 Locale locale = cal->getLocale(ULOC_VALID_LOCALE, uec); in Calendar_get_debug_info()
|