Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 6 | 5 | 0.953 | foreach_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 2919 | libraries/simplepie/simplepie.php |
2 | 3 | 2923 | libraries/simplepie/simplepie.php |
3 | 3 | 2927 | libraries/simplepie/simplepie.php |
4 | 3 | 3009 | libraries/simplepie/simplepie.php |
5 | 3 | 3013 | libraries/simplepie/simplepie.php |
6 | 3 | 3017 | libraries/simplepie/simplepie.php |
| ||||
foreach ( (array) $this->get_item_tags('', 'category') as $category) { $categories[]= &new $this->feed->category_class($this->sanitize($category['data'], SIMPLEPIE_CONSTRUCT_TEXT), NULL, NULL); } |
| ||||
foreach ( (array) $this->get_item_tags(SIMPLEPIE_NAMESPACE_DC_11, 'subject') as $category) { $categories[]= &new $this->feed->category_class($this->sanitize($category['data'], SIMPLEPIE_CONSTRUCT_TEXT), NULL, NULL); } |
| ||||
foreach ( (array) $this->get_item_tags(SIMPLEPIE_NAMESPACE_DC_10, 'subject') as $category) { $categories[]= &new $this->feed->category_class($this->sanitize($category['data'], SIMPLEPIE_CONSTRUCT_TEXT), NULL, NULL); } |
| ||||
foreach ( (array) $this->get_item_tags(SIMPLEPIE_NAMESPACE_DC_11, 'creator') as $author) { $authors[]= &new $this->feed->author_class($this->sanitize($author['data'], SIMPLEPIE_CONSTRUCT_TEXT), NULL, NULL); } |
| ||||
foreach ( (array) $this->get_item_tags(SIMPLEPIE_NAMESPACE_DC_10, 'creator') as $author) { $authors[]= &new $this->feed->author_class($this->sanitize($author['data'], SIMPLEPIE_CONSTRUCT_TEXT), NULL, NULL); } |
| ||||
foreach ( (array) $this->get_item_tags(SIMPLEPIE_NAMESPACE_ITUNES, 'author') as $author) { $authors[]= &new $this->feed->author_class($this->sanitize($author['data'], SIMPLEPIE_CONSTRUCT_TEXT), NULL, NULL); } |
| |||
foreach ( (array) $this->get_item_tags( [[#variable522d9e60]], [[#variable522d9d00]]) as [[#variable522d9c00]]) { [[#variable522d9dc0]][]= &new $this->feed-> [[#variable522d9d60]]($this->sanitize( [[#variable522d9c00]]['data'],SIMPLEPIE_CONSTRUCT_TEXT),NULL,NULL); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#522d9e60]] | SIMPLEPIE_NAMESPACE_ITUNES |
1 | 2 | [[#522d9e60]] | SIMPLEPIE_NAMESPACE_DC_10 |
1 | 3 | [[#522d9e60]] | SIMPLEPIE_NAMESPACE_DC_11 |
1 | 4 | [[#522d9e60]] | SIMPLEPIE_NAMESPACE_DC_11 |
1 | 5 | [[#522d9e60]] | SIMPLEPIE_NAMESPACE_DC_10 |
1 | 6 | [[#522d9e60]] | '' |
2 | 1 | [[#522d9d00]] | 'author' |
2 | 2 | [[#522d9d00]] | 'subject' |
2 | 3 | [[#522d9d00]] | 'creator' |
2 | 4 | [[#522d9d00]] | 'subject' |
2 | 5 | [[#522d9d00]] | 'creator' |
2 | 6 | [[#522d9d00]] | 'category' |
3 | 1 | [[#522d9c00]] | $author |
3 | 2 | [[#522d9c00]] | $category |
3 | 3 | [[#522d9c00]] | $author |
3 | 4 | [[#522d9c00]] | $category |
3 | 5 | [[#522d9c00]] | $author |
3 | 6 | [[#522d9c00]] | $category |
4 | 1 | [[#522d9dc0]] | $authors |
4 | 2 | [[#522d9dc0]] | $categories |
4 | 3 | [[#522d9dc0]] | $authors |
4 | 4 | [[#522d9dc0]] | $categories |
4 | 5 | [[#522d9dc0]] | $authors |
4 | 6 | [[#522d9dc0]] | $categories |
5 | 1 | [[#522d9d60]] | author_class |
5 | 2 | [[#522d9d60]] | category_class |
5 | 3 | [[#522d9d60]] | author_class |
5 | 4 | [[#522d9d60]] | category_class |
5 | 5 | [[#522d9d60]] | author_class |
5 | 6 | [[#522d9d60]] | category_class |