CloneSet897


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2340.970statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121042
libraries/phpmailer/phpmailer.php
221044
libraries/phpmailer/phpmailer.php
321046
libraries/phpmailer/phpmailer.php
Clone Instance
1
Line Count
2
Source Line
1042
Source File
libraries/phpmailer/phpmailer.php

            $filename=     $this->attachment[$i][1];
            $name=         $this->attachment[$i][2];


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

            $encoding=     $this->attachment[$i][3];
            $type=         $this->attachment[$i][4];


Clone Instance
3
Line Count
2
Source Line
1046
Source File
libraries/phpmailer/phpmailer.php

            $disposition=  $this->attachment[$i][6];
            $cid=          $this->attachment[$i][7];


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable222cc8e0]]=$this->attachment[$i][ [[#variable222cc900]]];
 [[#variable222cc860]]=$this->attachment[$i][ [[#variable222cc7c0]]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#222cc8e0]]
$disposition 
12[[#222cc8e0]]
$filename 
13[[#222cc8e0]]
$encoding 
21[[#222cc900]]
6 
22[[#222cc900]]
1 
23[[#222cc900]]
3 
31[[#222cc860]]
$cid 
32[[#222cc860]]
$name 
33[[#222cc860]]
$type 
41[[#222cc7c0]]
7 
42[[#222cc7c0]]
2 
43[[#222cc7c0]]
4