e107_handlers/online_class.php
Suspicious array access to nullable ?array|?array{online_pagecount:1}|?bool
Open
Open
$onlineIP = varset($row['online_ip']);
- Exclude checks
Argument 2 (vals)
is 1
but \e_parse::lanVars()
takes array|string
defined at /code/e107_handlers/e_parse_class.php:3842
Open
Open
$reason = e107::getParser()->lanVars(BANLAN_78,$row['online_pagecount']); // str_replace('--HITS--',$row['online_pagecount'], BANLAN_78)
- Exclude checks
Returning type null
but goOnline()
is declared to return void
Open
Open
return null;
- Exclude checks