CloneSet380


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5320.966if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15154
libraries/joomla/registry/format/ini.php
25185
libraries/joomla/registry/format/ini.php
35225
libraries/joomla/registry/format/ini.php
Clone Instance
1
Line Count
5
Source Line
154
Source File
libraries/joomla/registry/format/ini.php

                                        // property is assumed to be ascii
                                        if ($property
                                            &&           $property{ 0} == '"') {
                                                $propLen=  strlen($property);
                                                if ($property{$propLen-1} == '"') {
                                                        $property=  stripcslashes(substr($property, 1, $propLen-  2));
                                                      }
                                              }


Clone Instance
2
Line Count
5
Source Line
185
Source File
libraries/joomla/registry/format/ini.php

                                                                     if ($value
                                                                         &&        $value{ 0} == '"') {
                                                                        $valueLen=  strlen($value);
                                                                        if ($value{$valueLen-1} == '"') {
                                                                                $value=  stripcslashes(substr($value, 1, $valueLen-  2));
                                                                              }
                                                                      }


Clone Instance
3
Line Count
5
Source Line
225
Source File
libraries/joomla/registry/format/ini.php

                                                     if ($value
                                                         &&        $value{ 0} == '"') {
                                                        $valueLen=  strlen($value);
                                                        if ($value{$valueLen-1} == '"') {
                                                                $value=  stripcslashes(substr($value, 1, $valueLen-  2));
                                                              }
                                                      }


Clone AbstractionParameter Count: 2Parameter Bindings

// property is assumed to be ascii
if ( [[#variable25487e40]]
    && [[#variable25487e40]]{ 0} == '"') {
   [[#variable25487e60]]=strlen( [[#variable25487e40]]);
  if ( [[#variable25487e40]]{ [[#variable25487e60]]-1} == '"') {
     [[#variable25487e40]]=stripcslashes(substr( [[#variable25487e40]],1, [[#variable25487e60]]-2));
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#25487e40]]
$value 
12[[#25487e40]]
$property 
13[[#25487e40]]
$value 
21[[#25487e60]]
$valueLen 
22[[#25487e60]]
$propLen 
23[[#25487e60]]
$valueLen