CloneSet1979


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

                                // append chunk-data to entity-body
                                $new.=  $chunk;
                                $length += strlen($chunk);


Clone Instance
2
Line Count
3
Source Line
3498
Source File
libraries/phpxmlrpc/xmlrpc.php

                        // append chunk-data to entity-body
                        $new.=  $chunk;
                        // length := length + chunk-size
                        $length += strlen($chunk);


Clone AbstractionParameter Count: 0Parameter Bindings

// append chunk-data to entity-body
$new.=$chunk;
// length := length + chunk-size
$length += strlen($chunk);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None