Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 2939 | libraries/phpxmlrpc/xmlrpc.php |
2 | 2 | 3006 | libraries/phpxmlrpc/xmlrpc.php |
| ||||
// add check? slower, but helps to avoid recursion in serializing broken xmlrpcvals... //if (is_object($o) && (get_class($o) == 'xmlrpcval' || is_subclass_of($o, 'xmlrpcval'))) //{ reset($this->me); list ($typ, $val)= each($this->me); |
| ||||
// UNSTABLE reset($this->me); list ($a,$b)=each($this->me); |
| |||
// add check? slower, but helps to avoid recursion in serializing broken xmlrpcvals... //if (is_object($o) && (get_class($o) == 'xmlrpcval' || is_subclass_of($o, 'xmlrpcval'))) //{ // UNSTABLE reset($this->me); list ( [[#variable51f15440]], [[#variable51f153c0]])=each($this->me); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51f15440]] | $typ |
1 | 2 | [[#51f15440]] | $a |
2 | 1 | [[#51f153c0]] | $val |
2 | 2 | [[#51f153c0]] | $b |