CloneSet1350


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.993statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15642
libraries/phpxmlrpc/xmlrpc.php
25659
libraries/phpxmlrpc/xmlrpc.php
Clone Instance
1
Line Count
5
Source Line
642
Source File
libraries/phpxmlrpc/xmlrpc.php

                                                {
                                                        /// @todo: find a better way of throwing an error
                                                        // than this!
                                                        error_log('XML-RPC: non numeric value received in DOUBLE: '
                                                                  .                                                 $GLOBALS['_xh']['ac']);
                                                        $GLOBALS['_xh']['value']='ERROR_NON_NUMERIC_FOUND';
                                                      }


Clone Instance
2
Line Count
5
Source Line
659
Source File
libraries/phpxmlrpc/xmlrpc.php

                                                {
                                                        /// @todo find a better way of throwing an error
                                                        // than this!
                                                        error_log('XML-RPC: non numeric value received in INT: '
                                                                  .                                              $GLOBALS['_xh']['ac']);
                                                        $GLOBALS['_xh']['value']='ERROR_NON_NUMERIC_FOUND';
                                                      }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  /// @todo find a better way of throwing an error
  /// @todo: find a better way of throwing an error
  // than this!
  error_log( [[#variable4f8e74a0]]
            . $GLOBALS['_xh']['ac']);
  $GLOBALS['_xh']['value']='ERROR_NON_NUMERIC_FOUND';
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4f8e74a0]]
'XML-RPC: non numeric value received in INT: ' 
12[[#4f8e74a0]]
'XML-RPC: non numeric value received in DOUBLE: '