CloneSet1161


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5240.968statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151601
plugins/authentication/openid/Auth/OpenID/Consumer.php
26744
plugins/authentication/openid/Auth/OpenID/Message.php
Clone Instance
1
Line Count
5
Source Line
1601
Source File
plugins/authentication/openid/Auth/OpenID/Consumer.php

                                   {

            $err=  sprintf("Could not parse expires_in from association "
                           . "response %s",print_r($assoc_response, TRUE));
            return new Auth_OpenID_FailureResponse(NULL, $err);
          }


Clone Instance
2
Line Count
6
Source Line
744
Source File
plugins/authentication/openid/Auth/OpenID/Message.php

                                        {
            //TypeError
            $err_msg=  sprintf("Namespace must be Auth_OpenID_BARE_NS, "
                               . "Auth_OpenID_OPENID_NS or a string. got %s",
                              print_r($namespace, TRUE));
            return new Auth_OpenID_FailureResponse(NULL, $err_msg);
          }


Clone AbstractionParameter Count: 4Parameter Bindings

{
   [[#variable2357da00]]=sprintf( [[#variable2357d960]]
                                 .  [[#variable2357d8e0]],print_r( [[#variable2357d880]],TRUE));
  return new Auth_OpenID_FailureResponse(NULL, [[#variable2357da00]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2357da00]]
$err 
12[[#2357da00]]
//TypeError
$err_msg 
21[[#2357d960]]
"Could not parse expires_in from association " 
22[[#2357d960]]
"Namespace must be Auth_OpenID_BARE_NS, " 
31[[#2357d8e0]]
"response %s" 
32[[#2357d8e0]]
"Auth_OpenID_OPENID_NS or a string. got %s" 
41[[#2357d880]]
$assoc_response 
42[[#2357d880]]
$namespace