Showing 6,974 of 6,975 total issues
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<ul class='glyphicons well clearfix'>";
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if(($template == 'mainadmin.xml' && !getperms('0')) || ($template == 'admin.xml' && !ADMIN))
- Exclude checks
Call to method parse
from undeclared class \Symfony\Component\Yaml\Yaml
Open
Open
$params = array_replace_recursive($params, Yaml::parse(file_get_contents($absolute_config_path)));
- Exclude checks
Reference to instance property api2
from undeclared class \cpanelAPI
Open
Open
$listdbs = $cPanel->api2->MysqlFE->listdbs()->{'cpanelresult'}->{'data'};
- Exclude checks
Reference to instance property api2
from undeclared class \cpanelAPI
Open
Open
$cPanel->api2->Fileman
- Exclude checks
Argument 2 (options)
is 'w=800'
but \e_parse::thumbUrl()
takes array
defined at /code/e107_handlers/e_parse_class.php:2531
Open
Open
$siteLogo = (strpos($pref['sitelogo'],'{e_MEDIA') !== false) ? e107::getParser()->thumbUrl($pref['sitelogo'],'w=800',false, true) : e107::getParser()->replaceConstants($pref['sitelogo'],'full');
- 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', $siteLogo);
- Exclude checks
Default value for string
$data
can't be array{}
Open
Open
public function getShareUrl($type, $urlScheme, $data=array(), $options=array())
- Exclude checks
Argument 3 (subject)
is int
but \preg_replace()
takes array|string
Open
Open
$normalizedProviderName = preg_replace('/(OpenID|OAuth1|OAuth2)$/i', '', $normalizedProviderName);
- Exclude checks
Returning type null
but getMinLength()
is declared to return int
Open
Open
return $this->minLength;
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<tr><td>".$plugin."</td>
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "</ul>";
- Exclude checks
Call with 2 arg(s) to \e_chart::setData()
which only takes 1 arg(s) defined at /code/e107_handlers/chart_class.php:323
Open
Open
$cht->setData($data,'canvas');
- Exclude checks
Reference to undeclared constant \APP_PATH
Open
Open
escapeshellarg(rtrim(APP_PATH, '/') . '/') . ' ' .
- Exclude checks
Reference to instance property uapi
from undeclared class \cpanelAPI
Open
Open
$cPanel->uapi->Mysql->create_database(['name' => $db_id]);
- Exclude checks
Reference to instance property uapi
from undeclared class \cpanelAPI
Open
Open
$cPanel->uapi->Mysql->create_user(['name' => $db_id, 'password' => $run_id]);
- Exclude checks
Returning type null
but config()
is declared to return array
Open
Open
return null;
- Exclude checks
Reference to undeclared property \TagCloud->orderBy
Open
Open
$this->orderBy['field'],
- Exclude checks
Reference to undeclared constant \TINYMCE_PARSER_DEBUG_TEXT
Open
Open
$text = TINYMCE_PARSER_DEBUG_TEXT;
- Exclude checks
false|string
passed to foreach instead of array Open
Open
foreach($config as $k=>$xml)
- Exclude checks