CloneSet947


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12101
plugins/search/content.php
2284
plugins/search/newsfeeds.php
3291
plugins/search/weblinks.php
Clone Instance
1
Line Count
2
Source Line
101
Source File
plugins/search/content.php

                        $where=  '('
                                 .     implode(($phrase == 'all'
                                                ?                  ') AND ('
                                                :                              ') OR ('), $wheres)
                                 .                                                                   ')';
                        break;


Clone Instance
2
Line Count
2
Source Line
84
Source File
plugins/search/newsfeeds.php

                        $where=  '('
                                 .     implode(($phrase == 'all'
                                                ?                  ') AND ('
                                                :                              ') OR ('), $wheres)
                                 .                                                                   ')';
                        break;


Clone Instance
3
Line Count
2
Source Line
91
Source File
plugins/search/weblinks.php

                        $where=   '('
                                  .     implode(($phrase == 'all'
                                                 ?                  ') AND ('
                                                 :                              ') OR ('), $wheres)
                                  .                                                                   ')';
                        break;


Clone AbstractionParameter Count: 0Parameter Bindings

$where='('
       . implode(($phrase == 'all'
                  ? ') AND ('
                  : ') OR ('),$wheres)
       . ')';
break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None