CloneSet1216


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.973statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14348
plugins/authentication/openid/Auth/OpenID/BigMath.php
24354
plugins/authentication/openid/Auth/OpenID/BigMath.php
Clone Instance
1
Line Count
4
Source Line
348
Source File
plugins/authentication/openid/Auth/OpenID/BigMath.php

        $result[]=
            array( 'modules' => array( 'gmp', 'php_gmp'
                                     ),
                   'extension' => 'gmp',
                   'class' => 'Auth_OpenID_GmpMathWrapper'
                 );


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

    $result[]=  array( 
                      'modules' => array( 'bcmath', 'php_bcmath'
                                        ),
                      'extension' => 'bcmath',
                      'class' => 'Auth_OpenID_BcMathWrapper'
                     );


Clone AbstractionParameter Count: 3Parameter Bindings

$result[]=array( 'modules' => array(  [[#variable224f1b20]],
                                      [[#variable224f1aa0]]
                                   ),
                 'extension' => [[#variable224f1b20]],
                 'class' => [[#variable224f1a00]]
               );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#224f1b20]]
'bcmath' 
12[[#224f1b20]]
'gmp' 
21[[#224f1aa0]]
'php_bcmath' 
22[[#224f1aa0]]
'php_gmp' 
31[[#224f1a00]]
'Auth_OpenID_BcMathWrapper' 
32[[#224f1a00]]
'Auth_OpenID_GmpMathWrapper'