CloneSet1027


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.994statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14170
plugins/authentication/openid/Auth/OpenID/Parse.php
24182
plugins/authentication/openid/Auth/OpenID/Parse.php
Clone Instance
1
Line Count
4
Source Line
170
Source File
plugins/authentication/openid/Auth/OpenID/Parse.php

        $result=  preg_match($this->openTag('html'), $s,
                             $matches, PREG_OFFSET_CAPTURE);
        if ($result === FALSE
            ||                   !$matches) {
            return FALSE;
          }


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

        $result=  preg_match($this->closeTag('html'), $s,
                             $matches, PREG_OFFSET_CAPTURE);
        if ($result === FALSE
            ||                   !$matches) {
            return FALSE;
          }


Clone AbstractionParameter Count: 1Parameter Bindings

$result=preg_match($this-> [[#variable3eb29d40]]('html'),$s,$matches,PREG_OFFSET_CAPTURE);
if ($result === FALSE
    || !$matches) {
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3eb29d40]]
closeTag 
12[[#3eb29d40]]
openTag