Lines Matching refs:null
15 $timezone = null,
16 $calendar = null,
17 ?string $pattern = null
29 $timezone = null,
30 IntlCalendar|int|null $calendar = null,
31 ?string $pattern = null
56 public function setCalendar(IntlCalendar|int|null $calendar): bool {}
68 public function getCalendarObject(): IntlCalendar|false|null {}
126 …public static function formatObject($datetime, $format = null, ?string $locale = null): string|fal…
133 public function parse(string $string, &$offset = null): int|float|false {}
141 public function localtime(string $string, &$offset = null): array|false {}