Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.966 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 89 | administrator/components/com_users/controllers/config.php |
2 | 2 | 277 | components/com_contact/controller.php |
| ||||
header('Content-length: ' . strlen($string)); header('Content-disposition: attachment; filename="users.config.ini"'); |
| ||||
header('Content-Length: ' . strlen($output)); header('Connection: close'); |
| |||
header( [[#variable4857eda0]] . strlen( [[#variable4857ed80]])); header( [[#variable4857ece0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4857eda0]] | 'Content-Length: ' |
1 | 2 | [[#4857eda0]] | 'Content-length: ' |
2 | 1 | [[#4857ed80]] | $output |
2 | 2 | [[#4857ed80]] | $string |
3 | 1 | [[#4857ece0]] | 'Connection: close' |
3 | 2 | [[#4857ece0]] | 'Content-disposition: attachment; filename="users.config.ini"' |