Home
last modified time | relevance | path

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

/PHP-8.3/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(): 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 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-8.3/ext/intl/locale/
H A Dlocale.stub.php83 public static function getRegion(string $locale): ?string {} function in Locale
H A Dlocale_arginfo.h91 …ZEND_ME_MAPPING(getRegion, locale_get_region, arginfo_class_Locale_getRegion, ZEND_ACC_PUBLIC|ZEND…
/PHP-8.3/ext/intl/timezone/
H A Dtimezone.stub.php172 public static function getRegion(string $timezoneId): string|false {} function in IntlTimeZone
H A Dtimezone_arginfo.h151 …ZEND_ME_MAPPING(getRegion, intltz_get_region, arginfo_class_IntlTimeZone_getRegion, ZEND_ACC_PUBLI…
H A Dtimezone_methods.cpp320 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()

Completed in 16 milliseconds