CloneSet1172


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3340.961if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1391
libraries/joomla/utilities/string.php
2435
libraries/phpxmlrpc/compat/array_key_exists.php
3445
libraries/phpxmlrpc/compat/array_key_exists.php
Clone Instance
1
Line Count
3
Source Line
91
Source File
libraries/joomla/utilities/string.php

                        if (!is_int($offset)) {
                                trigger_error('strrpos expects parameter 3 to be long',E_USER_WARNING);
                                return FALSE;
                              }


Clone Instance
2
Line Count
4
Source Line
35
Source File
libraries/phpxmlrpc/compat/array_key_exists.php

        if (!is_scalar($key)) {
            user_error('array_key_exists() The first argument should be either a string or an integer',
                E_USER_WARNING);
            return FALSE;
          }


Clone Instance
3
Line Count
4
Source Line
45
Source File
libraries/phpxmlrpc/compat/array_key_exists.php

        if (!is_array($search)) {
            user_error('array_key_exists() The second argument should be either an array or an object',
                E_USER_WARNING);
            return FALSE;
          }


Clone AbstractionParameter Count: 4Parameter Bindings

if (! [[#variable2399aa60]]( [[#variable2399a9a0]])) {
   [[#variable2399a980]]( [[#variable2399a960]],E_USER_WARNING);
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2399aa60]]
is_int 
12[[#2399aa60]]
is_array 
13[[#2399aa60]]
is_scalar 
21[[#2399a9a0]]
$offset 
22[[#2399a9a0]]
$search 
23[[#2399a9a0]]
$key 
31[[#2399a980]]
trigger_error 
32[[#2399a980]]
user_error 
33[[#2399a980]]
user_error 
41[[#2399a960]]
'strrpos expects parameter 3 to be long' 
42[[#2399a960]]
'array_key_exists() The second argument should be either an array or an object' 
43[[#2399a960]]
'array_key_exists() The first argument should be either a string or an integer'