.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH PHPCPD "1" "March 2024" "phpcpd 6.0.3" "User Commands" .SH NAME phpcpd - PHPCPD command line interface .SH SYNOPSIS .B phpcpd [\fI\,options\/\fR] \fI\,\/\fR .SH DESCRIPTION Copy and paste detector (CPD) for PHP code. This tool provides details about duplicated lines inside a PHP project. .PP Options for selecting files: .TP \fB\-\-suffix\fR Include files with names ending in in the analysis (default: .php; can be given multiple times) .TP \fB\-\-exclude\fR Exclude files with in their path from the analysis (can be given multiple times) .PP Options for analysing files: .TP \fB\-\-fuzzy\fR Fuzz variable names .TP \fB\-\-min\-lines\fR Minimum number of identical lines (default: 5) .TP \fB\-\-min\-tokens\fR Minimum number of identical tokens (default: 70) .PP Options for report generation: .TP \fB\-\-log\-pmd\fR Write log in PMD\-CPD XML format to