| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.976 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 488 | libraries/phpxmlrpc/xmlrpc_wrappers.php |
| 2 | 4 | 601 | libraries/phpxmlrpc/xmlrpc_wrappers.php |
| ||||
$msig= $response->value();
if ($client->return_type != 'phpvals')
{
$msig= $decodefunc($msig);
}
|
| ||||
$mlist= $response->value();
if ($client->return_type != 'phpvals')
{
$mlist= $decodefunc($mlist);
}
|
| |||
[[#variable515f4e40]]=$response->value();
if ($client->return_type != 'phpvals') {
[[#variable515f4e40]]=$decodefunc( [[#variable515f4e40]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#515f4e40]] | $msig |
| 1 | 2 | [[#515f4e40]] | $mlist |