CloneSet1809


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.958statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11235
includes/router.php
21293
includes/router.php
Clone Instance
1
Line Count
1
Source Line
235
Source File
includes/router.php

                        // Handle component     route
                        $component=  preg_replace('/[^A-Z0-9_\\.-]/i','', $this->_vars['option']);


Clone Instance
2
Line Count
1
Source Line
293
Source File
includes/router.php

                /*
                 * Build the component route
                 */
                $component=       preg_replace('/[^A-Z0-9_\\.-]/i','', $query['option']);


Clone AbstractionParameter Count: 1Parameter Bindings

// Handle component     route
/*
                 * Build the component route
                 */
$component=preg_replace('/[^A-Z0-9_\\.-]/i','', [[#variable44bc4d20]]['option']);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#44bc4d20]]
$this->_vars 
12[[#44bc4d20]]
$query