Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.974 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 391 | libraries/joomla/user/helper.php |
2 | 2 | 434 | libraries/joomla/user/helper.php |
| ||||
{ return substr(preg_replace('|^{crypt}|i', '', $seed), 0, 2); } |
| ||||
{ return substr(preg_replace('/^\\$apr1\\$(.{8}).*/','\\1',$seed), 0, 8); } |
| |||
{ return substr(preg_replace( [[#variable51199d40]], [[#variable51199ca0]],$seed),0, [[#variable51199c00]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51199d40]] | '|^{crypt}|i' |
1 | 2 | [[#51199d40]] | '/^\\$apr1\\$(.{8}).*/' |
2 | 1 | [[#51199ca0]] | '' |
2 | 2 | [[#51199ca0]] | '\\1' |
3 | 1 | [[#51199c00]] | 2 |
3 | 2 | [[#51199c00]] | 8 |