gdbots/common-php

View on GitHub

Showing 137 of 137 total issues

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 >= 232 && $c <= 235) || ($c >= 200 && $c <= 203)) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c == 223) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if (($c >= 8219 && $c <= 8223) || $c == 8242 || $c == 8243 || $c == 8216 || $c == 8217 || $c == 168 || $c == 180 || $c == 729 || $c == 733) {

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 (($asciiPos >= 224) && ($asciiPos <= 239)) {

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 == 208 || $c == 240) {

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 == 352 || $c == 353) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if (($c >= 242 && $c <= 248) || ($c >= 210 && $c <= 216)) {

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 == 189) {

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 == 230 || $c == 198) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c == 338 || $c == 339) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($c > 127) {
Severity
Category
Status
Source
Language