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 .= "<div class='area'>";
- Exclude checks
When fetching an array index from a value of type false|string,
found an array index of type '\x40attributes',
but expected the index to be of type int
Open
Open
$this->configName = $config['@attributes']['name'];
- Exclude checks
Argument 3 (default)
is false
but \e107::pref()
takes null
defined at /code/e107_handlers/e107_class.php:4016
Open
Open
$useThemeStyle = (bool) e107::pref('tinymce4', 'use_theme_style', false);
- Exclude checks
Reference to undeclared property \user_mailout->mail_read
(Did you mean expr->mailRead) Open
Open
$this->mail_read = 0;
- Exclude checks
Return type of select_close()
is undeclared type \none
Open
Open
public function select_close()
- Exclude checks
Variable $themeOptions
was undeclared, but array fields are being added to it. Open
Open
$themeOptions[] = $file;
- Exclude checks
Reference to undeclared constant \APP_PATH
Open
Open
$resource = proc_open($command, $descriptorSpec, $pipes, APP_PATH);
- 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', $siteButton);
- Exclude checks
Class \tagcloud_menu
defined at /code/e107_plugins/tagcloud/tagcloud_menu.php:33
was previously defined as Class \tagcloud_menu
at /code/e107_plugins/tagcloud/e_menu.php:17
Open
Open
class tagcloud_menu
- Exclude checks
Variable $text
is undeclared Open
Open
return $text;
- Exclude checks
Variable $dayarray
was undeclared, but array fields are being added to it. Open
Open
$dayarray[$td] = array();
- Exclude checks
Call to deprecated function \e_parse::html_truncate()
defined at /code/e107_handlers/e_parse_class.php:1183
Open
Open
<td><a class='e-tip' href='".$val['user_location']."' title='".$val['user_location']."'>".$tp->html_truncate(basename($val['user_location']),50,"...")."</a></td>
- Exclude checks
Call to undeclared function \codecept_root_dir()
Open
Open
$absolute_config_path = codecept_root_dir() . '/' . $config_filename;
- Exclude checks
Reference to undeclared property \TagCloud->orderBy
Open
Open
if (empty($this->orderBy)) {
- Exclude checks
Argument 1 (template)
is null
but \e_parse::simpleParse()
takes string
defined at /code/e107_handlers/e_parse_class.php:886
Open
Open
return $tp->simpleParse($this->template['item'], $var);
- Exclude checks
Call to undeclared method \tagcloud_menu::render
Open
Open
$text = $tag->render($parm);
- Exclude checks
Argument 2 (fname)
is true
but \e107::lan()
takes string
defined at /code/e107_handlers/e107_class.php:3987
Open
Open
$result = e107::lan('tinymce4', true);
- Exclude checks
Argument 4 (options)
is array{label:string}
but \e_form::radio()
takes null
defined at /code/e107_handlers/form_handler.php:2942
Open
Open
$butSelect .= $frm->radio('buttonType', $type, false, array('label'=>$label));
- Exclude checks
Variable $text
is undeclared Open
Open
return $text;
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<a href='#' class='bbcodeSelect' style='cursor:pointer'>[".$bb."][/".$bb."]</a>";
- Exclude checks