e107_handlers/rate_class.php
Avoid too many return
statements within this method. Open
Open
return $this->processRow($rowgr,$userid);
Avoid too many return
statements within this method. Open
Open
return RATELAN_11;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return null;
Argument 2 (str)
is float|int
but \explode()
takes string
Open
Open
$tmp = (strpos($tmp, ",")) ? explode(",", $tmp) : explode(".", $tmp);
- Exclude checks
Variable $rateuserinfo
was undeclared, but array fields are being added to it. Open
Open
$rateuserinfo[$i] = explode($sep, $rateusers[$i]);
- Exclude checks
Variable $TEMPLATE
was undeclared, but array fields are being added to it. Open
Open
$TEMPLATE['STATUS'] = " <span class='e-rate-status e-rate-status-{$table}' id='e-rate-{$identifier}' style='display:none'>".$label."</span>";
- Exclude checks
Argument 2 (options)
is false
but \e_parse::toGlyph()
takes array|string
defined at /code/e107_handlers/e_parse_class.php:3973
Open
Open
$upImg = $tp->toGlyph('fa-thumbs-up',false); // "<i class='icon-thumbs-up'></i>";
- Exclude checks
Argument 1 (haystack)
is float|int
but \strpos()
takes string
Open
Open
$tmp = (strpos($tmp, ",")) ? explode(",", $tmp) : explode(".", $tmp);
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
elseif(getperms('0'))
- Exclude checks
Variable $rating
was undeclared, but array fields are being added to it. Open
Open
$rating[0] = $rowgr['rate_votes']; // $rating[0] == number of votes
- Exclude checks
Argument 2 (options)
is false
but \e_parse::toGlyph()
takes array|string
defined at /code/e107_handlers/e_parse_class.php:3973
Open
Open
$upDown = $tp->toGlyph('fa-thumbs-down',false); // "<i class='icon-thumbs-down'></i>";
- Exclude checks