Searched defs:timezone (Results 1 – 12 of 12) sorted by relevance
/php-src/win32/ |
H A D | time.h | 20 struct timezone { struct 21 int tz_minuteswest; 22 int tz_dsttime;
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 42 $timezone = null, 56 $timezone = null, 108 public function setTimeZone($timezone): bool {}
|
H A D | dateformat_attrcpp.cpp | 86 TimeZone *timezone; in PHP_FUNCTION() local
|
H A D | dateformat_create.cpp | 63 TimeZone *timezone = NULL; in datefmt_ctor() local
|
/php-src/ext/date/ |
H A D | php_date.stub.php | 151 function date_create(string $datetime = "now", ?DateTimeZone $timezone = null): DateTime|false {} 155 string $datetime = "now", ?DateTimeZone $timezone = null): DateTimeImmutable|false {} 159 string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false {} 163 string $format, string $datetime, ?DateTimeZone $timezone = null): DateTimeImmutable|false {} 195 function date_timezone_set(DateTime $object, DateTimeZone $timezone): DateTime {} 215 function timezone_open(string $timezone): DateTimeZone|false {} 346 public function __construct(string $datetime = "now", ?DateTimeZone $timezone = null) {} 412 public function setTimezone(DateTimeZone $timezone): DateTime {} 463 public function __construct(string $datetime = "now", ?DateTimeZone $timezone = null) {} 536 public function setTimezone(DateTimeZone $timezone): DateTimeImmutable {} [all …]
|
/php-src/ext/standard/tests/ini_info/ |
H A D | loaded.ini | 1 date.timezone = UTC key
|
/php-src/ext/standard/tests/ini_info/scandir/ |
H A D | 0.ini | 4 date.timezone = Antarctica/McMurdo key
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 198 function intlcal_set_time_zone(IntlCalendar $calendar, $timezone): bool {} 336 $timezone = null, 356 function datefmt_set_timezone(IntlDateFormatter $formatter, $timezone): bool {} 573 function intltz_from_date_time_zone(DateTimeZone $timezone): ?IntlTimeZone {} 580 function intltz_get_dst_savings(IntlTimeZone $timezone): int {} 584 function intltz_get_error_code(IntlTimeZone $timezone): int|false {} 586 function intltz_get_error_message(IntlTimeZone $timezone): string|false {} 590 function intltz_get_id(IntlTimeZone $timezone): string|false {} 598 function intltz_get_raw_offset(IntlTimeZone $timezone): int {} 612 function intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|false {} [all …]
|
/php-src/ext/date/lib/ |
H A D | parse_tz.c | 580 static int seek_to_tz_position(const unsigned char **tzf, const char *timezone, const timelib_tzdb … in seek_to_tz_position() 617 int timelib_timezone_id_is_valid(const char *timezone, const timelib_tzdb *tzdb) in timelib_timezone_id_is_valid() 662 timelib_tzinfo *timelib_parse_tzfile(const char *timezone, const timelib_tzdb *tzdb, int *error_cod… in timelib_parse_tzfile()
|
/php-src/ext/intl/calendar/ |
H A D | calendar.stub.php | 97 … public static function createInstance($timezone = null, ?string $locale = null): ?IntlCalendar {} 362 public function setTimeZone($timezone): bool {}
|
/php-src/ext/intl/timezone/ |
H A D | timezone.stub.php | 70 public static function fromDateTimeZone(DateTimeZone $timezone): ?IntlTimeZone {}
|
/php-src/ext/openssl/ |
H A D | openssl.c | 73 #define timezone _timezone /* timezone is called _timezone in LibC */ macro
|
Completed in 42 milliseconds