Searched refs:getRegion (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/ext/intl/tests/ |
H A D | timezone_getRegion_error.phpt | 2 IntlTimeZone::getRegion(): errors 9 var_dump(IntlTimeZone::getRegion("foo\x81")); 10 var_dump(IntlTimeZone::getRegion("foo")); 13 Warning: IntlTimeZone::getRegion(): intltz_get_region: could not convert time zone id to UTF-16 in … 16 Warning: IntlTimeZone::getRegion(): intltz_get_region: Error obtaining region in %s on line %d
|
H A D | timezone_getRegion_basic.phpt | 2 IntlTimeZone::getRegion(): basic test 8 print_R(IntlTimeZone::getRegion('Europe/Amsterdam'));
|
H A D | locale_bug74439.phpt | 16 'getRegion', 42 getRegion: 1, 1
|
H A D | ut_common.inc | 249 return $GLOBALS['oo-mode'] ? Locale::getRegion( $locale ) : locale_get_region( $locale );
|
/PHP-8.1/ext/intl/locale/ |
H A D | locale.stub.php | 35 public static function getRegion(string $locale): ?string {} function in Locale
|
H A D | locale_arginfo.h | 91 …ZEND_ME_MAPPING(getRegion, locale_get_region, arginfo_class_Locale_getRegion, ZEND_ACC_PUBLIC|ZEND…
|
/PHP-8.1/ext/intl/timezone/ |
H A D | timezone.stub.php | 113 public static function getRegion(string $timezoneId): string|false {} function in IntlTimeZone
|
H A D | timezone_arginfo.h | 151 …ZEND_ME_MAPPING(getRegion, intltz_get_region, arginfo_class_IntlTimeZone_getRegion, ZEND_ACC_PUBLI…
|
H A D | timezone_methods.cpp | 320 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()
|
Completed in 19 milliseconds