Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 1 | 0.989 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 173 | installation/models/setup.php |
2 | 2 | 180 | installation/models/setup.php |
3 | 2 | 187 | installation/models/setup.php |
4 | 2 | 197 | installation/models/setup.php |
5 | 2 | 204 | installation/models/setup.php |
| ||||
// Check for zlib support. $option= new stdClass; $option->label = JText::_('zlib compression support'); |
| ||||
// Check for XML support. $option= new stdClass; $option->label = JText::_('XML support'); |
| ||||
// Check for MySQL support. $option= new stdClass; $option->label = JText::_('MySQL support'); |
| ||||
// Check for default MB language. $option= new stdClass; $option->label = JText::_('MB language is default'); |
| ||||
// Check for MB function overload. $option= new stdClass; $option->label = JText::_('MB string overload off'); |
| |||
// Check for zlib support. // Check for XML support. // Check for MySQL support. // Check for default MB language. // Check for MB function overload. $option=new stdClass; $option->label =JText::_( [[#variable4ce0f1a0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4ce0f1a0]] | 'zlib compression support' |
1 | 2 | [[#4ce0f1a0]] | 'XML support' |
1 | 3 | [[#4ce0f1a0]] | 'MySQL support' |
1 | 4 | [[#4ce0f1a0]] | 'MB language is default' |
1 | 5 | [[#4ce0f1a0]] | 'MB string overload off' |