Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.954 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 6601 | libraries/simplepie/simplepie.php |
2 | 2 | 203 | plugins/authentication/openid/Auth/Yadis/PlainHTTPFetcher.php |
| ||||
$fp= fsockopen($url_parts['host'], $url_parts['port'], $errno, $errstr, $timeout); |
| ||||
$sock= fsockopen($parts['host'], $parts['port'], $errno, $errstr, $this->timeout); |
| |||
[[#variable23c03140]]=fsockopen( [[#variable23c030a0]]['host'], [[#variable23c030a0]]['port'],$errno,$errstr, [[#variable23c02fe0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23c03140]] | $fp |
1 | 2 | [[#23c03140]] | $sock |
2 | 1 | [[#23c030a0]] | $url_parts |
2 | 2 | [[#23c030a0]] | $parts |
3 | 1 | [[#23c02fe0]] | $timeout |
3 | 2 | [[#23c02fe0]] | $this->timeout |