===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-deepcopy-1.10.1/README.md-135-
php-deepcopy-1.10.1/README.md:136:The method to add a filter is `DeepCopy\DeepCopy::addFilter($filter, $matcher)`,
php-deepcopy-1.10.1/README.md:137:with `$filter` implementing `DeepCopy\Filter\Filter`
php-deepcopy-1.10.1/README.md:138:and `$matcher` implementing `DeepCopy\Matcher\Matcher`.
php-deepcopy-1.10.1/README.md-139-
##############################################
php-deepcopy-1.10.1/README.md-326-
php-deepcopy-1.10.1/README.md:327:The `$callback` parameter of the `ReplaceFilter` constructor accepts any PHP callable.
php-deepcopy-1.10.1/README.md-328-