Home
last modified time | relevance | path

Searched defs:rawOffset (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/intl/timezone/
H A Dtimezone.stub.php38 … function createTimeZoneIDEnumeration(int $type, ?string $region = null, ?int $rawOffset = null) {}
101 public function getOffset(float $timestamp, bool $local, &$rawOffset, &$dstOffset) {}
H A Dtimezone_class.cpp327 int32_t rawOffset, dstOffset; in TimeZone_get_debug_info() local
H A Dtimezone_methods.cpp417 int32_t rawOffset, in PHP_FUNCTION() local
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php374 function intltz_create_time_zone_id_enumeration(int $type, ?string $region = null, ?int $rawOffset
399 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds…

Completed in 21 milliseconds