AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

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

            foreach ($this->load_class as $files) {
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_NOT_OBJECT, 'core', 'PHPWS_DB::loadObject');
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_OBJ_VARS, 'core', 'PHPWS_DB::saveObject');
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared constant \DB_ALLOW_TABLE_INDEX
Open

                if (!DB_ALLOW_TABLE_INDEX &&
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to method get from undeclared class \PHPWS_Error
Open

            return PHPWS_Error::get(PHPWS_WRONG_TYPE, 'core', 'PHPWS_DB::saveObject', _('Type') . ': ' . gettype($object));
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method update from undeclared class \PHPWS_DB
Open

                return $seq->update();
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method rollback from undeclared class \PHPWS_DB
Open

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

Reference to undeclared constant \PHPWS_DB_ERROR_TABLE
Open

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

Call to method query from undeclared class \PHPWS_DB
Open

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

Reference to undeclared constant \PHPWS_DB_ERROR_TABLE
Open

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

Reference to undeclared constant \PHPWS_DB_ERROR_TABLE
Open

            return PHPWS_Error::get(PHPWS_DB_ERROR_TABLE, 'core', 'PHPWS_DB::renameTableColumn');
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_BAD_COL_NAME, 'core', 'PHPWS_DB::addTableColumn', $column);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared constant \DB_ALLOW_TABLE_INDEX
Open

        if ($indexed == true && DB_ALLOW_TABLE_INDEX) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to undeclared method \Intern\SubselectDatabase::commit
Open

        $this->commit();
Severity: Critical
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

Call to method get from undeclared class \PHPWS_Error
Open

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

Reference to undeclared constant \PHPWS_DB_NO_ID
Open

            return PHPWS_Error::get(PHPWS_DB_NO_ID, 'core', 'PHPWS_DB::loadObject', get_class($object));
Severity: Minor
Found in class/SubselectDatabase.php by phan

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

        $query = $GLOBALS['PHPWS_DB']['lib']->lockTables($this->locked);
Severity: Minor
Found in class/SubselectDatabase.php by phan

Reference to undeclared constant \ALLOW_TABLE_LOCKS
Open

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

Call to method begin from undeclared class \PHPWS_DB
Open

            PHPWS_DB::begin();
Severity: Critical
Found in class/SubselectDatabase.php by phan
Severity
Category
Status
Source
Language