Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.985 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 471 | libraries/phpmailer/phpmailer.php |
2 | 4 | 501 | libraries/phpmailer/phpmailer.php |
| ||||
$error= $this->Lang("from_failed") . $smtp_from; $this->SetError($error); $this->smtp->Reset(); return FALSE; |
| ||||
$error= $this->Lang("recipients_failed") . $error; $this->SetError($error); $this->smtp->Reset(); return FALSE; |
| |||
$error=$this->Lang( [[#variable58e3c3e0]]) . [[#variable5880cac0]]; $this->SetError($error); $this->smtp->Reset(); return FALSE; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58e3c3e0]] | "recipients_failed" |
1 | 2 | [[#58e3c3e0]] | "from_failed" |
2 | 1 | [[#5880cac0]] | $error |
2 | 2 | [[#5880cac0]] | $smtp_from |