| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 1 | 0.988 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 145 | libraries/joomla/filesystem/stream.php |
| 2 | 1 | 160 | libraries/joomla/filesystem/stream.php |
| ||||
$this->_fh = gzopen($filename, $mode, $use_include_path); |
| ||||
// no context; all defaults
$this->_fh = fopen($filename, $mode, $use_include_path);
|
| |||
// no context; all defaults $this->_fh = [[#variable525fcfa0]]($filename,$mode,$use_include_path); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#525fcfa0]] | fopen |
| 1 | 2 | [[#525fcfa0]] | gzopen |