Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.966 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1112 | libraries/phpxmlrpc/xmlrpc.php |
2 | 1 | 1670 | libraries/phpxmlrpc/xmlrpc.php |
| ||||
// $msg is an array of xmlrpcmsg's $r= $this->multicall($msg, $timeout, $method); |
| ||||
$results= $this->_try_multicall($msgs, $timeout, $method); |
| |||
[[#variable523a8340]]=$this-> [[#variable523a82e0]]( [[#variable523a8300]],$timeout,$method); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#523a8340]] | $results |
1 | 2 | [[#523a8340]] | // $msg is an array of xmlrpcmsg's $r |
2 | 1 | [[#523a82e0]] | _try_multicall |
2 | 2 | [[#523a82e0]] | multicall |
3 | 1 | [[#523a8300]] | $msgs |
3 | 2 | [[#523a8300]] | $msg |