Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 40 | libraries/joomla/filesystem/archive/bzip2.php |
2 | 5 | 356 | libraries/joomla/filesystem/archive/zip.php |
| ||||
// Is bz2 extension loaded? If not try to load it if (!extension_loaded('bz2')) { if (JPATH_ISWIN) { @ dl('php_bz2.dll'); } else { @ dl('bz2.so'); } } |
| ||||
// Is bz2 extension loaded? If not try to load it if (!extension_loaded('bz2')) { if (JPATH_ISWIN) { @ dl('php_bz2.dll'); } else { @ dl('bz2.so'); } } |
| |||
// Is bz2 extension loaded? If not try to load it if (!extension_loaded('bz2')) { if (JPATH_ISWIN) { @dl('php_bz2.dll'); } else { @dl('bz2.so'); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |