CloneSet2051


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1220.976statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111051
libraries/phpmailer/phpmailer.php
211054
libraries/phpmailer/phpmailer.php
Clone Instance
1
Line Count
1
Source Line
1051
Source File
libraries/phpmailer/phpmailer.php

            $mime[]=  sprintf("Content-Transfer-Encoding: %s%s", $encoding, $this->LE);


Clone Instance
2
Line Count
1
Source Line
1054
Source File
libraries/phpmailer/phpmailer.php

                $mime[]=  sprintf("Content-ID: <%s>%s", $cid, $this->LE);


Clone AbstractionParameter Count: 2Parameter Bindings

$mime[]=sprintf( [[#variable51f1eca0]], [[#variable51f1ec20]],$this->LE);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#51f1eca0]]
"Content-ID: <%s>%s" 
12[[#51f1eca0]]
"Content-Transfer-Encoding: %s%s" 
21[[#51f1ec20]]
$cid 
22[[#51f1ec20]]
$encoding