Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.982 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 2607 | libraries/phpxmlrpc/xmlrpc.php |
2 | 2 | 3438 | libraries/phpxmlrpc/xmlrpc.php |
| ||||
$errno_v= $v->structmem('faultCode'); $errstr_v= $v->structmem('faultString'); |
| ||||
$vc= $v->structmem('faultCode'); $vs= $v->structmem('faultString'); |
| |||
[[#variable46609aa0]]=$v->structmem('faultCode'); [[#variable541a4560]]=$v->structmem('faultString'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46609aa0]] | $errno_v |
1 | 2 | [[#46609aa0]] | $vc |
2 | 1 | [[#541a4560]] | $errstr_v |
2 | 2 | [[#541a4560]] | $vs |