CloneSet971


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1201.000statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1198
plugins/content/emailcloak.php
21113
plugins/content/emailcloak.php
Clone Instance
1
Line Count
1
Source Line
98
Source File
plugins/content/emailcloak.php

                // Replace the found address with the js cloaked email
                $text=  substr_replace($text, $replacement, $regs[0][1], strlen($regs[0][0]));


Clone Instance
2
Line Count
1
Source Line
113
Source File
plugins/content/emailcloak.php

                // Replace the found address with the js cloaked email
                $text=  substr_replace($text, $replacement, $regs[0][1], strlen($regs[0][0]));


Clone AbstractionParameter Count: 0Parameter Bindings

// Replace the found address with the js cloaked email
$text=substr_replace($text,$replacement,$regs[0][1],strlen($regs[0][0]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None