Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.981 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 266 | libraries/joomla/environment/response.php |
2 | 2 | 270 | libraries/joomla/environment/response.php |
| ||||
if (FALSE !== strpos($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) { $encoding= 'gzip'; } |
| ||||
if (FALSE !== strpos($_SERVER['HTTP_ACCEPT_ENCODING'], 'x-gzip')) { $encoding= 'x-gzip'; } |
| |||
if (FALSE !== strpos($_SERVER['HTTP_ACCEPT_ENCODING'], [[#variable45fb30c0]])) { $encoding= [[#variable45fb30c0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#45fb30c0]] | 'gzip' |
1 | 2 | [[#45fb30c0]] | 'x-gzip' |