CloneSet1850


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141983
libraries/phpxmlrpc/xmlrpc.php
242087
libraries/phpxmlrpc/xmlrpc.php
Clone Instance
1
Line Count
4
Source Line
1983
Source File
libraries/phpxmlrpc/xmlrpc.php

                        if ($charset_encoding != '')
                                $this->content_type = 'text/xml; charset='
                                                      .                      $charset_encoding;
                        else    $this->content_type = 'text/xml';


Clone Instance
2
Line Count
4
Source Line
2087
Source File
libraries/phpxmlrpc/xmlrpc.php

                        if ($charset_encoding != '')
                                $this->content_type = 'text/xml; charset='
                                                      .                      $charset_encoding;
                        else    $this->content_type = 'text/xml';


Clone AbstractionParameter Count: 0Parameter Bindings

if ($charset_encoding != '')
  $this->content_type ='text/xml; charset='
                       . $charset_encoding;
else $this->content_type ='text/xml';
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None