Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 7 | 2 | 0.977 | php_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 34 | administrator/components/com_admin/tmpl/sysinfo_phpsettings.php |
2 | 6 | 50 | administrator/components/com_admin/tmpl/sysinfo_phpsettings.php |
3 | 6 | 58 | administrator/components/com_admin/tmpl/sysinfo_phpsettings.php |
4 | 6 | 66 | administrator/components/com_admin/tmpl/sysinfo_phpsettings.php |
5 | 6 | 74 | administrator/components/com_admin/tmpl/sysinfo_phpsettings.php |
6 | 6 | 82 | administrator/components/com_admin/tmpl/sysinfo_phpsettings.php |
7 | 6 | 90 | administrator/components/com_admin/tmpl/sysinfo_phpsettings.php |
| ||||
<?php echo HTML_admin_misc::get_php_setting('safe_mode'); ?> </td> </tr> <tr> <td> <?php echo JText::_('Open basedir'); ?>: </td> <td> |
| ||||
<?php echo HTML_admin_misc::get_php_setting('display_errors'); ?> </td> </tr> <tr> <td> <?php echo JText::_('Short Open Tags'); ?>: </td> <td> |
| ||||
<?php echo HTML_admin_misc::get_php_setting('short_open_tag'); ?> </td> </tr> <tr> <td> <?php echo JText::_('File Uploads'); ?>: </td> <td> |
| ||||
<?php echo HTML_admin_misc::get_php_setting('file_uploads'); ?> </td> </tr> <tr> <td> <?php echo JText::_('Magic Quotes'); ?>: </td> <td> |
| ||||
<?php echo HTML_admin_misc::get_php_setting('magic_quotes_gpc'); ?> </td> </tr> <tr> <td> <?php echo JText::_('Register Globals'); ?>: </td> <td> |
| ||||
<?php echo HTML_admin_misc::get_php_setting('register_globals'); ?> </td> </tr> <tr> <td> <?php echo JText::_('Output Buffering'); ?>: </td> <td> |
| ||||
<?php echo HTML_admin_misc::get_php_setting('output_buffering'); ?> </td> </tr> <tr> <td> <?php echo JText::_('Session Save Path'); ?>: </td> <td> |
| |||
<?php echo HTML_admin_misc::get_php_setting( [[#variable23c72bc0]]); ?> </td> </tr> <tr> <td> <?php echo JText::_( [[#variable23c72b80]]); ?>: </td> <td> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23c72bc0]] | 'safe_mode' |
1 | 2 | [[#23c72bc0]] | 'display_errors' |
1 | 3 | [[#23c72bc0]] | 'short_open_tag' |
1 | 4 | [[#23c72bc0]] | 'file_uploads' |
1 | 5 | [[#23c72bc0]] | 'magic_quotes_gpc' |
1 | 6 | [[#23c72bc0]] | 'register_globals' |
1 | 7 | [[#23c72bc0]] | 'output_buffering' |
2 | 1 | [[#23c72b80]] | 'Open basedir' |
2 | 2 | [[#23c72b80]] | 'Short Open Tags' |
2 | 3 | [[#23c72b80]] | 'File Uploads' |
2 | 4 | [[#23c72b80]] | 'Magic Quotes' |
2 | 5 | [[#23c72b80]] | 'Register Globals' |
2 | 6 | [[#23c72b80]] | 'Output Buffering' |
2 | 7 | [[#23c72b80]] | 'Session Save Path' |