CloneSet713


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11010181
libraries/simplepie/simplepie.php
21010206
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
10
Source Line
10181
Source File
libraries/simplepie/simplepie.php

                        {
                                $this->checked_feeds ++;
                                $feed=  &new $this->file_class($value, $this->timeout ,5, NULL, $this->useragent);
                                if ($this->is_feed($feed))
                                {
                                        return $feed;
                                      }
                                else
                                {
                                        unset ($array[$key]);
                                      }
                              }


Clone Instance
2
Line Count
10
Source Line
10206
Source File
libraries/simplepie/simplepie.php

                        {
                                $this->checked_feeds ++;
                                $feed=  &new $this->file_class($value, $this->timeout ,5, NULL, $this->useragent);
                                if ($this->is_feed($feed))
                                {
                                        return $feed;
                                      }
                                else
                                {
                                        unset ($array[$key]);
                                      }
                              }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  $this->checked_feeds ++;
  $feed= &new $this->file_class($value,$this->timeout ,5,NULL,$this->useragent);
  if ($this->is_feed($feed)) {
    return $feed;
  }
  else {
    unset ($array[$key]);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None