Showing 6,974 of 6,975 total issues
Invalid offset "user_loginname"
of array type array{user_ban:0}|array{user_ban:2}|array{user_class:''}|array{user_ip:string}|array{user_join:int}|array{user_name:null}|array{user_password:bool|string}|array{user_perms:''}|array{user_prefs:''}|array{user_prefs:array|string}|array{user_realm:''}|array{user_sess:string}|array{user_signature:''}
Open
Open
$adviseLoginName = LAN_SIGNUP_65.': '.$allData['data']['user_loginname'].'<br />'.LAN_SIGNUP_66.'<br />';
- Exclude checks
Invalid offset "chapter_parent"
of array type array{book_id:int}|array{book_name:mixed}|array{book_sef:mixed}|null
Open
Open
$row['book_icon'] = $this->getIcon($row['chapter_parent']);
- Exclude checks
Invalid offset "chapter_parent"
of array type array{book_icon:mixed}|array{book_id:int}|array{book_name:mixed}|array{book_sef:mixed}|null
Open
Open
$row['book_description'] = $this->getDescription($row['chapter_parent']);
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$pageArray = $sql->db_getList();
- Exclude checks
Argument 2 (content)
is string
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('twitter:title', $metaTitle);
- Exclude checks
Argument 2 (content)
is string
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('keywords', eHelper::formatMetaKeys($this->page['page_metakeys']));
- Exclude checks
Assigning true
to property but \pageClass->authorized
is string
Open
Open
$this->authorized = true;
- 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
Variable $admin_log
is undeclared Open
Open
$admin_log->user_audit(USER_AUDIT_SIGNUP,$signup_data);
- Exclude checks
Variable $tp
is undeclared Open
Open
$text .= $tp->parseTemplate($ONLINE_TABLE_MISC, true, $scArray);
- Exclude checks
When fetching an array index from a value of type array{}|null[],
found an array index of type null,
but expected the index to be of the non-nullable type int|string
Open
Open
return varset($this->chapterData[$chapter]['chapter_name'], false);
- Exclude checks
Argument 1 (name)
is 'keywords'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('keywords', eHelper::formatMetaKeys($this->page['page_metakeys']));
- Exclude checks
Call to undeclared method \e_shortcode::cpagecomments
Open
Open
$comments = $sc->cpagecomments();
- Exclude checks
Assigning true
to property but \pageClass->authorized
is string
Open
Open
$this->authorized = true;
- 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
Variable $sql
is undeclared Open
Open
$sql->update('user_extended', $eufVals);
- 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