CloneSet1062


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4430.953statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14119
libraries/joomla/database/database/mysql.php
257259
libraries/simplepie/simplepie.php
357268
libraries/simplepie/simplepie.php
457277
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
4
Source Line
119
Source File
libraries/joomla/database/database/mysql.php

                if (is_resource($this->_resource)) {
                        return mysql_ping($this->_resource);
                      }
                return FALSE;


Clone Instance
2
Line Count
5
Source Line
7259
Source File
libraries/simplepie/simplepie.php

                if (file_exists($this->name))
                {
                        return filemtime($this->name);
                      }
                return FALSE;


Clone Instance
3
Line Count
5
Source Line
7268
Source File
libraries/simplepie/simplepie.php

                if (file_exists($this->name))
                {
                        return touch($this->name);
                      }
                return FALSE;


Clone Instance
4
Line Count
5
Source Line
7277
Source File
libraries/simplepie/simplepie.php

                if (file_exists($this->name))
                {
                        return unlink($this->name);
                      }
                return FALSE;


Clone AbstractionParameter Count: 3Parameter Bindings

if ( [[#variable23492140]]($this-> [[#variable234920e0]])) {
  return [[#variable23492080]]($this-> [[#variable234920e0]]);
}
return FALSE;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#23492140]]
is_resource 
12[[#23492140]]
file_exists 
13[[#23492140]]
file_exists 
14[[#23492140]]
file_exists 
21[[#234920e0]]
_resource 
22[[#234920e0]]
name 
23[[#234920e0]]
name 
24[[#234920e0]]
name 
31[[#23492080]]
mysql_ping 
32[[#23492080]]
unlink 
33[[#23492080]]
touch 
34[[#23492080]]
filemtime