Searched refs:utcOffset (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/date/tests/ |
H A D | gh16454.phpt | 2 GH-16454 (Unhandled INF in date_sunset() with tiny $utcOffset)
|
/PHP-8.2/ext/date/ |
H A D | php_date.stub.php | 218 function timezone_name_from_abbr(string $abbr, int $utcOffset = -1, int $isDST = -1): string|false … argument 268 ?float $utcOffset = null): string|int|float|false {} argument 277 ?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")
|
/PHP-8.2/ |
H A D | NEWS | 62 . Fixed bug GH-16454 (Unhandled INF in date_sunset() with tiny $utcOffset).
|
Completed in 45 milliseconds