Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 5 | 0.979 | toplevel_statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 18 | libraries/phpmailer/language/phpmailer.lang-en.php |
2 | 5 | 16 | libraries/phpmailer/language/phpmailer.lang-joomla.php |
| ||||
$PHPMAILER_LANG["data_not_accepted"]= 'SMTP Error: Data not accepted.'; $PHPMAILER_LANG["connect_host"]= 'SMTP Error: Could not connect to SMTP host.'; $PHPMAILER_LANG["file_access"]= 'Could not access file: '; $PHPMAILER_LANG["file_open"]= 'File Error: Could not open file: '; $PHPMAILER_LANG["encoding"]= 'Unknown encoding: '; |
| ||||
$PHPMAILER_LANG["data_not_accepted"]= 'PHPMAILER_DATA_NOT_ACCEPTED'; $PHPMAILER_LANG["connect_host"]= 'PHPMAILER_CONNECT_HOST'; $PHPMAILER_LANG["file_access"]= 'PHPMAILER_FILE_ACCESS'; $PHPMAILER_LANG["file_open"]= 'PHPMAILER_FILE_OPEN'; $PHPMAILER_LANG["encoding"]= 'PHPMAILER_ENCODING'; |
| |||
$PHPMAILER_LANG["data_not_accepted"]= [[#variable22ec6ec0]]; $PHPMAILER_LANG["connect_host"]= [[#variable22ec6e60]]; $PHPMAILER_LANG["file_access"]= [[#variable22ec6e00]]; $PHPMAILER_LANG["file_open"]= [[#variable22ec6dc0]]; $PHPMAILER_LANG["encoding"]= [[#variable21ed5ae0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#22ec6ec0]] | 'PHPMAILER_DATA_NOT_ACCEPTED' |
1 | 2 | [[#22ec6ec0]] | 'SMTP Error: Data not accepted.' |
2 | 1 | [[#22ec6e60]] | 'PHPMAILER_CONNECT_HOST' |
2 | 2 | [[#22ec6e60]] | 'SMTP Error: Could not connect to SMTP host.' |
3 | 1 | [[#22ec6e00]] | 'PHPMAILER_FILE_ACCESS' |
3 | 2 | [[#22ec6e00]] | 'Could not access file: ' |
4 | 1 | [[#22ec6dc0]] | 'PHPMAILER_FILE_OPEN' |
4 | 2 | [[#22ec6dc0]] | 'File Error: Could not open file: ' |
5 | 1 | [[#21ed5ae0]] | 'PHPMAILER_ENCODING' |
5 | 2 | [[#21ed5ae0]] | 'Unknown encoding: ' |