package php7 import ( "io" "github.com/z7zmey/php-parser/position" "github.com/z7zmey/php-parser/meta" "github.com/z7zmey/php-parser/errors" "github.com/z7zmey/php-parser/node" "github.com/z7zmey/php-parser/parser" "github.com/z7zmey/php-parser/scanner" ) var inheritMetaFilter = meta.AndFilter( meta.TokenNameFilter(meta.NodeStart), meta.OrFilter( meta.TypeFilter(meta.CommentType, meta.WhiteSpaceType), meta.ValueFilter("