e107_core/shortcodes/single/nextprev.php
Avoid too many return
statements within this method. Open
Open
return $caption.$ret;
Avoid too many return
statements within this method. Open
Open
return $caption.$nppage;
Returning type null
but nextprev_shortcode()
is declared to return string
Open
Open
return null;
- Exclude checks
Argument 2 (replace)
is int
but \str_replace()
takes array|string
Open
Open
$urlParms[2] = str_replace('[FROM]', $newstart, $urlParms[2]);
- Exclude checks
Argument 2 (replace)
is int
but \str_replace()
takes array|string
Open
Open
$link = str_replace("[FROM]", ($perpage * ($c + $index_add)), $url);
- Exclude checks
Argument 2 (replace)
is int
but \str_replace()
takes array|string
Open
Open
$urlParms[2] = str_replace('[FROM]', $prevstart, $urlParms[2]);
- Exclude checks
Argument 2 (replace)
is int
but \str_replace()
takes array|string
Open
Open
$urlParms[2] = str_replace('[FROM]', $nextstart, $urlParms[2]);
- Exclude checks
Argument 2 (replace)
is 0|1
but \str_replace()
takes array|string
Open
Open
$e_vars->url = str_replace('[FROM]', $first_page, $url);
- Exclude checks
Argument 2 (replace)
is int
but \str_replace()
takes array|string
Open
Open
$link = str_replace('[FROM]', $nextstart, $url);
- Exclude checks
Argument 2 (replace)
is int
but \str_replace()
takes array|string
Open
Open
$link = str_replace("[FROM]", ($perpage * ($c + $index_add)), $url);
- 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
$LAN_NP_FIRST = $tp->toGlyph("icon-fast-backward.glyph",false);
- Exclude checks
Argument 2 (replace)
is float|int
but \str_replace()
takes array|string
Open
Open
$e_vars_loop->url = str_replace('[FROM]', ($perpage * ($c + $index_add)), $url);
- Exclude checks
Argument 2 (replace)
is float|int
but \str_replace()
takes array|string
Open
Open
$link = str_replace("[FROM]", ($perpage * ($c + $index_add)), $url);
- 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
$LAN_NP_PREVIOUS = $tp->toGlyph("icon-backward.glyph",false);
- 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
$LAN_NP_LAST = $tp->toGlyph("icon-fast-forward",false);
- Exclude checks
Argument 2 (replace)
is int
but \str_replace()
takes array|string
Open
Open
$e_vars->url = str_replace('[FROM]', $prev_page, $url);
- Exclude checks
Argument 2 (replace)
is float|int
but \str_replace()
takes array|string
Open
Open
$e_vars->url = str_replace('[FROM]', $last_page, $url);//$last_page
- Exclude checks
Reference to undeclared constant \NEXTPREV_NOSTYLE
Open
Open
if(!defined('NEXTPREV_NOSTYLE') || NEXTPREV_NOSTYLE==FALSE){
- Exclude checks
Variable $np_parm
was undeclared, but array fields are being added to it. Open
Open
$np_parm['template'] = "<span class='form-group form-inline'>[PREV] [DROPDOWN] [NEXT]<span>";
- Exclude checks
Variable $np_parms
was undeclared, but array fields are being added to it. Open
Open
$np_parms['prev'] = ' << ';
- Exclude checks
Argument 2 (replace)
is float|int
but \str_replace()
takes array|string
Open
Open
$e_vars_loop->url_label = str_replace("[x]", ($c + 1), $e_vars_loop->url_label);
- Exclude checks
Argument 2 (replace)
is int
but \str_replace()
takes array|string
Open
Open
$link = str_replace('[FROM]', $newstart, $url);
- Exclude checks
Argument 2 (replace)
is int
but \str_replace()
takes array|string
Open
Open
$link = str_replace('[FROM]', $prevstart, $url);
- Exclude checks
Argument 2 (replace)
is int
but \str_replace()
takes array|string
Open
Open
$e_vars->url = str_replace('[FROM]', $next_page, $url);
- Exclude checks
Argument 2 (replace)
is int
but \str_replace()
takes array|string
Open
Open
$link = str_replace("[FROM]", ($perpage * ($c + $index_add)), $url);
- 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
$LAN_NP_NEXT = $tp->toGlyph("icon-forward.glyph",false);
- Exclude checks
Argument 2 (replace)
is int
but \str_replace()
takes array|string
Open
Open
$link = str_replace("[FROM]", ($perpage * ($c + $index_add)), $url);
- Exclude checks