AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

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

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

Suspicious attempt to unset an offset of a value of type string
Open

                        unset($col[$key]);
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to method dbReady from undeclared class \PHPWS_DB
Open

            $set[] = PHPWS_DB::dbReady($entry);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method isSequence from undeclared class \PHPWS_DB
Open

        if ($sequence_table && PHPWS_DB::isSequence($table)) {
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared constant \PHPWS_DB_NO_VALUES
Open

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

Call to method __construct from undeclared class \PHPWS_DB
Open

        $db = new PHPWS_DB;
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method _expandIndex from undeclared class \PHPWS_DB
Open

                    PHPWS_DB::_expandIndex($rows, $value, $item[$col_check], $stacked);
Severity: Critical
Found in class/SubselectDatabase.php by phan

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

        } elseif (isset($rows[$index]) && !$this->ignore_dups) {
Severity: Minor
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 touchDB from undeclared class \PHPWS_DB
Open

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

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

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

Variable $table is undeclared
Open

                    $table = $this->checkTableAs($table);
Severity: Minor
Found in class/SubselectDatabase.php by phan

Variable $name is undeclared
Open

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

Variable $name is undeclared
Open

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

Variable $name is undeclared
Open

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

Variable $name is undeclared
Open

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

Variable $max_min is undeclared
Open

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

Reference to undeclared property \Intern\SubselectDatabase->ignore_dups (Did you mean $ignore_dups)
Open

        $this->ignore_dups = (bool) $ignore_dups;
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_ERROR_TABLE, 'core', 'PHPWS_DB::insert');
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared constant \MDB2_FETCHMODE_ASSOC
Open

            $mode = MDB2_FETCHMODE_ASSOC;
Severity: Minor
Found in class/SubselectDatabase.php by phan
Severity
Category
Status
Source
Language