CloneSet559


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1520.983statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1178
administrator/components/com_messages/admin.messages.php
21185
components/com_content/models/archive.php
3178
plugins/search/categories.php
4178
plugins/search/contacts.php
5177
plugins/search/sections.php
Clone Instance
1
Line Count
1
Source Line
78
Source File
administrator/components/com_messages/admin.messages.php

                $searchEscaped=  $db->Quote('%'
                                            .   $db->getEscaped($search, TRUE)
                                            .                                  '%', FALSE);


Clone Instance
2
Line Count
1
Source Line
185
Source File
components/com_content/models/archive.php

                        $filter=  $db->Quote('%'
                                             .   $db->getEscaped($filter, TRUE)
                                             .                                  '%', FALSE);


Clone Instance
3
Line Count
1
Source Line
78
Source File
plugins/search/categories.php

        $text=    $db->Quote('%'
                             .   $db->getEscaped($text, TRUE)
                             .                                '%', FALSE);


Clone Instance
4
Line Count
1
Source Line
78
Source File
plugins/search/contacts.php

        $text=    $db->Quote('%'
                             .   $db->getEscaped($text, TRUE)
                             .                                '%', FALSE);


Clone Instance
5
Line Count
1
Source Line
77
Source File
plugins/search/sections.php

        $text=    $db->Quote('%'
                             .   $db->getEscaped($text, TRUE)
                             .                                '%', FALSE);


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable47015200]]=$db->Quote('%'
                                  . $db->getEscaped( [[#variable47015240]],TRUE)
                                  . '%',FALSE);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#47015200]]
$text 
12[[#47015200]]
$filter 
13[[#47015200]]
$searchEscaped 
14[[#47015200]]
$text 
15[[#47015200]]
$text 
21[[#47015240]]
$text 
22[[#47015240]]
$filter 
23[[#47015240]]
$search 
24[[#47015240]]
$text 
25[[#47015240]]
$text