A tool for finding duplicate code in PHP
        Posted  
        
            by Toby
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Toby
        
        
        
        Published on 2010-05-27T08:02:04Z
        Indexed on 
            2010/05/27
            8:11 UTC
        
        
        Read the original article
        Hit count: 227
        
Are there any tools available that can scan multiple .php files and report back duplicated lines/chunks of code?
It doesn't have to be really smart but basically give me a starting point for manual scans to improve the codebase of some of my apps.
© Stack Overflow or respective owner