CloneSet139


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
81330.952statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
182175
libraries/simplepie/simplepie.php
282535
libraries/simplepie/simplepie.php
382885
libraries/simplepie/simplepie.php
482944
libraries/simplepie/simplepie.php
583225
libraries/simplepie/simplepie.php
685336
libraries/simplepie/simplepie.php
785361
libraries/simplepie/simplepie.php
885410
libraries/simplepie/simplepie.php
985509
libraries/simplepie/simplepie.php
1085558
libraries/simplepie/simplepie.php
1185631
libraries/simplepie/simplepie.php
1285656
libraries/simplepie/simplepie.php
1385706
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
8
Source Line
2175
Source File
libraries/simplepie/simplepie.php

                $links=  $this->get_links($rel);
                if ( isset ($links[$key]))
                {
                        return $links[$key];
                      }
                else
                {
                        return NULL;
                      }


Clone Instance
2
Line Count
8
Source Line
2535
Source File
libraries/simplepie/simplepie.php

                $items=  $this->get_items();
                if ( isset ($items[$key]))
                {
                        return $items[$key];
                      }
                else
                {
                        return NULL;
                      }


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

                $categories=  $this->get_categories();
                if ( isset ($categories[$key]))
                {
                        return $categories[$key];
                      }
                else
                {
                        return NULL;
                      }


Clone Instance
4
Line Count
8
Source Line
2944
Source File
libraries/simplepie/simplepie.php

                $authors=  $this->get_authors();
                if ( isset ($authors[$key]))
                {
                        return $authors[$key];
                      }
                else
                {
                        return NULL;
                      }


Clone Instance
5
Line Count
8
Source Line
3225
Source File
libraries/simplepie/simplepie.php

                $enclosures=  $this->get_enclosures();
                if ( isset ($enclosures[$key]))
                {
                        return $enclosures[$key];
                      }
                else
                {
                        return NULL;
                      }


Clone Instance
6
Line Count
8
Source Line
5336
Source File
libraries/simplepie/simplepie.php

                $captions=  $this->get_captions();
                if ( isset ($captions[$key]))
                {
                        return $captions[$key];
                      }
                else
                {
                        return NULL;
                      }


Clone Instance
7
Line Count
8
Source Line
5361
Source File
libraries/simplepie/simplepie.php

                $categories=  $this->get_categories();
                if ( isset ($categories[$key]))
                {
                        return $categories[$key];
                      }
                else
                {
                        return NULL;
                      }


Clone Instance
8
Line Count
8
Source Line
5410
Source File
libraries/simplepie/simplepie.php

                $credits=  $this->get_credits();
                if ( isset ($credits[$key]))
                {
                        return $credits[$key];
                      }
                else
                {
                        return NULL;
                      }


Clone Instance
9
Line Count
8
Source Line
5509
Source File
libraries/simplepie/simplepie.php

                $hashes=  $this->get_hashes();
                if ( isset ($hashes[$key]))
                {
                        return $hashes[$key];
                      }
                else
                {
                        return NULL;
                      }


Clone Instance
10
Line Count
8
Source Line
5558
Source File
libraries/simplepie/simplepie.php

                $keywords=  $this->get_keywords();
                if ( isset ($keywords[$key]))
                {
                        return $keywords[$key];
                      }
                else
                {
                        return NULL;
                      }


Clone Instance
11
Line Count
8
Source Line
5631
Source File
libraries/simplepie/simplepie.php

                $ratings=  $this->get_ratings();
                if ( isset ($ratings[$key]))
                {
                        return $ratings[$key];
                      }
                else
                {
                        return NULL;
                      }


Clone Instance
12
Line Count
8
Source Line
5656
Source File
libraries/simplepie/simplepie.php

                $restrictions=  $this->get_restrictions();
                if ( isset ($restrictions[$key]))
                {
                        return $restrictions[$key];
                      }
                else
                {
                        return NULL;
                      }


Clone Instance
13
Line Count
8
Source Line
5706
Source File
libraries/simplepie/simplepie.php

                $thumbnails=  $this->get_thumbnails();
                if ( isset ($thumbnails[$key]))
                {
                        return $thumbnails[$key];
                      }
                else
                {
                        return NULL;
                      }


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable52606920]]=$this-> [[#variable526068a0]]( [[#variable526067e0]]);
if ( isset ( [[#variable52606920]][$key])) {
  return [[#variable52606920]][$key];
}
else {
  return NULL;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52606920]]
$categories 
12[[#52606920]]
$thumbnails 
13[[#52606920]]
$restrictions 
14[[#52606920]]
$ratings 
15[[#52606920]]
$keywords 
16[[#52606920]]
$hashes 
17[[#52606920]]
$credits 
18[[#52606920]]
$captions 
19[[#52606920]]
$enclosures 
110[[#52606920]]
$authors 
111[[#52606920]]
$items 
112[[#52606920]]
$links 
113[[#52606920]]
$categories 
21[[#526068a0]]
get_categories 
22[[#526068a0]]
get_thumbnails 
23[[#526068a0]]
get_restrictions 
24[[#526068a0]]
get_ratings 
25[[#526068a0]]
get_keywords 
26[[#526068a0]]
get_hashes 
27[[#526068a0]]
get_credits 
28[[#526068a0]]
get_captions 
29[[#526068a0]]
get_enclosures 
210[[#526068a0]]
get_authors 
211[[#526068a0]]
get_items 
212[[#526068a0]]
get_links 
213[[#526068a0]]
get_categories 
31[[#526067e0]]
32[[#526067e0]]
33[[#526067e0]]
34[[#526067e0]]
35[[#526067e0]]
36[[#526067e0]]
37[[#526067e0]]
38[[#526067e0]]
39[[#526067e0]]
310[[#526067e0]]
311[[#526067e0]]
312[[#526067e0]]
$rel 
313[[#526067e0]]