CloneSet846


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2350.964toplevel_statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12100
libraries/phpxmlrpc/xmlrpcs.php
22153
libraries/phpxmlrpc/xmlrpcs.php
32194
libraries/phpxmlrpc/xmlrpcs.php
Clone Instance
1
Line Count
2
Source Line
100
Source File
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)';


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

        $_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';


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

        $_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';


Clone AbstractionParameter Count: 5Parameter Bindings

 [[#variable23fd03c0]]=array(array( $GLOBALS[ [[#variable23fd02c0]]],
                                    $GLOBALS[ [[#variable23fd0280]]]
                                  ));
 [[#variable23fd0260]]= [[#variable23fd0220]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#23fd03c0]]
$_xmlrpcs_methodHelp_sig 
12[[#23fd03c0]]
$_xmlrpcs_methodSignature_sig 
13[[#23fd03c0]]
$_xmlrpcs_multicall_sig 
21[[#23fd02c0]]
'xmlrpcString' 
22[[#23fd02c0]]
'xmlrpcArray' 
23[[#23fd02c0]]
'xmlrpcArray' 
31[[#23fd0280]]
'xmlrpcString' 
32[[#23fd0280]]
'xmlrpcString' 
33[[#23fd0280]]
'xmlrpcArray' 
41[[#23fd0260]]
$_xmlrpcs_methodHelp_doc 
42[[#23fd0260]]
$_xmlrpcs_methodSignature_doc 
43[[#23fd0260]]
$_xmlrpcs_multicall_doc 
51[[#23fd0220]]
'Returns help text if defined for the method passed, otherwise returns an empty string' 
52[[#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)' 
53[[#23fd0220]]
'Boxcar multiple RPC calls in one request. See http://www.xmlrpc.com/discuss/msgReader$1208 for details'