CloneSet1103


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2240.957statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12568
plugins/authentication/openid/Auth/OpenID/FileStore.php
2266
plugins/authentication/openid/Auth/Yadis/XRI.php
Clone Instance
1
Line Count
2
Source Line
568
Source File
plugins/authentication/openid/Auth/OpenID/FileStore.php

        $h64=  str_replace('/', '.', $h64);
        $h64=  str_replace('=', '', $h64);


Clone Instance
2
Line Count
2
Source Line
66
Source File
plugins/authentication/openid/Auth/Yadis/XRI.php

    $xref=  str_replace('/', '%2F', $xref);
    $xref=  str_replace('?', '%3F', $xref);


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable3f756860]]=str_replace('/', [[#variable3f756720]], [[#variable3f756860]]);
 [[#variable3f756860]]=str_replace( [[#variable3e5d39c0]], [[#variable3f7567a0]], [[#variable3f756860]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3f756860]]
$xref 
12[[#3f756860]]
$h64 
21[[#3f756720]]
'%2F' 
22[[#3f756720]]
'.' 
31[[#3e5d39c0]]
'?' 
32[[#3e5d39c0]]
'=' 
41[[#3f7567a0]]
'%3F' 
42[[#3f7567a0]]
''