CloneSet1683


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.962statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13152
libraries/joomla/filesystem/stream.php
23155
libraries/joomla/filesystem/stream.php
Clone Instance
1
Line Count
3
Source Line
152
Source File
libraries/joomla/filesystem/stream.php

                                             {
                                        //  one supplied at open; overrides everything
                                        $this->_fh = fopen($filename, $mode, $use_include_path, $context);
                                      }


Clone Instance
2
Line Count
3
Source Line
155
Source File
libraries/joomla/filesystem/stream.php

                                                            {
                                        // one provided at initialisation
                                        $this->_fh = fopen($filename, $mode, $use_include_path, $this->_context);
                                      }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  // one provided at initialisation
  //  one supplied at open; overrides everything
  $this->_fh =fopen($filename,$mode,$use_include_path, [[#variable58e68fe0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58e68fe0]]
$this->_context 
12[[#58e68fe0]]
$context