CloneSet210


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3650.953foreach_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
132919
libraries/simplepie/simplepie.php
232923
libraries/simplepie/simplepie.php
332927
libraries/simplepie/simplepie.php
433009
libraries/simplepie/simplepie.php
533013
libraries/simplepie/simplepie.php
633017
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
3
Source Line
2919
Source File
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);
                      }


Clone Instance
2
Line Count
3
Source Line
2923
Source File
libraries/simplepie/simplepie.php

                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);
                      }


Clone Instance
3
Line Count
3
Source Line
2927
Source File
libraries/simplepie/simplepie.php

                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);
                      }


Clone Instance
4
Line Count
3
Source Line
3009
Source File
libraries/simplepie/simplepie.php

                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);
                      }


Clone Instance
5
Line Count
3
Source Line
3013
Source File
libraries/simplepie/simplepie.php

                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);
                      }


Clone Instance
6
Line Count
3
Source Line
3017
Source File
libraries/simplepie/simplepie.php

                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);
                      }


Clone AbstractionParameter Count: 5Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#522d9e60]]
SIMPLEPIE_NAMESPACE_ITUNES 
12[[#522d9e60]]
SIMPLEPIE_NAMESPACE_DC_10 
13[[#522d9e60]]
SIMPLEPIE_NAMESPACE_DC_11 
14[[#522d9e60]]
SIMPLEPIE_NAMESPACE_DC_11 
15[[#522d9e60]]
SIMPLEPIE_NAMESPACE_DC_10 
16[[#522d9e60]]
'' 
21[[#522d9d00]]
'author' 
22[[#522d9d00]]
'subject' 
23[[#522d9d00]]
'creator' 
24[[#522d9d00]]
'subject' 
25[[#522d9d00]]
'creator' 
26[[#522d9d00]]
'category' 
31[[#522d9c00]]
$author 
32[[#522d9c00]]
$category 
33[[#522d9c00]]
$author 
34[[#522d9c00]]
$category 
35[[#522d9c00]]
$author 
36[[#522d9c00]]
$category 
41[[#522d9dc0]]
$authors 
42[[#522d9dc0]]
$categories 
43[[#522d9dc0]]
$authors 
44[[#522d9dc0]]
$categories 
45[[#522d9dc0]]
$authors 
46[[#522d9dc0]]
$categories 
51[[#522d9d60]]
author_class 
52[[#522d9d60]]
category_class 
53[[#522d9d60]]
author_class 
54[[#522d9d60]]
category_class 
55[[#522d9d60]]
author_class 
56[[#522d9d60]]
category_class