AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Reference to undeclared property \Intern\SubselectDatabase->order
Open

        if (empty($this->order)) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->indexby
Open

        $this->indexby = null;
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to method get from undeclared class \PHPWS_Error
Open

            return PHPWS_Error::get(PHPWS_DB_NO_VALUES, 'core', 'PHPWS_DB::update');
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method logDB from undeclared class \PHPWS_DB
Open

                PHPWS_DB::logDB($sql);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Variable $distinct is undeclared
Open

                        if ($distinct) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

Variable $coalesce is undeclared
Open

                            $table_name = sprintf('coalesce(%s.%s, %s)', $table, $name, $coalesce);
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to method allowed from undeclared class \PHPWS_DB
Open

            if (!PHPWS_DB::allowed($column)) {
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->values
Open

        if (!isset($this->values) || empty($this->values)) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to method touchDB from undeclared class \PHPWS_DB
Open

        PHPWS_DB::touchDB();
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method dbReady from undeclared class \PHPWS_DB
Open

            $columns[] = $index . ' = ' . PHPWS_DB::dbReady($data);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method query from undeclared class \PHPWS_DB
Open

        $result = PHPWS_DB::query($query);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method logDB from undeclared class \PHPWS_DB
Open

                PHPWS_DB::logDB($sql);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method logDB from undeclared class \PHPWS_DB
Open

                PHPWS_DB::logDB($sql);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method isError from undeclared class \PHPWS_Error
Open

                    if (PHPWS_Error::isError($result)) {
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method isError from undeclared class \PHPWS_Error
Open

                if (PHPWS_Error::isError($result)) {
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->values
Open

        return $this->values;
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to method isError from undeclared class \Intern\DB
Open

        if (DB::isError($result)) {
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method touchDB from undeclared class \PHPWS_DB
Open

        PHPWS_DB::touchDB();
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method logDB from undeclared class \PHPWS_DB
Open

                PHPWS_DB::logDB($sql);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method get from undeclared class \PHPWS_Error
Open

                    return PHPWS_Error::get(PHPWS_DB_NO_COLUMN_SET, 'core', 'PHPWS_DB::select');
Severity: Critical
Found in class/SubselectDatabase.php by phan
Severity
Category
Status
Source
Language