Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.988 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1220 | libraries/phpmailer/phpmailer.php |
2 | 3 | 1227 | libraries/phpmailer/phpmailer.php |
| ||||
$encoded= preg_replace("/([^A-Za-z0-9!*+\\/ -])/e","'='.sprintf('%02X', ord('\\1'))", $encoded); break; |
| ||||
// Replace every high ascii, control =, ? and _ characters $encoded= preg_replace('/([\\000-\\011\\013\\014\\016-\\037\\075\\077\\137\\177-\\377])/e', "'='.sprintf('%02X', ord('\\1'))", $encoded); break; |
| |||
// Replace every high ascii, control =, ? and _ characters $encoded=preg_replace( [[#variable402ca2a0]],"'='.sprintf('%02X', ord('\\1'))",$encoded); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#402ca2a0]] | "/([^A-Za-z0-9!*+\\/ -])/e" |
1 | 2 | [[#402ca2a0]] | '/([\\000-\\011\\013\\014\\016-\\037\\075\\077\\137\\177-\\377])/e' |