CloneSet691


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.963statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18105
plugins/system/debug.php
29120
plugins/system/debug.php
Clone Instance
1
Line Count
8
Source Line
105
Source File
plugins/system/debug.php

                                foreach ($log as $k => $sql)
                                {
                                        $geshi->set_source($sql);
                                        $text=  $geshi->parse_code();
                                        $text=  preg_replace($newlineKeywords, '<br />&nbsp;&nbsp;\\0', $text);
                                        echo '<li>'
                                             .      $text
                                             .            '</li>';
                                      }
                                echo '</ol>';


Clone Instance
2
Line Count
9
Source Line
120
Source File
plugins/system/debug.php

                                        foreach ($database->getLog() as $k => $sql)
                                        {
                                                $geshi->set_source($sql);
                                                $text=  $geshi->parse_code();
                                                $text=  preg_replace($newlineKeywords, '<br />&nbsp;&nbsp;\\0', $text);
                                                echo '<li>'
                                                     .      $text
                                                     .            '</li>';
                                              }
                                echo '</ol>';


Clone AbstractionParameter Count: 1Parameter Bindings

foreach ( [[#variable245498e0]]as $k => $sql) {
  $geshi->set_source($sql);
  $text=$geshi->parse_code();
  $text=preg_replace($newlineKeywords,'<br />&nbsp;&nbsp;\\0',$text);
  echo '<li>'
       . $text
       . '</li>';
}
echo '</ol>';
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#245498e0]]
$database->getLog() 
12[[#245498e0]]
$log