Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.981 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 2301 | libraries/phpxmlrpc/xmlrpc.php |
2 | 1 | 2334 | libraries/phpxmlrpc/xmlrpc.php |
| ||||
$GLOBALS['_xh']['headers'][$header_name].= ', ' . trim($cookie); |
| ||||
/// @todo version1 cookies might span multiple lines, thus breaking the parsing above $GLOBALS['_xh']['headers'][$header_name].= ' ' . trim($line); |
| |||
/// @todo version1 cookies might span multiple lines, thus breaking the parsing above $GLOBALS['_xh']['headers'][$header_name].= [[#variable58e6a280]] . trim( [[#variable58e6a200]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58e6a280]] | ' ' |
1 | 2 | [[#58e6a280]] | ', ' |
2 | 1 | [[#58e6a200]] | $line |
2 | 2 | [[#58e6a200]] | $cookie |