CloneSet549


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
143448
libraries/phpxmlrpc/xmlrpc.php
25973
libraries/phpxmlrpc/xmlrpcs.php
Clone Instance
1
Line Count
4
Source Line
3448
Source File
libraries/phpxmlrpc/xmlrpc.php

                                $m=  &new xmlrpcmsg($GLOBALS['_xh']['method']);
                                for ($i=0; $i<  count($GLOBALS['_xh']['params']); $i ++)
                                {
                                        $m->addParam($GLOBALS['_xh']['params'][$i]);
                                      }


Clone Instance
2
Line Count
5
Source Line
973
Source File
libraries/phpxmlrpc/xmlrpcs.php

                                        // 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]);
                                              }


Clone AbstractionParameter Count: 0Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None