@@ -128,7 +128,7 @@ function timezone_transitions_get(
128
128
DateTimeZone $ object , int $ timestampBegin = PHP_INT_MIN , int $ timestampEnd = PHP_INT_MAX ): array |false {}
129
129
130
130
/**
131
- * @return array<string, float|string>
131
+ * @return array<string, float|string>|false
132
132
* @refcount 1
133
133
*/
134
134
function timezone_location_get (DateTimeZone $ object ): array |false {}
@@ -226,6 +226,7 @@ public static function createFromInterface(DateTimeInterface $object): DateTime
226
226
public static function createFromFormat (string $ format , string $ datetime , ?DateTimeZone $ timezone = null ): DateTime |false {}
227
227
228
228
/**
229
+ * @return array<string, int|array>|false
229
230
* @tentative-return-type
230
231
* @alias date_get_last_errors
231
232
*/
@@ -327,6 +328,7 @@ public static function __set_state(array $array): DateTimeImmutable {}
327
328
public static function createFromFormat (string $ format , string $ datetime , ?DateTimeZone $ timezone = null ): DateTimeImmutable |false {}
328
329
329
330
/**
331
+ * @return array<string, int|array>|false
330
332
* @tentative-return-type
331
333
* @alias date_get_last_errors
332
334
*/
@@ -415,18 +417,21 @@ public function getOffset(DateTimeInterface $datetime): int {}
415
417
public function getTransitions (int $ timestampBegin = PHP_INT_MIN , int $ timestampEnd = PHP_INT_MAX ): array |false {}
416
418
417
419
/**
420
+ * @return array<string, float|string>|false
418
421
* @tentative-return-type
419
422
* @alias timezone_location_get
420
423
*/
421
424
public function getLocation (): array |false {}
422
425
423
426
/**
427
+ * @return array<string, array>
424
428
* @tentative-return-type
425
429
* @alias timezone_abbreviations_list
426
430
*/
427
431
public static function listAbbreviations (): array {}
428
432
429
433
/**
434
+ * @return array<int, string>
430
435
* @tentative-return-type
431
436
* @alias timezone_identifiers_list
432
437
*/
0 commit comments