CloneSet686


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.996statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11912
libraries/bitfolge/feedcreator.php
2373
libraries/joomla/utilities/date.php
Clone Instance
1
Line Count
1
Source Line
912
Source File
libraries/bitfolge/feedcreator.php

                        $this->unix = mktime($matches[4],$matches[5],$matches[6],$months[$matches[2]],$matches[1],$matches[3]);


Clone Instance
2
Line Count
3
Source Line
73
Source File
libraries/joomla/utilities/date.php

                        $this->_date = mktime(
                                $matches[4], $matches[5], $matches[6],
                                $months[$matches[2]], $matches[1], $matches[3]);


Clone AbstractionParameter Count: 1Parameter Bindings

$this-> [[#variable2522d5c0]]=mktime($matches[4],$matches[5],$matches[6],$months[$matches[2]],$matches[1],$matches[3]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2522d5c0]]
unix 
12[[#2522d5c0]]
_date