Showing 6,974 of 6,975 total issues
Variable $data
was undeclared, but array fields are being added to it. Open
Open
$data[] = array('Day', "Registered" );
- Exclude checks
Returning type false
but registered()
is declared to return string
Open
Open
return false;
- Exclude checks
Argument 2 (content)
is array|string
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:image',$siteButton);
- 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
return "<div class='height:50%'>".$cht->render($id, $width, $height)."</div>";
- Exclude checks
Call to undeclared function \codecept_debug()
Open
Open
codecept_debug($text);
- Exclude checks
Argument 1 (name)
is 'twitter:image'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('twitter:image', $siteButton);
- Exclude checks
Reference to instance property uapi
from undeclared class \cpanelAPI
Open
Open
$cPanel->uapi->Mysql->set_privileges_on_database(['user' => $db_id,
- Exclude checks
Argument 2 (fname)
is false
but \e107::lan()
takes string
defined at /code/e107_handlers/e107_class.php:3987
Open
Open
e107::lan('social',false, true);
- Exclude checks
Argument 3 (subject)
is 255
but \str_replace()
takes array|string
Open
Open
$nobody_regexp = "'(^|,)(" . str_replace(",", "|", e_UC_NOBODY) . ")(,|$)'";
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= $frm->button('bbcodeInsert','go','other','Insert');
- Exclude checks
Argument 3 (default)
is false
but \e107::pref()
takes null
defined at /code/e107_handlers/e107_class.php:4016
Open
Open
if(e107::pref('core','smiley_activate',false))
- Exclude checks
Suspicious array access to nullable ?array|?mixed|?string|null
Open
Open
if($string === 'true' || $string === 'false' || $string[0] == '[')
- Exclude checks
Argument 3 (default)
is false
but \e107::pref()
takes null
defined at /code/e107_handlers/e107_class.php:4016
Open
Open
if(e107::pref('core','smiley_activate',false))
- Exclude checks
Reference to undeclared property \user_mailout->mail_read
(Did you mean expr->mailRead) Open
Open
$this->mail_read++;
- Exclude checks
Returning type int
but normalizeProviderName()
is declared to return string
Open
Open
return $providerName;
- Exclude checks
Reference to undeclared property \TagCloud->orderBy
Open
Open
$this->orderBy = array(
- Exclude checks
Reference to undeclared property \tagcloud_menu->template
Open
Open
$start = $tag->template['start'];
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= '<div class="area"><span class="label'.$classLabel.'">'.$type.'</span> ';
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "</div>";
- Exclude checks
Argument 4 (offset)
is null
but \file_get_contents()
takes int
Open
Open
$content = file_get_contents($f['path'].$f['fname'], null, null, null, 140);
- Exclude checks