Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 145 | libraries/phpxmlrpc/xmlrpc_wrappers.php |
2 | 2 | 456 | libraries/phpxmlrpc/xmlrpc_wrappers.php |
3 | 2 | 582 | libraries/phpxmlrpc/xmlrpc_wrappers.php |
| ||||
$encode_php_objects= isset ($extra_options['encode_php_objs']) ? (bool) $extra_options['encode_php_objs'] : FALSE; $decode_php_objects= isset ($extra_options['decode_php_objs']) ? (bool) $extra_options['decode_php_objs'] : FALSE; |
| ||||
//$encode_php_objects = in_array('encode_php_objects', $extra_options); //$verbatim_client_copy = in_array('simple_client_copy', $extra_options) ? 1 : // in_array('build_class_code', $extra_options) ? 2 : 0; $encode_php_objects= isset ($extra_options['encode_php_objs']) ? (bool) $extra_options['encode_php_objs'] : FALSE; $decode_php_objects= isset ($extra_options['decode_php_objs']) ? (bool) $extra_options['decode_php_objs'] : FALSE; |
| ||||
$encode_php_objects= isset ($extra_options['encode_php_objs']) ? (bool) $extra_options['encode_php_objs'] : FALSE; $decode_php_objects= isset ($extra_options['decode_php_objs']) ? (bool) $extra_options['decode_php_objs'] : FALSE; |
| |||
//$encode_php_objects = in_array('encode_php_objects', $extra_options); //$verbatim_client_copy = in_array('simple_client_copy', $extra_options) ? 1 : // in_array('build_class_code', $extra_options) ? 2 : 0; $encode_php_objects= isset ($extra_options['encode_php_objs']) ? (bool) $extra_options['encode_php_objs'] : FALSE; $decode_php_objects= isset ($extra_options['decode_php_objs']) ? (bool) $extra_options['decode_php_objs'] : FALSE; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |