Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.966 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 327 | libraries/joomla/database/table.php |
2 | 2 | 41 | libraries/phpxmlrpc/compat/array_key_exists.php |
| ||||
// If the source value is an object, get its accessible properties. if (is_object($src)) { $src= get_object_vars($src); } |
| ||||
if (is_object($search)) { $search= get_object_vars($search); } |
| |||
// If the source value is an object, get its accessible properties. if (is_object( [[#variable46305aa0]])) { [[#variable46305aa0]]=get_object_vars( [[#variable46305aa0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46305aa0]] | $src |
1 | 2 | [[#46305aa0]] | $search |