Showing 749 of 749 total issues
Call to undeclared function \serve_database()
Open
Open
serve_database();
- Exclude checks
Call to undeclared function \BitfirePRO\block_plugin_enumeration()
Open
Open
\BitfirePRO\block_plugin_enumeration($this->_request)->run();
- Exclude checks
Possible attempt to access missing magic method __invoke
of '\ThreadFin\MaybeI'
Open
Open
$_POST = un_json($maybe_bot_cookie->extract('p', $_POST['_bfp'] ?? "")());
- Exclude checks
Possibly zero references to use statement for function json_to_file_effect
(\BitFire\Pure\json_to_file_effect)
Open
Open
use function BitFire\Pure\json_to_file_effect;
- Exclude checks
Call to undeclared function \your_auth_function()
Open
Open
if (function_exists('your_auth_function') && your_auth_function($_COOKIE['your_auth_token'])) {
- Exclude checks
Call to undeclared function \wp_add_inline_script()
Open
Open
wp_add_inline_script("bitfire_mfa_focus", "document.getElementById('bitfire_mfa').focus();");
- Exclude checks
Call to undeclared function \esc_attr()
Open
Open
esc_attr($_POST["login"]),
- Exclude checks
Call to undeclared function \TF\partial_right()
(Did you mean \ThreadFin\partial_right()) Open
Open
$hash3 = array_map(\TF\partial_right("validate_hash", $db), $hash2);
- Exclude checks
Variable $effect
is undeclared Open
Open
return $effect->api($success, "upgraded with [$dest] in [$cwd]");
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
debug("clean %d len: %d", $posts->count(), strlen($posts->data()[0]["post_content"]));
- Exclude checks
Assigning ?array
to property but \BitFire\MatchType->_value
is string
Open
Open
$this->_value = $value;
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
if ($n['t'] < time()) { $n['h']=$this->_request->host; http2("POST", APP."zxf.php", base64_encode(json_encode($n))); $n['v']=BITFIRE_VER;$n['c']=0; $n['t']=time()+DAY; unset($n['host']); }
- Exclude checks
Variable $params
was undeclared, but array fields are being added to it. Open
Open
$params['http']['content'] = $content;
- Exclude checks
Possibly zero references to use statement for function ends_with
(\ThreadFin\ends_with)
Open
Open
use function ThreadFin\ends_with;
- Exclude checks
Call to method row
from undeclared class \DB\SQL
(Did you mean class \ThreadFinDB\SQL) Open
Open
$sz = $sql->row($i)->extract($search_col)->value('int');
- Exclude checks
Call to undeclared function \TF\un_json()
(Did you mean \ThreadFin\un_json()) Open
Open
$in = \TF\un_json(base64_decode($s));
- Exclude checks
Call to undeclared function \TF\contains()
(Did you mean \ThreadFin\contains()) Open
Open
if (\TF\contains($encoding, "br") && function_exists("brotli_compress")) {
- Exclude checks
Call to undeclared function \TF\contains()
(Did you mean \ThreadFin\contains()) Open
Open
else if (\TF\contains($encoding, "gzip") && function_exists("gzencode")) {
- Exclude checks
Possibly zero references to use statement for function update_ini_fn
(\BitFireSvr\update_ini_fn)
Open
Open
use function BitFireSvr\update_ini_fn;
- Exclude checks
Possibly zero references to use statement for function find_fn
(\ThreadFin\find_fn)
Open
Open
use function ThreadFin\find_fn;
- Exclude checks