CloneSet1787


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1240.959statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11115
administrator/components/com_installer/models/install.php
2146
components/com_users/controllers/registration.php
Clone Instance
1
Line Count
1
Source Line
115
Source File
administrator/components/com_installer/models/install.php

                // Get the uploaded file information
                $userfile=  JRequest::getVar('install_package', NULL, 'files', 'array');


Clone Instance
2
Line Count
1
Source Line
46
Source File
components/com_users/controllers/registration.php

                $token=  JRequest::getVar('token', NULL, 'request', 'alnum');


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable40dbe060]]=JRequest::getVar( [[#variable40dbdfe0]],NULL, [[#variable40dbdf20]], [[#variable40dbdec0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#40dbe060]]
$token 
12[[#40dbe060]]
// Get the uploaded file information
$userfile 
21[[#40dbdfe0]]
'token' 
22[[#40dbdfe0]]
'install_package' 
31[[#40dbdf20]]
'request' 
32[[#40dbdf20]]
'files' 
41[[#40dbdec0]]
'alnum' 
42[[#40dbdec0]]
'array'