CloneSet1783


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.990statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141114
libraries/phpxmlrpc/xmlrpcs.php
241127
libraries/phpxmlrpc/xmlrpcs.php
Clone Instance
1
Line Count
4
Source Line
1114
Source File
libraries/phpxmlrpc/xmlrpcs.php

                                                {
                                                        // functions using EPI api should NOT return resp objects,
                                                        // so make sure we encode the return type correctly
                                                        $r=  &new xmlrpcresp(php_xmlrpc_encode($r, array('extension_api')));
                                                      }


Clone Instance
2
Line Count
4
Source Line
1127
Source File
libraries/phpxmlrpc/xmlrpcs.php

                                {
                                        // what should we assume here about automatic encoding of datetimes
                                        // and php classes instances???
                                        $r=  &new xmlrpcresp(php_xmlrpc_encode($r, array('auto_dates')));
                                      }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  // functions using EPI api should NOT return resp objects,
  // so make sure we encode the return type correctly
  // what should we assume here about automatic encoding of datetimes
  // and php classes instances???
  $r= &new xmlrpcresp(php_xmlrpc_encode($r,array( [[#variable526953c0]])));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#526953c0]]
'extension_api' 
12[[#526953c0]]
'auto_dates'