CloneSet1847


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.968or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11132
administrator/components/com_users/controllers/level.json.php
2135
plugins/system/redirect.php
Clone Instance
1
Line Count
1
Source Line
132
Source File
administrator/components/com_users/controllers/level.json.php

// This needs to be AFTER the class declaration because of PHP 5.1.
JError::setErrorHandling( E_ALL ,'callback', array( 'UsersControllerLevel', 'sendResponse'
                                                  ))


Clone Instance
2
Line Count
1
Source Line
35
Source File
plugins/system/redirect.php

                // Set the error handler for E_ERROR to be the class handleError method.
                JError::setErrorHandling( E_ERROR ,'callback', array( 'plgSystemRedirect','handleError'
                                                                    ))


Clone AbstractionParameter Count: 3Parameter Bindings

// Set the error handler for E_ERROR to be the class handleError method.
// This needs to be AFTER the class declaration because of PHP 5.1.
JError::setErrorHandling( [[#variable587db800]],'callback',array(  [[#variable587db740]],
                                                                   [[#variable587db6e0]]
                                                                ))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#587db800]]
E_ERROR 
12[[#587db800]]
E_ALL 
21[[#587db740]]
'plgSystemRedirect' 
22[[#587db740]]
'UsersControllerLevel' 
31[[#587db6e0]]
'handleError' 
32[[#587db6e0]]
'sendResponse'