AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Argument 1 (stack) is string but \array_pop() takes array
Open

                $column = array_pop($col);
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to method _expandIndex from undeclared class \PHPWS_DB
Open

                PHPWS_DB::_expandIndex($rows, $item[$indexby], $item, $stacked);
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 isTable from undeclared class \PHPWS_DB
Open

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

Variable $count is undeclared
Open

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

Variable $distinct is undeclared
Open

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

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

            return $this->columns;
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::addValue', $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_DB_BAD_COL_NAME, 'core', 'PHPWS_DB::addColumn', $column);
Severity: Critical
Found in class/SubselectDatabase.php by phan

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

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

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

            $this->limit['offset'] = preg_replace('/[^\d\s]/', '', $_offset);
Severity: Minor
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('No "from" tables available.');
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method lastQuery from undeclared class \PHPWS_DB
Open

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

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

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

Call to method prefixQuery from undeclared class \PHPWS_DB
Open

        $sql = PHPWS_DB::prefixQuery($sql);
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

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

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

Call to method isError from undeclared class \PHPWS_Error
Open

        if (PHPWS_Error::isError($sql_array)) {
Severity: Critical
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

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

            if (!empty($this->sql)) {
Severity: Minor
Found in class/SubselectDatabase.php by phan
Severity
Category
Status
Source
Language