CloneSet411


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.992statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14447
libraries/phpxmlrpc/xmlrpc_wrappers.php
24578
libraries/phpxmlrpc/xmlrpc_wrappers.php
Clone Instance
1
Line Count
4
Source Line
447
Source File
libraries/phpxmlrpc/xmlrpc_wrappers.php

                        $signum=  isset ($extra_options['signum'])
                                  ?                                 (int) $extra_options['signum']
                                  :                                                                 0;
                        $timeout=  isset ($extra_options['timeout'])
                                   ?                                  (int) $extra_options['timeout']
                                   :                                                                   0;
                        $protocol=  isset ($extra_options['protocol'])
                                    ?                                   $extra_options['protocol']
                                    :                                                                '';
                        $newfuncname=  isset ($extra_options['new_function_name'])
                                       ?                                            $extra_options['new_function_name']
                                       :                                                                                  '';


Clone Instance
2
Line Count
4
Source Line
578
Source File
libraries/phpxmlrpc/xmlrpc_wrappers.php

                $signum=  isset ($extra_options['signum'])
                          ?                                 (int) $extra_options['signum']
                          :                                                                 0;
                $timeout=  isset ($extra_options['timeout'])
                           ?                                  (int) $extra_options['timeout']
                           :                                                                   0;
                $protocol=  isset ($extra_options['protocol'])
                            ?                                   $extra_options['protocol']
                            :                                                                '';
                $newclassname=  isset ($extra_options['new_class_name'])
                                ?                                         $extra_options['new_class_name']
                                :                                                                            '';


Clone AbstractionParameter Count: 2Parameter Bindings

$signum= isset ($extra_options['signum'])
         ? (int) $extra_options['signum']
         : 0;
$timeout= isset ($extra_options['timeout'])
          ? (int) $extra_options['timeout']
          : 0;
$protocol= isset ($extra_options['protocol'])
           ? $extra_options['protocol']
           : '';
 [[#variable240e8260]]= isset ($extra_options[ [[#variable240e81e0]]])
                        ? $extra_options[ [[#variable240e81e0]]]
                        : '';
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#240e8260]]
$newclassname 
12[[#240e8260]]
$newfuncname 
21[[#240e81e0]]
'new_class_name' 
22[[#240e81e0]]
'new_function_name'