Showing 749 of 749 total issues
Argument 1 (mh)
is ?false|?resource
but \curl_multi_close()
takes resource
Open
Open
curl_multi_close($mh);
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
$review = ["uuid" => $uuid, "name" => $raw_data['name'], "time" => date(DATE_ATOM)];
- Exclude checks
Call to undeclared function \serve_bot_list()
Open
Open
serve_bot_list();
- Exclude checks
Variable $request
is undeclared (Did you mean $_REQUEST) Open
Open
$this->bot_filter->browser = \BitFireBot\parse_agent($request->agent);
- Exclude checks
Call to undeclared function \esc_attr()
Open
Open
esc_attr($_POST["login"]),
- Exclude checks
Possibly zero references to use statement for classlike/namespace SplFixedArray
(\SplFixedArray)
Open
Open
use SplFixedArray;
- Exclude checks
Doc-block of download
contains declared return type void
which is incompatible with the return type \ThreadFin\Effect
declared in the signature Open
Open
* @return void
- Exclude checks
Variable $out_fun
is undeclared (Did you mean $out_fn) Open
Open
$num_bytes = $out_fun();
- Exclude checks
Assigning false
to property but \BitFire\UserAgent->whitelist
is string
Open
Open
$this->browser->whitelist = false;
- Exclude checks
Possible attempt to access missing magic method __invoke
of '\ThreadFin\MaybeI'
Open
Open
debug("x-valid-answer cookie: (%s) server: (%s) / %s", $cookie_answer(), $answer->ans, $bfa);
- Exclude checks
Possibly zero references to use statement for classlike/namespace RuntimeException
(\RuntimeException)
Open
Open
use RuntimeException;
- Exclude checks
Possibly zero references to use statement for constant STATUS_EACCES
(\BitFire\STATUS_EACCES)
Open
Open
use const BitFire\STATUS_EACCES;
- Exclude checks
Reference to undeclared property \BitFire\Exception->date_utc
Open
Open
$ex->date_utc = date(DATE_RFC3339);
- Exclude checks
Possibly zero references to use statement for function find_ip_as
(\BitFireBot\find_ip_as)
Open
Open
use function BitFireBot\find_ip_as;
- Exclude checks
Argument 3 (expires)
is array{expires:int,path:'/',domain:'',secure:false,httponly:true,samesite:'strict'}
but \setcookie()
takes int
Open
Open
if (PHP_VERSION_ID < 70300) { setcookie($name, $value, time() + $exp, '/; samesite=strict', '', false, true); } else { setcookie($name, $value, [ 'expires' => time() + $exp, 'path' => '/', 'domain' => '', 'secure' => false, 'httponly' => true, 'samesite' => 'strict' ]); }
- Exclude checks
Call to undeclared function \add_menu_page()
Open
Open
\add_menu_page(
- Exclude checks
Call to undeclared function \esc_attr()
Open
Open
esc_attr($_POST["password"]),
- Exclude checks
Call to method size
from undeclared class \DB\SQL
(Did you mean class \ThreadFinDB\SQL) Open
Open
$sqlsz = $sql->size();
- Exclude checks
Call to method connect
from undeclared class \DB\DB
(Did you mean class \ThreadFinDB\DB) Open
Open
$db = \DB\DB::connect("localhost", "php", "password", "bitfire");
- Exclude checks
Returning type ?bool
but upload_file()
is declared to return ?string
Open
Open
return debugN("unable to read file upload response from $url");
- Exclude checks