Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 2 | 0.987 | php_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 114 | administrator/components/com_admin/tmpl/sysinfo_phpsettings.php |
2 | 6 | 122 | administrator/components/com_admin/tmpl/sysinfo_phpsettings.php |
3 | 6 | 138 | administrator/components/com_admin/tmpl/sysinfo_phpsettings.php |
| ||||
<?php echo extension_loaded('xml') ? JText::_('Yes') : JText::_('No'); ?> </td> </tr> <tr> <td> <?php echo JText::_('Zlib Enabled'); ?>: </td> <td> |
| ||||
<?php echo extension_loaded('zlib') ? JText::_('Yes') : JText::_('No'); ?> </td> </tr> <tr> <td> <?php echo JText::_('Disabled Functions'); ?>: </td> <td> |
| ||||
<?php echo extension_loaded('mbstring') ? JText::_('Yes') : JText::_('No'); ?> </td> </tr> <tr> <td> <?php echo JText::_('Iconv Available'); ?>: </td> <td> |
| |||
<?php echo extension_loaded( [[#variable4c5ebe60]]) ? JText::_('Yes') : JText::_('No'); ?> </td> </tr> <tr> <td> <?php echo JText::_( [[#variable4c5ebe80]]); ?>: </td> <td> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4c5ebe60]] | 'xml' |
1 | 2 | [[#4c5ebe60]] | 'zlib' |
1 | 3 | [[#4c5ebe60]] | 'mbstring' |
2 | 1 | [[#4c5ebe80]] | 'Zlib Enabled' |
2 | 2 | [[#4c5ebe80]] | 'Disabled Functions' |
2 | 3 | [[#4c5ebe80]] | 'Iconv Available' |