e107_handlers/core_functions.php
Avoid too many return
statements within this method. Open
Open
return array();
Avoid too many return
statements within this method. Open
Open
return $data;
Avoid too many return
statements within this method. Open
Open
return array();
Variable $sort_values
was undeclared, but array fields are being added to it. Open
Open
$sort_values[$i] = $k[$key];
- Exclude checks
Variable $sort_values
was undeclared, but array fields are being added to it. Open
Open
$sort_values[$i] = varset($arr[$key]);
- Exclude checks
Returning type null
but unserialize()
is declared to return array|bool
Open
Open
return null;
- Exclude checks
Argument 1 (str)
is ?string
but \trim()
takes string
Open
Open
$ArrayData = trim($ArrayData);
- Exclude checks