Showing 749 of 749 total issues
Possibly zero references to use statement for function dbg
(\ThreadFin\dbg)
Open
Open
use function ThreadFin\dbg;
- Exclude checks
Possibly zero references to use statement for function un_json
(\ThreadFin\un_json)
Open
Open
use function ThreadFin\un_json;
- Exclude checks
Doc-block of $optional_headers
in http
contains phpdoc param type string
which is incompatible with the param type ?array
declared in the signature Open
Open
* @param string $optional_headers optional stuff to stick in the header, not
- Exclude checks
Argument #2 of this call to \stripos
is typically a literal or constant but isn't, but argument #1 (which is typically a variable) is a literal or constant. The arguments may be in the wrong order. Open
Open
if (!empty($e) && stripos("ermission denied", $e['message']) !== false) {
- Exclude checks
Parameter $db
has undeclared type \mysqli
Open
Open
protected function __construct(?\mysqli $db) {
- Exclude checks
Doc-block of delete
contains declared return type bool
which is incompatible with the return type int
declared in the signature Open
Open
* @return bool
- Exclude checks
Doc-block of store
contains declared return type bool
which is incompatible with the return type int
declared in the signature Open
Open
* @return bool true if the SQL write is successful
- Exclude checks
Argument 3 (data)
is string
but \ThreadFin\HTTP\http()
takes array
defined at /code/firewall/src/http.php:170
Open
Open
$c = http($method, $url, $data, $optional_headers);
- Exclude checks
Doc-block of $optional_headers
in http
contains phpdoc param type string
which is incompatible with the param type ?array
declared in the signature Open
Open
* @param string $optional_headers optional stuff to stick in the header, not
- Exclude checks
Possibly zero references to use statement for function find_cms_root
(\BitFirePlugin\find_cms_root)
Open
Open
use function BitFirePlugin\find_cms_root;
- Exclude checks
Argument 2 (value)
is int
but \BitFireSvr\update_ini_value()
takes string
defined at /code/firewall/src/server.php:217
Open
Open
$e->chain(update_ini_value("dynamic_exceptions", time() + (DAY * 5), "true"));
- Exclude checks
Argument 1 (errno)
is ?int
but \posix_strerror()
takes int
Open
Open
$errstr = function_exists("posix_strerror") ? posix_strerror($effect->read_status()) : " (can't convert errno: to string) ";
- Exclude checks
Argument 1 (errno)
is ?int
but \posix_strerror()
takes int
Open
Open
$errstr = function_exists("posix_strerror") ? posix_strerror($effect->read_status()) : " (can't convert errno to string) ";
- Exclude checks
Assigning resource
to property but \ThreadFin\shm::$ctx
is false
Open
Open
self::$ctx = @shm_attach($id, 1089446, 0640);
- Exclude checks
Argument 1 (id)
is false
but \shm_get_var()
takes resource
Open
Open
$result = @shm_get_var(self::$ctx, $keyint);
- Exclude checks
Argument 1 (shm_identifier)
is false
but \shm_remove_var()
takes resource
Open
Open
@shm_remove_var(self::$ctx, $keyint);
- Exclude checks
Reference to undeclared constant \MY_CMS_ROOT
Open
Open
if (defined("MY_CMS_ROOT") && file_exists(\MY_CMS_ROOT)) { return \MY_CMS_ROOT; }
- Exclude checks
Possibly zero references to use statement for function httpp
(\ThreadFin\httpp)
Open
Open
use function ThreadFin\httpp;
- Exclude checks
Possibly zero references to use statement for function wp_parse_define
(\BitFireWP\wp_parse_define)
Open
Open
use function BitFireWP\wp_parse_define;
- Exclude checks
Possibly zero references to use statement for function dbg
(\ThreadFin\dbg)
Open
Open
use function ThreadFin\dbg;
- Exclude checks