CloneSet1398


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.962statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141848
libraries/phpxmlrpc/xmlrpc.php
241853
libraries/phpxmlrpc/xmlrpc.php
Clone Instance
1
Line Count
4
Source Line
1848
Source File
libraries/phpxmlrpc/xmlrpc.php

                                                        $code=  $val->structmem('faultCode');
                                                        if ($code->kindOf() != 'scalar'
                                                            ||                             $code->scalartyp() != 'int') {
                                                                return FALSE;
                                                              }


Clone Instance
2
Line Count
4
Source Line
1853
Source File
libraries/phpxmlrpc/xmlrpc.php

                                                        $str=  $val->structmem('faultString');
                                                        if ($str->kindOf() != 'scalar'
                                                            ||                            $str->scalartyp() != 'string') {
                                                                return FALSE;
                                                              }


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable4b882700]]=$val->structmem( [[#variable4b882660]]);
if ( [[#variable4b882700]]->kindOf() != 'scalar'
    || [[#variable4b882700]]->scalartyp() != [[#variable4b8826c0]]) {
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4b882700]]
$code 
12[[#4b882700]]
$str 
21[[#4b882660]]
'faultCode' 
22[[#4b882660]]
'faultString' 
31[[#4b8826c0]]
'int' 
32[[#4b8826c0]]
'string'