Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/tests/
H A Dtimezone_getRegion_error.phpt2 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"));
23 Warning: IntlTimeZone::getRegion() expects exactly 1 parameter, 0 given in %s on line %d
25 Warning: IntlTimeZone::getRegion(): intltz_get_region: bad arguments in %s on line %d
30 Warning: IntlTimeZone::getRegion(): intltz_get_region: bad arguments in %s on line %d
33 Warning: IntlTimeZone::getRegion() expects exactly 1 parameter, 2 given in %s on line %d
[all …]
H A Dtimezone_getRegion_basic.phpt2 IntlTimeZone::getRegion(): basic test
12 print_R(IntlTimeZone::getRegion('Europe/Amsterdam'));
H A Dut_common.inc237 return $GLOBALS['oo-mode'] ? Locale::getRegion( $locale ) : locale_get_region( $locale );
/PHP-5.6/ext/intl/doc/
H A Dlocale_api.php122 public static function getRegion($locale) {} function in Locale
/PHP-5.6/ext/intl/locale/
H A Dlocale_class.c74 …ZEND_FENTRY( getRegion, ZEND_FN( locale_get_region ), locale_1_arg , ZEND_ACC_PUBLIC|ZEND_ACC_STAT…
/PHP-5.6/ext/intl/timezone/
H A Dtimezone_class.cpp471 …PHP_ME_MAPPING(getRegion, intltz_get_region, ainfo_tz_idarg, ZEND_ACC_PUBLIC | ZEND_ACC_ST…
H A Dtimezone_methods.cpp355 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()

Completed in 24 milliseconds