CloneSet1119


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.975statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19309
libraries/joomla/filesystem/stream.php
29541
libraries/joomla/filesystem/stream.php
Clone Instance
1
Line Count
9
Source Line
309
Source File
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;


Clone Instance
2
Line Count
9
Source Line
541
Source File
libraries/joomla/filesystem/stream.php

                // 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;


Clone AbstractionParameter Count: 1Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#24755e60]]
TRUE 
12[[#24755e60]]
$res