CloneSet1151


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.974statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1397
libraries/joomla/cache/cache.php
2264
libraries/joomla/cache/storage.php
Clone Instance
1
Line Count
3
Source Line
97
Source File
libraries/joomla/cache/cache.php

                $type=  strtolower(preg_replace('/[^A-Z0-9_\\.-]/i','', $type));

                $class=  'JCache'
                         .        ucfirst($type);


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

                //We can't cache this since options may change...
                $handler=  strtolower(preg_replace('/[^A-Z0-9_\\.-]/i','', $handler));
                $class=    'JCacheStorage'
                           .               ucfirst($handler);


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable23325340]]=strtolower(preg_replace('/[^A-Z0-9_\\.-]/i','', [[#variable23325340]]));
$class= [[#variable23325320]]
       . ucfirst( [[#variable23325340]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#23325340]]
//We can't cache this since options may change...
$handler 
12[[#23325340]]
$type 
21[[#23325320]]
'JCacheStorage' 
22[[#23325320]]
'JCache'