Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.953 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 6535 | libraries/simplepie/simplepie.php |
2 | 2 | 6540 | libraries/simplepie/simplepie.php |
| ||||
curl_setopt($fp, CURLOPT_URL, $url); curl_setopt($fp, CURLOPT_HEADER, 1); |
| ||||
curl_setopt($fp, CURLOPT_REFERER, $url); curl_setopt($fp, CURLOPT_USERAGENT, $useragent); |
| |||
curl_setopt($fp, [[#variable1f00af60]],$url); curl_setopt($fp, [[#variable1f00af80]], [[#variable1f00af00]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1f00af60]] | CURLOPT_URL |
1 | 2 | [[#1f00af60]] | CURLOPT_REFERER |
2 | 1 | [[#1f00af80]] | CURLOPT_HEADER |
2 | 2 | [[#1f00af80]] | CURLOPT_USERAGENT |
3 | 1 | [[#1f00af00]] | 1 |
3 | 2 | [[#1f00af00]] | $useragent |