e107_plugins/news/news_months_menu.php
Suspicious array access to nullable ?array|?array{showarchive:0}
Open
Open
if(vartrue($parms['year']))
- Exclude checks
Reference to undeclared constant \BULLET
Open
Open
$bullet = defined('BULLET') ? THEME_ABS.'images/'.BULLET : THEME_ABS.'images/bullet2.gif';
- Exclude checks
Argument 6 (year)
is string
but \mktime()
takes int
Open
Open
$end = mktime(23, 59, 59, 12, 31, $cur_year);
- Exclude checks
Argument 2 (Data)
is ?string
but \ecache::set()
takes string
defined at /code/e107_handlers/cache_handler.php:235
Open
Open
e107::getCache()->set($cString, $cached);
- Exclude checks
Argument 6 (year)
is string
but \mktime()
takes int
Open
Open
$start = mktime(0, 0, 0, 1, 1, $cur_year);
- Exclude checks
Argument 6 (year)
is string
but \mktime()
takes int
Open
Open
$start = mktime(0, 0, 0, 1, 1, $cur_year);
- Exclude checks
Suspicious array access to nullable ?array|?array{showarchive:0}
Open
Open
$date = $parms['year'];
- Exclude checks
Argument 1 (id)
is null
but \e_render::setUniqueId()
takes string
defined at /code/e107_handlers/e_render_class.php:212
Open
Open
$ns->setUniqueId(null);
- Exclude checks