CloneSet909


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.990statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
136998
libraries/simplepie/simplepie.php
237022
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
3
Source Line
6998
Source File
libraries/simplepie/simplepie.php

                $len=  strcspn($this->data ,"\r\n", $this->position);
                $this->reason = substr($this->data ,$this->position ,$len);
                $this->position += $len;


Clone Instance
2
Line Count
3
Source Line
7022
Source File
libraries/simplepie/simplepie.php

                $len=  strcspn($this->data ,':', $this->position);
                $this->name = substr($this->data ,$this->position ,$len);
                $this->position += $len;


Clone AbstractionParameter Count: 2Parameter Bindings

$len=strcspn($this->data , [[#variable4b1fc0e0]],$this->position);
$this-> [[#variable2488f5e0]]=substr($this->data ,$this->position ,$len);
$this->position += $len;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4b1fc0e0]]
':' 
12[[#4b1fc0e0]]
"\r\n" 
21[[#2488f5e0]]
name 
22[[#2488f5e0]]
reason