Home
last modified time | relevance | path

Searched refs:IntlTimeZone (Results 51 – 75 of 83) sorted by relevance

1234

/PHP-7.1/ext/intl/tests/
H A Dtimezone_getCanonicalID_basic.phpt2 IntlTimeZone::getCanonicalID: basic test
10 print_R(IntlTimeZone::getCanonicalID('Portugal'));
H A Dtimezone_getEquivalentID_basic.phpt2 IntlTimeZone::getEquivalentID(): basic test
10 print_R(IntlTimeZone::getEquivalentID('Europe/Lisbon', "1"));
H A Dtimezone_countEquivalentIDs_basic.phpt2 IntlTimeZone::countEquivalentIDs(): basic test
10 $count = IntlTimeZone::countEquivalentIDs('Europe/Lisbon');
H A Dtimezone_getRegion_basic.phpt2 IntlTimeZone::getRegion(): basic test
12 print_R(IntlTimeZone::getRegion('Europe/Amsterdam'));
H A Dtimezone_createEnumeration_variation1.phpt2 IntlTimeZone::createEnumeration(): variant with offset
10 $tz = IntlTimeZone::createEnumeration(3600000);
H A Dtimezone_createEnumeration_variation2.phpt2 IntlTimeZone::createEnumeration(): variant with country
10 $tz = IntlTimeZone::createEnumeration('NL');
H A Dtimezone_getDisplayName_basic.phpt2 IntlTimeZone::getDisplayName(): basic test
11 $lsb = IntlTimeZone::createTimeZone('Europe/Lisbon');
H A Dtimezone_createEnumeration_basic.phpt2 IntlTimeZone::createEnumeration(): basic test
10 $tz = IntlTimeZone::createEnumeration();
H A Dcalendar_getTimeZone_basic.phpt20 IntlTimeZone Object
27 IntlTimeZone Object
H A Dtimezone_getDisplayName_variant1.phpt2 IntlTimeZone::getDisplayName(): daylight parameter effect
13 $lsb = IntlTimeZone::createTimeZone('Europe/Lisbon');
H A Dcalendar_setTimeZone_basic.phpt19 $intlcal->setTimeZone(IntlTimeZone::getGMT());
25 IntlTimeZone::createTimeZone('GMT+05:30'));
H A Dtimezone_windowsID_basic2.phpt2 IntlTimeZone::getWindowsID basic test
25 var_dump(IntlTimeZone::getWindowsID($tz));
H A Dtimezone_IDforWindowsID_basic2.phpt2 IntlTimeZone::getIDForWindowsID basic test
21 var_dump(IntlTimeZone::getIDForWindowsID($tz, $region));
H A Dtimezone_windowsID_basic.phpt2 IntlTimeZone::getWindowsID basic test
26 var_dump(IntlTimeZone::getWindowsID($tz));
H A Dcalendar_createInstance_error.phpt11 class X extends IntlTimeZone {
30 Warning: intlcal_create_instance(): intlcal_create_instance: passed IntlTimeZone is not properly co…
H A Dtimezone_IDforWindowsID_basic.phpt2 IntlTimeZone::getIDForWindowsID basic test
22 var_dump(IntlTimeZone::getIDForWindowsID($tz, $region));
H A Dcalendar_createInstance_basic.phpt31 IntlTimeZone Object
H A Dtimezone_equals_basic.phpt2 IntlTimeZone equals handler: basic test
H A Dcalendar_setTimeZone_error.phpt15 $gmt = IntlTimeZone::getGMT();
H A Ddateformat_get_set_timezone.phpt33 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris'));
H A Ddateformat_get_set_timezone_variant2.phpt33 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris'));
H A Ddateformat_get_set_timezone_variant3.phpt34 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris'));
H A Ddateformat_get_set_timezone_variant4.phpt34 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris'));
H A Ddateformat_get_set_timezone_variant5.phpt33 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris'));
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_methods.h22 PHP_METHOD(IntlTimeZone, __construct);

Completed in 18 milliseconds

1234