CloneSet1513


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.958if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13173
plugins/authentication/openid/Auth/Yadis/PlainHTTPFetcher.php
22288
plugins/authentication/openid/Auth/Yadis/XRDS.php
Clone Instance
1
Line Count
3
Source Line
173
Source File
plugins/authentication/openid/Auth/Yadis/PlainHTTPFetcher.php

        if ($extra_headers
            && is_array($extra_headers)) {
            $headers=  array_merge($headers, $extra_headers);
          }


Clone Instance
2
Line Count
2
Source Line
288
Source File
plugins/authentication/openid/Auth/Yadis/XRDS.php

        if ($extra_ns_map
            &&               is_array($extra_ns_map)) {
            $ns_map=  array_merge($ns_map, $extra_ns_map);
          }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable46928e80]]
    && is_array( [[#variable46928e80]])) {
   [[#variable46928e00]]=array_merge( [[#variable46928e00]], [[#variable46928e80]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46928e80]]
$extra_headers 
12[[#46928e80]]
$extra_ns_map 
21[[#46928e00]]
$headers 
22[[#46928e00]]
$ns_map