CloneSet1178


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.987statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141061
libraries/phpmailer/phpmailer.php
241067
libraries/phpmailer/phpmailer.php
Clone Instance
1
Line Count
4
Source Line
1061
Source File
libraries/phpmailer/phpmailer.php

            {
                $mime[]=  $this->EncodeString($string, $encoding);
                if ($this->IsError()) {
                                        return "";
                                      }
                $mime[]=  $this->LE
                          .         $this->LE;
              }


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

            {
                $mime[]=  $this->EncodeFile($path, $encoding);
                if ($this->IsError()) {
                                        return "";
                                      }
                $mime[]=  $this->LE
                          .         $this->LE;
              }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  $mime[]=$this-> [[#variable23ece140]]( [[#variable23ece160]],$encoding);
  if ($this->IsError()) {
    return "";
  }
  $mime[]=$this->LE
          . $this->LE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#23ece140]]
EncodeFile 
12[[#23ece140]]
EncodeString 
21[[#23ece160]]
$path 
22[[#23ece160]]
$string