gdbots/common-php

View on GitHub

Showing 137 of 137 total issues

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c == 352 || $c == 353) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c == 189) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c == 253 || $c == 255 || $c == 221 || $c == 376) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c == 188) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c == 178) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c > 127) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if (($asciiPos >= 192) && ($asciiPos <= 223)) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c >= 32 && $c < 127) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c == 230 || $c == 198) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if (($asciiPos >= 224) && ($asciiPos <= 239)) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c == 190) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c == 179) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if (($c >= 236 && $c <= 239) || ($c >= 204 && $c <= 207)) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if (($c >= 249 && $c <= 252) || ($c >= 217 && $c <= 220)) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c == 209 || $c == 241) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c == 208 || $c == 240) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c == 199 || $c == 231 || $c == 162) {
Severity
Category
Status
Source
Language