Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.987 | for_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 478 | libraries/phpmailer/phpmailer.php |
2 | 4 | 483 | libraries/phpmailer/phpmailer.php |
3 | 4 | 488 | libraries/phpmailer/phpmailer.php |
| ||||
// Attempt to send attach all recipients for ($i= 0; $i< count($this->to); $i ++) { if (!$this->smtp->Recipient($this->to[$i][0])) $bad_rcpt[]= $this->to[$i][0]; } |
| ||||
for ($i= 0; $i< count($this->cc); $i ++) { if (!$this->smtp->Recipient($this->cc[$i][0])) $bad_rcpt[]= $this->cc[$i][0]; } |
| ||||
for ($i= 0; $i< count($this->bcc); $i ++) { if (!$this->smtp->Recipient($this->bcc[$i][0])) $bad_rcpt[]= $this->bcc[$i][0]; } |
| |||
// Attempt to send attach all recipients for ($i=0; $i<count($this-> [[#variable52656620]]); $i ++) { if (!$this->smtp->Recipient($this-> [[#variable52656620]][$i][0])) $bad_rcpt[]=$this-> [[#variable52656620]][$i][0]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52656620]] | to |
1 | 2 | [[#52656620]] | cc |
1 | 3 | [[#52656620]] | bcc |