AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method select from undeclared class \PHPWS_DB
Open

            $result = $seq->select('one');
Severity: Critical
Found in class/SubselectDatabase.php by phan

Variable $subsql was undeclared, but array fields are being added to it.
Open

                $subsql[] = $v;
Severity: Info
Found in class/SubselectDatabase.php by phan

Argument 1 (str) is int but \strtolower() takes string
Open

            if (strtolower($direction) == 'down') {
Severity: Minor
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

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 allowed from undeclared class \PHPWS_DB
Open

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

Call to method sentence from undeclared class \Intern\PHPWS_Text
Open

        $sqlArray = PHPWS_Text::sentence($text);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method homogenize from undeclared class \PHPWS_DB
Open

                PHPWS_DB::homogenize($query);
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

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_DB_NO_ID, 'core', 'PHPWS_DB::loadObject', get_class($object));
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method get from undeclared class \PHPWS_Error
Open

            return PHPWS_Error::get(PHPWS_CLASS_NOT_EXIST, 'core', 'PHPWS_DB::getObjects', $class_name);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Suspicious array access to null
Open

                    $items[$indexby][] = $genClass;
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to method plugObject from undeclared class \PHPWS_Core
Open

                PHPWS_Core::plugObject($genClass, $itemResult, $args);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->tables (Did you mean expr->table_as or $table)
Open

        if (in_array($table, $this->tables)) {
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::createTableIndex');
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_ERROR_TABLE, 'core', 'PHPWS_DB::createTableIndex');
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_BAD_COL_NAME, 'core', 'PHPWS_DB::alterColumnType', $column);
Severity: Critical
Found in class/SubselectDatabase.php by phan

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

        $this->begin();
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::dropColumn');
Severity: Minor
Found in class/SubselectDatabase.php by phan
Severity
Category
Status
Source
Language