Searched refs:getRegion (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/ext/intl/tests/ |
H A D | timezone_getRegion_error.phpt | 2 IntlTimeZone::getRegion(): errors 11 var_dump(IntlTimeZone::getRegion("foo\x81")); 12 var_dump(IntlTimeZone::getRegion("foo")); 15 Warning: IntlTimeZone::getRegion(): intltz_get_region: could not convert time zone id to UTF-16 in … 18 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 10 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.0/ext/intl/locale/ |
H A D | locale.stub.php | 35 public static function getRegion(string $locale) {} function in Locale
|
H A D | locale_arginfo.h | 85 …ZEND_ME_MAPPING(getRegion, locale_get_region, arginfo_class_Locale_getRegion, ZEND_ACC_PUBLIC|ZEND…
|
/PHP-8.0/ext/intl/timezone/ |
H A D | timezone.stub.php | 113 public static function getRegion(string $timezoneId) {} function in IntlTimeZone
|
H A D | timezone_arginfo.h | 141 …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 15 milliseconds