CloneSet1472


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.976statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14488
libraries/phpxmlrpc/xmlrpc_wrappers.php
24601
libraries/phpxmlrpc/xmlrpc_wrappers.php
Clone Instance
1
Line Count
4
Source Line
488
Source File
libraries/phpxmlrpc/xmlrpc_wrappers.php

                        $msig=  $response->value();
                        if ($client->return_type != 'phpvals')
                        {
                                $msig=  $decodefunc($msig);
                              }


Clone Instance
2
Line Count
4
Source Line
601
Source File
libraries/phpxmlrpc/xmlrpc_wrappers.php

                        $mlist=  $response->value();
                        if ($client->return_type != 'phpvals')
                        {
                                $mlist=  $decodefunc($mlist);
                              }


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable515f4e40]]=$response->value();
if ($client->return_type != 'phpvals') {
   [[#variable515f4e40]]=$decodefunc( [[#variable515f4e40]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#515f4e40]]
$msig 
12[[#515f4e40]]
$mlist