Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Dtimezone_getGMT_basic.phpt2 IntlTimeZone::getGMT(): basic test
10 $tz = IntlTimeZone::getGMT();
H A Dtimezone_useDaylightTime_basic.phpt11 $gmt = IntlTimeZone::getGMT();
H A Dtimezone_clone_basic.phpt16 $gmt = IntlTimeZone::getGMT();
H A Dcalendar_setTimeZone_basic.phpt17 $intlcal->setTimeZone(IntlTimeZone::getGMT());
H A Dcalendar_setTimeZone_error.phpt15 $gmt = IntlTimeZone::getGMT();
/PHP-8.0/ext/intl/timezone/
H A Dtimezone.stub.php87 public static function getGMT() {} function in IntlTimeZone
H A Dtimezone_arginfo.h137 …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.0/ext/intl/common/
H A Dcommon_date.cpp147 *tz = TimeZone::getGMT()->clone(); in intl_datetime_decompose()
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_methods.cpp990 timeZone = TimeZone::getGMT()->clone(); in PHP_FUNCTION()

Completed in 21 milliseconds