CloneSet225


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12260.972statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1122002
libraries/simplepie/simplepie.php
2122016
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
12
Source Line
2002
Source File
libraries/simplepie/simplepie.php

                if ($type&  SIMPLEPIE_TYPE_ATOM_10)
                {
                        if ( isset ($this->data['child'][SIMPLEPIE_NAMESPACE_ATOM_10]['feed'][0]['child'][$namespace][$tag]))
                        {
                                return $this->data['child'][SIMPLEPIE_NAMESPACE_ATOM_10]['feed'][0]['child'][$namespace][$tag];
                              }
                      }
                if ($type&  SIMPLEPIE_TYPE_ATOM_03)
                {
                        if ( isset ($this->data['child'][SIMPLEPIE_NAMESPACE_ATOM_03]['feed'][0]['child'][$namespace][$tag]))
                        {
                                return $this->data['child'][SIMPLEPIE_NAMESPACE_ATOM_03]['feed'][0]['child'][$namespace][$tag];
                              }
                      }


Clone Instance
2
Line Count
12
Source Line
2016
Source File
libraries/simplepie/simplepie.php

                if ($type&  SIMPLEPIE_TYPE_RSS_RDF)
                {
                        if ( isset ($this->data['child'][SIMPLEPIE_NAMESPACE_RDF]['RDF'][0]['child'][$namespace][$tag]))
                        {
                                return $this->data['child'][SIMPLEPIE_NAMESPACE_RDF]['RDF'][0]['child'][$namespace][$tag];
                              }
                      }
                if ($type&  SIMPLEPIE_TYPE_RSS_SYNDICATION)
                {
                        if ( isset ($this->data['child']['']['rss'][0]['child'][$namespace][$tag]))
                        {
                                return $this->data['child']['']['rss'][0]['child'][$namespace][$tag];
                              }
                      }


Clone AbstractionParameter Count: 6Parameter Bindings

if ($type& [[#variable515fc6e0]]) {
  if ( isset ($this->data['child'][ [[#variable515fc620]]][ [[#variable515fc580]]][0]['child'][$namespace][$tag])) {
    return $this->data['child'][ [[#variable515fc620]]][ [[#variable515fc580]]][0]['child'][$namespace][$tag];
  }
}
if ($type& [[#variable5116d9c0]]) {
  if ( isset ($this->data['child'][ [[#variable515fc500]]][ [[#variable515fc4a0]]][0]['child'][$namespace][$tag])) {
    return $this->data['child'][ [[#variable515fc500]]][ [[#variable515fc4a0]]][0]['child'][$namespace][$tag];
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#515fc6e0]]
SIMPLEPIE_TYPE_RSS_RDF 
12[[#515fc6e0]]
SIMPLEPIE_TYPE_ATOM_10 
21[[#515fc620]]
SIMPLEPIE_NAMESPACE_RDF 
22[[#515fc620]]
SIMPLEPIE_NAMESPACE_ATOM_10 
31[[#515fc580]]
'RDF' 
32[[#515fc580]]
'feed' 
41[[#5116d9c0]]
SIMPLEPIE_TYPE_RSS_SYNDICATION 
42[[#5116d9c0]]
SIMPLEPIE_TYPE_ATOM_03 
51[[#515fc500]]
'' 
52[[#515fc500]]
SIMPLEPIE_NAMESPACE_ATOM_03 
61[[#515fc4a0]]
'rss' 
62[[#515fc4a0]]
'feed'