Showing 47,251 of 47,256 total issues
Blank line found at start of control structure Open
Open
foreach ($this->_doubtful_requests as $key => $val) {
- Exclude checks
Visibility must be declared on method "execute" Open
Open
function execute() {
- Exclude checks
Visibility must be declared on method "purify_recursive" Open
Open
function purify_recursive($data) {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
// Under some configs, IIS makes SCRIPT_NAME point to php.exe :-(
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
<?php if (!empty( $error ) ) echo '<div class="x2-note error">' . $error . "</div>\n"; ?>
- Exclude checks
Space found after opening bracket of FOREACH loop Open
Open
foreach ( $languages as $lang) {
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE" Open
Open
$requirement['mysql']['result']=in_array("mysql",PDO::getAvailableDrivers(),TRUE) ? SUCCESS : FAILED;
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
</thead>
- Exclude checks
The var keyword must not be used to declare a property Open
Open
var $_done_dotdot = false;
- Exclude checks
The var keyword must not be used to declare a property Open
Open
var $_done_isocom = false;
- Exclude checks
The var keyword must not be used to declare a property Open
Open
var $_should_be_banned = false;
- Exclude checks
Method name "Protector::write_file_badips" is not in camel caps format Open
Open
function write_file_badips($bad_ips) {
- Exclude checks
Method name "Protector::register_bad_ips" is not in camel caps format Open
Open
function register_bad_ips($jailed_time = 0, $ip = null) {
- Exclude checks
Method name "Protector::_bigumbrella_check_recursive" is not in camel caps format Open
Open
function _bigumbrella_check_recursive($val) {
- Exclude checks
Visibility must be declared on method "get_ref_from_base64index" Open
Open
function &get_ref_from_base64index(&$current, $indexes) {
- Exclude checks
Method name "Protector::check_brute_force" is not in camel caps format Open
Open
function check_brute_force() {
- Exclude checks
Visibility must be declared on method "execute" Open
Open
function execute() {
- Exclude checks
Blank line found at start of control structure Open
Open
if (!defined($constpref . '_LOADED')) {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
<thead>
- Exclude checks
Visibility must be declared on method "errorHandler4FindOutput" Open
Open
function errorHandler4FindOutput($errNo, $errStr, $errFile, $errLine) {
- Exclude checks