Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 3 | 0.977 | php_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 42 | administrator/components/com_admin/tmpl/sysinfo_phpsettings.php |
2 | 6 | 98 | administrator/components/com_admin/tmpl/sysinfo_phpsettings.php |
3 | 6 | 130 | administrator/components/com_admin/tmpl/sysinfo_phpsettings.php |
| ||||
<?php echo (($ob= ini_get('open_basedir')) ? $ob : JText::_('none')); ?> </td> </tr> <tr> <td> <?php echo JText::_('Display Errors'); ?>: </td> <td> |
| ||||
<?php echo (($sp=ini_get('session.save_path')) ? $sp : JText::_('none')); ?> </td> </tr> <tr> <td> <?php echo JText::_('Session Auto Start'); ?>: </td> <td> |
| ||||
<?php echo (($df=ini_get('disable_functions')) ? $df : JText::_('none')); ?> </td> </tr> <tr> <td> <?php echo JText::_('Mbstring Enabled'); ?>: </td> <td> |
| |||
<?php echo (( [[#variable423d5280]]=ini_get( [[#variable423d52e0]])) ? [[#variable423d5280]] : JText::_('none')); ?> </td> </tr> <tr> <td> <?php echo JText::_( [[#variable423d52c0]]); ?>: </td> <td> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#423d5280]] | $ob |
1 | 2 | [[#423d5280]] | $sp |
1 | 3 | [[#423d5280]] | $df |
2 | 1 | [[#423d52e0]] | 'open_basedir' |
2 | 2 | [[#423d52e0]] | 'session.save_path' |
2 | 3 | [[#423d52e0]] | 'disable_functions' |
3 | 1 | [[#423d52c0]] | 'Display Errors' |
3 | 2 | [[#423d52c0]] | 'Session Auto Start' |
3 | 3 | [[#423d52c0]] | 'Mbstring Enabled' |