CloneSet1076


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4310.991statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1448
libraries/joomla/cache/storage/memcache.php
2554
libraries/joomla/session/storage/memcache.php
3530
libraries/joomla/session/storage/xcache.php
Clone Instance
1
Line Count
4
Source Line
48
Source File
libraries/joomla/cache/storage/memcache.php

                if (!$this->test()) {
                        return JError::raiseError(404, "The memcache extension is not available");
                      }
                parent:: __construct($options);


Clone Instance
2
Line Count
5
Source Line
54
Source File
libraries/joomla/session/storage/memcache.php

                if (!$this->test()) {
            return JError::raiseError(404, "The memcache extension isn't available");
          }

                parent:: __construct($options);


Clone Instance
3
Line Count
5
Source Line
30
Source File
libraries/joomla/session/storage/xcache.php

                if (!$this->test()) {
            return JError::raiseError(404, "The xcache extension isn't available");
          }

                parent:: __construct($options);


Clone AbstractionParameter Count: 1Parameter Bindings

if (!$this->test()) {
  return JError::raiseError(404, [[#variable21414cc0]]);
}
parent:: __construct($options);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21414cc0]]
"The memcache extension is not available" 
12[[#21414cc0]]
"The xcache extension isn't available" 
13[[#21414cc0]]
"The memcache extension isn't available"