CloneSet805


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

        // If port is absent from both, add it so it's equal in the
        // check below.
        if ((!array_key_exists('port', $return_to_parts))
            && (!array_key_exists('port', $msg_return_to_parts))) {
            $return_to_parts['port']=  NULL;
            $msg_return_to_parts['port']=  NULL;
          }


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

        // If path is absent from both, add it so it's equal in the
        // check below.
        if ((!array_key_exists('path', $return_to_parts))
            && (!array_key_exists('path', $msg_return_to_parts))) {
            $return_to_parts['path']=  NULL;
            $msg_return_to_parts['path']=  NULL;
          }


Clone AbstractionParameter Count: 1Parameter Bindings

// If port is absent from both, add it so it's equal in the
// If path is absent from both, add it so it's equal in the
// check below.
if ((!array_key_exists( [[#variable21469460]],$return_to_parts))
    && (!array_key_exists( [[#variable21469460]],$msg_return_to_parts))) {
  $return_to_parts[ [[#variable21469460]]]=NULL;
  $msg_return_to_parts[ [[#variable21469460]]]=NULL;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21469460]]
'port' 
12[[#21469460]]
'path'