CloneSet894


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7340.970switch_statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171746
libraries/simplepie/simplepie.php
271757
libraries/simplepie/simplepie.php
371765
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
7
Source Line
1746
Source File
libraries/simplepie/simplepie.php

                                                                        case '0':
                                                                                $this->data['type'] &= SIMPLEPIE_TYPE_RSS_091_NETSCAPE;
                                                                                break;

                                                                        case '24':
                                                                                $this->data['type'] &= SIMPLEPIE_TYPE_RSS_091_USERLAND;
                                                                                break;


Clone Instance
2
Line Count
7
Source Line
1757
Source File
libraries/simplepie/simplepie.php

                                                case '0.92':
                                                        $this->data['type'] &= SIMPLEPIE_TYPE_RSS_092;
                                                        break;

                                                case '0.93':
                                                        $this->data['type'] &= SIMPLEPIE_TYPE_RSS_093;
                                                        break;


Clone Instance
3
Line Count
7
Source Line
1765
Source File
libraries/simplepie/simplepie.php

                                                case '0.94':
                                                        $this->data['type'] &= SIMPLEPIE_TYPE_RSS_094;
                                                        break;

                                                case '2.0':
                                                        $this->data['type'] &= SIMPLEPIE_TYPE_RSS_20;
                                                        break;


Clone AbstractionParameter Count: 4Parameter Bindings

case [[#variable229d9a00]]:
  $this->data['type'] &= [[#variable229d9940]];
  break;
case [[#variable229d9920]]:
  $this->data['type'] &= [[#variable229d9900]];
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#229d9a00]]
'0' 
12[[#229d9a00]]
'0.92' 
13[[#229d9a00]]
'0.94' 
21[[#229d9940]]
SIMPLEPIE_TYPE_RSS_091_NETSCAPE 
22[[#229d9940]]
SIMPLEPIE_TYPE_RSS_092 
23[[#229d9940]]
SIMPLEPIE_TYPE_RSS_094 
31[[#229d9920]]
'24' 
32[[#229d9920]]
'0.93' 
33[[#229d9920]]
'2.0' 
41[[#229d9900]]
SIMPLEPIE_TYPE_RSS_091_USERLAND 
42[[#229d9900]]
SIMPLEPIE_TYPE_RSS_093 
43[[#229d9900]]
SIMPLEPIE_TYPE_RSS_20