e107_handlers/db_verify_class.php
Variable $data
is undeclared Open
Open
unset($data);
- Exclude checks
Argument 3 (subject)
is ?string
but \str_replace()
takes array|string
Open
Open
$ret['engine'][] = str_replace('MYISAM', 'MyISAM', $engine);
- Exclude checks
Found a return statement with a value in the implementation of the magic method \db_verify::__construct,
expected void return type Open
Open
function __construct()
- Exclude checks
Variable $fileData
was undeclared, but array fields are being added to it. Open
Open
$fileData['field'] = $this->getFields($this->sqlFileTables[$selection]['data'][$key]);
- Exclude checks
Call to undeclared method \e_db::isTable
Open
Open
if(!$sql->isTable($tbl))
- Exclude checks
Variable $sqlData
was undeclared, but array fields are being added to it. Open
Open
$sqlData['field'] = $this->getFields($sqlDataArr['data'][0]);
- Exclude checks
array to string
comparison Open
Open
if($this->errors[$tabs] != 'ok')
- Exclude checks
array to string
comparison Open
Open
if($this->errors[$tabs] != 'ok')
- Exclude checks