CloneSet797


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1392
libraries/joomla/environment/request.php
23296
libraries/joomla/environment/request.php
34361
libraries/joomla/environment/request.php
Clone Instance
1
Line Count
3
Source Line
92
Source File
libraries/joomla/environment/request.php

                // Ensure hash and type are uppercase
                $hash=  strtoupper($hash);
                if ($hash === 'METHOD') {
                        $hash=  strtoupper($_SERVER['REQUEST_METHOD']);
                      }


Clone Instance
2
Line Count
3
Source Line
296
Source File
libraries/joomla/environment/request.php

                // Get the request hash value
                $hash=  strtoupper($hash);
                if ($hash === 'METHOD') {
                        $hash=  strtoupper($_SERVER['REQUEST_METHOD']);
                      }


Clone Instance
3
Line Count
4
Source Line
361
Source File
libraries/joomla/environment/request.php

                $hash=  strtoupper($hash);

                if ($hash === 'METHOD') {
                        $hash=  strtoupper($_SERVER['REQUEST_METHOD']);
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Ensure hash and type are uppercase
// Get the request hash value
$hash=strtoupper($hash);
if ($hash === 'METHOD') {
  $hash=strtoupper($_SERVER['REQUEST_METHOD']);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None