Home
last modified time | relevance | path

Searched refs:IntlTimeZone (Results 26 – 50 of 83) sorted by relevance

1234

/PHP-7.1/ext/intl/tests/
H A Dtimezone_getID_error.phpt2 IntlTimeZone::getID(): errors
11 $tz = IntlTimeZone::createTimeZone('Europe/Lisbon');
15 Warning: IntlTimeZone::getID() expects exactly 0 parameters, 1 given in %s on line %d
17 Warning: IntlTimeZone::getID(): intltz_get_id: bad arguments in %s on line %d
20 …ypeError: Argument 1 passed to intltz_get_id() must be an instance of IntlTimeZone, null given in …
H A Dtimezone_getRawOffset_error.phpt2 IntlTimeZone::getRawOffset(): errors
11 $tz = IntlTimeZone::createTimeZone('Europe/Lisbon');
16 Warning: IntlTimeZone::getRawOffset() expects exactly 0 parameters, 1 given in %s on line %d
18 Warning: IntlTimeZone::getRawOffset(): intltz_get_raw_offset: bad arguments in %s on line %d
21 …: Argument 1 passed to intltz_get_raw_offset() must be an instance of IntlTimeZone, null given in …
H A Dtimezone_useDaylightTime_error.phpt2 IntlTimeZone::useDaylightTime(): errors
11 $tz = IntlTimeZone::createTimeZone('Europe/Lisbon');
15 Warning: IntlTimeZone::useDaylightTime() expects exactly 0 parameters, 1 given in %s on line %d
17 Warning: IntlTimeZone::useDaylightTime(): intltz_use_daylight_time: bad arguments in %s on line %d
20 …rgument 1 passed to intltz_use_daylight_time() must be an instance of IntlTimeZone, null given in …
H A Dtimezone_createDefault_basic.phpt2 IntlTimeZone::createDefault(): basic test
10 $tz = IntlTimeZone::createDefault();
17 IntlTimeZone Object
24 IntlTimeZone Object
H A Dtimezone_createTimeZoneIDEnumeration_basic.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): basic test
12 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
13 IntlTimeZone::TYPE_ANY,
19 IntlTimeZone::TYPE_ANY,
H A Dtimezone_createTimeZone_basic.phpt2 IntlTimeZone::createTimeZone(): basic test
12 $tz = IntlTimeZone::createTimeZone('GMT+01:00');
19 IntlTimeZone Object
26 IntlTimeZone Object
H A Dtimezone_hasSameRules_error.phpt2 IntlTimeZone::hasSameRules(): errors
18 $tz = IntlTimeZone::createTimeZone('Europe/Lisbon');
34 string(99) "Argument 1 passed to IntlTimeZone::hasSameRules() must be an instance of IntlTimeZone, …
37 string(92) "Argument 1 passed to intltz_has_same_rules() must be an instance of IntlTimeZone, null …
H A Dtimezone_toDateTimeZone_basic.phpt2 IntlTimeZone::toDateTimeZone(): basic test
13 function do_test(IntlTimeZone $tz, $proc = false) {
22 do_test(IntlTimeZone::createTimeZone('CET'));
23 do_test(IntlTimeZone::createTimeZone('Europe/Amsterdam'));
24 do_test(IntlTimeZone::createTimeZone('GMT+0405'), true);
H A Dtimezone_toDateTimeZone_error.phpt2 IntlTimeZone::toDateTimeZone(): errors
11 $tz = IntlTimeZone::createTimeZone('Etc/Unknown');
23 Warning: IntlTimeZone::toDateTimeZone() expects exactly 0 parameters, 1 given in %s on line %d
25 Warning: IntlTimeZone::toDateTimeZone(): intltz_to_date_time_zone: bad arguments in %s on line %d
28 Warning: IntlTimeZone::toDateTimeZone(): intltz_to_date_time_zone: DateTimeZone constructor threw e…
36 …rgument 1 passed to intltz_to_date_time_zone() must be an instance of IntlTimeZone, integer given …
H A Dcalendar_createInstance_variation1.phpt26 $cal = intlcal_create_instance(IntlTimeZone::createTimeZone('Europe/Lisbon'));
44 IntlTimeZone Object
52 IntlTimeZone Object
60 IntlTimeZone Object
68 IntlTimeZone Object
76 IntlTimeZone Object
H A Dtimezone_equals_error.phpt2 IntlTimeZone equals handler: error test
11 class A extends IntlTimeZone {
31 object(IntlTimeZone)#2 (4) {
42 string(63) "Comparison with at least one unconstructed IntlTimeZone operand"
H A Dtimezone_getCanonicalID_variant1_2.phpt2 IntlTimeZone::getCanonicalID(): second argument
10 var_dump(IntlTimeZone::getCanonicalID('Portugal', $isSystemId));
14 var_dump(IntlTimeZone::getCanonicalID('GMT +01:25', $isSystemId));
23 Warning: IntlTimeZone::getCanonicalID(): intltz_get_canonical_id: error obtaining canonical ID in %…
H A Dtimezone_getRawOffset_basic.phpt2 IntlTimeZone::getRawOffset(): basic test
10 $ams = IntlTimeZone::createTimeZone('Europe/Amsterdam');
13 $lsb = IntlTimeZone::createTimeZone('Europe/Lisbon');
H A Dbug62915.phpt2 Bug #62915: incomplete cloning of IntlTimeZone objects
10 class foo extends IntlTimeZone {
24 string(39) "Cannot clone unconstructed IntlTimeZone"
H A Dtimezone_useDaylightTime_basic.phpt2 IntlTimeZone::useDaylightTime: basic test
10 $lsb = IntlTimeZone::createTimeZone('Europe/Lisbon');
11 $gmt = IntlTimeZone::getGMT();
H A Dtimezone_hasSameRules_basic.phpt2 IntlTimeZone::hasSameRules(): basic test
11 $lsb = IntlTimeZone::createTimeZone('Europe/Lisbon');
12 $prt = IntlTimeZone::createTimeZone('Portugal');
13 $azo = IntlTimeZone::createTimeZone('Atlantic/Azores');
H A Dtimezone_getCanonicalID_variant1.phpt2 IntlTimeZone::getCanonicalID(): second argument
10 var_dump(IntlTimeZone::getCanonicalID('Portugal', $isSystemId));
13 var_dump(IntlTimeZone::getCanonicalID('GMT +01:25', $isSystemId));
H A Dtimezone_clone_error.phpt2 IntlTimeZone clone handler: error test
11 class A extends IntlTimeZone {
31 string(39) "Cannot clone unconstructed IntlTimeZone"
H A Dtimezone_getUnknown_basic.phpt14 $tz = IntlTimeZone::getUnknown();
21 IntlTimeZone Object
28 IntlTimeZone Object
H A Dtimezone_fromDateTimeZone_basic.phpt2 IntlTimeZone::fromDateTimeZone(): basic test
13 $tz = IntlTimeZone::fromDateTimeZone(new DateTimeZone('Europe/Amsterdam'));
22 $tz = IntlTimeZone::fromDateTimeZone($dtz);
30 $tz = IntlTimeZone::fromDateTimeZone($dtz);
H A Dtimezone_getOffset_basic.phpt2 IntlTimeZone::getOffset(): basic test
12 $ams = IntlTimeZone::createTimeZone('Europe/Amsterdam');
19 $lsb = IntlTimeZone::createTimeZone('Europe/Lisbon');
H A Dtimezone_getErrorCodeMessage_basic.phpt2 IntlTimeZone::getErrorCode/Message(): basic test
11 $lsb = IntlTimeZone::createTimeZone('Europe/Lisbon');
27 Warning: IntlTimeZone::getOffset(): intltz_get_offset: error obtaining offset in %s on line %d
H A Dtimezone_getUnknown_error.phpt17 IntlTimeZone::getUnknown(1);
21 Warning: IntlTimeZone::getUnknown() expects exactly 0 parameters, 1 given in %s on line %d
23 Warning: IntlTimeZone::getUnknown(): intltz_get_unknown: bad arguments in %s on line %d
H A Dtimezone_getDSTSavings_basic.phpt2 IntlTimeZone::getDSTSavings(): basic test
11 $lsb = IntlTimeZone::createTimeZone('Europe/Lisbon');
H A Dtimezone_getTZData_basic.phpt2 IntlTimeZone::getTZDataVersion: basic test
10 print_R(IntlTimeZone::getTZDataVersion());

Completed in 18 milliseconds

1234