CloneSet381


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4240.980statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14237
libraries/joomla/utilities/date.php
24241
libraries/joomla/utilities/date.php
Clone Instance
1
Line Count
4
Source Line
237
Source File
libraries/joomla/utilities/date.php

                if (strpos($format, '%a') !== FALSE)
                        $format=  str_replace('%a', $this->_dayToString(date('w', $time), TRUE), $format);
                if (strpos($format, '%A') !== FALSE)
                        $format=  str_replace('%A', $this->_dayToString(date('w', $time)), $format);


Clone Instance
2
Line Count
4
Source Line
241
Source File
libraries/joomla/utilities/date.php

                if (strpos($format, '%b') !== FALSE)
                        $format=  str_replace('%b', $this->_monthToString(date('n', $time), TRUE), $format);
                if (strpos($format, '%B') !== FALSE)
                        $format=  str_replace('%B', $this->_monthToString(date('n', $time)), $format);


Clone AbstractionParameter Count: 4Parameter Bindings

if (strpos($format, [[#variable584fee00]]) !== FALSE)
  $format=str_replace( [[#variable584fee00]],$this-> [[#variable584feda0]](date( [[#variable584fed80]],$time),TRUE),$format);
if (strpos($format, [[#variable584fed00]]) !== FALSE)
  $format=str_replace( [[#variable584fed00]],$this-> [[#variable584feda0]](date( [[#variable584fed80]],$time)),$format);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#584fee00]]
'%b' 
12[[#584fee00]]
'%a' 
21[[#584feda0]]
_monthToString 
22[[#584feda0]]
_dayToString 
31[[#584fed80]]
'n' 
32[[#584fed80]]
'w' 
41[[#584fed00]]
'%B' 
42[[#584fed00]]
'%A'