CloneSet1031


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.983or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11101
administrator/components/com_contact/tables/contact.php
21177
administrator/components/com_weblinks/tables/weblink.php
Clone Instance
1
Line Count
1
Source Line
101
Source File
administrator/components/com_contact/tables/contact.php

                                                   !(eregi('http://', $this->webpage)
                                                     ||                                  (eregi('https://', $this->webpage))
                                                     ||                                                                         (eregi('ftp://', $this->webpage)))


Clone Instance
2
Line Count
1
Source Line
177
Source File
administrator/components/com_weblinks/tables/weblink.php

                    !(eregi('http://', $this->url)
                      ||                              (eregi('https://', $this->url))
                      ||                                                                 (eregi('ftp://', $this->url)))


Clone AbstractionParameter Count: 1Parameter Bindings

!(eregi('http://',$this-> [[#variable24211a80]])
  || (eregi('https://',$this-> [[#variable24211a80]]))
  || (eregi('ftp://',$this-> [[#variable24211a80]])))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#24211a80]]
webpage 
12[[#24211a80]]
url