search.php
Variable $pref
is undeclared Open
Open
if (!check_class($pref['search_restrict']))
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
if ($search_prefs['selector'] == 1)
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
if ($this->search_prefs['selector'] == 2)
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
($this->search_prefs['selector'] == 1) //FIXME PRE_CHECKBOXES and POST_CHECKBOXES
- Exclude checks
Invalid offset "mysql_sort"
of array type array{}
Open
Open
elseif (strlen($full_query) < ($char_count = ($this->search_prefs['mysql_sort'] ? 4 : 3)))
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
if (!vartrue($_GET['adv']) || $_GET['t'] == 'all')
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
if($this->search_prefs['selector'] == 1)
- Exclude checks
Invalid offset "multisearch"
of array type array{}
Open
Open
if ($this->search_prefs['multisearch'])
- Exclude checks
Invalid offset "google"
of array type array{}
Open
Open
if (check_class($this->search_prefs['google']))
- Exclude checks
Invalid offset "plug_handlers"
of array type array{}
Open
Open
foreach ($this->search_prefs['plug_handlers'] as $plug_dir => $active)
- Exclude checks
Argument 2 (prefix)
is false
but \http_build_query()
takes ?string
Open
Open
$npParms = http_build_query($nextprev,false);
- Exclude checks
Invalid offset "time_secs"
of array type array{}
Open
Open
$time = time() - $this->search_prefs['time_secs'];
- Exclude checks
Invalid offset "time_secs"
of array type array{}
Open
Open
$this->message = LAN_SEARCH_17.$this->search_prefs['time_secs'].LAN_SEARCH_18;
- Exclude checks
Reference to undeclared property \secure_image->stop_keys
(Did you mean $stop_key) Open
Open
foreach ($sch -> stop_keys as $stop_key)
- Exclude checks
Invalid offset "google"
of array type array{}
Open
Open
if (check_class($search_prefs['google'])) {
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
else if ($this->search_prefs['selector'] == 1)
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
if ($this->search_prefs['selector'] == 2)
- Exclude checks
Argument 2 (replace)
is 3|4
but \str_replace()
takes array|string
Open
Open
$this->message = str_replace('[x]', $char_count, LAN_417);
- Exclude checks
Invalid offset "time_restrict"
of array type array{}
Open
Open
elseif ($this->search_prefs['time_restrict'])
- Exclude checks
Argument 2 (options)
is false
but \e_parse::toGlyph()
takes array|string
defined at /code/e107_handlers/e_parse_class.php:3973
Open
Open
<button class='btn btn-primary' type='submit' name='s' value='1' data-loading-icon='fa-spinner' >".$tp->toGlyph('fa-search',false)."</button>";
- Exclude checks
Invalid offset 0
of array type array{}
Open
Open
$ret = varset($search_info[0]);
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
if ($this->search_prefs['selector'] == 2)
- Exclude checks
Invalid operator: right operand of -
is null
(expected number) Open
Open
$time = time() - $this->search_prefs['time_secs'];
- Exclude checks
Invalid offset "core_handlers"
of array type array{}
Open
Open
$search_info['comments']['listorder'] = $this->search_prefs['core_handlers']['comments']['order'];
- Exclude checks
Suspicious type null
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
$this->message = LAN_SEARCH_17.$this->search_prefs['time_secs'].LAN_SEARCH_18;
- Exclude checks
Assigning false
to property but \search_front->result_flag
is int
Open
Open
$this->result_flag = false;
- Exclude checks
Variable $enhanced_types
was undeclared, but array fields are being added to it. Open
Open
$enhanced_types['in'] = LAN_SEARCH_24.':';
- Exclude checks
Invalid offset "user_select"
of array type array{}
Open
Open
if ($search_prefs['user_select'])
- Exclude checks
null
passed to foreach instead of array Open
Open
foreach ($this->search_prefs['plug_handlers'] as $plug_dir => $active)
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
if ($this->search_prefs['selector'] == 2)
- Exclude checks
Invalid offset "google"
of array type array{}
Open
Open
$google_js = check_class($this->search_prefs['google']) ? "onclick=\"uncheckG();\" " : "";
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
if ($this->search_prefs['selector'] == 2)
- Exclude checks
Invalid offset "google"
of array type array{}
Open
Open
if (check_class($search_prefs['google'])) {
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
if($this->search_prefs['selector'] == 1)
- Exclude checks
Invalid offset "user_select"
of array type array{}
Open
Open
if (!$this->search_prefs['user_select'] && $_GET['r'] < 1)
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
if (varset($search_prefs['selector']) == 1) {
- Exclude checks
Invalid offset "multisearch"
of array type array{}
Open
Open
if ($this->search_prefs['multisearch'])
- Exclude checks
Variable $sortarr
was undeclared, but array fields are being added to it. Open
Open
$sortarr[] = $info[$column];
- Exclude checks
Reference to undeclared property \secure_image->stop_keys
Open
Open
$stop_count = count($sch -> stop_keys);
- Exclude checks