Showing 6,974 of 6,975 total issues
Argument 2 (content)
is string
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:image',$mimg);
- Exclude checks
Variable $tp
is undeclared Open
Open
$returnurl = $tp -> toDB($qs[2]);
- Exclude checks
Variable $tp
is undeclared Open
Open
$table = $tp->toDB($_GET['table']);
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
if ($this->search_prefs['selector'] == 2)
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
($this->search_prefs['selector'] == 1) //FIXME PRE_CHECKBOXES and POST_CHECKBOXES
- Exclude checks
Invalid offset "mysql_sort"
of array type array{}
Open
Open
elseif (strlen($full_query) < ($char_count = ($this->search_prefs['mysql_sort'] ? 4 : 3)))
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
if (!vartrue($_GET['adv']) || $_GET['t'] == 'all')
- Exclude checks
Argument 2 (login_name)
is null
but \UserHandler::HashPassword()
takes string
defined at /code/e107_handlers/user_handler.php:226
Open
Open
$allData['data']['user_prefs'] = e107::serialize(array('email_password' => $userMethods->HashPassword($savePassword, $allData['data']['user_email'])));
- Exclude checks
Reference to undeclared constant \BULLET
Open
Open
$this->bullet = "<img src='".THEME_ABS."images/".BULLET."' alt='' class='icon' />";
- Exclude checks
Assigning array<string></string>
to property but \pageClass->page
is array<string></string>
Open
Open
$this->page['err'] = false;
- Exclude checks
Argument 1 (name)
is 'twitter:card'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('twitter:card', 'summary_large_image');
- Exclude checks
Argument 1 (name)
is 'og:updated_time'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:updated_time', strtotime('10 minutes ago'));
- Exclude checks
Cannot assign void return value Open
Open
$print_text = print_item($parms);
- Exclude checks
Variable $tp
is undeclared Open
Open
$table = $tp -> toDB($qs[0]);
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
if($this->search_prefs['selector'] == 1)
- Exclude checks
Invalid offset "multisearch"
of array type array{}
Open
Open
if ($this->search_prefs['multisearch'])
- Exclude checks
Invalid offset "google"
of array type array{}
Open
Open
if (check_class($this->search_prefs['google']))
- Exclude checks
Invalid offset "plug_handlers"
of array type array{}
Open
Open
foreach ($this->search_prefs['plug_handlers'] as $plug_dir => $active)
- Exclude checks
Argument 2 (prefix)
is false
but \http_build_query()
takes ?string
Open
Open
$npParms = http_build_query($nextprev,false);
- Exclude checks
Invalid offset "time_secs"
of array type array{}
Open
Open
$time = time() - $this->search_prefs['time_secs'];
- Exclude checks