| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 0 | 1.000 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 3448 | libraries/phpxmlrpc/xmlrpc.php |
| 2 | 5 | 973 | libraries/phpxmlrpc/xmlrpcs.php |
| ||||
$m= &new xmlrpcmsg($GLOBALS['_xh']['method']);
for ($i=0; $i< count($GLOBALS['_xh']['params']); $i ++)
{
$m->addParam($GLOBALS['_xh']['params'][$i]);
}
|
| ||||
// build an xmlrpcmsg object with data parsed from xml
$m= &new xmlrpcmsg($GLOBALS['_xh']['method']);
// now add parameters in
for ($i=0; $i<count($GLOBALS['_xh']['params']); $i ++)
{
$m->addParam($GLOBALS['_xh']['params'][$i]);
}
|
| |||
// build an xmlrpcmsg object with data parsed from xml
$m= &new xmlrpcmsg($GLOBALS['_xh']['method']);
// now add parameters in
for ($i=0; $i<count($GLOBALS['_xh']['params']); $i ++) {
$m->addParam($GLOBALS['_xh']['params'][$i]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||