CloneSet1032


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.977statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151543
plugins/content/geshi/geshi.php
251597
plugins/content/geshi/geshi.php
Clone Instance
1
Line Count
5
Source Line
1543
Source File
plugins/content/geshi/geshi.php

                                     {
                                    foreach ($this->language_data['HARDESCAPE'] as $hardesc) {
                                        if (substr($part, $i, strlen($hardesc)) == $hardesc) {
                                            $escape_me=  TRUE;
                                            break;
                                          }
                                      }
                                  }


Clone Instance
2
Line Count
5
Source Line
1597
Source File
plugins/content/geshi/geshi.php

                                                     {
                                    foreach ($this->language_data['HARDESCAPE'] as $hard) {
                                        if (substr($part, $i, strlen($hard)) == $hard) {
                                            $ESCAPE_CHAR_OPEN=  TRUE;
                                            break;
                                          }
                                      }
                                  }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  foreach ($this->language_data['HARDESCAPE'] as [[#variable21d6f960]]) {
    if (substr($part,$i,strlen( [[#variable21d6f960]])) == [[#variable21d6f960]]) {
       [[#variable21d6f8c0]]=TRUE;
      break;
    }
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21d6f960]]
$hard 
12[[#21d6f960]]
$hardesc 
21[[#21d6f8c0]]
$ESCAPE_CHAR_OPEN 
22[[#21d6f8c0]]
$escape_me