CloneSet1036


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.983or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1327
plugins/authentication/openid/Auth/OpenID/HMAC.php
2371
plugins/authentication/openid/Auth/OpenID/HMAC.php
3384
plugins/authentication/openid/Auth/OpenID/HMAC.php
Clone Instance
1
Line Count
3
Source Line
27
Source File
plugins/authentication/openid/Auth/OpenID/HMAC.php

        function_exists('hash')
        && function_exists('hash_algos')
        && (in_array('sha1', hash_algos()))


Clone Instance
2
Line Count
3
Source Line
71
Source File
plugins/authentication/openid/Auth/OpenID/HMAC.php

    function_exists('hash')
    && function_exists('hash_algos')
    && (in_array('sha256', hash_algos()))


Clone Instance
3
Line Count
3
Source Line
84
Source File
plugins/authentication/openid/Auth/OpenID/HMAC.php

    function_exists('hash_hmac')
    && function_exists('hash_algos')
    && (in_array('sha256', hash_algos()))


Clone AbstractionParameter Count: 2Parameter Bindings

function_exists( [[#variable2271cf00]])
&& function_exists('hash_algos')
&& (in_array( [[#variable2271cea0]],hash_algos()))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2271cf00]]
'hash' 
12[[#2271cf00]]
'hash_hmac' 
13[[#2271cf00]]
'hash' 
21[[#2271cea0]]
'sha256' 
22[[#2271cea0]]
'sha256' 
23[[#2271cea0]]
'sha1'