Home
last modified time | relevance | path

Searched refs:getTimeZone (Results 26 – 39 of 39) sorted by relevance

12

/PHP-8.3/ext/intl/dateformat/
H A Ddateformat.stub.php132 public function getTimeZone(): IntlTimeZone|false {} function in IntlDateFormatter
H A Ddateformat_format_object.cpp159 timeZone = obj_cal->getTimeZone().clone(); in PHP_FUNCTION()
H A Ddateformat_arginfo.h122 …ZEND_ME_MAPPING(getTimeZone, datefmt_get_timezone, arginfo_class_IntlDateFormatter_getTimeZone, ZE…
/PHP-8.3/ext/intl/tests/
H A Ddateformat_get_set_timezone.phpt20 $df->getTimeZone()->getID());
H A Ddateformat_get_set_timezone_variant2.phpt20 $df->getTimeZone()->getID());
H A Ddateformat_get_set_timezone_variant3.phpt21 $df->getTimeZone()->getID());
H A Ddateformat_get_set_timezone_variant5.phpt20 $df->getTimeZone()->getID());
H A Ddateformat_get_set_timezone_variant4.phpt21 $df->getTimeZone()->getID());
/PHP-8.3/ext/intl/calendar/
H A Dcalendar.stub.php383 public function getTimeZone(): IntlTimeZone|false {} function in IntlCalendar
H A Dcalendar_class.cpp178 timezone_object_construct(&cal->getTimeZone(), &ztz , 0); in Calendar_get_debug_info()
H A Dcalendar_methods.cpp691 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION()
1114 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION()
H A Dcalendar_arginfo.h293 …ZEND_ME_MAPPING(getTimeZone, intlcal_get_time_zone, arginfo_class_IntlCalendar_getTimeZone, ZEND_A…
/PHP-8.3/ext/date/tests/
H A DDateTimeImmutable_uninitialised_exceptions.phpt37 check(fn() => $mdti->getTimeZone());
H A DDateTime_uninitialised_exceptions.phpt38 check(fn() => $mdt->getTimeZone());

Completed in 24 milliseconds

12