AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method allowed from undeclared class \PHPWS_DB
Open

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

Reference to undeclared constant \PHPWS_DB_BAD_COL_NAME
Open

                return PHPWS_Error::get(PHPWS_DB_BAD_COL_NAME, 'core', 'PHPWS_DB::addColumn', $as);
Severity: Minor
Found in class/SubselectDatabase.php by phan

Reference to undeclared constant \PHPWS_DB_BAD_COL_NAME
Open

            return PHPWS_Error::get(PHPWS_DB_BAD_COL_NAME, 'core', 'PHPWS_DB::addColumn', $column);
Severity: Minor
Found in class/SubselectDatabase.php by phan

Variable $name is undeclared
Open

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

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

        $this->indexby = $indexby;
Severity: Minor
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 constant \PHPWS_DB_ERROR_TABLE
Open

            return PHPWS_Error::get(PHPWS_DB_ERROR_TABLE, 'core', 'PHPWS_DB::insert');
Severity: Minor
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::insert');
Severity: Minor
Found in class/SubselectDatabase.php by phan

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

                $sql = & $this->sql;
Severity: Minor
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 allowed from undeclared class \PHPWS_DB
Open

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

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

                            if($this->inDatabase($table)){
Severity: Critical
Found in class/SubselectDatabase.php by phan

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

                    $this->order[] = array('table' => $table, 'column' => $new_order);
Severity: Minor
Found in class/SubselectDatabase.php by phan

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

            if (!empty($this->_joined_tables) && !strpos($column, '.')) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

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

        unset($this->limit);
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 undeclared method \Intern\SubselectDatabase::getWhere (Did you mean expr->setQWhere())
Open

        $where = $this->getWhere(true);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method __construct from undeclared class \Intern\Exception (Did you mean class \Exception)
Open

            throw new Exception($sql_array);
Severity: Critical
Found in class/SubselectDatabase.php by phan

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

                if (empty($sql) && empty($this->columns)) {
Severity: Minor
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
Severity
Category
Status
Source
Language