AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Reference to undeclared property \Intern\SubselectPager->default_limit
Open

        $this->default_limit = (int) $limit;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->toggle_function
Open

                $this->toggle_function = $function;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->run_methods
Open

        $this->run_methods[] = $method;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->db
Open

        $order = $this->db->order;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared constant \UTF8_MODE
Open

            if (UTF8_MODE) {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->db
Open

        $this->db->order = $order;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->total_pages
Open

            $total_pages = $this->total_pages;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared constant \DBPAGER_PAGE_LIMIT
Open

            $divider = floor(DBPAGER_PAGE_LIMIT / 2);
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared constant \DBPAGER_PAGE_LIMIT
Open

        if ($total_pages > DBPAGER_PAGE_LIMIT) {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->search
Open

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

Call to method moduleLink from undeclared class \PHPWS_Text
Open

                            $pageList[] = \PHPWS_Text::moduleLink($i, $module, $values, null, sprintf(_('Go to page %s'), $i));
Severity: Critical
Found in class/SubselectPager.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

            $pageList[] = \PHPWS_Text::moduleLink('>', $module, $values, null, _('Forward one page'));
Severity: Critical
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->display_rows
Open

        if (!isset($this->display_rows)) {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->orderby_dir
Open

                $values['orderby_dir'] = $this->orderby_dir;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->class
Open

            if (isset($this->class) && isset($this->run_methods)) {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->convert_date
Open

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

Reference to undeclared property \Intern\SubselectPager->row_tags
Open

                    if (!in_array($this->row_tags['method'], $this->_methods)) {
Severity: Minor
Found in class/SubselectPager.php by phan

Suspicious array access to null
Open

                    $template[$count][strtoupper($varname)] = $disp_row->$varname;
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method addHidden from undeclared class \PHPWS_Form
Open

        $form->addHidden($values);
Severity: Critical
Found in class/SubselectPager.php by phan

Argument 1 (function) is array{0:array|string[],1:mixed} but \call_user_func() takes callable
Open

                        $row_result = call_user_func(array($disp_row, $this->row_tags['method']));
Severity: Minor
Found in class/SubselectPager.php by phan
Severity
Category
Status
Source
Language