Searched defs:rawOffset (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/intl/timezone/ |
H A D | timezone.stub.php | 64 …tion createTimeZoneIDEnumeration(int $type, ?string $region = null, ?int $rawOffset = null): IntlI… 134 public function getOffset(float $timestamp, bool $local, &$rawOffset, &$dstOffset): bool {}
|
H A D | timezone_class.cpp | 313 int32_t rawOffset, dstOffset; in TimeZone_get_debug_info() local
|
H A D | timezone_methods.cpp | 438 int32_t rawOffset, in PHP_FUNCTION() local
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 573 function intltz_create_time_zone_id_enumeration(int $type, ?string $region = null, ?int $rawOffset … 598 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds…
|
Completed in 18 milliseconds