Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 2 | 0.963 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 10591 | libraries/simplepie/simplepie.php |
2 | 14 | 10615 | libraries/simplepie/simplepie.php |
| ||||
if ($tags) { if (is_array($tags)) { $this->strip_htmltags = $tags; } else { $this->strip_htmltags = explode(',', $tags); } } else { $this->strip_htmltags = FALSE; } |
| ||||
if ($attribs) { if (is_array($attribs)) { $this->strip_attributes = $attribs; } else { $this->strip_attributes = explode(',', $attribs); } } else { $this->strip_attributes = FALSE; } |
| |||
if ( [[#variable46a25e80]]) { if (is_array( [[#variable46a25e80]])) { $this-> [[#variable46a25ec0]]= [[#variable46a25e80]]; } else { $this-> [[#variable46a25ec0]]=explode(',', [[#variable46a25e80]]); } } else { $this-> [[#variable46a25ec0]]=FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46a25e80]] | $attribs |
1 | 2 | [[#46a25e80]] | $tags |
2 | 1 | [[#46a25ec0]] | strip_attributes |
2 | 2 | [[#46a25ec0]] | strip_htmltags |