Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.977 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1543 | plugins/content/geshi/geshi.php |
2 | 5 | 1597 | plugins/content/geshi/geshi.php |
| ||||
{ foreach ($this->language_data['HARDESCAPE'] as $hardesc) { if (substr($part, $i, strlen($hardesc)) == $hardesc) { $escape_me= TRUE; break; } } } |
| ||||
{ foreach ($this->language_data['HARDESCAPE'] as $hard) { if (substr($part, $i, strlen($hard)) == $hard) { $ESCAPE_CHAR_OPEN= TRUE; break; } } } |
| |||
{ foreach ($this->language_data['HARDESCAPE'] as [[#variable21d6f960]]) { if (substr($part,$i,strlen( [[#variable21d6f960]])) == [[#variable21d6f960]]) { [[#variable21d6f8c0]]=TRUE; break; } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21d6f960]] | $hard |
1 | 2 | [[#21d6f960]] | $hardesc |
2 | 1 | [[#21d6f8c0]] | $ESCAPE_CHAR_OPEN |
2 | 2 | [[#21d6f8c0]] | $escape_me |