CloneSet441


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5350.975statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15297
libraries/joomla/filesystem/archive/zip.php
25307
libraries/joomla/filesystem/archive/zip.php
35323
libraries/joomla/filesystem/archive/zip.php
Clone Instance
1
Line Count
5
Source Line
297
Source File
libraries/joomla/filesystem/archive/zip.php

                        if (strlen($data)<  $fhStart+ 31) {
                                $this->set('error.message', 'Invalid ZIP data');
                                return FALSE;
                              }
                        $info=  unpack('vMethod/VTime/VCRC32/VCompressed/VUncompressed/vLength', substr($data, $fhStart+ 10, 20));


Clone Instance
2
Line Count
5
Source Line
307
Source File
libraries/joomla/filesystem/archive/zip.php

                        if (strlen($data)<  $fhStart+ 43) {
                                $this->set('error.message', 'Invalid ZIP data');
                                return FALSE;
                              }
                        $info=  unpack('vInternal/VExternal/VOffset', substr($data, $fhStart+ 36, 10));


Clone Instance
3
Line Count
5
Source Line
323
Source File
libraries/joomla/filesystem/archive/zip.php

                        if (strlen($data)<  $lfhStart+ 34) {
                                $this->set('error.message', 'Invalid ZIP data');
                                return FALSE;
                              }
                        $info=  unpack('vMethod/VTime/VCRC32/VCompressed/VUncompressed/vLength/vExtraLength', substr($data, $lfhStart+ 8, 25));


Clone AbstractionParameter Count: 5Parameter Bindings

if (strlen($data)< [[#variable522f3360]]+ [[#variable522f32a0]]) {
  $this->set('error.message','Invalid ZIP data');
  return FALSE;
}
$info=unpack( [[#variable522f3260]],substr($data, [[#variable522f3360]]+ [[#variable522f31e0]], [[#variable522f3180]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#522f3360]]
$lfhStart 
12[[#522f3360]]
$fhStart 
13[[#522f3360]]
$fhStart 
21[[#522f32a0]]
34 
22[[#522f32a0]]
43 
23[[#522f32a0]]
31 
31[[#522f3260]]
'vMethod/VTime/VCRC32/VCompressed/VUncompressed/vLength/vExtraLength' 
32[[#522f3260]]
'vInternal/VExternal/VOffset' 
33[[#522f3260]]
'vMethod/VTime/VCRC32/VCompressed/VUncompressed/vLength' 
41[[#522f31e0]]
8 
42[[#522f31e0]]
36 
43[[#522f31e0]]
10 
51[[#522f3180]]
25 
52[[#522f3180]]
10 
53[[#522f3180]]
20