CloneSet1116


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3260.963toplevel_statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1361
libraries/phpxmlrpc/xmlrpcs.php
2379
libraries/phpxmlrpc/xmlrpcs.php
Clone Instance
1
Line Count
3
Source Line
61
Source File
libraries/phpxmlrpc/xmlrpcs.php

        /* Functions that implement system.XXX methods of xmlrpc servers */
        $_xmlrpcs_getCapabilities_sig=array(array($GLOBALS['xmlrpcStruct']));
        $_xmlrpcs_getCapabilities_doc='This method lists all the capabilites that the XML-RPC server has: the (more or less standard) extensions to the xmlrpc spec that it adheres to';
        $_xmlrpcs_getCapabilities_sdoc=array(array('list of capabilities, described as structs with a version number and url for the spec'));


Clone Instance
2
Line Count
3
Source Line
79
Source File
libraries/phpxmlrpc/xmlrpcs.php

        // listMethods: signature was either a string, or nothing.
        // The useless string variant has been removed
        $_xmlrpcs_listMethods_sig=array(array($GLOBALS['xmlrpcArray']));
        $_xmlrpcs_listMethods_doc='This method lists all the methods that the XML-RPC server knows how to dispatch';
        $_xmlrpcs_listMethods_sdoc=array(array('list of method names'));


Clone AbstractionParameter Count: 6Parameter Bindings

 [[#variable246304a0]]=array(array($GLOBALS[ [[#variable24630420]]]));
 [[#variable246303e0]]= [[#variable24630280]];
 [[#variable3df4ddc0]]=array(array( [[#variable246301e0]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#246304a0]]
/* Functions that implement system.XXX methods of xmlrpc servers */
$_xmlrpcs_getCapabilities_sig 
12[[#246304a0]]
// listMethods: signature was either a string, or nothing.
// The useless string variant has been removed
$_xmlrpcs_listMethods_sig 
21[[#24630420]]
'xmlrpcStruct' 
22[[#24630420]]
'xmlrpcArray' 
31[[#246303e0]]
$_xmlrpcs_getCapabilities_doc 
32[[#246303e0]]
$_xmlrpcs_listMethods_doc 
41[[#24630280]]
'This method lists all the capabilites that the XML-RPC server has: the (more or less standard) extensions to the xmlrpc spec that it adheres to' 
42[[#24630280]]
'This method lists all the methods that the XML-RPC server knows how to dispatch' 
51[[#3df4ddc0]]
$_xmlrpcs_getCapabilities_sdoc 
52[[#3df4ddc0]]
$_xmlrpcs_listMethods_sdoc 
61[[#246301e0]]
'list of capabilities, described as structs with a version number and url for the spec' 
62[[#246301e0]]
'list of method names'