CloneSet936


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14220.963statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11410591
libraries/simplepie/simplepie.php
21410615
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
14
Source Line
10591
Source File
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;
                      }


Clone Instance
2
Line Count
14
Source Line
10615
Source File
libraries/simplepie/simplepie.php

                if ($attribs)
                {
                        if (is_array($attribs))
                        {
                                $this->strip_attributes = $attribs;
                              }
                        else
                        {
                                $this->strip_attributes = explode(',', $attribs);
                              }
                      }
                else
                {
                        $this->strip_attributes = FALSE;
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable46a25e80]]) {
  if (is_array( [[#variable46a25e80]])) {
    $this-> [[#variable46a25ec0]]= [[#variable46a25e80]];
  }
  else {
    $this-> [[#variable46a25ec0]]=explode(',', [[#variable46a25e80]]);
  }
}
else {
  $this-> [[#variable46a25ec0]]=FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46a25e80]]
$attribs 
12[[#46a25e80]]
$tags 
21[[#46a25ec0]]
strip_attributes 
22[[#46a25ec0]]
strip_htmltags