Home
last modified time | relevance | path

Searched refs:getGMT (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/intl/tests/
H A Dtimezone_getGMT_basic.phpt2 IntlTimeZone::getGMT(): basic test
8 $tz = IntlTimeZone::getGMT();
H A Dtimezone_useDaylightTime_basic.phpt9 $gmt = IntlTimeZone::getGMT();
H A Dtimezone_clone_basic.phpt14 $gmt = IntlTimeZone::getGMT();
H A Dcalendar_setTimeZone_basic.phpt15 $intlcal->setTimeZone(IntlTimeZone::getGMT());
H A Dcalendar_setTimeZone_error.phpt13 $gmt = IntlTimeZone::getGMT();
/PHP-8.3/ext/intl/timezone/
H A Dtimezone.stub.php146 public static function getGMT(): IntlTimeZone {} function in IntlTimeZone
H A Dtimezone_arginfo.h147 …ZEND_ME_MAPPING(getGMT, intltz_get_gmt, arginfo_class_IntlTimeZone_getGMT, ZEND_ACC_PUBLIC|ZEND_AC…
H A Dtimezone_methods.cpp121 timezone_object_construct(TimeZone::getGMT(), return_value, 0); in PHP_FUNCTION()
/PHP-8.3/ext/intl/common/
H A Dcommon_date.cpp147 *tz = TimeZone::getGMT()->clone(); in intl_datetime_decompose()
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_methods.cpp1040 timeZone = TimeZone::getGMT()->clone(); in PHP_FUNCTION()

Completed in 21 milliseconds