Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.994 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 170 | plugins/authentication/openid/Auth/OpenID/Parse.php |
2 | 4 | 182 | plugins/authentication/openid/Auth/OpenID/Parse.php |
| ||||
$result= preg_match($this->openTag('html'), $s, $matches, PREG_OFFSET_CAPTURE); if ($result === FALSE || !$matches) { return FALSE; } |
| ||||
$result= preg_match($this->closeTag('html'), $s, $matches, PREG_OFFSET_CAPTURE); if ($result === FALSE || !$matches) { return FALSE; } |
| |||
$result=preg_match($this-> [[#variable3eb29d40]]('html'),$s,$matches,PREG_OFFSET_CAPTURE); if ($result === FALSE || !$matches) { return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3eb29d40]] | closeTag |
1 | 2 | [[#3eb29d40]] | openTag |