Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.975 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 309 | libraries/joomla/filesystem/stream.php |
2 | 9 | 541 | libraries/joomla/filesystem/stream.php |
| ||||
if (!$res) { $this->setError($php_errormsg); } else { $retval= $res; } // restore error tracking to what it was before ini_set('track_errors',$track_errors); // return the result return $retval; |
| ||||
// seek, interestingly returns 0 on success or -1 on failure if (!$res) { $this->setError($php_errormsg); } else { $retval= TRUE; } // restore error tracking to what it was before ini_set('track_errors',$track_errors); // return the result return $retval; |
| |||
// seek, interestingly returns 0 on success or -1 on failure if (!$res) { $this->setError($php_errormsg); } else { $retval= [[#variable24755e60]]; } // restore error tracking to what it was before ini_set('track_errors',$track_errors); // return the result return $retval; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#24755e60]] | TRUE |
1 | 2 | [[#24755e60]] | $res |