Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 6 | 0.963 | toplevel_statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 61 | libraries/phpxmlrpc/xmlrpcs.php |
2 | 3 | 79 | 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')); |
| ||||
// 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')); |
| |||
[[#variable246304a0]]=array(array($GLOBALS[ [[#variable24630420]]])); [[#variable246303e0]]= [[#variable24630280]]; [[#variable3df4ddc0]]=array(array( [[#variable246301e0]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#246304a0]] | /* Functions that implement system.XXX methods of xmlrpc servers */ $_xmlrpcs_getCapabilities_sig |
1 | 2 | [[#246304a0]] | // listMethods: signature was either a string, or nothing. // The useless string variant has been removed $_xmlrpcs_listMethods_sig |
2 | 1 | [[#24630420]] | 'xmlrpcStruct' |
2 | 2 | [[#24630420]] | 'xmlrpcArray' |
3 | 1 | [[#246303e0]] | $_xmlrpcs_getCapabilities_doc |
3 | 2 | [[#246303e0]] | $_xmlrpcs_listMethods_doc |
4 | 1 | [[#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' |
4 | 2 | [[#24630280]] | 'This method lists all the methods that the XML-RPC server knows how to dispatch' |
5 | 1 | [[#3df4ddc0]] | $_xmlrpcs_getCapabilities_sdoc |
5 | 2 | [[#3df4ddc0]] | $_xmlrpcs_listMethods_sdoc |
6 | 1 | [[#246301e0]] | 'list of capabilities, described as structs with a version number and url for the spec' |
6 | 2 | [[#246301e0]] | 'list of method names' |