Searched refs:rawOffset (Results 1 – 16 of 16) sorted by relevance
/PHP-8.0/ext/intl/tests/ |
H A D | timezone_getOffset_basic.phpt | 16 var_dump($ams->getOffset($date *1000., true, $rawOffset, $dstOffset), 17 $rawOffset, $dstOffset); 21 var_dump(intltz_get_offset($lsb, $date *1000., true, $rawOffset, $dstOffset), 22 $rawOffset, $dstOffset);
|
H A D | timezone_clone_basic.phpt | 26 [rawOffset] => 3600000 33 [rawOffset] => 3600000 40 [rawOffset] => 0 47 [rawOffset] => 0
|
H A D | calendar_createInstance_variation1.phpt | 45 [rawOffset] => 3600000 53 [rawOffset] => 0 61 [rawOffset] => 0 69 [rawOffset] => 3600000 77 [rawOffset] => 0
|
H A D | timezone_getGMT_basic.phpt | 20 [rawOffset] => 0 27 [rawOffset] => 0
|
H A D | timezone_createTimeZone_basic.phpt | 20 [rawOffset] => 3600000 27 [rawOffset] => 3600000
|
H A D | timezone_createDefault_basic.phpt | 20 [rawOffset] => %i 27 [rawOffset] => %i
|
H A D | calendar_getTimeZone_basic.phpt | 21 [rawOffset] => 60000 28 [rawOffset] => 60000
|
H A D | timezone_getUnknown_basic.phpt | 22 [rawOffset] => 0 29 [rawOffset] => 0
|
H A D | calendar_createInstance_basic.phpt | 32 [rawOffset] => 3600000
|
H A D | timezone_equals_error.phpt | 35 ["rawOffset"]=>
|
/PHP-8.0/ext/intl/timezone/ |
H A D | timezone.stub.php | 38 … function createTimeZoneIDEnumeration(int $type, ?string $region = null, ?int $rawOffset = null) {} argument 96 * @param int $rawOffset 101 public function getOffset(float $timestamp, bool $local, &$rawOffset, &$dstOffset) {} 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 | 22 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, rawOffset, IS_LONG, 1, "null") 58 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.0/ext/intl/ |
H A D | php_intl.stub.php | 374 function intltz_create_time_zone_id_enumeration(int $type, ?string $region = null, ?int $rawOffset … argument 396 * @param int $rawOffset 399 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 44 milliseconds