CloneSet864


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1430.958statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1131
libraries/joomla/cache/storage.php
2132
libraries/joomla/cache/storage.php
3133
libraries/joomla/cache/storage.php
4134
libraries/joomla/cache/storage.php
Clone Instance
1
Line Count
1
Source Line
31
Source File
libraries/joomla/cache/storage.php

                $this->_application =     ( isset ($options['application']))
                                          ?                                  $options['application']
                                          :                                                            NULL;


Clone Instance
2
Line Count
1
Source Line
32
Source File
libraries/joomla/cache/storage.php

                $this->_language =        ( isset ($options['language']))
                                          ?                               $options['language']
                                          :                                                      'en-GB';


Clone Instance
3
Line Count
1
Source Line
33
Source File
libraries/joomla/cache/storage.php

                $this->_locking =         ( isset ($options['locking']))
                                          ?                              $options['locking']
                                          :                                                    TRUE;


Clone Instance
4
Line Count
1
Source Line
34
Source File
libraries/joomla/cache/storage.php

                $this->_lifetime =        ( isset ($options['lifetime']))
                                          ?                               $options['lifetime']
                                          :                                                      NULL;


Clone AbstractionParameter Count: 3Parameter Bindings

$this-> [[#variable21bb3660]]=( isset ($options[ [[#variable21bb35e0]]]))
                              ? $options[ [[#variable21bb35e0]]]
                              : [[#variable21bb3580]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21bb3660]]
_language 
12[[#21bb3660]]
_application 
13[[#21bb3660]]
_locking 
14[[#21bb3660]]
_lifetime 
21[[#21bb35e0]]
'language' 
22[[#21bb35e0]]
'application' 
23[[#21bb35e0]]
'locking' 
24[[#21bb35e0]]
'lifetime' 
31[[#21bb3580]]
'en-GB' 
32[[#21bb3580]]
NULL 
33[[#21bb3580]]
TRUE 
34[[#21bb3580]]
NULL