CloneSet739


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1440.957statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11308
libraries/joomla/client/ldap.php
21255
libraries/joomla/database/database.php
3169
libraries/joomla/language/helper.php
41210
plugins/authentication/openid/Auth/Yadis/XRI.php
Clone Instance
1
Line Count
1
Source Line
308
Source File
libraries/joomla/client/ldap.php

                $cn=  substr($dn,0,strpos($dn,','));


Clone Instance
2
Line Count
1
Source Line
255
Source File
libraries/joomla/database/database.php

                        $name=  substr($handler, 0, strrpos($handler, '.'));


Clone Instance
3
Line Count
1
Source Line
69
Source File
libraries/joomla/language/helper.php

                                // slice out the part before ; on first step, the part before - on second, place into array
                                $browserLang=  substr($browserLang, 0, strcspn($browserLang, ';'));


Clone Instance
4
Line Count
1
Source Line
210
Source File
plugins/authentication/openid/Auth/Yadis/XRI.php

        $parent_sought=  substr($childID, 0, strrpos($childID, '!'));


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable2226bf60]]=substr( [[#variable2226bf20]],0, [[#variable2226be00]]( [[#variable2226bf20]], [[#variable2226be60]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2226bf60]]
$name 
12[[#2226bf60]]
$cn 
13[[#2226bf60]]
// slice out the part before ; on first step, the part before - on second, place into array
$browserLang 
14[[#2226bf60]]
$parent_sought 
21[[#2226bf20]]
$handler 
22[[#2226bf20]]
$dn 
23[[#2226bf20]]
$browserLang 
24[[#2226bf20]]
$childID 
31[[#2226be00]]
strrpos 
32[[#2226be00]]
strpos 
33[[#2226be00]]
strcspn 
34[[#2226be00]]
strrpos 
41[[#2226be60]]
'.' 
42[[#2226be60]]
',' 
43[[#2226be60]]
';' 
44[[#2226be60]]
'!'