CloneSet1423


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

                                        /* Extra field length. */
                $cdrec.=  pack('v', 0);
                                        /* File comment length. */
                $cdrec.=  pack('v', 0);


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

                                        /* Disk number start. */
                $cdrec.=  pack('v', 0);
                                        /* Internal file attributes. */
                $cdrec.=  pack('V', 32);


Clone AbstractionParameter Count: 2Parameter Bindings

/* Extra field length. */
/* Disk number start. */
$cdrec.=pack('v',0);
/* File comment length. */
/* Internal file attributes. */
$cdrec.=pack( [[#variable4705fd40]], [[#variable4705fd20]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4705fd40]]
'v' 
12[[#4705fd40]]
'V' 
21[[#4705fd20]]
0 
22[[#4705fd20]]
32