Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.991 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 227 | libraries/joomla/environment/uri.php |
2 | 3 | 230 | libraries/joomla/environment/uri.php |
| ||||
{ //Apache CGI $base['path']= rtrim(dirname($_SERVER['PHP_SELF']), '/\\'); } |
| ||||
{ //Others $base['path']= rtrim(dirname($_SERVER['SCRIPT_NAME']), '/\\'); } |
| |||
{ //Others //Apache CGI $base['path']=rtrim(dirname($_SERVER[ [[#variable44bbcba0]]]),'/\\'); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#44bbcba0]] | 'SCRIPT_NAME' |
1 | 2 | [[#44bbcba0]] | 'PHP_SELF' |