CloneSet1757


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1220.980statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11219
libraries/joomla/client/helper.php
21220
libraries/joomla/client/helper.php
Clone Instance
1
Line Count
1
Source Line
219
Source File
libraries/joomla/client/helper.php

                // Determine wether FTP credentials have been passed along with the current request
                $user=  JRequest::getString('username', NULL, 'POST', JREQUEST_ALLOWRAW);


Clone Instance
2
Line Count
1
Source Line
220
Source File
libraries/joomla/client/helper.php

                $pass=  JRequest::getString('password', NULL, 'POST', JREQUEST_ALLOWRAW);


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable3eb2df60]]=JRequest::getString( [[#variable3eb2dee0]],NULL,'POST',JREQUEST_ALLOWRAW);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3eb2df60]]
$pass 
12[[#3eb2df60]]
// Determine wether FTP credentials have been passed along with the current request
$user 
21[[#3eb2dee0]]
'password' 
22[[#3eb2dee0]]
'username'