CloneSet1942


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.977class_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12140
libraries/joomla/environment/response.php
22150
libraries/joomla/environment/response.php
Clone Instance
1
Line Count
2
Source Line
140
Source File
libraries/joomla/environment/response.php

         /**
         * Prepend content to the body content
         *
         * @access public
         * @param string $content
         */
        function prependBody($content) {
                array_unshift($GLOBALS['_JRESPONSE']->body ,(string) $content);
              }


Clone Instance
2
Line Count
2
Source Line
150
Source File
libraries/joomla/environment/response.php

        /**
         * Append content to the body content
         *
         * @access public
         * @param string $content
         */
        function appendBody($content) {
                array_push($GLOBALS['_JRESPONSE']->body ,(string) $content);
              }


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * Append content to the body content
         *
         * @access public
         * @param string $content
         */
/**
         * Prepend content to the body content
         *
         * @access public
         * @param string $content
         */
function [[#variable523a93a0]]($content) {
   [[#variable523a9300]]($GLOBALS['_JRESPONSE']->body ,(string) $content);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#523a93a0]]
appendBody 
12[[#523a93a0]]
prependBody 
21[[#523a9300]]
array_push 
22[[#523a9300]]
array_unshift