Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 5 | 0.964 | toplevel_statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 100 | libraries/phpxmlrpc/xmlrpcs.php |
2 | 2 | 153 | libraries/phpxmlrpc/xmlrpcs.php |
3 | 2 | 194 | libraries/phpxmlrpc/xmlrpcs.php |
| ||||
$_xmlrpcs_methodSignature_sig=array(array( $GLOBALS['xmlrpcArray'], $GLOBALS['xmlrpcString'] )); $_xmlrpcs_methodSignature_doc='Returns an array of known signatures (an array of arrays) for the method name passed. If no signatures are known, returns a none-array (test for type != array to detect missing signature)'; |
| ||||
$_xmlrpcs_methodHelp_sig=array(array( $GLOBALS['xmlrpcString'], $GLOBALS['xmlrpcString'] )); $_xmlrpcs_methodHelp_doc='Returns help text if defined for the method passed, otherwise returns an empty string'; |
| ||||
$_xmlrpcs_multicall_sig= array(array( $GLOBALS['xmlrpcArray'], $GLOBALS['xmlrpcArray'] )); $_xmlrpcs_multicall_doc= 'Boxcar multiple RPC calls in one request. See http://www.xmlrpc.com/discuss/msgReader$1208 for details'; |
| |||
[[#variable23fd03c0]]=array(array( $GLOBALS[ [[#variable23fd02c0]]], $GLOBALS[ [[#variable23fd0280]]] )); [[#variable23fd0260]]= [[#variable23fd0220]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23fd03c0]] | $_xmlrpcs_methodHelp_sig |
1 | 2 | [[#23fd03c0]] | $_xmlrpcs_methodSignature_sig |
1 | 3 | [[#23fd03c0]] | $_xmlrpcs_multicall_sig |
2 | 1 | [[#23fd02c0]] | 'xmlrpcString' |
2 | 2 | [[#23fd02c0]] | 'xmlrpcArray' |
2 | 3 | [[#23fd02c0]] | 'xmlrpcArray' |
3 | 1 | [[#23fd0280]] | 'xmlrpcString' |
3 | 2 | [[#23fd0280]] | 'xmlrpcString' |
3 | 3 | [[#23fd0280]] | 'xmlrpcArray' |
4 | 1 | [[#23fd0260]] | $_xmlrpcs_methodHelp_doc |
4 | 2 | [[#23fd0260]] | $_xmlrpcs_methodSignature_doc |
4 | 3 | [[#23fd0260]] | $_xmlrpcs_multicall_doc |
5 | 1 | [[#23fd0220]] | 'Returns help text if defined for the method passed, otherwise returns an empty string' |
5 | 2 | [[#23fd0220]] | 'Returns an array of known signatures (an array of arrays) for the method name passed. If no signatures are known, returns a none-array (test for type != array to detect missing signature)' |
5 | 3 | [[#23fd0220]] | 'Boxcar multiple RPC calls in one request. See http://www.xmlrpc.com/discuss/msgReader$1208 for details' |