diff --git a/dictionaries/CallMap.php b/dictionaries/CallMap.php index d58a32cf2..1c1985bcb 100644 --- a/dictionaries/CallMap.php +++ b/dictionaries/CallMap.php @@ -13907,7 +13907,7 @@ return [ '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'], '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 622607717..91120d0a5 100644 --- a/dictionaries/CallMap_74_delta.php +++ b/dictionaries/CallMap_74_delta.php @@ -45,6 +45,10 @@ return [ '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|null|list'], + ], ], 'removed' => [ ],