CloneSet680


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13230.988class_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1132488
libraries/simplepie/simplepie.php
2132504
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
13
Source Line
2488
Source File
libraries/simplepie/simplepie.php

        function get_image_width() {

                if ($return=  $this->get_image_tags('', 'width'))
                {
                        return round($return[0]['data']);
                      }
                elseif ($this->get_type()&  SIMPLEPIE_TYPE_RSS_SYNDICATION
                        &&                                                    $this->get_image_tags('', 'url')) {
                        return 88.0;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
2
Line Count
13
Source Line
2504
Source File
libraries/simplepie/simplepie.php

        function get_image_height() {

                if ($return=  $this->get_image_tags('', 'height'))
                {
                        return round($return[0]['data']);
                      }
                elseif ($this->get_type()&  SIMPLEPIE_TYPE_RSS_SYNDICATION
                        &&                                                    $this->get_image_tags('', 'url')) {
                        return 31.0;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone AbstractionParameter Count: 3Parameter Bindings

function [[#variable2520e200]]() {
  if ($return=$this->get_image_tags('', [[#variable2520e180]])) {
    return round($return[0]['data']);
  }
  elseif ($this->get_type()&SIMPLEPIE_TYPE_RSS_SYNDICATION
          && $this->get_image_tags('','url')) {
    return [[#variable2520e1c0]];
  }
  else {
    return NULL;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2520e200]]
get_image_height 
12[[#2520e200]]
get_image_width 
21[[#2520e180]]
'height' 
22[[#2520e180]]
'width' 
31[[#2520e1c0]]
31.0 
32[[#2520e1c0]]
88.0