Searched refs:rawOffset (Results 1 – 16 of 16) sorted by relevance
/PHP-8.2/ext/intl/tests/ |
H A D | timezone_getOffset_basic.phpt | 14 var_dump($ams->getOffset($date *1000., true, $rawOffset, $dstOffset), 15 $rawOffset, $dstOffset); 19 var_dump(intltz_get_offset($lsb, $date *1000., true, $rawOffset, $dstOffset), 20 $rawOffset, $dstOffset);
|
H A D | timezone_clone_basic.phpt | 24 [rawOffset] => 3600000 31 [rawOffset] => 3600000 38 [rawOffset] => 0 45 [rawOffset] => 0
|
H A D | calendar_createInstance_variation1.phpt | 43 [rawOffset] => 3600000 51 [rawOffset] => 0 59 [rawOffset] => 0 67 [rawOffset] => 3600000 75 [rawOffset] => 0
|
H A D | timezone_getGMT_basic.phpt | 18 [rawOffset] => 0 25 [rawOffset] => 0
|
H A D | timezone_createTimeZone_basic.phpt | 18 [rawOffset] => 3600000 25 [rawOffset] => 3600000
|
H A D | timezone_createDefault_basic.phpt | 18 [rawOffset] => %i 25 [rawOffset] => %i
|
H A D | calendar_getTimeZone_basic.phpt | 19 [rawOffset] => 60000 26 [rawOffset] => 60000
|
H A D | timezone_getUnknown_basic.phpt | 20 [rawOffset] => 0 27 [rawOffset] => 0
|
H A D | calendar_createInstance_basic.phpt | 30 [rawOffset] => 3600000
|
H A D | timezone_equals_error.phpt | 33 ["rawOffset"]=>
|
/PHP-8.2/ext/intl/timezone/ |
H A D | timezone.stub.php | 97 …on createTimeZoneIDEnumeration(int $type, ?string $region = null, ?int $rawOffset = null): IntlIte… argument 155 * @param int $rawOffset 160 public function getOffset(float $timestamp, bool $local, &$rawOffset, &$dstOffset): bool {} argument
|
H A D | timezone_class.cpp | 327 int32_t rawOffset, dstOffset; in TimeZone_get_debug_info() local 329 tz->getOffset(now, false, rawOffset, dstOffset, uec); in TimeZone_get_debug_info() 334 ZVAL_LONG(&zv, (zend_long)rawOffset); in TimeZone_get_debug_info() 336 ZVAL_LONG(&zv, (zend_long)(rawOffset + dstOffset)); in TimeZone_get_debug_info()
|
H A D | timezone_arginfo.h | 25 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, rawOffset, IS_LONG, 1, "null") 64 ZEND_ARG_INFO(1, rawOffset)
|
H A D | timezone_methods.cpp | 417 int32_t rawOffset, in PHP_FUNCTION() local 429 to->utimezone->getOffset((UDate) date, (UBool) local, rawOffset, dstOffset, in PHP_FUNCTION() 435 ZVAL_LONG(rawOffsetArg, rawOffset); in PHP_FUNCTION()
|
/PHP-8.2/ext/intl/ |
H A D | php_intl.stub.php | 570 function intltz_create_time_zone_id_enumeration(int $type, ?string $region = null, ?int $rawOffset … argument 592 * @param int $rawOffset 595 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds… argument
|
H A D | php_intl_arginfo.h | 671 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, rawOffset, IS_LONG, 1, "null") 715 ZEND_ARG_INFO(1, rawOffset)
|
Completed in 21 milliseconds