Showing 6,974 of 6,975 total issues
Reference to instance property uapi
from undeclared class \cpanelAPI
Open
Open
$cPanel->uapi->post->Fileman
- 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:site','@'.$screenName);
- Exclude checks
Argument 1 (name)
is 'fb:app_id'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('fb:app_id', $appID);
- Exclude checks
Assigning callable
to property but \TagCloud->htmlizeTagFunction
is null
Open
Open
$this->htmlizeTagFunction = $htmlizeTagFunction;
- Exclude checks
Reference to undeclared property \TagCloud->orderBy
Open
Open
$orderDirection = strtolower($this->orderBy['direction']) == 'desc' ? 'SORT_DESC' : 'SORT_ASC';
- Exclude checks
Variable $value
is undeclared Open
Open
<td><p>".$frm->text('buttonText',$value,50)."</p></td>
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if(!empty($_GET['debug']) && getperms('0'))
- Exclude checks
Suspicious array access to nullable ?array|?array<string></string>
Open
Open
$themecount[$defaulttheme] += $defaultusers;
- Exclude checks
Variable $themeCount
was undeclared, but array fields are being added to it. Open
Open
$themeCount[$file] = 0;
- Exclude checks
Reference to instance property api2
from undeclared class \cpanelAPI
Open
Open
$listdbusers = $cPanel->api2->MysqlFE->listusers()->{'cpanelresult'}->{'data'};
- Exclude checks
Argument 1 (val)
is null
but \e107::wysiwyg()
takes bool
defined at /code/e107_handlers/e107_class.php:4568
Open
Open
if((e107::wysiwyg(null, true) === 'tinymce4' && check_class($pref['post_html'])) || strpos(e_SELF,"tinymce4/admin_config.php") )
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "</td>
- 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='inline-form'>Color: ".$frm->select('glyph-color',$sel)." Custom: ".$frm->text('glyph-custom','').$frm->button('glyph-save','Go')."</div>";
- Exclude checks
Returning type null
but showSelect()
is declared to return array
Open
Open
return null;
- Exclude checks
Reference to undeclared constant \PARAMS_SERIALIZED
Open
Open
$params = unserialize(PARAMS_SERIALIZED);
- Exclude checks
Reference to instance property user
from undeclared class \cpanelAPI
Open
Open
$prefix = $cPanel->user."_".self::TEST_PREFIX;
- 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('twitter:image', $siteLogo);
- Exclude checks
Invalid operator: left operand of <<
is bool
(expected int) Open
Open
$flags = $flags & ~(1 << $bit) | ($active << $bit);
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'name',
but expected the index to be of type int
Open
Open
$this->configName = $config['@attributes']['name'];
- Exclude checks