CloneSet1370


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2330.955statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12948
libraries/joomla/client/ftp.php
23200
plugins/authentication/openid/Auth/OpenID/FileStore.php
32179
plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php
Clone Instance
1
Line Count
2
Source Line
948
Source File
libraries/joomla/client/ftp.php

                        fwrite($tmp, $buffer);
                        rewind($tmp);


Clone Instance
2
Line Count
3
Source Line
200
Source File
plugins/authentication/openid/Auth/OpenID/FileStore.php

        fwrite($tmp_file, $association_s);

        fflush($tmp_file);


Clone Instance
3
Line Count
2
Source Line
179
Source File
plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php

                        fwrite($fp, $content);
                        fclose($fp);


Clone AbstractionParameter Count: 3Parameter Bindings

fwrite( [[#variable53655d00]], [[#variable53655be0]]);
 [[#variable53655cc0]]( [[#variable53655d00]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53655d00]]
$fp 
12[[#53655d00]]
$tmp_file 
13[[#53655d00]]
$tmp 
21[[#53655be0]]
$content 
22[[#53655be0]]
$association_s 
23[[#53655be0]]
$buffer 
31[[#53655cc0]]
fclose 
32[[#53655cc0]]
fflush 
33[[#53655cc0]]
rewind