CloneSet735


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4510.989if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14459
libraries/phpmailer/smtp.php
24533
libraries/phpmailer/smtp.php
34670
libraries/phpmailer/smtp.php
44724
libraries/phpmailer/smtp.php
54980
libraries/phpmailer/smtp.php
Clone Instance
1
Line Count
4
Source Line
459
Source File
libraries/phpmailer/smtp.php

        if (!$this->connected()) {
            $this->error = array(
                    "error" => "Called Hello() without being connected");
            return FALSE;
          }


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

        if (!$this->connected()) {
            $this->error = array(
                    "error" => "Called Help() without being connected");
            return FALSE;
          }


Clone Instance
3
Line Count
4
Source Line
670
Source File
libraries/phpmailer/smtp.php

        if (!$this->connected()) {
            $this->error = array(
                    "error" => "Called Quit() without being connected");
            return FALSE;
          }


Clone Instance
4
Line Count
4
Source Line
724
Source File
libraries/phpmailer/smtp.php

        if (!$this->connected()) {
            $this->error = array(
                    "error" => "Called Recipient() without being connected");
            return FALSE;
          }


Clone Instance
5
Line Count
4
Source Line
980
Source File
libraries/phpmailer/smtp.php

        if (!$this->connected()) {
            $this->error = array(
                    "error" => "Called Verify() without being connected");
            return FALSE;
          }


Clone AbstractionParameter Count: 1Parameter Bindings

if (!$this->connected()) {
  $this->error =array("error" => [[#variable4ce3de20]]);
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4ce3de20]]
"Called Verify() without being connected" 
12[[#4ce3de20]]
"Called Recipient() without being connected" 
13[[#4ce3de20]]
"Called Hello() without being connected" 
14[[#4ce3de20]]
"Called Help() without being connected" 
15[[#4ce3de20]]
"Called Quit() without being connected"