Showing 6,974 of 6,975 total issues
Argument 3 (default)
is 'default'
but \e107::pref()
takes null
defined at /code/e107_handlers/e107_class.php:4016
Open
Open
$var[0]['html'] = $frm->text('_blank_example', e107::pref('theme', 'example', 'default'));
- Exclude checks
Argument 3 (default)
is 'default'
but \e107::pref()
takes null
defined at /code/e107_handlers/e107_class.php:4016
Open
Open
$var[1]['html'] = $frm->text('_blank_example2', e107::pref('theme', 'example2', 'default'));
- Exclude checks
Variable $login_menu_shortcodes
is undeclared Open
Open
return $tp->parseTemplate($text, true, $login_menu_shortcodes);
- Exclude checks
Saw unextractable annotation for comment '* @var'
Open
Open
* @var
- Exclude checks
Variable $sql
is undeclared Open
Open
$sql->select('user', 'user_email', "user_id=".intval($uid));
- Exclude checks
Variable $text
is undeclared Open
Open
$ns->tablerender(LAN_03, $text.e107::getMessage()->render());
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if(getperms('0'))
- Exclude checks
Suspicious type true
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
echo 'Bad request - destination unreachable - '.$inc;
- Exclude checks
Call to method authenticate
from undeclared class \Hybridauth\Hybridauth
Open
Open
$adapter = $hybridauth->authenticate($prov);
- Exclude checks
Argument 2 (newvalue)
is 1
but \ini_set()
takes string
Open
Open
ini_set('session.use_only_cookies', 1);
- Exclude checks
Argument #1 of this call to \str_replace
is typically a literal or constant but isn't, but argument #3 (which is typically a variable) is a literal or constant. The arguments may be in the wrong order. Open
Open
$pref_link = str_replace($find, $replace, LAN_LOGIN_35);
- Exclude checks
Variable $MEMBERSONLY_CAPTION
is undeclared Open
Open
$MEMBERSONLY_TEMPLATE['default']['caption'] = $MEMBERSONLY_CAPTION;
- Exclude checks
Variable $sql
is undeclared Open
Open
$content = $sql->fetch();
- Exclude checks
Variable $sql
is undeclared Open
Open
$sql->select("poll", "poll_title", "poll_id=" . intval($id));
- Exclude checks
Variable $sc_style
was undeclared, but array fields are being added to it. Open
Open
$sc_style['DOWNLOAD_VIEW_AUTHOR_LAN']['pre'] = "<tr><td style='width:20%' class='forumheader3'>";
- Exclude checks
Argument 1 (name)
is 'viewport'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('viewport', 'width=device-width, initial-scale=1.0');
- Exclude checks
Argument 3 (default)
is 'css/bootstrap-dark.min.css'
but \e107::pref()
takes null
defined at /code/e107_handlers/e107_class.php:4016
Open
Open
$adminStyle = e107::pref('core', 'admincss', 'css/bootstrap-dark.min.css');
- Exclude checks
Argument 3 (default)
is 'top'
but \e107::pref()
takes null
defined at /code/e107_handlers/e107_class.php:4016
Open
Open
$placement = e107::pref('theme', 'usernav_placement', 'top');
- Exclude checks
Method \theme,1::tablestyle
is declared to return mixed
but has no return value Open
Open
function tablestyle($caption, $text, $mode='', $data = array())
- Exclude checks
Variable $NEWS_MENU_TEMPLATE
was undeclared, but array fields are being added to it. Open
Open
$NEWS_MENU_TEMPLATE['category']['start'] = '<ul class="nav nav-list news-menu-category">';
- Exclude checks