Searched refs:utcOffset (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/date/tests/ |
H A D | gh16454.phpt | 2 GH-16454 (Unhandled INF in date_sunset() with tiny $utcOffset)
|
/php-src/ext/date/ |
H A D | php_date.stub.php | 221 function timezone_name_from_abbr(string $abbr, int $utcOffset = -1, int $isDST = -1): string|false … argument 271 ?float $utcOffset = null): string|int|float|false {} argument 280 ?float $utcOffset = null): string|int|float|false {} argument
|
H A D | php_date_arginfo.h | 166 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, utcOffset, IS_LONG, 0, "-1") 217 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, utcOffset, IS_DOUBLE, 1, "null")
|
Completed in 16 milliseconds