CloneSet1800


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

            $mime[]=  sprintf("--%s%s", $this->boundary[1], $this->LE);


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

        $mime[]=  sprintf("--%s--%s", $this->boundary[1], $this->LE);


Clone AbstractionParameter Count: 1Parameter Bindings

$mime[]=sprintf( [[#variable52452f40]],$this->boundary[1],$this->LE);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52452f40]]
"--%s--%s" 
12[[#52452f40]]
"--%s%s"