CloneSet754


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1260.974symandexpression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1110417
libraries/simplepie/simplepie.php
2110418
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
1
Source Line
10417
Source File
libraries/simplepie/simplepie.php

                             end($this->namespace) == SIMPLEPIE_NAMESPACE_ATOM_03
                             &&                                                      in_array(end($this->element), array( 'title', 'tagline', 'copyright', 'info', 'summary', 'content'
                                                                                                                        ))
                             &&                                                                                                                                                             isset ($attribs['']['mode'])


Clone Instance
2
Line Count
1
Source Line
10418
Source File
libraries/simplepie/simplepie.php

                            end($this->namespace) == SIMPLEPIE_NAMESPACE_ATOM_10
                            &&                                                      in_array(end($this->element), array( 'rights', 'subtitle', 'summary', 'info', 'title', 'content'
                                                                                                                       ))
                            &&                                                                                                                                                           isset ($attribs['']['type'])


Clone AbstractionParameter Count: 6Parameter Bindings

end($this->namespace) == [[#variable482a4fc0]]
&& in_array(end($this->element),array(  [[#variable482a4f40]],
                                        [[#variable482a4ea0]],
                                        [[#variable482a4e40]],
                                       'info',
                                        [[#variable482a4d40]],
                                       'content'
                                     ))
&& isset ($attribs[''][ [[#variable482a4d80]]])
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#482a4fc0]]
SIMPLEPIE_NAMESPACE_ATOM_10 
12[[#482a4fc0]]
SIMPLEPIE_NAMESPACE_ATOM_03 
21[[#482a4f40]]
'rights' 
22[[#482a4f40]]
'title' 
31[[#482a4ea0]]
'subtitle' 
32[[#482a4ea0]]
'tagline' 
41[[#482a4e40]]
'summary' 
42[[#482a4e40]]
'copyright' 
51[[#482a4d40]]
'title' 
52[[#482a4d40]]
'summary' 
61[[#482a4d80]]
'type' 
62[[#482a4d80]]
'mode'