CloneSet1286


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

                                                                {
                                                                        $data=  $degzdata;
                                                                        if ($this->debug)
                                                                        print "<PRE>---INFLATED RESPONSE---["
                                                                              .                               strlen($data)
                                                                              .                                             " chars]---\n"
                                                                              .                                                              htmlentities($data)
                                                                              .                                                                                    "\n---END---</PRE>";
                                                                      }


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

                                                                {
                                                                        $data=  $degzdata;
                                                                        if ($this->debug)
                                                                        print "<PRE>---INFLATED RESPONSE---["
                                                                              .                               strlen($data)
                                                                              .                                             " chars]---\n"
                                                                              .                                                              htmlentities($data)
                                                                              .                                                                                    "\n---END---</PRE>";
                                                                      }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  $data=$degzdata;
  if ($this->debug)
    print "<PRE>---INFLATED RESPONSE---["
          . strlen($data)
          . " chars]---\n"
          . htmlentities($data)
          . "\n---END---</PRE>";
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None