| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 8 | 1 | 0.974 | statement_block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 151 | libraries/phpmailer/smtp.php |
| 2 | 10 | 169 | libraries/phpmailer/smtp.php |
| 3 | 10 | 187 | libraries/phpmailer/smtp.php |
| 4 | 10 | 375 | libraries/phpmailer/smtp.php |
| 5 | 10 | 498 | libraries/phpmailer/smtp.php |
| 6 | 10 | 553 | libraries/phpmailer/smtp.php |
| 7 | 10 | 739 | libraries/phpmailer/smtp.php |
| 8 | 10 | 995 | libraries/phpmailer/smtp.php |
| ||||
{
$this->error =
array( "error" => "AUTH not accepted from server",
"smtp_code" => $code,
"smtp_msg" => substr($rply,4)
);
if ($this->do_debug >= 1) {
echo "SMTP -> ERROR: "
. $this->error["error"]
. ": "
. $rply
. $this->CRLF;
}
return FALSE;
}
|
| ||||
{
$this->error =
array( "error" => "Username not accepted from server",
"smtp_code" => $code,
"smtp_msg" => substr($rply,4)
);
if ($this->do_debug >= 1) {
echo "SMTP -> ERROR: "
. $this->error["error"]
. ": "
. $rply
. $this->CRLF;
}
return FALSE;
}
|
| ||||
{
$this->error =
array( "error" => "Password not accepted from server",
"smtp_code" => $code,
"smtp_msg" => substr($rply,4)
);
if ($this->do_debug >= 1) {
echo "SMTP -> ERROR: "
. $this->error["error"]
. ": "
. $rply
. $this->CRLF;
}
return FALSE;
}
|
| ||||
{
$this->error =
array( "error" => "DATA not accepted from server",
"smtp_code" => $code,
"smtp_msg" => substr($rply,4)
);
if ($this->do_debug >= 1) {
echo "SMTP -> ERROR: "
. $this->error["error"]
. ": "
. $rply
. $this->CRLF;
}
return FALSE;
}
|
| ||||
{
$this->error =
array( "error" => $hello
. " not accepted from server",
"smtp_code" => $code,
"smtp_msg" => substr($rply,4)
);
if ($this->do_debug >= 1) {
echo "SMTP -> ERROR: "
. $this->error["error"]
. ": "
. $rply
. $this->CRLF;
}
return FALSE;
}
|
| ||||
{
$this->error =
array( "error" => "HELP not accepted from server",
"smtp_code" => $code,
"smtp_msg" => substr($rply,4)
);
if ($this->do_debug >= 1) {
echo "SMTP -> ERROR: "
. $this->error["error"]
. ": "
. $rply
. $this->CRLF;
}
return FALSE;
}
|
| ||||
{
$this->error =
array( "error" => "RCPT not accepted from server",
"smtp_code" => $code,
"smtp_msg" => substr($rply,4)
);
if ($this->do_debug >= 1) {
echo "SMTP -> ERROR: "
. $this->error["error"]
. ": "
. $rply
. $this->CRLF;
}
return FALSE;
}
|
| ||||
{
$this->error =
array( "error" => "VRFY failed on name '$name'" ,
"smtp_code" => $code,
"smtp_msg" => substr($rply,4)
);
if ($this->do_debug >= 1) {
echo "SMTP -> ERROR: "
. $this->error["error"]
. ": "
. $rply
. $this->CRLF;
}
return FALSE;
}
|
| |||
{
$this->error =array( "error" => [[#variable4605e140]],
"smtp_code" => $code,
"smtp_msg" => substr($rply,4)
);
if ($this->do_debug >=1) {
echo "SMTP -> ERROR: "
. $this->error["error"]
. ": "
. $rply
. $this->CRLF;
}
return FALSE;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4605e140]] | "AUTH not accepted from server" |
| 1 | 2 | [[#4605e140]] | "Username not accepted from server" |
| 1 | 3 | [[#4605e140]] | "Password not accepted from server" |
| 1 | 4 | [[#4605e140]] | "VRFY failed on name '$name'" |
| 1 | 5 | [[#4605e140]] | "DATA not accepted from server" |
| 1 | 6 | [[#4605e140]] | "RCPT not accepted from server" |
| 1 | 7 | [[#4605e140]] | $hello . " not accepted from server" |
| 1 | 8 | [[#4605e140]] | "HELP not accepted from server" |