Home
last modified time | relevance | path

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

1234

/php-src/ext/intl/tests/
H A Dtimezone_getDisplayName_basic.phpt2 IntlTimeZone::getDisplayName(): basic test
9 $lsb = IntlTimeZone::createTimeZone('Europe/Lisbon');
H A Dtimezone_getID_error.phpt2 IntlTimeZone::getID(): errors
12 …t TypeError: intltz_get_id(): Argument #1 ($timezone) must be of type IntlTimeZone, null given in …
H A Dtimezone_getRawOffset_error.phpt2 IntlTimeZone::getRawOffset(): errors
12 …ror: intltz_get_raw_offset(): Argument #1 ($timezone) must be of type IntlTimeZone, null given in …
H A Dtimezone_useDaylightTime_error.phpt2 IntlTimeZone::useDaylightTime(): errors
12 …: intltz_use_daylight_time(): Argument #1 ($timezone) must be of type IntlTimeZone, null given in …
H A Dtimezone_createEnumeration_basic.phpt2 IntlTimeZone::createEnumeration(): basic test
8 $tz = IntlTimeZone::createEnumeration();
H A Dtimezone_getDSTSavings_error.phpt2 IntlTimeZone::getDSTSavings(): errors
12 …or: intltz_get_dst_savings(): Argument #1 ($timezone) must be of type IntlTimeZone, null given in …
H A Dtimezone_getErrorCode_error.phpt2 IntlTimeZone::getErrorCode(): errors
12 …ror: intltz_get_error_code(): Argument #1 ($timezone) must be of type IntlTimeZone, null given in …
H A Dtimezone_getErrorMessage_error.phpt2 IntlTimeZone::getErrorMessage(): errors
12 …: intltz_get_error_message(): Argument #1 ($timezone) must be of type IntlTimeZone, null given in …
H A Dtimezone_getDisplayName_variant1.phpt2 IntlTimeZone::getDisplayName(): daylight parameter effect
11 $lsb = IntlTimeZone::createTimeZone('Europe/Lisbon');
H A Dcalendar_setTimeZone_basic.phpt15 $intlcal->setTimeZone(IntlTimeZone::getGMT());
21 IntlTimeZone::createTimeZone('GMT+05:30'));
H A Dtimezone_windowsID_basic2.phpt2 IntlTimeZone::getWindowsID basic test
24 var_dump(IntlTimeZone::getWindowsID($tz));
H A Dtimezone_windowsID_basic.phpt2 IntlTimeZone::getWindowsID basic test
25 var_dump(IntlTimeZone::getWindowsID($tz));
H A Dtimezone_IDforWindowsID_basic2.phpt2 IntlTimeZone::getIDForWindowsID basic test
20 var_dump(IntlTimeZone::getIDForWindowsID($tz, $region));
H A Dtimezone_IDforWindowsID_basic.phpt2 IntlTimeZone::getIDForWindowsID basic test
21 var_dump(IntlTimeZone::getIDForWindowsID($tz, $region));
H A Dcalendar_createInstance_basic.phpt26 IntlTimeZone Object
H A Dtimezone_equals_basic.phpt2 IntlTimeZone equals handler: basic test
H A Dcalendar_setTimeZone_error.phpt13 $gmt = IntlTimeZone::getGMT();
H A Ddateformat_get_set_timezone.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_variant2.phpt33 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris'));
H A Ddateformat_get_set_timezone_variant5.phpt33 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris'));
H A Ddateformat_get_set_timezone_variant4.phpt34 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris'));
/php-src/ext/intl/timezone/
H A Dtimezone_arginfo.h11 …_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_IntlTimeZone_createDefault, 0, 0, IntlTimeZone, 0)
18 …WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_IntlTimeZone_createTimeZone, 0, 1, IntlTimeZone, 1)
28 …TH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_IntlTimeZone_fromDateTimeZone, 0, 1, IntlTimeZone, 1)
98 ZEND_ARG_OBJ_INFO(0, other, IntlTimeZone, 0)
107 ZEND_METHOD(IntlTimeZone, __construct);
141 ZEND_ME(IntlTimeZone, __construct, arginfo_class_IntlTimeZone___construct, ZEND_ACC_PRIVATE)
/php-src/ext/intl/calendar/
H A Dcalendar.stub.php93 * @param IntlTimeZone|DateTimeZone|string|null $timezone
266 public function getTimeZone(): IntlTimeZone|false {}
358 * @param IntlTimeZone|DateTimeZone|string|null $timezone
379 * @param DateTimeZone|IntlTimeZone|string|int|null $timezoneOrYear
/php-src/ext/intl/
H A Dphp_intl_arginfo.h662 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_intltz_create_default, 0, 0, IntlTimeZone, 0)
669 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_intltz_create_time_zone, 0, 1, IntlTimeZone, 1)
689 ZEND_ARG_OBJ_INFO(0, timezone, IntlTimeZone, 0)
696 ZEND_ARG_OBJ_INFO(0, timezone, IntlTimeZone, 0)
705 ZEND_ARG_OBJ_INFO(0, timezone, IntlTimeZone, 0)
709 ZEND_ARG_OBJ_INFO(0, timezone, IntlTimeZone, 0)
717 ZEND_ARG_OBJ_INFO(0, timezone, IntlTimeZone, 0)
749 ZEND_ARG_OBJ_INFO(0, timezone, IntlTimeZone, 0)
750 ZEND_ARG_OBJ_INFO(0, other, IntlTimeZone, 0)
754 ZEND_ARG_OBJ_INFO(0, timezone, IntlTimeZone, 0)
[all …]

Completed in 36 milliseconds

1234