CloneSet1331


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

                        // G. Giunta 2005/10/24: close socket before parsing.
                        // should yeld slightly better execution times, and make easier recursive calls (e.g. to follow http redirects)
                        $ipd='';
                        while ($data=fread($fp, 32768))
                        {
                                // shall we check for $data === FALSE?
                                // as per the manual, it signals an error
                                $ipd.=$data;
                              }


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

                        $ipd='';
                        while ($data=fread($fp, 32768))
                        {
                                $ipd.=$data;
                              }


Clone AbstractionParameter Count: 0Parameter Bindings

// G. Giunta 2005/10/24: close socket before parsing.
// should yeld slightly better execution times, and make easier recursive calls (e.g. to follow http redirects)
$ipd='';
while ($data=fread($fp,32768)) {
  // shall we check for $data === FALSE?
  // as per the manual, it signals an error
  $ipd.=$data;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None