Searched refs:getRegion (Results 1 – 8 of 8) sorted by relevance
/PHP-7.2/ext/intl/tests/ |
H A D | timezone_getRegion_error.phpt | 2 IntlTimeZone::getRegion(): errors 13 var_dump(IntlTimeZone::getRegion()); 14 var_dump(IntlTimeZone::getRegion(array())); 15 var_dump(IntlTimeZone::getRegion('Europe/Lisbon', 4)); 16 var_dump(IntlTimeZone::getRegion("foo\x81")); 17 var_dump(IntlTimeZone::getRegion("foo")); 19 Warning: IntlTimeZone::getRegion() expects exactly 1 parameter, 0 given in %s on line %d 21 Warning: IntlTimeZone::getRegion(): intltz_get_region: bad arguments in %s on line %d 26 Warning: IntlTimeZone::getRegion(): intltz_get_region: bad arguments in %s on line %d 29 Warning: IntlTimeZone::getRegion() expects exactly 1 parameter, 2 given in %s on line %d [all …]
|
H A D | timezone_getRegion_basic.phpt | 2 IntlTimeZone::getRegion(): basic test 12 print_R(IntlTimeZone::getRegion('Europe/Amsterdam'));
|
H A D | locale_bug74439.phpt | 16 'getRegion', 43 getRegion: 1, 1
|
H A D | ut_common.inc | 245 return $GLOBALS['oo-mode'] ? Locale::getRegion( $locale ) : locale_get_region( $locale );
|
/PHP-7.2/ext/intl/doc/ |
H A D | locale_api.php | 122 public static function getRegion($locale) {} function in Locale
|
/PHP-7.2/ext/intl/locale/ |
H A D | locale_class.c | 82 …ZEND_FENTRY( getRegion, ZEND_FN( locale_get_region ), locale_arg_locale , ZEND_ACC_PUBLIC|ZEND_ACC…
|
/PHP-7.2/ext/intl/timezone/ |
H A D | timezone_class.cpp | 474 …PHP_ME_MAPPING(getRegion, intltz_get_region, ainfo_tz_idarg, ZEND_ACC_PUBLIC | ZEND_ACC_ST…
|
H A D | timezone_methods.cpp | 343 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()
|
Completed in 15 milliseconds