Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1360 | libraries/phpxmlrpc/xmlrpc.php |
2 | 4 | 2174 | 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; } |
| ||||
$ipd=''; while ($data=fread($fp, 32768)) { $ipd.=$data; } |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |