Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 92 | libraries/joomla/environment/request.php |
2 | 3 | 296 | libraries/joomla/environment/request.php |
3 | 4 | 361 | libraries/joomla/environment/request.php |
| ||||
// Ensure hash and type are uppercase $hash= strtoupper($hash); if ($hash === 'METHOD') { $hash= strtoupper($_SERVER['REQUEST_METHOD']); } |
| ||||
// Get the request hash value $hash= strtoupper($hash); if ($hash === 'METHOD') { $hash= strtoupper($_SERVER['REQUEST_METHOD']); } |
| ||||
$hash= strtoupper($hash); if ($hash === 'METHOD') { $hash= strtoupper($_SERVER['REQUEST_METHOD']); } |
| |||
// Ensure hash and type are uppercase // Get the request hash value $hash=strtoupper($hash); if ($hash === 'METHOD') { $hash=strtoupper($_SERVER['REQUEST_METHOD']); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |