CloneSet2058


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.988statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1269
libraries/joomla/document/html/renderer/head.php
2271
libraries/joomla/document/html/renderer/head.php
Clone Instance
1
Line Count
2
Source Line
69
Source File
libraries/joomla/document/html/renderer/head.php

                                                           {
                                        $strHtml.=  $tab
                                                    .    '<meta http-equiv="'
                                                    .                         $name
                                                    .                               '" content="'
                                                    .                                             $content
                                                    .                                                      '"'
                                                    .                                                          $tagEnd
                                                    .                                                                  $lnEnd;
                                      }


Clone Instance
2
Line Count
2
Source Line
71
Source File
libraries/joomla/document/html/renderer/head.php

                                                               {
                                        $strHtml.=  $tab
                                                    .    '<meta name="'
                                                    .                   $name
                                                    .                         '" content="'
                                                    .                                       $content
                                                    .                                                '"'
                                                    .                                                    $tagEnd
                                                    .                                                            $lnEnd;
                                      }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  $strHtml.=$tab
            .  [[#variable3c603b80]]
            . $name
            . '" content="'
            . $content
            . '"'
            . $tagEnd
            . $lnEnd;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3c603b80]]
'<meta http-equiv="' 
12[[#3c603b80]]
'<meta name="'