Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.964 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 221 | libraries/phpxmlrpc/xmlrpcs.php |
2 | 4 | 235 | libraries/phpxmlrpc/xmlrpcs.php |
| ||||
$methName= @$call->structmem('methodName'); if (!$methName) { return _xmlrpcs_multicall_error('nomethod'); } |
| ||||
$params= @$call->structmem('params'); if (!$params) { return _xmlrpcs_multicall_error('noparams'); } |
| |||
[[#variable46608fc0]]=@$call->structmem( [[#variable46608f00]]); if (! [[#variable46608fc0]]) { return _xmlrpcs_multicall_error( [[#variable46608fa0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46608fc0]] | $methName |
1 | 2 | [[#46608fc0]] | $params |
2 | 1 | [[#46608f00]] | 'methodName' |
2 | 2 | [[#46608f00]] | 'params' |
3 | 1 | [[#46608fa0]] | 'nomethod' |
3 | 2 | [[#46608fa0]] | 'noparams' |