AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method allow from undeclared class \Current_User
Open

            if(\Current_User::allow('intern', 'distance_ed_register')){

Call to method isDeity from undeclared class \Current_User
Open

        if(\Current_User::isDeity()){
Severity: Critical
Found in class/UI/SearchUI.php by phan

Argument 2 (newvalue) is 2 but \ini_set() takes string
Open

ini_set('ERROR_REPORTING', E_WARNING);
Severity: Minor
Found in contrib/importInternships.php by phan

Call to method setMatch from undeclared class \PHPWS_Form
Open

            $form->setMatch('department', $keys[1]);
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

            return \PHPWS_Text::moduleLink(_('CSV Report'), $module, $values, null, _('Download a complete CSV file'));
Severity: Critical
Found in class/SubselectPager.php by phan

Call to method addSelect from undeclared class \PHPWS_Form
Open

        $form->addSelect('faculty', array(-1=>'Select Faculty Supervisor'));
Severity: Critical
Found in class/UI/SearchUI.php by phan

Suspicious array access to nullable ?array|null|string[]
Open

    $values['last_name'] = $line[0];
Severity: Minor
Found in contrib/importInternships.php by phan

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

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

Call to method getUserObj from undeclared class \Current_User
Open

        $user = \Current_User::getUserObj();
Severity: Critical
Found in index.php by phan

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

                $result = call_user_func(array($foo, $this->report_row));
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method addText from undeclared class \PHPWS_Form
Open

        $form->addText('end_date');
Severity: Critical
Found in class/UI/SearchUI.php by phan

Reference to undeclared property \Exception->remoteAddr
Open

        $e->remoteAddr = $_SERVER['REMOTE_ADDR'];
Severity: Minor
Found in index.php by phan

Call to method mergeTemplate from undeclared class \PHPWS_Form
Open

        $form->mergeTemplate($tpl);
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

        $tpl['SEARCH_LINK']  = \PHPWS_Text::moduleLink('Search', 'intern', array('action' => 'search'));
Severity: Critical
Found in class/UI/TopUI.php by phan

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

            foreach ($this->page_tags as $key => $value)
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method close from undeclared class \NQ
Open

        \NQ::close();
Severity: Critical
Found in index.php by phan

Reference to undeclared constant \PHPWS_SOURCE_DIR
Open

require_once PHPWS_SOURCE_DIR . 'src/Bootstrap.php';
Severity: Minor
Found in cli.php by phan

Suspicious type null of a variable or expression used to build a string. (Expected type to be able to cast to a string)
Open

            $add[] = $this->supervisor_city . ', ';
Severity: Minor
Found in class/Supervisor.php by phan

Variable $first_name is undeclared
Open

    METAPHONE('$first_name', 4),
Severity: Minor
Found in contrib/createFakeStudents.php by phan

Call to method add from undeclared class \Layout
Open

\Layout::add($content);
Severity: Critical
Found in index.php by phan
Severity
Category
Status
Source
Language