diff --git a/dictionaries/CallMap_80_delta.php b/dictionaries/CallMap_80_delta.php index dcd10c64efc..be549558f4c 100644 --- a/dictionaries/CallMap_80_delta.php +++ b/dictionaries/CallMap_80_delta.php @@ -89,6 +89,18 @@ 'old' => ['string', 'which='=>'int'], 'new' => ['string|false', 'type='=>'int'], ], + 'IntlDateFormatter::getPattern' => [ + 'old' => ['string'], + 'new' => ['string|false'], + ], + 'IntlDateFormatter::getTimeType' => [ + 'old' => ['int'], + 'new' => ['int|false'], + ], + 'IntlDateFormatter::getTimeZoneId' => [ + 'old' => ['string'], + 'new' => ['string|false'], + ], 'IntlDateFormatter::localtime' => [ 'old' => ['array', 'value'=>'string', '&rw_position='=>'int'], 'new' => ['array|false', 'string'=>'string', '&rw_offset='=>'int'], @@ -101,6 +113,10 @@ 'old' => ['bool', 'which'=>'IntlCalendar|int|null'], 'new' => ['bool', 'calendar'=>'IntlCalendar|int|null'], ], + 'IntlDateFormatter::setLenient' => [ + 'old' => ['bool', 'lenient'=>'bool'], + 'new' => ['void', 'lenient'=>'bool'], + ], 'IntlDateFormatter::setTimeZone' => [ 'old' => ['null|false', 'zone'=>'IntlTimeZone|DateTimeZone|string|null'], 'new' => ['null|false', 'timezone'=>'IntlTimeZone|DateTimeZone|string|null'],