CloneSet1781


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.990statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1273
administrator/components/com_banners/tables/banner.php
22444
libraries/joomla/user/user.php
Clone Instance
1
Line Count
2
Source Line
73
Source File
administrator/components/com_banners/tables/banner.php

                $now=  &JFactory::getDate();
                $this->set('date', $now->toMySQL());


Clone Instance
2
Line Count
2
Source Line
444
Source File
libraries/joomla/user/user.php

                        // Set the registration timestamp
                        $now=  &JFactory::getDate();
                        $this->set('registerDate', $now->toMySQL());


Clone AbstractionParameter Count: 1Parameter Bindings

// Set the registration timestamp
$now= &JFactory::getDate();
$this->set( [[#variable44010a40]],$now->toMySQL());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#44010a40]]
'date' 
12[[#44010a40]]
'registerDate'