e107_plugins/rss_menu/rss.php
Argument 2 (parseBB)
is ''
but \e_parse::toHTML()
takes bool|false
defined at /code/e107_handlers/e_parse_class.php:1532
Open
Open
$rss_title = $tp->toRss($tp->toHTML($pref['sitename'],'','defs')." : ".$tp->toHTML($rss_title,'','defs'));
- Exclude checks
Variable $sql
is undeclared Open
Open
while($row = $sql->fetch())
- Exclude checks
Variable $sql
is undeclared Open
Open
$row = $sql->fetch();
- Exclude checks
Suspicious array access to ?mixed
Open
Open
if($row['custom'])
- Exclude checks
Suspicious array access to ?mixed
Open
Open
$this -> rssItems[$k]['media'] = $row['media'];
- Exclude checks
Argument 4 (options)
is 'full'
but \e107::url()
takes array
defined at /code/e107_handlers/e107_class.php:4225
Open
Open
<link rel='self' href='".$tp->toRss(e107::url('rss_menu','atom', array('rss_url'=>$this->contentType, 'rss_topicid'=>$this->topicid),'full'))."' />\n";
- Exclude checks
Variable $mime
was undeclared, but array fields are being added to it. Open
Open
$mime["mp3"] = "audio/mpeg";
- Exclude checks
Variable $sql
is undeclared Open
Open
if(!$sql->select('rss', '*', "rss_class != 2 AND rss_url='".$content_type."' ".$check_topic." AND rss_limit > 0 "))
- Exclude checks
Variable $sql
is undeclared Open
Open
$row = $sql->fetch();
- Exclude checks
Found a return statement with a value in the implementation of the magic method \rssCreate::__construct,
expected void return type Open
Open
public function __construct($content_type, $rss_type, $topic_id, $row)
- Exclude checks
Variable $eplug_rss
is undeclared Open
Open
if(!empty($eplug_rss['enc_type']))
- Exclude checks
Variable $ns
is undeclared Open
Open
$ns->tablerender(LAN_ERROR, RSS_LAN_ERROR_4);
- Exclude checks
Suspicious array access to ?mixed
Open
Open
$this -> rssItems[$k]['custom'] = $row['custom'];
- Exclude checks
Saw an @param annotation for closing,
but it was not found in the param list of function buildTag(string $name = '', array $attributes = null) : string
Open
Open
* @param bool $closing
- Exclude checks
Argument 2 (pluginName)
is true
but \e107::getScBatch()
takes string
defined at /code/e107_handlers/e107_class.php:1608
Open
Open
$sc = e107::getScBatch('rss_menu', true);
- Exclude checks
Suspicious array access to ?mixed
Open
Open
if($row['media'])
- Exclude checks
Argument 4 (options)
is 'full'
but \e107::url()
takes array
defined at /code/e107_handlers/e107_class.php:4225
Open
Open
<atom:link href=\"".$tp->toRss(e107::url('rss_menu','atom', array('rss_url'=>$this->contentType, 'rss_topicid'=>$this->topicid),'full'))."\" rel=\"self\" type=\"application/rss+xml\" />\n";
- Exclude checks
Argument 2 (nostrip)
is ''
but \e_parse::toDB()
takes bool|false
defined at /code/e107_handlers/e_parse_class.php:508
Open
Open
$topic_id = $tp->toDB($tmp[2],'');
- Exclude checks
Variable $sql
is undeclared Open
Open
if(!$sql->select('rss', '*', "`rss_class` = 0 AND `rss_limit` > 0 AND `rss_topicid` NOT REGEXP ('\\\*') ORDER BY `rss_name`"))
- Exclude checks
Variable $sql
is undeclared Open
Open
if(!$sql->select('rss', '*', "rss_class != 2 AND rss_url='".$content_type."' ".$check_topic." AND rss_limit > 0 "))
- Exclude checks
Argument 2 (nostrip)
is ''
but \e_parse::toDB()
takes bool|false
defined at /code/e107_handlers/e_parse_class.php:508
Open
Open
$topic_id = $tp->toDB($_GET['topic'],'');
- Exclude checks
Variable $ns
is undeclared Open
Open
$ns->tablerender(RSS_MENU_L2, $text);
- Exclude checks
Variable $conversion
was undeclared, but array fields are being added to it. Open
Open
$conversion[1] = 'news';
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$tmp = $sql->db_getList();
- Exclude checks
Suspicious attempt to unset class \rssCreate's
property e107
declared at /code/e107_plugins/rss_menu/rss.php:205
(This can be done, but is more commonly done for dynamic properties and Phan does not expect this) Open
Open
unset($this->e107);
- Exclude checks
Variable $ns
is undeclared Open
Open
$ns->tablerender(LAN_ERROR, RSS_LAN_ERROR_1);
- Exclude checks
Variable $news_thumbail
is undeclared (Did you mean $news_thumbnail) Open
Open
unset($news_thumbail);
- Exclude checks