e107inc/e107

View on GitHub
e107_core/bbcodes/bb_code.php

Summary

Maintainability
A
0 mins
Test Coverage
F
56%

Call to method __construct from undeclared class \GeSHi
Open

                    $geshi = new GeSHi($code_text, ($pref['defaultLanGeshi'] ? $pref['defaultLanGeshi'] : 'php'), e_PLUGIN."geshi/geshi/");
Severity: Critical
Found in e107_core/bbcodes/bb_code.php by phan

Reference to instance property line_style1 from undeclared class \GeSHi
Open

                $geshi->line_style1 = "font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;";
Severity: Minor
Found in e107_core/bbcodes/bb_code.php by phan

Call to method __construct from undeclared class \GeSHi
Open

                    $geshi = new GeSHi($code_text, $parm, e_PLUGIN."geshi/geshi/");
Severity: Critical
Found in e107_core/bbcodes/bb_code.php by phan

Call to method enable_line_numbers from undeclared class \GeSHi
Open

                $geshi->enable_line_numbers(defset('GESHI_NORMAL_LINE_NUMBERS'));
Severity: Critical
Found in e107_core/bbcodes/bb_code.php by phan

Call to method set_encoding from undeclared class \GeSHi
Open

                $geshi->set_encoding('utf-8');
Severity: Critical
Found in e107_core/bbcodes/bb_code.php by phan

Call to method parse_code from undeclared class \GeSHi
Open

                $CodeCache = $geshi->parse_code();
Severity: Critical
Found in e107_core/bbcodes/bb_code.php by phan

Call to method set_header_type from undeclared class \GeSHi
Open

                $geshi->set_header_type(defset('GESHI_HEADER_DIV'));
Severity: Critical
Found in e107_core/bbcodes/bb_code.php by phan

There are no issues that match your filters.

Category
Status