diff --git a/dictionaries/CallMap.php b/dictionaries/CallMap.php index d58a32cf21c..29b5c304049 100644 --- a/dictionaries/CallMap.php +++ b/dictionaries/CallMap.php @@ -13907,7 +13907,7 @@ 'streamWrapper::unlink' => ['bool', 'path'=>'string'], 'streamWrapper::url_stat' => ['array', 'path'=>'string', 'flags'=>'int'], 'strftime' => ['string|false', 'format'=>'string', 'timestamp='=>'?int'], -'strip_tags' => ['string', 'string'=>'string', 'allowed_tags='=>'string'], +'strip_tags' => ['string', 'string'=>'string', 'allowed_tags='=>'string|list|null'], 'stripcslashes' => ['string', 'string'=>'string'], 'stripos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int'], 'stripslashes' => ['string', 'string'=>'string'], diff --git a/dictionaries/CallMap_74_delta.php b/dictionaries/CallMap_74_delta.php index 6226077179f..73f5a1ecaa6 100644 --- a/dictionaries/CallMap_74_delta.php +++ b/dictionaries/CallMap_74_delta.php @@ -45,6 +45,10 @@ 'old' => ['resource|false', 'command'=>'string', 'descriptor_spec'=>'array', '&pipes'=>'resource[]', 'cwd='=>'?string', 'env_vars='=>'?array', 'options='=>'?array'], 'new' => ['resource|false', 'command'=>'string|array', 'descriptor_spec'=>'array', '&pipes'=>'resource[]', 'cwd='=>'?string', 'env_vars='=>'?array', 'options='=>'?array'], ], + 'strip_tags' => [ + 'old' => ['string', 'string'=>'string', 'allowed_tags='=>'string'], + 'new' => ['string', 'string'=>'string', 'allowed_tags='=>'string|list'], + ], ], 'removed' => [ ], diff --git a/dictionaries/CallMap_80_delta.php b/dictionaries/CallMap_80_delta.php index cd644320157..b977a789856 100644 --- a/dictionaries/CallMap_80_delta.php +++ b/dictionaries/CallMap_80_delta.php @@ -1381,6 +1381,10 @@ 'old' => ['string|false', 'format'=>'string', 'timestamp='=>'int'], 'new' => ['string|false', 'format'=>'string', 'timestamp='=>'?int'], ], + 'strip_tags' => [ + 'old' => ['string', 'string'=>'string', 'allowed_tags='=>'string|list'], + 'new' => ['string', 'string'=>'string', 'allowed_tags='=>'string|list|null'], + ], 'stripos' => [ 'old' => ['int|false', 'haystack'=>'string', 'needle'=>'string|int', 'offset='=>'int'], 'new' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int'],