CloneSet1748


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

                        if ($this->debug > 1)
                        {
                                print "<PRE>\n---SENDING---\n"
                                      .                          htmlentities($op)
                                      .                                              "\n---END---\n</PRE>";
                                // let the client see this now in case http times out...
                                flush();
                              }


Clone Instance
2
Line Count
5
Source Line
1461
Source File
libraries/phpxmlrpc/xmlrpc.php

                        if ($this->debug > 1)
                        {
                                print "<PRE>\n---SENDING---\n"
                                      .                          htmlentities($payload)
                                      .                                                   "\n---END---\n</PRE>";
                                // let the client see this now in case http times out...
                                flush();
                              }


Clone AbstractionParameter Count: 1Parameter Bindings

if ($this->debug >1) {
  print "<PRE>\n---SENDING---\n"
        . htmlentities( [[#variable58807380]])
        . "\n---END---\n</PRE>";
  // let the client see this now in case http times out...
  flush();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58807380]]
$payload 
12[[#58807380]]
$op