Home
last modified time | relevance | path

Searched refs:getRegion (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/intl/tests/
H A Dtimezone_getRegion_error.phpt2 IntlTimeZone::getRegion(): errors
9 var_dump(IntlTimeZone::getRegion("foo\x81"));
10 var_dump(IntlTimeZone::getRegion("foo"));
13 Warning: IntlTimeZone::getRegion(): could not convert time zone id to UTF-16 in %s on line %d
16 Warning: IntlTimeZone::getRegion(): error obtaining region in %s on line %d
H A Dtimezone_getRegion_basic.phpt2 IntlTimeZone::getRegion(): basic test
8 print_R(IntlTimeZone::getRegion('Europe/Amsterdam'));
H A Dlocale_bug74439.phpt16 'getRegion',
42 getRegion: 1, 1
H A Dut_common.inc249 return $GLOBALS['oo-mode'] ? Locale::getRegion( $locale ) : locale_get_region( $locale );
/php-src/ext/intl/locale/
H A Dlocale.stub.php56 public static function getRegion(string $locale): ?string {} function in Locale
/php-src/ext/intl/timezone/
H A Dtimezone.stub.php146 public static function getRegion(string $timezoneId): string|false {} function in IntlTimeZone
H A Dtimezone_methods.cpp314 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()

Completed in 11 milliseconds