| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 3 | 0.965 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 58 | administrator/modules/mod_feed/helper.php |
| 2 | 1 | 424 | libraries/simplepie/idn/idna_convert.class.php |
| ||||
// feed elements
$items= array_slice($items, 0, $rssitems);
|
| ||||
$check_deco= array_slice($decoded, 0, $extract); |
| |||
[[#variable45fefee0]]=array_slice( [[#variable45fefe40]],0, [[#variable45fefdc0]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#45fefee0]] | // feed elements $items |
| 1 | 2 | [[#45fefee0]] | $check_deco |
| 2 | 1 | [[#45fefe40]] | $items |
| 2 | 2 | [[#45fefe40]] | $decoded |
| 3 | 1 | [[#45fefdc0]] | $rssitems |
| 3 | 2 | [[#45fefdc0]] | $extract |