CloneSet439


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6301.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16431
libraries/phpxmlrpc/xmlrpc.php
26442
libraries/phpxmlrpc/xmlrpc.php
36494
libraries/phpxmlrpc/xmlrpc.php
Clone Instance
1
Line Count
6
Source Line
431
Source File
libraries/phpxmlrpc/xmlrpc.php

                                        if ($GLOBALS['_xh']['vt'] != 'value')
                                        {
                                                //two data elements inside a value: an error occurred!
                                                $GLOBALS['_xh']['isf']=  2;
                                                $GLOBALS['_xh']['isf_reason']=  "$name element following a {$GLOBALS['_xh']['vt']} element inside a single value";
                                                return;
                                              }


Clone Instance
2
Line Count
6
Source Line
442
Source File
libraries/phpxmlrpc/xmlrpc.php

                                        if ($GLOBALS['_xh']['vt'] != 'value')
                                        {
                                                //two data elements inside a value: an error occurred!
                                                $GLOBALS['_xh']['isf']=  2;
                                                $GLOBALS['_xh']['isf_reason']=  "$name element following a {$GLOBALS['_xh']['vt']} element inside a single value";
                                                return;
                                              }


Clone Instance
3
Line Count
6
Source Line
494
Source File
libraries/phpxmlrpc/xmlrpc.php

                                                if ($GLOBALS['_xh']['vt'] != 'value')
                                                {
                                                        //two data elements inside a value: an error occurred!
                                                        $GLOBALS['_xh']['isf']=  2;
                                                        $GLOBALS['_xh']['isf_reason']=  "$name element following a {$GLOBALS['_xh']['vt']} element inside a single value";
                                                        return;
                                                      }


Clone AbstractionParameter Count: 0Parameter Bindings

if ($GLOBALS['_xh']['vt'] != 'value') {
  //two data elements inside a value: an error occurred!
  $GLOBALS['_xh']['isf']=2;
  $GLOBALS['_xh']['isf_reason']= "$name element following a {$GLOBALS['_xh']['vt']} element inside a single value";
  return;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None