CloneSet1026


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

              $encoded=  $this->FixEOL($str);
              if (substr($encoded, -(strlen($this->LE))) != $this->LE)
                $encoded.=  $this->LE;


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

        $encoded=  $this->FixEOL($str);
        if (substr($encoded, -(strlen($this->LE))) != $this->LE)
            $encoded.=  $this->LE;


Clone AbstractionParameter Count: 0Parameter Bindings

$encoded=$this->FixEOL($str);
if (substr($encoded,-(strlen($this->LE))) != $this->LE)
  $encoded.=$this->LE;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None