CloneSet989


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11260.967statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11122
templates/beez/html/com_contact/category/default_items.php
21134
templates/beez/html/com_contact/category/default_items.php
Clone Instance
1
Line Count
11
Source Line
22
Source File
templates/beez/html/com_contact/category/default_items.php

              if ($this->params->get('show_email')):  ;
                                                      ?>
<td headers="Mail" class="sectiontableentry<?php         echo $item->odd; ?>">
<?php                 echo $item->email_to; ?>
</td>
<?php
              endif; ?>
<?php         if ($this->params->get('show_telephone')):  ;
                                                          ?>
<td headers="Phone" class="sectiontableentry">
<?php                 echo $item->telephone; ?>
</td>
<?php
              endif;


Clone Instance
2
Line Count
11
Source Line
34
Source File
templates/beez/html/com_contact/category/default_items.php

              if ($this->params->get('show_mobile')):  ;
                                                       ?>
<td headers="Mobile" class="sectiontableentry<?php         echo $item->odd; ?>">
<?php                 echo $item->mobile; ?>
</td>
<?php
              endif; ?>
<?php         if ($this->params->get('show_fax')):  ;
                                                    ?>
<td headers="Fax" class="sectiontableentry">
<?php                 echo $item->fax; ?>
</td>
<?php
              endif;


Clone AbstractionParameter Count: 6Parameter Bindings

if ($this->params->get( [[#variable42187100]])):
  ;
  ?> [[#variable42187060]]<?php
  echo $item->odd;
  ?>">
<?php
  echo $item-> [[#variable42186fc0]];
  ?>
</td>
<?php
endif;
?>
<?php
if ($this->params->get( [[#variable42186f60]])):
  ;
  ?> [[#variable42186f20]]<?php
  echo $item-> [[#variable42186f00]];
  ?>
</td>
<?php
endif;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#42187100]]
'show_mobile' 
12[[#42187100]]
'show_email' 
21[[#42187060]]
<td headers="Mobile" class="sectiontableentry 
22[[#42187060]]
<td headers="Mail" class="sectiontableentry 
31[[#42186fc0]]
mobile 
32[[#42186fc0]]
email_to 
41[[#42186f60]]
'show_fax' 
42[[#42186f60]]
'show_telephone' 
51[[#42186f20]]
<td headers="Fax" class="sectiontableentry"> 
52[[#42186f20]]
<td headers="Phone" class="sectiontableentry"> 
61[[#42186f00]]
fax 
62[[#42186f00]]
telephone