| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 4 | 2 | 0.960 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 393 | libraries/phpxmlrpc/xmlrpc.php |
| 2 | 2 | 466 | libraries/phpxmlrpc/xmlrpc.php |
| 3 | 2 | 508 | libraries/phpxmlrpc/xmlrpc.php |
| 4 | 2 | 2507 | libraries/phpxmlrpc/xmlrpc.php |
| ||||
$GLOBALS['_xh']['isf']= 2;
$GLOBALS['_xh']['isf_reason']= 'missing top level xmlrpc element';
|
| ||||
//two data elements inside a value: an error occurred!
$GLOBALS['_xh']['isf']= 2;
$GLOBALS['_xh']['isf_reason']= "found two data elements inside an array element";
|
| ||||
/// INVALID ELEMENT: RAISE ISF so that it is later recognized!!!
$GLOBALS['_xh']['isf']= 2;
$GLOBALS['_xh']['isf_reason']= "found not-xmlrpc xml element $name";
|
| ||||
$GLOBALS['_xh']['isf']=0; // 0 = OK, 1 for xmlrpc fault responses, 2 = invalid xmlrpc
$GLOBALS['_xh']['isf_reason']='';
|
| |||
//two data elements inside a value: an error occurred! /// INVALID ELEMENT: RAISE ISF so that it is later recognized!!! $GLOBALS['_xh']['isf']= [[#variable2249e760]]; // 0 = OK, 1 for xmlrpc fault responses, 2 = invalid xmlrpc $GLOBALS['_xh']['isf_reason']= [[#variable2249e7c0]]; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#2249e760]] | 0 |
| 1 | 2 | [[#2249e760]] | 2 |
| 1 | 3 | [[#2249e760]] | 2 |
| 1 | 4 | [[#2249e760]] | 2 |
| 2 | 1 | [[#2249e7c0]] | '' |
| 2 | 2 | [[#2249e7c0]] | "found two data elements inside an array element" |
| 2 | 3 | [[#2249e7c0]] | "found not-xmlrpc xml element $name" |
| 2 | 4 | [[#2249e7c0]] | 'missing top level xmlrpc element' |