CloneSet1865


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.978if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141865
plugins/authentication/openid/Auth/OpenID/Consumer.php
24869
plugins/authentication/openid/Auth/OpenID/Server.php
Clone Instance
1
Line Count
4
Source Line
1865
Source File
plugins/authentication/openid/Auth/OpenID/Consumer.php

        if ($message->isOpenID1()) {
            $realm_key=  'trust_root';
          }
        else   {
            $realm_key=  'realm';
          }


Clone Instance
2
Line Count
4
Source Line
869
Source File
plugins/authentication/openid/Auth/OpenID/Server.php

        // There's a case for making self.trust_root be a TrustRoot
        // here.  But if TrustRoot isn't currently part of the
        // "public" API, I'm not sure it's worth doing.
        if ($message->isOpenID1()) {
            $trust_root_param=  'trust_root';
          }
        else   {
            $trust_root_param=  'realm';
          }


Clone AbstractionParameter Count: 1Parameter Bindings

// There's a case for making self.trust_root be a TrustRoot
// here.  But if TrustRoot isn't currently part of the
// "public" API, I'm not sure it's worth doing.
if ($message->isOpenID1()) {
   [[#variable3eaf8ea0]]='trust_root';
}
else {
   [[#variable3eaf8ea0]]='realm';
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3eaf8ea0]]
$realm_key 
12[[#3eaf8ea0]]
$trust_root_param