Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(30452 errors, 1075 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

local/adminer/index.php
(#29) Variable "adminer_window_width" must not contain underscores.
(#30) Variable "adminer_window_height" must not contain underscores.
(#34) Variable "adminer_driver" must not contain underscores.
(#38) Variable "adminer_driver" must not contain underscores.
(#41) Variable "adminer_driver" must not contain underscores.
(#44) Variable "adminer_driver" must not contain underscores.
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) No space found before comment text; expected "// this is for mysql" but found "//this is for mysql"
(#72) Variable "adminer_url" must not contain underscores.
(#72) Variable "adminer_driver" must not contain underscores.
(#73) Variable "adminer_url" must not contain underscores.
local/adminer/lib/adminer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#4) Inline doc block comments are not allowed; use "// Comment." instead
(#11) Variable "Ic" must be all lower-case
(#11) Expected 1 space before "="; 0 found
(#11) Expected 1 space after "="; 0 found
(#11) Commas (,) must be followed by white space.
(#11) Expected "if (...) {\n"; found "if(...){"
(#11) Variable "Ic" must be all lower-case
(#11) Expected "foreach (...) {\n"; found "foreach(...){"
(#11) Expected 1 space before "as"; 0 found
(#11) Expected 1 space after "as"; 0 found
(#11) Commas (,) must be followed by white space.
(#11) Commas (,) must be followed by white space.
(#11) Commas (,) must be followed by white space.
(#11) Variable "X" must be all lower-case
(#11) Variable "Hh" must be all lower-case
(#11) Expected 1 space before "="; 0 found
(#11) Expected 1 space after "="; 0 found
(#11) Variable "X" must be all lower-case
(#11) Commas (,) must be followed by white space.
(#11) Inline control structures are not allowed
(#11) Variable "Hh" must be all lower-case
(#11) Variable "X" must be all lower-case
(#11) Expected 1 space before "="; 0 found
(#11) Expected 1 space after "="; 0 found
(#11) Variable "Hh" must be all lower-case
(#11) Closing brace must be on a line by itself
(#11) Closing brace must be on a line by itself
(#11) Inline control structures are not allowed
(#11) Expected "if (...) {\n"; found "if(...){"
(#11) Expected "if (...) {\n"; found "if(...){"
(#11) Closing brace must be on a line by itself
(#11) Commas (,) must be followed by white space.
(#11) Expected 1 space before "+"; 0 found
(#11) Expected 1 space after "+"; 0 found
(#11) Expected 1 space before "*"; 0 found
(#11) Expected 1 space after "*"; 0 found
(#11) Expected 1 space before "*"; 0 found
(#11) Expected 1 space after "*"; 0 found
(#11) Expected 1 space before "*"; 0 found
(#11) Expected 1 space after "*"; 0 found
(#11) Expected "if (...) {\n"; found "if(...){"
(#11) Expected 1 space before "=="; 0 found
(#11) Expected 1 space after "=="; 0 found
(#11) Line exceeds maximum limit of 180 characters; contains 679 characters
(#11) Line exceeds maximum limit of 180 characters; contains 679 characters
(#11) Line exceeds maximum limit of 180 characters; contains 679 characters
(#11) Line exceeds maximum limit of 180 characters; contains 679 characters
(#11) Line exceeds maximum limit of 180 characters; contains 679 characters
(#11) Line exceeds maximum limit of 180 characters; contains 679 characters
(#11) Line exceeds maximum limit of 180 characters; contains 679 characters
(#11) Line exceeds maximum limit of 180 characters; contains 679 characters
(#12) Line indented incorrectly; expected at least 8 spaces, found 0
(#12) The use of backticks in strings is not recommended
(#12) Closing brace must be on a line by itself
(#12) Usage of ELSEIF not allowed; use ELSE IF instead
(#12) Expected 1 space before "=="; 0 found
(#12) Expected 1 space after "=="; 0 found
(#12) Line exceeds maximum limit of 180 characters; contains 277 characters
(#12) Line exceeds maximum limit of 180 characters; contains 277 characters
(#12) Line exceeds maximum limit of 180 characters; contains 277 characters
(#12) Line exceeds maximum limit of 180 characters; contains 277 characters
(#12) Line exceeds maximum limit of 180 characters; contains 277 characters
(#12) Line exceeds maximum limit of 180 characters; contains 277 characters
(#12) Line exceeds maximum limit of 180 characters; contains 277 characters
(#12) Line exceeds maximum limit of 180 characters; contains 277 characters
(#13) Line indented incorrectly; expected at least 4 spaces, found 0
(#13) The use of backticks in strings is not recommended
(#13) Closing brace must be on a line by itself
(#13) Usage of ELSEIF not allowed; use ELSE IF instead
(#13) Expected 1 space before "=="; 0 found
(#13) Expected 1 space after "=="; 0 found
(#13) Line exceeds maximum limit of 180 characters; contains 3364 characters
(#13) Line exceeds maximum limit of 180 characters; contains 3364 characters
(#13) Line exceeds maximum limit of 180 characters; contains 3364 characters
(#13) Line exceeds maximum limit of 180 characters; contains 3364 characters
(#13) Line exceeds maximum limit of 180 characters; contains 3364 characters
(#13) Line exceeds maximum limit of 180 characters; contains 3364 characters
(#13) Line exceeds maximum limit of 180 characters; contains 3364 characters
(#13) Line exceeds maximum limit of 180 characters; contains 3364 characters
(#14) Line indented incorrectly; expected at least 12 spaces, found 0
(#14) The use of backticks in strings is not recommended
(#14) Closing brace must be on a line by itself
(#14) Usage of ELSEIF not allowed; use ELSE IF instead
(#14) Expected 1 space before "=="; 0 found
(#14) Expected 1 space after "=="; 0 found
(#14) Line exceeds maximum limit of 180 characters; contains 11722 characters
(#14) Line exceeds maximum limit of 180 characters; contains 11722 characters
(#14) Line exceeds maximum limit of 180 characters; contains 11722 characters
(#14) Line exceeds maximum limit of 180 characters; contains 11722 characters
(#14) Line exceeds maximum limit of 180 characters; contains 11722 characters
(#14) Line exceeds maximum limit of 180 characters; contains 11722 characters
(#14) Line exceeds maximum limit of 180 characters; contains 11722 characters
(#14) Line exceeds maximum limit of 180 characters; contains 11722 characters
(#15) Line indented incorrectly; expected at least 8 spaces, found 0
(#15) The use of backticks in strings is not recommended
(#15) Closing brace must be on a line by itself
(#15) Expected "} else {\n"; found "}else{"
(#15) Closing brace must be on a line by itself
(#15) Closing brace must be on a line by itself
(#15) Closing brace must be on a line by itself
(#15) Closing brace must be on a line by itself
(#15) Closing brace must be on a line by itself
(#15) Closing brace must be on a line by itself
(#15) Closing brace must be on a line by itself
(#15) Closing brace must be on a line by itself
(#15) Line exceeds maximum limit of 180 characters; contains 37346 characters
(#15) Line exceeds maximum limit of 180 characters; contains 37346 characters
(#15) Line exceeds maximum limit of 180 characters; contains 37346 characters
(#15) Line exceeds maximum limit of 180 characters; contains 37346 characters
(#15) Line exceeds maximum limit of 180 characters; contains 37346 characters
(#15) Line exceeds maximum limit of 180 characters; contains 37346 characters
(#15) Line exceeds maximum limit of 180 characters; contains 37346 characters
(#15) Line exceeds maximum limit of 180 characters; contains 37346 characters
(#16) Expected 1 space after closing parenthesis; found 0
(#16) Opening brace must be the last content on the line
(#16) Closing brace must be on a line by itself
(#17) Expected 1 space after closing parenthesis; found 0
(#17) Opening brace must be the last content on the line
(#17) Closing brace must be on a line by itself
(#18) Expected 1 space after closing parenthesis; found 0
(#18) Opening brace must be the last content on the line
(#18) Variable "Qd" must be all lower-case
(#18) Expected 1 space before "="; 0 found
(#18) Expected 1 space after "="; 0 found
(#18) Commas (,) must be followed by white space.
(#19) Line indented incorrectly; expected at least 4 spaces, found 0
(#19) Variable "Qd" must be all lower-case
(#19) Variable "Qd" must be all lower-case
(#19) Commas (,) must be followed by white space.
(#19) Variable "Qd" must be all lower-case
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Closing brace must be on a line by itself
(#20) Variable "X" must be all lower-case
(#20) Expected 1 space after closing parenthesis; found 0
(#20) Opening brace must be the last content on the line
(#21) Line indented incorrectly; expected at least 4 spaces, found 0
(#21) Variable "X" must be all lower-case
(#21) Commas (,) must be followed by white space.
(#21) Commas (,) must be followed by white space.
(#21) Closing brace must be on a line by itself
(#22) Line indented incorrectly; expected at least 4 spaces, found 0
(#22) Variable "X" must be all lower-case
(#22) Expected 1 space after closing parenthesis; found 0
(#22) Opening brace must be the last content on the line
(#23) Line indented incorrectly; expected at least 8 spaces, found 0
(#23) Commas (,) must be followed by white space.
(#23) Commas (,) must be followed by white space.
(#23) Variable "X" must be all lower-case
(#23) Closing brace must be on a line by itself
(#24) Line indented incorrectly; expected at least 4 spaces, found 0
(#24) Variable "If" must be all lower-case
(#24) Commas (,) must be followed by white space.
(#24) Variable "Ic" must be all lower-case
(#24) Expected 1 space after closing parenthesis; found 0
(#24) Opening brace must be the last content on the line
(#24) Expected "if (...) {\n"; found "if(...){"
(#24) Expected "while (...) {\n"; found "while(...){"
(#24) Commas (,) must be followed by white space.
(#24) Variable "X" must be all lower-case
(#24) Expected 1 space before "="; 0 found
(#24) Expected 1 space after "="; 0 found
(#24) Variable "If" must be all lower-case
(#24) Expected "foreach (...) {\n"; found "foreach(...){"
(#24) Expected 1 space before "=>"; 0 found
(#24) Expected 1 space after "=>"; 0 found
(#24) Expected 1 space after "as"; 0 found
(#24) Variable "X" must be all lower-case
(#25) Line indented incorrectly; expected at least 16 spaces, found 0
(#25) Variable "Fd" must be all lower-case
(#25) Expected 1 space before "=>"; 0 found
(#25) Expected 1 space after "=>"; 0 found
(#25) Variable "W" must be all lower-case
(#25) Variable "If" must be all lower-case
(#25) Variable "Fd" must be all lower-case
(#25) Expected "if (...) {\n"; found "if(...){"
(#25) Variable "W" must be all lower-case
(#25) Variable "If" must be all lower-case
(#25) Variable "Fd" must be all lower-case
(#25) Expected 1 space before "="; 0 found
(#25) Expected 1 space after "="; 0 found
(#25) Variable "W" must be all lower-case
(#25) Variable "If" must be all lower-case
(#25) Variable "If" must be all lower-case
(#25) Variable "Fd" must be all lower-case
(#25) Closing brace must be on a line by itself
(#25) Inline control structures are not allowed
(#25) Variable "If" must be all lower-case
(#25) Variable "Fd" must be all lower-case
(#25) Expected 1 space before "="; 0 found
(#25) Expected 1 space after "="; 0 found
(#25) Variable "Ic" must be all lower-case
(#25) Expected 1 space before "?"; 0 found
(#25) Expected 1 space after "?"; 0 found
(#25) Variable "W" must be all lower-case
(#25) Expected 1 space before ":"; 0 found
(#25) Expected 1 space after ":"; 0 found
(#25) Variable "W" must be all lower-case
(#25) Closing brace must be on a line by itself
(#25) Closing brace must be on a line by itself
(#25) Closing brace must be on a line by itself
(#25) Closing brace must be on a line by itself
(#25) Line exceeds maximum limit of 180 characters; contains 182 characters
(#25) Line exceeds maximum limit of 180 characters; contains 182 characters
(#25) Line exceeds maximum limit of 180 characters; contains 182 characters
(#25) Line exceeds maximum limit of 180 characters; contains 182 characters
(#25) Line exceeds maximum limit of 180 characters; contains 182 characters
(#25) Line exceeds maximum limit of 180 characters; contains 182 characters
(#25) Line exceeds maximum limit of 180 characters; contains 182 characters
(#25) Line exceeds maximum limit of 180 characters; contains 182 characters
(#26) Line indented incorrectly; expected at least 8 spaces, found 0
(#26) Commas (,) must be followed by white space.
(#26) Variable "Na" must be all lower-case
(#26) Expected 1 space after closing parenthesis; found 0
(#26) Opening brace must be the last content on the line
(#26) Scope keyword "static" must be followed by a single space
(#26) Expected 1 space before "="; 0 found
(#26) Expected 1 space after "="; 0 found
(#26) Expected 1 space before "=>"; 0 found
(#26) Expected 1 space after "=>"; 0 found
(#26) Commas (,) must be followed by white space.
(#26) Expected 1 space before "=>"; 0 found
(#26) Expected 1 space after "=>"; 0 found
(#26) Commas (,) must be followed by white space.
(#26) Expected 1 space before "=>"; 0 found
(#26) Expected 1 space after "=>"; 0 found
(#27) Line indented incorrectly; expected at least 12 spaces, found 0
(#27) Commas (,) must be followed by white space.
(#27) Variable "Na" must be all lower-case
(#27) Expected 1 space before "?"; 0 found
(#27) Expected 1 space after "?"; 0 found
(#27) Expected 1 space before ":"; 0 found
(#27) Expected 1 space after ":"; 0 found
(#27) Closing brace must be on a line by itself
(#28) Line indented incorrectly; expected at least 16 spaces, found 0
(#28) Expected 1 space after closing parenthesis; found 0
(#28) Opening brace must be the last content on the line
(#28) Commas (,) must be followed by white space.
(#28) Expected 1 space before ">="; 0 found
(#28) Expected 1 space after ">="; 0 found
(#28) Expected 1 space before "?"; 0 found
(#28) Expected 1 space after "?"; 0 found
(#28) Expected 1 space before ":"; 0 found
(#28) Expected 1 space after ":"; 0 found
(#28) Closing brace must be on a line by itself
(#29) Line indented incorrectly; expected at least 16 spaces, found 0
(#29) Variable "P" must be all lower-case
(#29) Expected 1 space after closing parenthesis; found 0
(#29) Opening brace must be the last content on the line
(#30) Line indented incorrectly; expected at least 20 spaces, found 0
(#30) Commas (,) must be followed by white space.
(#30) Commas (,) must be followed by white space.
(#30) Variable "P" must be all lower-case
(#30) Commas (,) must be followed by white space.
(#30) Commas (,) must be followed by white space.
(#30) Closing brace must be on a line by itself
(#31) Line indented incorrectly; expected at least 16 spaces, found 0
(#31) Variable "P" must be all lower-case
(#31) Expected 1 space after closing parenthesis; found 0
(#31) Opening brace must be the last content on the line
(#31) Variable "P" must be all lower-case
(#31) Expected 1 space before "!="; 0 found
(#31) Expected 1 space after "!="; 0 found
(#31) Expected 1 space before "?"; 0 found
(#31) Expected 1 space after "?"; 0 found
(#31) Variable "P" must be all lower-case
(#31) Expected 1 space before ":"; 0 found
(#31) Expected 1 space after ":"; 0 found
(#31) Closing brace must be on a line by itself
(#32) Line indented incorrectly; expected at least 16 spaces, found 0
(#32) Variable "P" must be all lower-case
(#32) Expected 1 space after closing parenthesis; found 0
(#32) Opening brace must be the last content on the line
(#33) Line indented incorrectly; expected at least 20 spaces, found 0
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Variable "P" must be all lower-case
(#33) Closing brace must be on a line by itself
(#34) Line indented incorrectly; expected at least 16 spaces, found 0
(#34) Variable "C" must be all lower-case
(#34) Commas (,) must be followed by white space.
(#34) Variable "Y" must be all lower-case
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Variable "Md" must be all lower-case
(#34) Commas (,) must be followed by white space.
(#34) Variable "Pe" must be all lower-case
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Variable "Nd" must be all lower-case
(#34) Expected 1 space after closing parenthesis; found 0
(#34) Opening brace must be the last content on the line
(#34) Variable "J" must be all lower-case
(#34) Expected 1 space before "="; 0 found
(#34) Expected 1 space after "="; 0 found
(#34) Variable "C" must be all lower-case
(#34) Variable "Y" must be all lower-case
(#34) Expected 1 space before "?"; 0 found
(#34) Expected 1 space after "?"; 0 found
(#34) Expected 1 space before ":"; 0 found
(#34) Expected 1 space after ":"; 0 found
(#34) Variable "Nd" must be all lower-case
(#34) Expected 1 space before "?"; 0 found
(#34) Expected 1 space after "?"; 0 found
(#34) Variable "Nd" must be all lower-case
(#34) Expected 1 space before ":"; 0 found
(#34) Expected 1 space after ":"; 0 found
(#34) Variable "Pe" must be all lower-case
(#34) Expected 1 space before "?"; 0 found
(#34) Expected 1 space after "?"; 0 found
(#34) Variable "Pe" must be all lower-case
(#34) Expected 1 space before ":"; 0 found
(#34) Expected 1 space after ":"; 0 found
(#34) Variable "Md" must be all lower-case
(#34) Expected 1 space before "!="; 0 found
(#34) Expected 1 space after "!="; 0 found
(#34) Expected 1 space before "?"; 0 found
(#34) Expected 1 space after "?"; 0 found
(#34) Expected 1 space before "?"; 0 found
(#34) Expected 1 space after "?"; 0 found
(#34) Expected 1 space before ":"; 0 found
(#34) Expected 1 space after ":"; 0 found
(#34) Variable "J" must be all lower-case
(#34) Variable "Md" must be all lower-case
(#34) Expected 1 space before ":"; 0 found
(#34) Expected 1 space after ":"; 0 found
(#34) Variable "J" must be all lower-case
(#34) Closing brace must be on a line by itself
(#34) Line exceeds maximum limit of 180 characters; contains 285 characters
(#34) Line exceeds maximum limit of 180 characters; contains 285 characters
(#34) Line exceeds maximum limit of 180 characters; contains 285 characters
(#34) Line exceeds maximum limit of 180 characters; contains 285 characters
(#34) Line exceeds maximum limit of 180 characters; contains 285 characters
(#34) Line exceeds maximum limit of 180 characters; contains 285 characters
(#34) Line exceeds maximum limit of 180 characters; contains 285 characters
(#34) Line exceeds maximum limit of 180 characters; contains 285 characters
(#35) Line indented incorrectly; expected at least 16 spaces, found 0
(#35) Variable "Ve" must be all lower-case
(#35) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#35) Variable "Ph" must be all lower-case
(#35) Expected 1 space after closing parenthesis; found 0
(#35) Opening brace must be the last content on the line
(#35) Variable "J" must be all lower-case
(#35) Expected 1 space before "="; 0 found
(#35) Expected 1 space after "="; 0 found
(#35) Expected "foreach (...) {\n"; found "foreach(...){"
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#35) Expected 1 space after "as"; 0 found
(#35) Variable "Ve" must be all lower-case
(#36) Line indented incorrectly; expected at least 20 spaces, found 0
(#36) Variable "Fd" must be all lower-case
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#36) Variable "W" must be all lower-case
(#36) Variable "We" must be all lower-case
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#36) Variable "Fd" must be all lower-case
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#36) Variable "W" must be all lower-case
(#36) Expected "if (...) {\n"; found "if(...){"
(#36) Variable "W" must be all lower-case
(#36) Variable "J" must be all lower-case
(#36) Expected 1 space before ".="; 0 found
(#36) Expected 1 space after ".="; 0 found
(#36) Variable "Fd" must be all lower-case
(#36) Variable "We" must be all lower-case
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#36) Variable "W" must be all lower-case
(#36) Closing brace must be on a line by itself
(#36) Inline control structures are not allowed
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space after "as"; 0 found
(#36) Variable "We" must be all lower-case
(#37) Line indented incorrectly; expected at least 24 spaces, found 0
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Variable "X" must be all lower-case
(#37) Variable "J" must be all lower-case
(#37) Expected 1 space before ".="; 0 found
(#37) Expected 1 space after ".="; 0 found
(#37) Variable "Ph" must be all lower-case
(#37) Expected 1 space before "?"; 0 found
(#37) Expected 1 space after "?"; 0 found
(#37) Expected 1 space before ":"; 0 found
(#37) Expected 1 space after ":"; 0 found
(#37) Variable "Ph" must be all lower-case
(#37) Expected 1 space before "?"; 0 found
(#37) Expected 1 space after "?"; 0 found
(#37) Expected 1 space before ":"; 0 found
(#37) Expected 1 space after ":"; 0 found
(#37) Variable "X" must be all lower-case
(#37) Expected 1 space before "==="; 0 found
(#37) Expected 1 space after "==="; 0 found
(#37) Expected 1 space before "?"; 0 found
(#37) Expected 1 space after "?"; 0 found
(#37) Expected 1 space before ":"; 0 found
(#37) Expected 1 space after ":"; 0 found
(#37) Variable "X" must be all lower-case
(#37) Inline control structures are not allowed
(#37) Variable "W" must be all lower-case
(#37) Variable "J" must be all lower-case
(#37) Expected 1 space before ".="; 0 found
(#37) Expected 1 space after ".="; 0 found
(#37) Closing brace must be on a line by itself
(#37) Variable "J" must be all lower-case
(#37) Closing brace must be on a line by itself
(#37) Line exceeds maximum limit of 180 characters; contains 189 characters
(#37) Line exceeds maximum limit of 180 characters; contains 189 characters
(#37) Line exceeds maximum limit of 180 characters; contains 189 characters
(#37) Line exceeds maximum limit of 180 characters; contains 189 characters
(#37) Line exceeds maximum limit of 180 characters; contains 189 characters
(#37) Line exceeds maximum limit of 180 characters; contains 189 characters
(#37) Line exceeds maximum limit of 180 characters; contains 189 characters
(#37) Line exceeds maximum limit of 180 characters; contains 189 characters
(#38) Line indented incorrectly; expected at least 16 spaces, found 0
(#38) Variable "C" must be all lower-case
(#38) Commas (,) must be followed by white space.
(#38) Variable "Ve" must be all lower-case
(#38) Commas (,) must be followed by white space.
(#38) Variable "Y" must be all lower-case
(#38) Commas (,) must be followed by white space.
(#38) Variable "Oe" must be all lower-case
(#38) Expected 1 space after closing parenthesis; found 0
(#38) Opening brace must be the last content on the line
(#38) Inline control structures are not allowed
(#38) Variable "Oe" must be all lower-case
(#38) Variable "C" must be all lower-case
(#38) Variable "Oe" must be all lower-case
(#38) Expected 1 space before "?"; 0 found
(#38) Expected 1 space after "?"; 0 found
(#38) Variable "Oe" must be all lower-case
(#38) Expected 1 space before ":"; 0 found
(#38) Expected 1 space after ":"; 0 found
(#38) Variable "Ve" must be all lower-case
(#38) Commas (,) must be followed by white space.
(#38) Variable "Y" must be all lower-case
(#38) Variable "J" must be all lower-case
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#38) Inline control structures are not allowed
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space after "as"; 0 found
(#38) Line exceeds 132 characters; contains 172 characters
(#38) Line exceeds 132 characters; contains 172 characters
(#38) Line exceeds 132 characters; contains 172 characters
(#38) Line exceeds 132 characters; contains 172 characters
(#38) Line exceeds 132 characters; contains 172 characters
(#38) Line exceeds 132 characters; contains 172 characters
(#38) Line exceeds 132 characters; contains 172 characters
(#38) Line exceeds 132 characters; contains 172 characters
(#38) Variable "Ve" must be all lower-case
(#39) Line indented incorrectly; expected at least 20 spaces, found 0
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Variable "X" must be all lower-case
(#39) Variable "J" must be all lower-case
(#39) Expected 1 space before ".="; 0 found
(#39) Expected 1 space after ".="; 0 found
(#39) Variable "C" must be all lower-case
(#39) Expected 1 space before "=="; 0 found
(#39) Expected 1 space after "=="; 0 found
(#39) Variable "Y" must be all lower-case
(#39) Expected 1 space before "?"; 0 found
(#39) Expected 1 space after "?"; 0 found
(#39) Expected 1 space before ":"; 0 found
(#39) Expected 1 space after ":"; 0 found
(#39) Variable "X" must be all lower-case
(#39) Variable "J" must be all lower-case
(#39) Closing brace must be on a line by itself
(#39) Line exceeds 132 characters; contains 139 characters
(#39) Line exceeds 132 characters; contains 139 characters
(#39) Line exceeds 132 characters; contains 139 characters
(#39) Line exceeds 132 characters; contains 139 characters
(#39) Line exceeds 132 characters; contains 139 characters
(#39) Line exceeds 132 characters; contains 139 characters
(#39) Line exceeds 132 characters; contains 139 characters
(#39) Line exceeds 132 characters; contains 139 characters
(#40) Line indented incorrectly; expected at least 24 spaces, found 0
(#40) Variable "Ja" must be all lower-case
(#40) Commas (,) must be followed by white space.
(#40) Variable "Ve" must be all lower-case
(#40) Commas (,) must be followed by white space.
(#40) Variable "Y" must be all lower-case
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space after closing parenthesis; found 0
(#40) Opening brace must be the last content on the line
(#40) Variable "Ve" must be all lower-case
(#40) Expected 1 space before "?"; 0 found
(#40) Expected 1 space after "?"; 0 found
(#40) Variable "Ja" must be all lower-case
(#40) Variable "Ve" must be all lower-case
(#40) Commas (,) must be followed by white space.
(#40) Variable "Y" must be all lower-case
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space before ":"; 0 found
(#40) Expected 1 space after ":"; 0 found
(#40) Variable "Ja" must be all lower-case
(#40) Variable "Y" must be all lower-case
(#40) Closing brace must be on a line by itself
(#40) Line exceeds maximum limit of 180 characters; contains 185 characters
(#40) Line exceeds maximum limit of 180 characters; contains 185 characters
(#40) Line exceeds maximum limit of 180 characters; contains 185 characters
(#40) Line exceeds maximum limit of 180 characters; contains 185 characters
(#40) Line exceeds maximum limit of 180 characters; contains 185 characters
(#40) Line exceeds maximum limit of 180 characters; contains 185 characters
(#40) Line exceeds maximum limit of 180 characters; contains 185 characters
(#40) Line exceeds maximum limit of 180 characters; contains 185 characters
(#41) Line indented incorrectly; expected at least 24 spaces, found 0
(#41) Expected 1 space after closing parenthesis; found 0
(#41) Opening brace must be the last content on the line
(#41) Closing brace must be on a line by itself
(#42) Line indented incorrectly; expected at least 24 spaces, found 0
(#42) Commas (,) must be followed by white space.
(#42) Variable "Vd" must be all lower-case
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#42) Variable "Pe" must be all lower-case
(#42) Expected 1 space after closing parenthesis; found 0
(#42) Opening brace must be the last content on the line
(#42) Variable "Pe" must be all lower-case
(#42) Expected 1 space before "?"; 0 found
(#42) Expected 1 space after "?"; 0 found
(#42) Expected 1 space before ":"; 0 found
(#42) Expected 1 space after ":"; 0 found
(#42) Closing brace must be on a line by itself
(#42) Line exceeds maximum limit of 180 characters; contains 224 characters
(#42) Line exceeds maximum limit of 180 characters; contains 224 characters
(#42) Line exceeds maximum limit of 180 characters; contains 224 characters
(#42) Line exceeds maximum limit of 180 characters; contains 224 characters
(#42) Line exceeds maximum limit of 180 characters; contains 224 characters
(#42) Line exceeds maximum limit of 180 characters; contains 224 characters
(#42) Line exceeds maximum limit of 180 characters; contains 224 characters
(#42) Line exceeds maximum limit of 180 characters; contains 224 characters
(#43) Line indented incorrectly; expected at least 24 spaces, found 0
(#43) Variable "Va" must be all lower-case
(#43) Commas (,) must be followed by white space.
(#43) Expected 1 space after closing parenthesis; found 0
(#43) Opening brace must be the last content on the line
(#43) Variable "Va" must be all lower-case
(#43) Expected 1 space before "?"; 0 found
(#43) Expected 1 space after "?"; 0 found
(#43) Expected 1 space before ":"; 0 found
(#43) Expected 1 space after ":"; 0 found
(#43) Expected 1 space before "?"; 0 found
(#43) Expected 1 space after "?"; 0 found
(#43) Expected 1 space before ":"; 0 found
(#43) Expected 1 space after ":"; 0 found
(#43) Closing brace must be on a line by itself
(#44) Line indented incorrectly; expected at least 24 spaces, found 0
(#44) Variable "J" must be all lower-case
(#44) Expected 1 space after closing parenthesis; found 0
(#44) Opening brace must be the last content on the line
(#44) Scope keyword "static" must be followed by a single space
(#44) Expected 1 space before "="; 0 found
(#44) Expected 1 space after "="; 0 found
(#44) Inline control structures are not allowed
(#44) Variable "J" must be all lower-case
(#44) Expected 1 space before "="; 0 found
(#44) Expected 1 space after "="; 0 found
(#44) Expected 1 space before "%"; 0 found
(#44) Expected 1 space after "%"; 0 found
(#44) Expected 1 space before "?"; 0 found
(#44) Expected 1 space after "?"; 0 found
(#44) Variable "J" must be all lower-case
(#44) Expected 1 space before ":"; 0 found
(#44) Expected 1 space after ":"; 0 found
(#44) Closing brace must be on a line by itself
(#45) Line indented incorrectly; expected at least 24 spaces, found 0
(#45) Variable "P" must be all lower-case
(#45) Expected 1 space after closing parenthesis; found 0
(#45) Opening brace must be the last content on the line
(#46) Line indented incorrectly; expected at least 28 spaces, found 0
(#46) Variable "P" must be all lower-case
(#46) Commas (,) must be followed by white space.
(#46) Closing brace must be on a line by itself
(#47) Line indented incorrectly; expected at least 24 spaces, found 0
(#47) Commas (,) must be followed by white space.
(#47) Variable "X" must be all lower-case
(#47) Expected 1 space after closing parenthesis; found 0
(#47) Opening brace must be the last content on the line
(#47) Scope keyword "static" must be followed by a single space
(#47) Variable "Jc" must be all lower-case
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#47) Inline control structures are not allowed
(#47) Variable "Jc" must be all lower-case
(#47) Expected "if (...) {\n"; found "if(...){"
(#47) Expected 1 space before "!="; 0 found
(#47) Expected 1 space after "!="; 0 found
(#47) Variable "Jc" must be all lower-case
(#47) Expected 1 space before "?"; 0 found
(#47) Expected 1 space after "?"; 0 found
(#47) Expected 1 space before ":"; 0 found
(#47) Expected 1 space after ":"; 0 found
(#47) Commas (,) must be followed by white space.
(#47) Variable "X" must be all lower-case
(#47) Expected 1 space before "!=="; 0 found
(#47) Expected 1 space after "!=="; 0 found
(#47) Expected 1 space before "?"; 0 found
(#47) Expected 1 space after "?"; 0 found
(#47) Variable "X" must be all lower-case
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space before ":"; 0 found
(#47) Expected 1 space after ":"; 0 found
(#47) Variable "Jc" must be all lower-case
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#47) Closing brace must be on a line by itself
(#47) Expected "} else {\n"; found "}else{"
(#47) Variable "Jc" must be all lower-case
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#47) Closing brace must be on a line by itself
(#47) Closing brace must be on a line by itself
(#47) Line exceeds maximum limit of 180 characters; contains 229 characters
(#47) Line exceeds maximum limit of 180 characters; contains 229 characters
(#47) Line exceeds maximum limit of 180 characters; contains 229 characters
(#47) Line exceeds maximum limit of 180 characters; contains 229 characters
(#47) Line exceeds maximum limit of 180 characters; contains 229 characters
(#47) Line exceeds maximum limit of 180 characters; contains 229 characters
(#47) Line exceeds maximum limit of 180 characters; contains 229 characters
(#47) Line exceeds maximum limit of 180 characters; contains 229 characters
(#48) Line indented incorrectly; expected at least 24 spaces, found 0
(#48) Expected 1 space after closing parenthesis; found 0
(#48) Opening brace must be the last content on the line
(#48) Variable "X" must be all lower-case
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#48) Commas (,) must be followed by white space.
(#48) Variable "X" must be all lower-case
(#48) Variable "X" must be all lower-case
(#48) Closing brace must be on a line by itself
(#49) Line indented incorrectly; expected at least 24 spaces, found 0
(#49) Expected 1 space after closing parenthesis; found 0
(#49) Opening brace must be the last content on the line
(#49) Scope keyword "static" must be followed by a single space
(#49) Variable "J" must be all lower-case
(#49) Inline control structures are not allowed
(#49) Variable "J" must be all lower-case
(#49) Expected 1 space before "==="; 0 found
(#49) Expected 1 space after "==="; 0 found
(#49) Variable "J" must be all lower-case
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#49) Variable "J" must be all lower-case
(#49) Closing brace must be on a line by itself
(#50) Line indented incorrectly; expected at least 24 spaces, found 0
(#50) Variable "Wh" must be all lower-case
(#50) Commas (,) must be followed by white space.
(#50) Variable "N" must be all lower-case
(#50) Commas (,) must be followed by white space.
(#50) Variable "V" must be all lower-case
(#50) Commas (,) must be followed by white space.
(#50) Variable "G" must be all lower-case
(#50) Expected 1 space after closing parenthesis; found 0
(#50) Opening brace must be the last content on the line
(#50) Variable "Wh" must be all lower-case
(#50) Variable "N" must be all lower-case
(#50) Variable "V" must be all lower-case
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#50) Variable "G" must be all lower-case
(#50) Expected 1 space before "?"; 0 found
(#50) Expected 1 space after "?"; 0 found
(#50) Variable "G" must be all lower-case
(#50) Commas (,) must be followed by white space.
(#50) Expected 1 space before ":"; 0 found
(#50) Expected 1 space after ":"; 0 found
(#50) Variable "G" must be all lower-case
(#50) Closing brace must be on a line by itself
(#50) Line exceeds 132 characters; contains 161 characters
(#50) Line exceeds 132 characters; contains 161 characters
(#50) Line exceeds 132 characters; contains 161 characters
(#50) Line exceeds 132 characters; contains 161 characters
(#50) Line exceeds 132 characters; contains 161 characters
(#50) Line exceeds 132 characters; contains 161 characters
(#50) Line exceeds 132 characters; contains 161 characters
(#50) Line exceeds 132 characters; contains 161 characters
(#51) Line indented incorrectly; expected at least 24 spaces, found 0
(#51) Expected 1 space after closing parenthesis; found 0
(#51) Opening brace must be the last content on the line
(#51) Variable "J" must be all lower-case
(#51) Expected 1 space before "="; 0 found
(#51) Expected 1 space after "="; 0 found
(#51) Inline control structures are not allowed
(#51) Variable "J" must be all lower-case
(#51) Variable "J" must be all lower-case
(#51) Expected 1 space before "="; 0 found
(#51) Expected 1 space after "="; 0 found
(#51) Expected 1 space before "?"; 0 found
(#51) Expected 1 space after "?"; 0 found
(#51) Variable "J" must be all lower-case
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space before ":"; 0 found
(#51) Expected 1 space after ":"; 0 found
(#51) Variable "J" must be all lower-case
(#51) Closing brace must be on a line by itself
(#51) Line exceeds 132 characters; contains 153 characters
(#51) Line exceeds 132 characters; contains 153 characters
(#51) Line exceeds 132 characters; contains 153 characters
(#51) Line exceeds 132 characters; contains 153 characters
(#51) Line exceeds 132 characters; contains 153 characters
(#51) Line exceeds 132 characters; contains 153 characters
(#51) Line exceeds 132 characters; contains 153 characters
(#51) Line exceeds 132 characters; contains 153 characters
(#52) Line indented incorrectly; expected at least 24 spaces, found 0
(#52) Variable "P" must be all lower-case
(#52) Expected 1 space after closing parenthesis; found 0
(#52) Opening brace must be the last content on the line
(#52) Variable "P" must be all lower-case
(#52) Closing brace must be on a line by itself
(#53) Line indented incorrectly; expected at least 24 spaces, found 0
(#53) Variable "H" must be all lower-case
(#53) Commas (,) must be followed by white space.
(#53) Expected 1 space after closing parenthesis; found 0
(#53) Opening brace must be the last content on the line
(#53) Variable "J" must be all lower-case
(#53) Expected 1 space before "="; 0 found
(#53) Expected 1 space after "="; 0 found
(#53) Variable "I" must be all lower-case
(#53) Expected 1 space before "="; 0 found
(#53) Expected 1 space after "="; 0 found
(#53) Variable "H" must be all lower-case
(#53) Expected "if (...) {\n"; found "if(...){"
(#53) Variable "I" must be all lower-case
(#53) Inline control structures are not allowed
(#53) Variable "K" must be all lower-case
(#53) Expected 1 space before "="; 0 found
(#53) Expected 1 space after "="; 0 found
(#53) Variable "I" must be all lower-case
(#53) Variable "J" must be all lower-case
(#53) Expected 1 space before "="; 0 found
(#53) Expected 1 space after "="; 0 found
(#53) Variable "K" must be all lower-case
(#53) Closing brace must be on a line by itself
(#53) Variable "J" must be all lower-case
(#53) Closing brace must be on a line by itself
(#54) Line indented incorrectly; expected at least 24 spaces, found 0
(#54) Variable "H" must be all lower-case
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Expected 1 space after closing parenthesis; found 0
(#54) Opening brace must be the last content on the line
(#54) Inline control structures are not allowed
(#54) Expected 1 space before "="; 0 found
(#54) Expected 1 space after "="; 0 found
(#54) Variable "J" must be all lower-case
(#54) Expected 1 space before "="; 0 found
(#54) Expected 1 space after "="; 0 found
(#54) Expected 1 space before "="; 0 found
(#54) Expected 1 space after "="; 0 found
(#54) Variable "I" must be all lower-case
(#54) Expected 1 space before "="; 0 found
(#54) Expected 1 space after "="; 0 found
(#54) Variable "H" must be all lower-case
(#54) Expected 1 space before "="; 0 found
(#54) Expected 1 space after "="; 0 found
(#54) Expected "if (...) {\n"; found "if(...){"
(#54) Variable "I" must be all lower-case
(#54) Inline control structures are not allowed
(#54) Variable "K" must be all lower-case
(#54) Expected 1 space before "="; 0 found
(#54) Expected 1 space after "="; 0 found
(#54) Variable "I" must be all lower-case
(#54) Variable "J" must be all lower-case
(#54) Variable "K" must be all lower-case
(#54) Expected 1 space before "="; 0 found
(#54) Expected 1 space after "="; 0 found
(#54) Variable "K" must be all lower-case
(#54) Closing brace must be on a line by itself
(#54) Variable "J" must be all lower-case
(#54) Closing brace must be on a line by itself
(#54) Line exceeds maximum limit of 180 characters; contains 200 characters
(#54) Line exceeds maximum limit of 180 characters; contains 200 characters
(#54) Line exceeds maximum limit of 180 characters; contains 200 characters
(#54) Line exceeds maximum limit of 180 characters; contains 200 characters
(#54) Line exceeds maximum limit of 180 characters; contains 200 characters
(#54) Line exceeds maximum limit of 180 characters; contains 200 characters
(#54) Line exceeds maximum limit of 180 characters; contains 200 characters
(#54) Line exceeds maximum limit of 180 characters; contains 200 characters
(#55) Line indented incorrectly; expected at least 24 spaces, found 0
(#55) Variable "H" must be all lower-case
(#55) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#55) Expected 1 space after closing parenthesis; found 0
(#55) Opening brace must be the last content on the line
(#55) Expected 1 space before "="; 0 found
(#55) Expected 1 space after "="; 0 found
(#55) Expected 1 space before "?"; 0 found
(#55) Expected 1 space after "?"; 0 found
(#55) Expected 1 space before ":"; 0 found
(#55) Expected 1 space after ":"; 0 found
(#55) Variable "J" must be all lower-case
(#55) Expected 1 space before "="; 0 found
(#55) Expected 1 space after "="; 0 found
(#55) Variable "I" must be all lower-case
(#55) Expected 1 space before "="; 0 found
(#55) Expected 1 space after "="; 0 found
(#55) Variable "H" must be all lower-case
(#55) Expected "if (...) {\n"; found "if(...){"
(#55) Variable "I" must be all lower-case
(#55) Inline control structures are not allowed
(#55) Variable "K" must be all lower-case
(#55) Expected 1 space before "="; 0 found
(#55) Expected 1 space after "="; 0 found
(#55) Variable "I" must be all lower-case
(#55) Variable "J" must be all lower-case
(#55) Expected 1 space before "="; 0 found
(#55) Expected 1 space after "="; 0 found
(#55) Variable "K" must be all lower-case
(#55) Closing brace must be on a line by itself
(#55) Inline control structures are not allowed
(#55) Usage of ELSEIF not allowed; use ELSE IF instead
(#55) Variable "I" must be all lower-case
(#55) Variable "J" must be all lower-case
(#55) Closing brace must be on a line by itself
(#55) Line exceeds maximum limit of 180 characters; contains 263 characters
(#55) Line exceeds maximum limit of 180 characters; contains 263 characters
(#55) Line exceeds maximum limit of 180 characters; contains 263 characters
(#55) Line exceeds maximum limit of 180 characters; contains 263 characters
(#55) Line exceeds maximum limit of 180 characters; contains 263 characters
(#55) Line exceeds maximum limit of 180 characters; contains 263 characters
(#55) Line exceeds maximum limit of 180 characters; contains 263 characters
(#55) Line exceeds maximum limit of 180 characters; contains 263 characters
(#56) Line indented incorrectly; expected at least 24 spaces, found 0
(#56) Variable "K" must be all lower-case
(#56) Commas (,) must be followed by white space.
(#56) Expected 1 space after closing parenthesis; found 0
(#56) Opening brace must be the last content on the line
(#56) Expected "foreach (...) {\n"; found "foreach(...){"
(#56) Expected 1 space after "as"; 0 found
(#57) Line indented incorrectly; expected at least 28 spaces, found 0
(#57) Expected "if (...) {\n"; found "if(...){"
(#57) Commas (,) must be followed by white space.
(#57) Variable "J" must be all lower-case
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#57) Expected "foreach (...) {\n"; found "foreach(...){"
(#57) Expected 1 space before "as"; 0 found
(#57) Expected 1 space after "as"; 0 found
(#57) Inline control structures are not allowed
(#57) Variable "K" must be all lower-case
(#58) Line indented incorrectly; expected at least 40 spaces, found 0
(#58) Variable "J" must be all lower-case
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#58) Variable "K" must be all lower-case
(#58) Closing brace must be on a line by itself
(#58) Variable "J" must be all lower-case
(#58) Closing brace must be on a line by itself
(#58) Closing brace must be on a line by itself
(#58) Closing brace must be on a line by itself
(#59) Line indented incorrectly; expected at least 24 spaces, found 0
(#59) Expected 1 space after closing parenthesis; found 0
(#59) Opening brace must be the last content on the line
(#59) Inline control structures are not allowed
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Variable "B" must be all lower-case
(#59) Variable "B" must be all lower-case
(#59) Variable "B" must be all lower-case
(#59) Variable "B" must be all lower-case
(#59) Line exceeds 132 characters; contains 171 characters
(#59) Line exceeds 132 characters; contains 171 characters
(#59) Line exceeds 132 characters; contains 171 characters
(#59) Line exceeds 132 characters; contains 171 characters
(#59) Line exceeds 132 characters; contains 171 characters
(#59) Line exceeds 132 characters; contains 171 characters
(#59) Line exceeds 132 characters; contains 171 characters
(#59) Line exceeds 132 characters; contains 171 characters
(#60) Line indented incorrectly; expected at least 28 spaces, found 0
(#60) Closing brace must be on a line by itself
(#61) Line indented incorrectly; expected at least 40 spaces, found 0
(#61) Variable "Z" must be all lower-case
(#61) Commas (,) must be followed by white space.
(#61) Expected 1 space after closing parenthesis; found 0
(#61) Opening brace must be the last content on the line
(#61) Commas (,) must be followed by white space.
(#61) Variable "J" must be all lower-case
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#61) Expected "foreach (...) {\n"; found "foreach(...){"
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#61) Expected 1 space before "as"; 0 found
(#61) Expected 1 space after "as"; 0 found
(#61) Variable "Z" must be all lower-case
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#61) Variable "X" must be all lower-case
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#61) Commas (,) must be followed by white space.
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#61) Variable "J" must be all lower-case
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "=="; 0 found
(#61) Expected 1 space after "=="; 0 found
(#61) Commas (,) must be followed by white space.
(#61) Variable "X" must be all lower-case
(#61) Expected 1 space before "=="; 0 found
(#61) Expected 1 space after "=="; 0 found
(#61) Expected 1 space before "?"; 0 found
(#61) Expected 1 space after "?"; 0 found
(#61) Variable "X" must be all lower-case
(#61) Commas (,) must be followed by white space.
(#61) Expected 1 space before ":"; 0 found
(#61) Expected 1 space after ":"; 0 found
(#61) Commas (,) must be followed by white space.
(#61) Variable "X" must be all lower-case
(#61) Inline control structures are not allowed
(#61) Expected 1 space before "=="; 0 found
(#61) Expected 1 space after "=="; 0 found
(#61) Commas (,) must be followed by white space.
(#61) Commas (,) must be followed by white space.
(#61) Variable "X" must be all lower-case
(#61) Variable "J" must be all lower-case
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#61) Variable "X" must be all lower-case
(#61) Closing brace must be on a line by itself
(#61) Inline control structures are not allowed
(#61) Expected 1 space before "as"; 0 found
(#61) Expected 1 space after "as"; 0 found
(#61) Variable "Z" must be all lower-case
(#61) Variable "J" must be all lower-case
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#61) Line exceeds maximum limit of 180 characters; contains 466 characters
(#61) Line exceeds maximum limit of 180 characters; contains 466 characters
(#61) Line exceeds maximum limit of 180 characters; contains 466 characters
(#61) Line exceeds maximum limit of 180 characters; contains 466 characters
(#61) Line exceeds maximum limit of 180 characters; contains 466 characters
(#61) Line exceeds maximum limit of 180 characters; contains 466 characters
(#61) Line exceeds maximum limit of 180 characters; contains 466 characters
(#61) Line exceeds maximum limit of 180 characters; contains 466 characters
(#62) Line indented incorrectly; expected at least 44 spaces, found 0
(#62) Commas (,) must be followed by white space.
(#62) Variable "J" must be all lower-case
(#62) Closing brace must be on a line by itself
(#63) Line indented incorrectly; expected at least 28 spaces, found 0
(#63) Variable "X" must be all lower-case
(#63) Commas (,) must be followed by white space.
(#63) Expected 1 space after closing parenthesis; found 0
(#63) Opening brace must be the last content on the line
(#63) Variable "X" must be all lower-case
(#63) Commas (,) must be followed by white space.
(#64) Line indented incorrectly; expected at least 32 spaces, found 0
(#64) Commas (,) must be followed by white space.
(#64) Closing brace must be on a line by itself
(#65) Line indented incorrectly; expected at least 44 spaces, found 0
(#65) Commas (,) must be followed by white space.
(#65) Commas (,) must be followed by white space.
(#65) Variable "Y" must be all lower-case
(#65) Commas (,) must be followed by white space.
(#65) Variable "Re" must be all lower-case
(#65) Expected 1 space after closing parenthesis; found 0
(#65) Opening brace must be the last content on the line
(#65) Variable "Y" must be all lower-case
(#65) Expected 1 space before "!=="; 0 found
(#65) Expected 1 space after "!=="; 0 found
(#65) Expected 1 space before "?"; 0 found
(#65) Expected 1 space after "?"; 0 found
(#65) Variable "Re" must be all lower-case
(#65) Expected 1 space before ":"; 0 found
(#65) Expected 1 space after ":"; 0 found
(#65) Variable "Y" must be all lower-case
(#65) Closing brace must be on a line by itself
(#65) Line exceeds maximum limit of 180 characters; contains 189 characters
(#65) Line exceeds maximum limit of 180 characters; contains 189 characters
(#65) Line exceeds maximum limit of 180 characters; contains 189 characters
(#65) Line exceeds maximum limit of 180 characters; contains 189 characters
(#65) Line exceeds maximum limit of 180 characters; contains 189 characters
(#65) Line exceeds maximum limit of 180 characters; contains 189 characters
(#65) Line exceeds maximum limit of 180 characters; contains 189 characters
(#65) Line exceeds maximum limit of 180 characters; contains 189 characters
(#66) Line indented incorrectly; expected at least 44 spaces, found 0
(#66) Commas (,) must be followed by white space.
(#66) Commas (,) must be followed by white space.
(#66) Variable "M" must be all lower-case
(#66) Expected 1 space after closing parenthesis; found 0
(#66) Opening brace must be the last content on the line
(#66) Variable "J" must be all lower-case
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#66) Expected "foreach (...) {\n"; found "foreach(...){"
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Expected 1 space after "as"; 0 found
(#67) Line indented incorrectly; expected at least 48 spaces, found 0
(#67) Expected 1 space before "=>"; 0 found
(#67) Expected 1 space after "=>"; 0 found
(#67) Variable "X" must be all lower-case
(#67) Inline control structures are not allowed
(#67) Variable "M" must be all lower-case
(#67) Commas (,) must be followed by white space.
(#67) Variable "M" must be all lower-case
(#67) Variable "Ga" must be all lower-case
(#67) Expected 1 space before "="; 0 found
(#67) Expected 1 space after "="; 0 found
(#67) Inline control structures are not allowed
(#67) Variable "Ga" must be all lower-case
(#67) Variable "J" must be all lower-case
(#67) Expected 1 space before ".="; 0 found
(#67) Expected 1 space after ".="; 0 found
(#67) Variable "Ga" must be all lower-case
(#67) Closing brace must be on a line by itself
(#67) Variable "J" must be all lower-case
(#67) Closing brace must be on a line by itself
(#67) Line exceeds 132 characters; contains 138 characters
(#67) Line exceeds 132 characters; contains 138 characters
(#67) Line exceeds 132 characters; contains 138 characters
(#67) Line exceeds 132 characters; contains 138 characters
(#67) Line exceeds 132 characters; contains 138 characters
(#67) Line exceeds 132 characters; contains 138 characters
(#67) Line exceeds 132 characters; contains 138 characters
(#67) Line exceeds 132 characters; contains 138 characters
(#68) Line indented incorrectly; expected at least 44 spaces, found 0
(#68) Variable "C" must be all lower-case
(#68) Commas (,) must be followed by white space.
(#68) Variable "Y" must be all lower-case
(#68) Commas (,) must be followed by white space.
(#68) Variable "Yd" must be all lower-case
(#68) Expected 1 space after closing parenthesis; found 0
(#68) Opening brace must be the last content on the line
(#68) Variable "F" must be all lower-case
(#68) Expected 1 space before "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#68) Variable "C" must be all lower-case
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Variable "Y" must be all lower-case
(#68) Expected 1 space before "?"; 0 found
(#68) Expected 1 space after "?"; 0 found
(#68) Expected 1 space before ":"; 0 found
(#68) Expected 1 space after ":"; 0 found
(#68) Variable "Y" must be all lower-case
(#68) Commas (,) must be followed by white space.
(#68) Variable "Yd" must be all lower-case
(#68) Expected 1 space before "?"; 0 found
(#68) Expected 1 space after "?"; 0 found
(#68) Expected 1 space before "+"; 0 found
(#68) Expected 1 space after "+"; 0 found
(#68) Variable "Yd" must be all lower-case
(#68) Expected 1 space before ":"; 0 found
(#68) Expected 1 space after ":"; 0 found
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Inline control structures are not allowed
(#68) Commas (,) must be followed by white space.
(#68) Expected 1 space before ">="; 0 found
(#68) Expected 1 space after ">="; 0 found
(#68) Variable "F" must be all lower-case
(#68) Expected 1 space before "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#68) Line exceeds maximum limit of 180 characters; contains 215 characters
(#68) Line exceeds maximum limit of 180 characters; contains 215 characters
(#68) Line exceeds maximum limit of 180 characters; contains 215 characters
(#68) Line exceeds maximum limit of 180 characters; contains 215 characters
(#68) Line exceeds maximum limit of 180 characters; contains 215 characters
(#68) Line exceeds maximum limit of 180 characters; contains 215 characters
(#68) Line exceeds maximum limit of 180 characters; contains 215 characters
(#68) Line exceeds maximum limit of 180 characters; contains 215 characters
(#69) Line indented incorrectly; expected at least 48 spaces, found 0
(#69) Commas (,) must be followed by white space.
(#69) Variable "F" must be all lower-case
(#69) Closing brace must be on a line by itself
(#70) Line indented incorrectly; expected at least 48 spaces, found 0
(#70) Expected 1 space after closing parenthesis; found 0
(#70) Opening brace must be the last content on the line
(#70) Inline control structures are not allowed
(#70) Closing brace must be on a line by itself
(#71) Line indented incorrectly; expected at least 48 spaces, found 0
(#71) Expected 1 space after closing parenthesis; found 0
(#71) Opening brace must be the last content on the line
(#71) Inline control structures are not allowed
(#71) Closing brace must be on a line by itself
(#71) Expected 1 space after closing parenthesis; found 0
(#71) Opening brace must be the last content on the line
(#71) Closing brace must be on a line by itself
(#71) Line exceeds 132 characters; contains 163 characters
(#71) Line exceeds 132 characters; contains 163 characters
(#71) Line exceeds 132 characters; contains 163 characters
(#71) Line exceeds 132 characters; contains 163 characters
(#71) Line exceeds 132 characters; contains 163 characters
(#71) Line exceeds 132 characters; contains 163 characters
(#71) Line exceeds 132 characters; contains 163 characters
(#71) Line exceeds 132 characters; contains 163 characters
(#72) Line indented incorrectly; expected at least 48 spaces, found 0
(#72) Commas (,) must be followed by white space.
(#72) Variable "X" must be all lower-case
(#72) Expected 1 space after closing parenthesis; found 0
(#72) Opening brace must be the last content on the line
(#72) Expected 1 space before "="; 0 found
(#72) Expected 1 space after "="; 0 found
(#72) Variable "X" must be all lower-case
(#72) Closing brace must be on a line by itself
(#73) Line indented incorrectly; expected at least 48 spaces, found 0
(#73) Variable "Wh" must be all lower-case
(#73) Commas (,) must be followed by white space.
(#73) Variable "N" must be all lower-case
(#73) Commas (,) must be followed by white space.
(#73) Variable "V" must be all lower-case
(#73) Commas (,) must be followed by white space.
(#73) Expected 1 space after closing parenthesis; found 0
(#73) Opening brace must be the last content on the line
(#73) Variable "Wb" must be all lower-case
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#73) Variable "Wb" must be all lower-case
(#73) Expected 1 space before "!=="; 0 found
(#73) Expected 1 space after "!=="; 0 found
(#73) Expected 1 space before "?"; 0 found
(#73) Expected 1 space after "?"; 0 found
(#73) Expected 1 space before ":"; 0 found
(#73) Expected 1 space after ":"; 0 found
(#73) Commas (,) must be followed by white space.
(#73) Variable "B" must be all lower-case
(#73) Variable "B" must be all lower-case
(#73) Expected 1 space before "?"; 0 found
(#73) Expected 1 space after "?"; 0 found
(#73) Expected 1 space before ":"; 0 found
(#73) Expected 1 space after ":"; 0 found
(#73) Variable "Wh" must be all lower-case
(#73) Expected 1 space before "!="; 0 found
(#73) Expected 1 space after "!="; 0 found
(#73) Variable "N" must be all lower-case
(#73) Expected 1 space before "!="; 0 found
(#73) Expected 1 space after "!="; 0 found
(#73) Expected 1 space before "?"; 0 found
(#73) Expected 1 space after "?"; 0 found
(#73) Variable "Wh" must be all lower-case
(#73) Variable "N" must be all lower-case
(#73) Expected 1 space before ":"; 0 found
(#73) Expected 1 space after ":"; 0 found
(#73) Variable "V" must be all lower-case
(#73) Expected 1 space before "!="; 0 found
(#73) Expected 1 space after "!="; 0 found
(#73) Expected 1 space before "?"; 0 found
(#73) Expected 1 space after "?"; 0 found
(#73) Expected 1 space before ":"; 0 found
(#73) Expected 1 space after ":"; 0 found
(#73) Variable "B" must be all lower-case
(#73) Expected 1 space before "?"; 0 found
(#73) Expected 1 space after "?"; 0 found
(#73) Variable "B" must be all lower-case
(#73) Expected 1 space before ":"; 0 found
(#73) Expected 1 space after ":"; 0 found
(#73) Closing brace must be on a line by itself
(#73) Line exceeds maximum limit of 180 characters; contains 354 characters
(#73) Line exceeds maximum limit of 180 characters; contains 354 characters
(#73) Line exceeds maximum limit of 180 characters; contains 354 characters
(#73) Line exceeds maximum limit of 180 characters; contains 354 characters
(#73) Line exceeds maximum limit of 180 characters; contains 354 characters
(#73) Line exceeds maximum limit of 180 characters; contains 354 characters
(#73) Line exceeds maximum limit of 180 characters; contains 354 characters
(#73) Line exceeds maximum limit of 180 characters; contains 354 characters
(#74) Line indented incorrectly; expected at least 48 spaces, found 0
(#74) Expected 1 space after closing parenthesis; found 0
(#74) Opening brace must be the last content on the line
(#74) Expected 1 space before "=="; 0 found
(#74) Expected 1 space after "=="; 0 found
(#74) Closing brace must be on a line by itself
(#75) Line indented incorrectly; expected at least 48 spaces, found 0
(#75) Variable "A" must be all lower-case
(#75) Commas (,) must be followed by white space.
(#75) Expected 1 space after closing parenthesis; found 0
(#75) Opening brace must be the last content on the line
(#75) Expected "if (...) {\n"; found "if(...){"
(#75) Expected 1 space before "!=="; 0 found
(#75) Expected 1 space after "!=="; 0 found
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Variable "A" must be all lower-case
(#75) Expected 1 space before "!=="; 0 found
(#75) Expected 1 space after "!=="; 0 found
(#75) Expected 1 space before "?"; 0 found
(#75) Expected 1 space after "?"; 0 found
(#75) Variable "A" must be all lower-case
(#75) Expected 1 space before ":"; 0 found
(#75) Expected 1 space after ":"; 0 found
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#75) Closing brace must be on a line by itself
(#75) Expected "if (...) {\n"; found "if(...){"
(#75) Variable "A" must be all lower-case
(#75) Expected 1 space before "!=="; 0 found
(#75) Expected 1 space after "!=="; 0 found
(#75) Inline control structures are not allowed
(#75) Variable "A" must be all lower-case
(#75) Expected 1 space before "=="; 0 found
(#75) Expected 1 space after "=="; 0 found
(#75) Variable "A" must be all lower-case
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#75) Variable "A" must be all lower-case
(#75) Closing brace must be on a line by itself
(#75) Closing brace must be on a line by itself
(#75) Line exceeds maximum limit of 180 characters; contains 229 characters
(#75) Line exceeds maximum limit of 180 characters; contains 229 characters
(#75) Line exceeds maximum limit of 180 characters; contains 229 characters
(#75) Line exceeds maximum limit of 180 characters; contains 229 characters
(#75) Line exceeds maximum limit of 180 characters; contains 229 characters
(#75) Line exceeds maximum limit of 180 characters; contains 229 characters
(#75) Line exceeds maximum limit of 180 characters; contains 229 characters
(#75) Line exceeds maximum limit of 180 characters; contains 229 characters
(#76) Line indented incorrectly; expected at least 48 spaces, found 0
(#76) Variable "H" must be all lower-case
(#76) Commas (,) must be followed by white space.
(#76) Variable "A" must be all lower-case
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Variable "Sf" must be all lower-case
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Variable "Cc" must be all lower-case
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space after closing parenthesis; found 0
(#76) Opening brace must be the last content on the line
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Expected "if (...) {\n"; found "if(...){"
(#76) Variable "Ig" must be all lower-case
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Variable "Cc" must be all lower-case
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Variable "H" must be all lower-case
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Variable "Ig" must be all lower-case
(#76) Closing brace must be on a line by itself
(#76) Variable "Gg" must be all lower-case
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Inline control structures are not allowed
(#76) Variable "H" must be all lower-case
(#76) Variable "Gg" must be all lower-case
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Variable "H" must be all lower-case
(#76) Commas (,) must be followed by white space.
(#76) Expected "if (...) {\n"; found "if(...){"
(#76) Variable "Cc" must be all lower-case
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Variable "Gg" must be all lower-case
(#76) Line exceeds maximum limit of 180 characters; contains 232 characters
(#76) Line exceeds maximum limit of 180 characters; contains 232 characters
(#76) Line exceeds maximum limit of 180 characters; contains 232 characters
(#76) Line exceeds maximum limit of 180 characters; contains 232 characters
(#76) Line exceeds maximum limit of 180 characters; contains 232 characters
(#76) Line exceeds maximum limit of 180 characters; contains 232 characters
(#76) Line exceeds maximum limit of 180 characters; contains 232 characters
(#76) Line exceeds maximum limit of 180 characters; contains 232 characters
(#77) Line indented incorrectly; expected at least 56 spaces, found 0
(#77) Closing brace must be on a line by itself
(#77) Inline control structures are not allowed
(#77) Variable "Sf" must be all lower-case
(#77) Variable "A" must be all lower-case
(#77) Commas (,) must be followed by white space.
(#77) Variable "Gg" must be all lower-case
(#78) Line indented incorrectly; expected at least 48 spaces, found 0
(#78) Closing brace must be on a line by itself
(#79) Line indented incorrectly; expected at least 48 spaces, found 0
(#79) Variable "H" must be all lower-case
(#79) Expected 1 space after closing parenthesis; found 0
(#79) Opening brace must be the last content on the line
(#79) Scope keyword "static" must be followed by a single space
(#79) Variable "Mf" must be all lower-case
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#79) Scope keyword "static" must be followed by a single space
(#79) Variable "Ig" must be all lower-case
(#79) Inline control structures are not allowed
(#79) Variable "Ig" must be all lower-case
(#79) Variable "Ig" must be all lower-case
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#79) Inline control structures are not allowed
(#79) Variable "H" must be all lower-case
(#79) Expected 1 space before "==="; 0 found
(#79) Expected 1 space after "==="; 0 found
(#80) Line indented incorrectly; expected at least 52 spaces, found 0
(#80) Commas (,) must be followed by white space.
(#80) Variable "Mf" must be all lower-case
(#80) Commas (,) must be followed by white space.
(#80) Variable "Ig" must be all lower-case
(#80) Variable "Mf" must be all lower-case
(#80) Expected 1 space before "="; 0 found
(#80) Expected 1 space after "="; 0 found
(#80) Commas (,) must be followed by white space.
(#80) Variable "H" must be all lower-case
(#80) Expected 1 space before "?"; 0 found
(#80) Expected 1 space after "?"; 0 found
(#80) Variable "H" must be all lower-case
(#80) Expected 1 space before ":"; 0 found
(#80) Expected 1 space after ":"; 0 found
(#80) Variable "H" must be all lower-case
(#80) Variable "H" must be all lower-case
(#80) Closing brace must be on a line by itself
(#80) Line exceeds 132 characters; contains 148 characters
(#80) Line exceeds 132 characters; contains 148 characters
(#80) Line exceeds 132 characters; contains 148 characters
(#80) Line exceeds 132 characters; contains 148 characters
(#80) Line exceeds 132 characters; contains 148 characters
(#80) Line exceeds 132 characters; contains 148 characters
(#80) Line exceeds 132 characters; contains 148 characters
(#80) Line exceeds 132 characters; contains 148 characters
(#81) Line indented incorrectly; expected at least 48 spaces, found 0
(#81) Variable "H" must be all lower-case
(#81) Commas (,) must be followed by white space.
(#81) Variable "S" must be all lower-case
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space after closing parenthesis; found 0
(#81) Opening brace must be the last content on the line
(#81) Expected "foreach (...) {\n"; found "foreach(...){"
(#81) Expected 1 space after "as"; 0 found
(#81) Variable "S" must be all lower-case
(#82) Line indented incorrectly; expected at least 52 spaces, found 0
(#82) Variable "Q" must be all lower-case
(#82) Inline control structures are not allowed
(#82) Variable "H" must be all lower-case
(#82) Variable "Q" must be all lower-case
(#83) Line indented incorrectly; expected at least 56 spaces, found 0
(#83) Closing brace must be on a line by itself
(#84) Line indented incorrectly; expected at least 48 spaces, found 0
(#84) Closing brace must be on a line by itself
(#85) Line indented incorrectly; expected at least 52 spaces, found 0
(#85) Variable "A" must be all lower-case
(#85) Commas (,) must be followed by white space.
(#85) Commas (,) must be followed by white space.
(#85) Variable "Sf" must be all lower-case
(#85) Expected 1 space after closing parenthesis; found 0
(#85) Opening brace must be the last content on the line
(#85) Variable "Mf" must be all lower-case
(#85) Commas (,) must be followed by white space.
(#85) Expected 1 space before "="; 0 found
(#85) Expected 1 space after "="; 0 found
(#86) Line indented incorrectly; expected at least 56 spaces, found 0
(#86) Variable "Mf" must be all lower-case
(#86) Commas (,) must be followed by white space.
(#86) Variable "A" must be all lower-case
(#86) Commas (,) must be followed by white space.
(#86) Commas (,) must be followed by white space.
(#86) Variable "Sf" must be all lower-case
(#86) Commas (,) must be followed by white space.
(#86) Commas (,) must be followed by white space.
(#86) Variable "Sf" must be all lower-case
(#86) Commas (,) must be followed by white space.
(#86) Closing brace must be on a line by itself
(#87) Line indented incorrectly; expected at least 48 spaces, found 0
(#87) Variable "Ig" must be all lower-case
(#87) Expected 1 space after closing parenthesis; found 0
(#87) Opening brace must be the last content on the line
(#88) Line indented incorrectly; expected at least 52 spaces, found 0
(#88) Commas (,) must be followed by white space.
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space before "-"; 0 found
(#88) Expected 1 space after "-"; 0 found
(#88) Variable "Ig" must be all lower-case
(#88) Closing brace must be on a line by itself
(#89) Line indented incorrectly; expected at least 56 spaces, found 0
(#89) Expected 1 space after closing parenthesis; found 0
(#89) Opening brace must be the last content on the line
(#90) Line indented incorrectly; expected at least 60 spaces, found 0
(#90) Expected 1 space before "?"; 0 found
(#90) Expected 1 space after "?"; 0 found
(#90) Expected 1 space before ":"; 0 found
(#90) Expected 1 space after ":"; 0 found
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#90) Closing brace must be on a line by itself
(#91) Line indented incorrectly; expected at least 52 spaces, found 0
(#91) Variable "E" must be all lower-case
(#91) Commas (,) must be followed by white space.
(#91) Variable "Db" must be all lower-case
(#91) Expected 1 space after closing parenthesis; found 0
(#91) Opening brace must be the last content on the line
(#91) Variable "E" must be all lower-case
(#91) Expected 1 space before "=="; 0 found
(#91) Expected 1 space after "=="; 0 found
(#91) Variable "Db" must be all lower-case
(#91) Expected 1 space before "?"; 0 found
(#91) Expected 1 space after "?"; 0 found
(#91) Variable "E" must be all lower-case
(#91) Expected 1 space before "+"; 0 found
(#91) Expected 1 space after "+"; 0 found
(#91) Expected 1 space before ":"; 0 found
(#91) Expected 1 space after ":"; 0 found
(#91) Variable "E" must be all lower-case
(#91) Expected 1 space before "?"; 0 found
(#91) Expected 1 space after "?"; 0 found
(#91) Variable "E" must be all lower-case
(#91) Expected 1 space before "?"; 0 found
(#91) Expected 1 space after "?"; 0 found
(#91) Expected 1 space before ":"; 0 found
(#91) Expected 1 space after ":"; 0 found
(#91) Expected 1 space before ":"; 0 found
(#91) Expected 1 space after ":"; 0 found
(#91) Variable "E" must be all lower-case
(#91) Expected 1 space before "+"; 0 found
(#91) Expected 1 space after "+"; 0 found
(#91) Closing brace must be on a line by itself
(#91) Line exceeds maximum limit of 180 characters; contains 183 characters
(#91) Line exceeds maximum limit of 180 characters; contains 183 characters
(#91) Line exceeds maximum limit of 180 characters; contains 183 characters
(#91) Line exceeds maximum limit of 180 characters; contains 183 characters
(#91) Line exceeds maximum limit of 180 characters; contains 183 characters
(#91) Line exceeds maximum limit of 180 characters; contains 183 characters
(#91) Line exceeds maximum limit of 180 characters; contains 183 characters
(#91) Line exceeds maximum limit of 180 characters; contains 183 characters
(#92) Line indented incorrectly; expected at least 52 spaces, found 0
(#92) Commas (,) must be followed by white space.
(#92) Variable "Jb" must be all lower-case
(#92) Expected 1 space after closing parenthesis; found 0
(#92) Opening brace must be the last content on the line
(#92) Variable "Gc" must be all lower-case
(#92) Expected 1 space before "="; 0 found
(#92) Expected 1 space after "="; 0 found
(#92) Inline control structures are not allowed
(#92) Variable "Gc" must be all lower-case
(#93) Line indented incorrectly; expected at least 56 spaces, found 0
(#93) Inline control structures are not allowed
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#93) Expected 1 space after "as"; 0 found
(#93) Variable "Gc" must be all lower-case
(#94) Line indented incorrectly; expected at least 56 spaces, found 0
(#94) Expected 1 space before "=>"; 0 found
(#94) Expected 1 space after "=>"; 0 found
(#94) Variable "X" must be all lower-case
(#94) Variable "Gc" must be all lower-case
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#94) Variable "X" must be all lower-case
(#94) Variable "J" must be all lower-case
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#94) Expected "foreach (...) {\n"; found "foreach(...){"
(#94) Expected 1 space before "=>"; 0 found
(#94) Expected 1 space after "=>"; 0 found
(#94) Expected 1 space before "as"; 0 found
(#94) Expected 1 space after "as"; 0 found
(#94) Variable "Gc" must be all lower-case
(#94) Expected 1 space before "=>"; 0 found
(#94) Expected 1 space after "=>"; 0 found
(#94) Inline control structures are not allowed
(#94) Variable "C" must be all lower-case
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#94) Variable "Gc" must be all lower-case
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#94) Variable "Gc" must be all lower-case
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#94) Variable "Jb" must be all lower-case
(#94) Commas (,) must be followed by white space.
(#94) Variable "C" must be all lower-case
(#94) Expected 1 space before "?"; 0 found
(#94) Expected 1 space after "?"; 0 found
(#94) Expected 1 space before ":"; 0 found
(#94) Expected 1 space after ":"; 0 found
(#94) Expected "if (...) {\n"; found "if(...){"
(#94) Variable "Jb" must be all lower-case
(#94) Variable "Ig" must be all lower-case
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#94) Commas (,) must be followed by white space.
(#94) Commas (,) must be followed by white space.
(#94) Inline control structures are not allowed
(#94) Commas (,) must be followed by white space.
(#94) Variable "Ig" must be all lower-case
(#94) Commas (,) must be followed by white space.
(#94) Variable "Yf" must be all lower-case
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#94) Commas (,) must be followed by white space.
(#94) Commas (,) must be followed by white space.
(#94) Inline control structures are not allowed
(#94) Usage of ELSEIF not allowed; use ELSE IF instead
(#94) Variable "Ig" must be all lower-case
(#94) Expected 1 space before "=="; 0 found
(#94) Expected 1 space after "=="; 0 found
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#94) Commas (,) must be followed by white space.
(#94) Variable "J" must be all lower-case
(#94) Expected 1 space before ".="; 0 found
(#94) Expected 1 space after ".="; 0 found
(#94) Closing brace must be on a line by itself
(#94) Inline control structures are not allowed
(#94) Variable "J" must be all lower-case
(#94) Expected 1 space before ".="; 0 found
(#94) Expected 1 space after ".="; 0 found
(#94) Closing brace must be on a line by itself
(#94) Variable "J" must be all lower-case
(#94) Closing brace must be on a line by itself
(#94) Line exceeds maximum limit of 180 characters; contains 426 characters
(#94) Line exceeds maximum limit of 180 characters; contains 426 characters
(#94) Line exceeds maximum limit of 180 characters; contains 426 characters
(#94) Line exceeds maximum limit of 180 characters; contains 426 characters
(#94) Line exceeds maximum limit of 180 characters; contains 426 characters
(#94) Line exceeds maximum limit of 180 characters; contains 426 characters
(#94) Line exceeds maximum limit of 180 characters; contains 426 characters
(#94) Line exceeds maximum limit of 180 characters; contains 426 characters
(#95) Line indented incorrectly; expected at least 52 spaces, found 0
(#95) Expected 1 space after closing parenthesis; found 0
(#95) Opening brace must be the last content on the line
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#95) Expected 1 space before "=="; 0 found
(#95) Expected 1 space after "=="; 0 found
(#95) Expected 1 space before "?"; 0 found
(#95) Expected 1 space after "?"; 0 found
(#95) Expected 1 space before ":"; 0 found
(#95) Expected 1 space after ":"; 0 found
(#95) Expected 1 space before "?"; 0 found
(#95) Expected 1 space after "?"; 0 found
(#95) Expected 1 space before "?"; 0 found
(#95) Expected 1 space after "?"; 0 found
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space before ":"; 0 found
(#95) Expected 1 space after ":"; 0 found
(#95) Expected 1 space before ":"; 0 found
(#95) Expected 1 space after ":"; 0 found
(#95) Closing brace must be on a line by itself
(#95) Line exceeds 132 characters; contains 141 characters
(#95) Line exceeds 132 characters; contains 141 characters
(#95) Line exceeds 132 characters; contains 141 characters
(#95) Line exceeds 132 characters; contains 141 characters
(#95) Line exceeds 132 characters; contains 141 characters
(#95) Line exceeds 132 characters; contains 141 characters
(#95) Line exceeds 132 characters; contains 141 characters
(#95) Line exceeds 132 characters; contains 141 characters
(#96) Line indented incorrectly; expected at least 52 spaces, found 0
(#96) Commas (,) must be followed by white space.
(#96) Variable "Wd" must be all lower-case
(#96) Expected 1 space after closing parenthesis; found 0
(#96) Opening brace must be the last content on the line
(#97) Line indented incorrectly; expected at least 56 spaces, found 0
(#97) Commas (,) must be followed by white space.
(#97) Variable "Wd" must be all lower-case
(#97) Expected 1 space before "/"; 0 found
(#97) Expected 1 space after "/"; 0 found
(#97) Variable "Wd" must be all lower-case
(#97) Expected 1 space before "%"; 0 found
(#97) Expected 1 space after "%"; 0 found
(#97) Closing brace must be on a line by itself
(#98) Line indented incorrectly; expected at least 52 spaces, found 0
(#98) Variable "X" must be all lower-case
(#98) Expected 1 space after closing parenthesis; found 0
(#98) Opening brace must be the last content on the line
(#98) Commas (,) must be followed by white space.
(#98) Variable "X" must be all lower-case
(#98) Commas (,) must be followed by white space.
(#98) Variable "X" must be all lower-case
(#98) Closing brace must be on a line by itself
(#99) Line indented incorrectly; expected at least 52 spaces, found 0
(#99) Variable "P" must be all lower-case
(#99) Commas (,) must be followed by white space.
(#99) Variable "Wd" must be all lower-case
(#99) Commas (,) must be followed by white space.
(#99) Variable "Pg" must be all lower-case
(#99) Expected 1 space after closing parenthesis; found 0
(#99) Opening brace must be the last content on the line
(#99) Inline control structures are not allowed
(#99) Commas (,) must be followed by white space.
(#99) Variable "Wd" must be all lower-case
(#99) Commas (,) must be followed by white space.
(#99) Variable "P" must be all lower-case
(#99) Commas (,) must be followed by white space.
(#99) Variable "B" must be all lower-case
(#99) Commas (,) must be followed by white space.
(#99) Variable "Wd" must be all lower-case
(#99) Commas (,) must be followed by white space.
(#99) Variable "P" must be all lower-case
(#99) Commas (,) must be followed by white space.
(#99) Variable "B" must be all lower-case
(#99) Line exceeds maximum limit of 180 characters; contains 183 characters
(#99) Line exceeds maximum limit of 180 characters; contains 183 characters
(#99) Line exceeds maximum limit of 180 characters; contains 183 characters
(#99) Line exceeds maximum limit of 180 characters; contains 183 characters
(#99) Line exceeds maximum limit of 180 characters; contains 183 characters
(#99) Line exceeds maximum limit of 180 characters; contains 183 characters
(#99) Line exceeds maximum limit of 180 characters; contains 183 characters
(#99) Line exceeds maximum limit of 180 characters; contains 183 characters
(#100) Line indented incorrectly; expected at least 56 spaces, found 0
(#100) Variable "B" must be all lower-case
(#100) Variable "Pg" must be all lower-case
(#100) Variable "B" must be all lower-case
(#100) Expected 1 space before "?"; 0 found
(#100) Expected 1 space after "?"; 0 found
(#100) Expected 1 space before ":"; 0 found
(#100) Expected 1 space after ":"; 0 found
(#100) Closing brace must be on a line by itself
(#101) Line indented incorrectly; expected at least 52 spaces, found 0
(#101) Variable "X" must be all lower-case
(#101) Expected 1 space after closing parenthesis; found 0
(#101) Opening brace must be the last content on the line
(#102) Line indented incorrectly; expected at least 56 spaces, found 0
(#102) Variable "X" must be all lower-case
(#102) Commas (,) must be followed by white space.
(#102) Commas (,) must be followed by white space.
(#102) Commas (,) must be followed by white space.
(#102) Commas (,) must be followed by white space.
(#102) Commas (,) must be followed by white space.
(#102) Commas (,) must be followed by white space.
(#102) Commas (,) must be followed by white space.
(#102) Closing brace must be on a line by itself
(#103) Line indented incorrectly; expected at least 56 spaces, found 0
(#103) Variable "X" must be all lower-case
(#103) Expected 1 space after closing parenthesis; found 0
(#103) Opening brace must be the last content on the line
(#104) Line indented incorrectly; expected at least 60 spaces, found 0
(#104) Commas (,) must be followed by white space.
(#104) Commas (,) must be followed by white space.
(#104) Variable "X" must be all lower-case
(#104) Closing brace must be on a line by itself
(#105) Line indented incorrectly; expected at least 56 spaces, found 0
(#105) Variable "If" must be all lower-case
(#105) Commas (,) must be followed by white space.
(#105) Expected 1 space after closing parenthesis; found 0
(#105) Opening brace must be the last content on the line
(#105) Expected "while (...) {\n"; found "while(...){"
(#105) Commas (,) must be followed by white space.
(#105) Variable "X" must be all lower-case
(#105) Expected 1 space before "="; 0 found
(#105) Expected 1 space after "="; 0 found
(#105) Variable "If" must be all lower-case
(#105) Expected "if (...) {\n"; found "if(...){"
(#105) Commas (,) must be followed by white space.
(#105) Expected "if (...) {\n"; found "if(...){"
(#105) Variable "X" must be all lower-case
(#105) Inline control structures are not allowed
(#105) Expected 1 space before "=>"; 0 found
(#105) Expected 1 space after "=>"; 0 found
(#105) Expected 1 space after "as"; 0 found
(#105) Variable "X" must be all lower-case
(#106) Line indented incorrectly; expected at least 72 spaces, found 0
(#106) Variable "Fd" must be all lower-case
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space after "=>"; 0 found
(#106) Variable "W" must be all lower-case
(#106) Variable "If" must be all lower-case
(#106) Variable "Fd" must be all lower-case
(#106) Expected 1 space before "="; 0 found
(#106) Expected 1 space after "="; 0 found
(#106) Variable "W" must be all lower-case
(#106) Closing brace must be on a line by itself
(#106) Inline control structures are not allowed
(#107) Line indented incorrectly; expected at least 56 spaces, found 0
(#107) Variable "X" must be all lower-case
(#107) Closing brace must be on a line by itself
(#107) Closing brace must be on a line by itself
(#107) Closing brace must be on a line by itself
(#108) Line indented incorrectly; expected at least 60 spaces, found 0
(#108) Expected 1 space after closing parenthesis; found 0
(#108) Opening brace must be the last content on the line
(#108) Expected 1 space before "?"; 0 found
(#108) Expected 1 space after "?"; 0 found
(#108) Expected 1 space before ":"; 0 found
(#108) Expected 1 space after ":"; 0 found
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space before "!=="; 0 found
(#108) Expected 1 space after "!=="; 0 found
(#108) Expected 1 space before "?"; 0 found
(#108) Expected 1 space after "?"; 0 found
(#108) Expected 1 space before ":"; 0 found
(#108) Expected 1 space after ":"; 0 found
(#108) Commas (,) must be followed by white space.
(#108) Closing brace must be on a line by itself
(#108) Line exceeds maximum limit of 180 characters; contains 278 characters
(#108) Line exceeds maximum limit of 180 characters; contains 278 characters
(#108) Line exceeds maximum limit of 180 characters; contains 278 characters
(#108) Line exceeds maximum limit of 180 characters; contains 278 characters
(#108) Line exceeds maximum limit of 180 characters; contains 278 characters
(#108) Line exceeds maximum limit of 180 characters; contains 278 characters
(#108) Line exceeds maximum limit of 180 characters; contains 278 characters
(#108) Line exceeds maximum limit of 180 characters; contains 278 characters
(#109) Line indented incorrectly; expected at least 60 spaces, found 0
(#109) Variable "Q" must be all lower-case
(#109) Commas (,) must be followed by white space.
(#109) Variable "Dc" must be all lower-case
(#109) Expected 1 space after closing parenthesis; found 0
(#109) Opening brace must be the last content on the line
(#109) Variable "J" must be all lower-case
(#109) Expected 1 space before "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#109) Variable "Q" must be all lower-case
(#109) Commas (,) must be followed by white space.
(#109) Variable "Dc" must be all lower-case
(#109) Variable "J" must be all lower-case
(#109) Expected 1 space before "?"; 0 found
(#109) Expected 1 space after "?"; 0 found
(#109) Variable "J" must be all lower-case
(#109) Expected 1 space before ":"; 0 found
(#109) Expected 1 space after ":"; 0 found
(#109) Expected 1 space before "=>"; 0 found
(#109) Expected 1 space after "=>"; 0 found
(#109) Variable "Q" must be all lower-case
(#109) Closing brace must be on a line by itself
(#110) Line indented incorrectly; expected at least 60 spaces, found 0
(#110) Variable "Q" must be all lower-case
(#110) Expected 1 space after closing parenthesis; found 0
(#110) Opening brace must be the last content on the line
(#110) Variable "J" must be all lower-case
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#110) Expected "foreach (...) {\n"; found "foreach(...){"
(#110) Expected 1 space before "as"; 0 found
(#110) Expected 1 space after "as"; 0 found
(#110) Variable "Q" must be all lower-case
(#110) Inline control structures are not allowed
(#110) Expected 1 space before "as"; 0 found
(#110) Expected 1 space after "as"; 0 found
(#110) Variable "X" must be all lower-case
(#110) Variable "J" must be all lower-case
(#110) Variable "X" must be all lower-case
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#110) Closing brace must be on a line by itself
(#110) Variable "J" must be all lower-case
(#110) Closing brace must be on a line by itself
(#110) Line exceeds 132 characters; contains 133 characters
(#110) Line exceeds 132 characters; contains 133 characters
(#110) Line exceeds 132 characters; contains 133 characters
(#110) Line exceeds 132 characters; contains 133 characters
(#110) Line exceeds 132 characters; contains 133 characters
(#110) Line exceeds 132 characters; contains 133 characters
(#110) Line exceeds 132 characters; contains 133 characters
(#110) Line exceeds 132 characters; contains 133 characters
(#111) Line indented incorrectly; expected at least 60 spaces, found 0
(#111) Variable "U" must be all lower-case
(#111) Commas (,) must be followed by white space.
(#111) Variable "Ja" must be all lower-case
(#111) Commas (,) must be followed by white space.
(#111) Commas (,) must be followed by white space.
(#111) Variable "Y" must be all lower-case
(#111) Commas (,) must be followed by white space.
(#111) Expected 1 space after closing parenthesis; found 0
(#111) Opening brace must be the last content on the line
(#111) Commas (,) must be followed by white space.
(#111) Commas (,) must be followed by white space.
(#111) Variable "J" must be all lower-case
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#111) Expected 1 space before "!=="; 0 found
(#111) Expected 1 space after "!=="; 0 found
(#111) Expected 1 space before "?"; 0 found
(#111) Expected 1 space after "?"; 0 found
(#111) Variable "U" must be all lower-case
(#111) Variable "Y" must be all lower-case
(#111) Expected 1 space before "?"; 0 found
(#111) Expected 1 space after "?"; 0 found
(#111) Commas (,) must be followed by white space.
(#111) Variable "Y" must be all lower-case
(#111) Expected 1 space before ":"; 0 found
(#111) Expected 1 space after ":"; 0 found
(#111) Variable "Y" must be all lower-case
(#111) Expected 1 space before "==="; 0 found
(#111) Expected 1 space after "==="; 0 found
(#111) Expected 1 space before "?"; 0 found
(#111) Expected 1 space after "?"; 0 found
(#111) Expected 1 space before ":"; 0 found
(#111) Expected 1 space after ":"; 0 found
(#111) Expected 1 space before ":"; 0 found
(#111) Expected 1 space after ":"; 0 found
(#111) Expected "foreach (...) {\n"; found "foreach(...){"
(#111) Expected 1 space before "=>"; 0 found
(#111) Expected 1 space after "=>"; 0 found
(#111) Expected 1 space before "as"; 0 found
(#111) Expected 1 space after "as"; 0 found
(#111) Expected 1 space before "=>"; 0 found
(#111) Expected 1 space after "=>"; 0 found
(#111) Variable "X" must be all lower-case
(#111) Variable "X" must be all lower-case
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#111) Commas (,) must be followed by white space.
(#111) Commas (,) must be followed by white space.
(#111) Variable "X" must be all lower-case
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#111) Variable "Y" must be all lower-case
(#111) Expected 1 space before "?"; 0 found
(#111) Expected 1 space after "?"; 0 found
(#111) Variable "Y" must be all lower-case
(#111) Expected 1 space before "=="; 0 found
(#111) Expected 1 space after "=="; 0 found
(#111) Expected 1 space before "+"; 0 found
(#111) Expected 1 space after "+"; 0 found
(#111) Expected 1 space before ":"; 0 found
(#111) Expected 1 space after ":"; 0 found
(#111) Variable "Y" must be all lower-case
(#111) Expected 1 space before "?"; 0 found
(#111) Expected 1 space after "?"; 0 found
(#111) Expected 1 space before "+"; 0 found
(#111) Expected 1 space after "+"; 0 found
(#111) Commas (,) must be followed by white space.
(#111) Variable "Y" must be all lower-case
(#111) Expected 1 space before ":"; 0 found
(#111) Expected 1 space after ":"; 0 found
(#111) Variable "Y" must be all lower-case
(#111) Expected 1 space before "==="; 0 found
(#111) Expected 1 space after "==="; 0 found
(#111) Variable "X" must be all lower-case
(#111) Variable "J" must be all lower-case
(#111) Expected 1 space before ".="; 0 found
(#111) Expected 1 space after ".="; 0 found
(#111) Variable "U" must be all lower-case
(#111) Expected 1 space before "+"; 0 found
(#111) Expected 1 space after "+"; 0 found
(#111) Expected 1 space before "?"; 0 found
(#111) Expected 1 space after "?"; 0 found
(#111) Expected 1 space before ":"; 0 found
(#111) Expected 1 space after ":"; 0 found
(#111) Variable "X" must be all lower-case
(#111) Commas (,) must be followed by white space.
(#111) Closing brace must be on a line by itself
(#111) Variable "J" must be all lower-case
(#111) Closing brace must be on a line by itself
(#111) Line exceeds maximum limit of 180 characters; contains 505 characters
(#111) Line exceeds maximum limit of 180 characters; contains 505 characters
(#111) Line exceeds maximum limit of 180 characters; contains 505 characters
(#111) Line exceeds maximum limit of 180 characters; contains 505 characters
(#111) Line exceeds maximum limit of 180 characters; contains 505 characters
(#111) Line exceeds maximum limit of 180 characters; contains 505 characters
(#111) Line exceeds maximum limit of 180 characters; contains 505 characters
(#111) Line exceeds maximum limit of 180 characters; contains 505 characters
(#112) Line indented incorrectly; expected at least 60 spaces, found 0
(#112) Commas (,) must be followed by white space.
(#112) Variable "Y" must be all lower-case
(#112) Commas (,) must be followed by white space.
(#112) Expected 1 space after closing parenthesis; found 0
(#112) Opening brace must be the last content on the line
(#112) Commas (,) must be followed by white space.
(#112) Variable "Ch" must be all lower-case
(#112) Commas (,) must be followed by white space.
(#112) Commas (,) must be followed by white space.
(#112) Variable "C" must be all lower-case
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#112) Expected "if (...) {\n"; found "if(...){"
(#112) Variable "Y" must be all lower-case
(#112) Variable "Ea" must be all lower-case
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#112) Variable "Y" must be all lower-case
(#112) Inline control structures are not allowed
(#112) Commas (,) must be followed by white space.
(#112) Expected 1 space before ">="; 0 found
(#112) Expected 1 space after ">="; 0 found
(#112) Variable "Ea" must be all lower-case
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#112) Variable "Y" must be all lower-case
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#112) Commas (,) must be followed by white space.
(#112) Variable "Ea" must be all lower-case
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#112) Closing brace must be on a line by itself
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#112) Expected 1 space before "=="; 0 found
(#112) Expected 1 space after "=="; 0 found
(#112) Inline control structures are not allowed
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#112) Variable "Tc" must be all lower-case
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#112) Expected 1 space before "?"; 0 found
(#112) Expected 1 space after "?"; 0 found
(#112) Expected 1 space before "=>"; 0 found
(#112) Expected 1 space after "=>"; 0 found
(#112) Expected 1 space before ":"; 0 found
(#112) Expected 1 space after ":"; 0 found
(#112) Expected 1 space before "+"; 0 found
(#112) Expected 1 space after "+"; 0 found
(#112) Variable "Ja" must be all lower-case
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#112) Variable "C" must be all lower-case
(#112) Inline control structures are not allowed
(#112) Expected 1 space before "=="; 0 found
(#112) Expected 1 space after "=="; 0 found
(#112) Line exceeds maximum limit of 180 characters; contains 460 characters
(#112) Line exceeds maximum limit of 180 characters; contains 460 characters
(#112) Line exceeds maximum limit of 180 characters; contains 460 characters
(#112) Line exceeds maximum limit of 180 characters; contains 460 characters
(#112) Line exceeds maximum limit of 180 characters; contains 460 characters
(#112) Line exceeds maximum limit of 180 characters; contains 460 characters
(#112) Line exceeds maximum limit of 180 characters; contains 460 characters
(#112) Line exceeds maximum limit of 180 characters; contains 460 characters
(#113) Line indented incorrectly; expected at least 64 spaces, found 0
(#113) Variable "Tc" must be all lower-case
(#113) Commas (,) must be followed by white space.
(#113) Commas (,) must be followed by white space.
(#113) Variable "Ja" must be all lower-case
(#113) Commas (,) must be followed by white space.
(#113) Variable "Y" must be all lower-case
(#113) Variable "Jc" must be all lower-case
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#113) Expected "foreach (...) {\n"; found "foreach(...){"
(#113) Expected 1 space before "=>"; 0 found
(#113) Expected 1 space after "=>"; 0 found
(#113) Expected 1 space after "as"; 0 found
(#113) Variable "Tc" must be all lower-case
(#114) Line indented incorrectly; expected at least 68 spaces, found 0
(#114) Expected 1 space before "=>"; 0 found
(#114) Expected 1 space after "=>"; 0 found
(#114) Variable "X" must be all lower-case
(#114) Inline control structures are not allowed
(#114) Expected 1 space before "==="; 0 found
(#114) Expected 1 space after "==="; 0 found
(#114) Variable "X" must be all lower-case
(#114) Variable "Jc" must be all lower-case
(#114) Closing brace must be on a line by itself
(#114) Variable "Oe" must be all lower-case
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Variable "Jc" must be all lower-case
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Variable "Jc" must be all lower-case
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Variable "Ja" must be all lower-case
(#114) Expected 1 space before ".="; 0 found
(#114) Expected 1 space after ".="; 0 found
(#114) Variable "Oe" must be all lower-case
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Commas (,) must be followed by white space.
(#114) Variable "Tc" must be all lower-case
(#114) Variable "Tc" must be all lower-case
(#114) Variable "Tc" must be all lower-case
(#114) Expected 1 space before ">"; 0 found
(#114) Expected 1 space after ">"; 0 found
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Variable "C" must be all lower-case
(#114) Commas (,) must be followed by white space.
(#114) Variable "Tc" must be all lower-case
(#114) Commas (,) must be followed by white space.
(#114) Expected 1 space before "==="; 0 found
(#114) Expected 1 space after "==="; 0 found
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Variable "Tc" must be all lower-case
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#114) Variable "Ja" must be all lower-case
(#114) Commas (,) must be followed by white space.
(#114) Variable "Y" must be all lower-case
(#114) Inline control structures are not allowed
(#114) Expected 1 space before "!="; 0 found
(#114) Expected 1 space after "!="; 0 found
(#114) Usage of ELSEIF not allowed; use ELSE IF instead
(#114) Expected 1 space before "=="; 0 found
(#114) Expected 1 space after "=="; 0 found
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#114) Expected "foreach (...) {\n"; found "foreach(...){"
(#114) Expected 1 space before "=>"; 0 found
(#114) Expected 1 space after "=>"; 0 found
(#114) Expected 1 space before "as"; 0 found
(#114) Expected 1 space after "as"; 0 found
(#114) Expected 1 space before "=>"; 0 found
(#114) Expected 1 space after "=>"; 0 found
(#114) Variable "X" must be all lower-case
(#114) Variable "X" must be all lower-case
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#114) Variable "X" must be all lower-case
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Variable "Y" must be all lower-case
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Variable "Y" must be all lower-case
(#114) Expected 1 space before ">>"; 0 found
(#114) Expected 1 space after ">>"; 0 found
(#114) Expected 1 space before "&" operator; 0 found
(#114) Expected 1 space after "&" operator; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Variable "X" must be all lower-case
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#114) Variable "Y" must be all lower-case
(#114) Commas (,) must be followed by white space.
(#114) Variable "C" must be all lower-case
(#114) Expected 1 space before "<<"; 0 found
(#114) Expected 1 space after "<<"; 0 found
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Variable "Oe" must be all lower-case
(#114) Variable "X" must be all lower-case
(#114) Commas (,) must be followed by white space.
(#114) Closing brace must be on a line by itself
(#114) Closing brace must be on a line by itself
(#114) Inline control structures are not allowed
(#114) Usage of ELSEIF not allowed; use ELSE IF instead
(#114) Commas (,) must be followed by white space.
(#114) Variable "C" must be all lower-case
(#114) Usage of ELSEIF not allowed; use ELSE IF instead
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#114) Variable "Y" must be all lower-case
(#114) Inline control structures are not allowed
(#114) Expected 1 space before "!="; 0 found
(#114) Expected 1 space after "!="; 0 found
(#114) Variable "Ja" must be all lower-case
(#114) Expected 1 space before ".="; 0 found
(#114) Expected 1 space after ".="; 0 found
(#114) Variable "L" must be all lower-case
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Commas (,) must be followed by white space.
(#114) Variable "Y" must be all lower-case
(#114) Commas (,) must be followed by white space.
(#114) Expected 1 space before "+"; 0 found
(#114) Expected 1 space after "+"; 0 found
(#114) Variable "Ja" must be all lower-case
(#114) Expected 1 space before ".="; 0 found
(#114) Expected 1 space after ".="; 0 found
(#114) Variable "L" must be all lower-case
(#114) Variable "L" must be all lower-case
(#114) Expected 1 space before "=="; 0 found
(#114) Expected 1 space after "=="; 0 found
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Closing brace must be on a line by itself
(#114) Variable "Ja" must be all lower-case
(#114) Variable "Y" must be all lower-case
(#114) Closing brace must be on a line by itself
(#114) Inline control structures are not allowed
(#114) Usage of ELSEIF not allowed; use ELSE IF instead
(#114) Expected 1 space before "=="; 0 found
(#114) Expected 1 space after "=="; 0 found
(#114) Variable "Ja" must be all lower-case
(#114) Variable "Y" must be all lower-case
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#114) Variable "B" must be all lower-case
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Commas (,) must be followed by white space.
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Expected 1 space before "*"; 0 found
(#114) Expected 1 space after "*"; 0 found
(#114) Variable "B" must be all lower-case
(#114) Expected 1 space before "+"; 0 found
(#114) Expected 1 space after "+"; 0 found
(#114) Variable "B" must be all lower-case
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Expected 1 space before "+"; 0 found
(#114) Expected 1 space after "+"; 0 found
(#114) Variable "B" must be all lower-case
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Variable "Ch" must be all lower-case
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Variable "Ch" must be all lower-case
(#114) Expected 1 space before "+"; 0 found
(#114) Expected 1 space after "+"; 0 found
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Inline control structures are not allowed
(#114) Expected 1 space before "=="; 0 found
(#114) Expected 1 space after "=="; 0 found
(#114) Expected 1 space before ">="; 0 found
(#114) Expected 1 space after ">="; 0 found
(#114) Commas (,) must be followed by white space.
(#114) Expected 1 space before "+="; 0 found
(#114) Expected 1 space after "+="; 0 found
(#114) Expected 1 space before "==="; 0 found
(#114) Expected 1 space after "==="; 0 found
(#114) Commas (,) must be followed by white space.
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Variable "Y" must be all lower-case
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Commas (,) must be followed by white space.
(#114) Expected 1 space before ">"; 0 found
(#114) Expected 1 space after ">"; 0 found
(#114) Expected 1 space before "?"; 0 found
(#114) Expected 1 space after "?"; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#114) Variable "Ja" must be all lower-case
(#114) Closing brace must be on a line by itself
(#114) Closing brace must be on a line by itself
(#114) Closing brace must be on a line by itself
(#114) Line exceeds maximum limit of 180 characters; contains 1938 characters
(#114) Line exceeds maximum limit of 180 characters; contains 1938 characters
(#114) Line exceeds maximum limit of 180 characters; contains 1938 characters
(#114) Line exceeds maximum limit of 180 characters; contains 1938 characters
(#114) Line exceeds maximum limit of 180 characters; contains 1938 characters
(#114) Line exceeds maximum limit of 180 characters; contains 1938 characters
(#114) Line exceeds maximum limit of 180 characters; contains 1938 characters
(#114) Line exceeds maximum limit of 180 characters; contains 1938 characters
(#115) Line indented incorrectly; expected at least 60 spaces, found 0
(#115) Expected 1 space after closing parenthesis; found 0
(#115) Opening brace must be the last content on the line
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#115) Variable "Y" must be all lower-case
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#115) Expected "if (...) {\n"; found "if(...){"
(#115) Expected 1 space before "=="; 0 found
(#115) Expected 1 space after "=="; 0 found
(#115) Inline control structures are not allowed
(#115) Variable "Y" must be all lower-case
(#115) Expected 1 space before "=="; 0 found
(#115) Expected 1 space after "=="; 0 found
(#115) Line exceeds 132 characters; contains 147 characters
(#115) Line exceeds 132 characters; contains 147 characters
(#115) Line exceeds 132 characters; contains 147 characters
(#115) Line exceeds 132 characters; contains 147 characters
(#115) Line exceeds 132 characters; contains 147 characters
(#115) Line exceeds 132 characters; contains 147 characters
(#115) Line exceeds 132 characters; contains 147 characters
(#115) Line exceeds 132 characters; contains 147 characters
(#116) Line indented incorrectly; expected at least 68 spaces, found 0
(#116) Inline control structures are not allowed
(#116) Variable "Y" must be all lower-case
(#116) Expected 1 space before "=="; 0 found
(#116) Expected 1 space after "=="; 0 found
(#116) Variable "Y" must be all lower-case
(#116) Closing brace must be on a line by itself
(#116) Inline control structures are not allowed
(#116) Variable "Y" must be all lower-case
(#116) Expected 1 space before "=="; 0 found
(#116) Expected 1 space after "=="; 0 found
(#117) Line indented incorrectly; expected at least 60 spaces, found 0
(#117) Inline control structures are not allowed
(#117) Expected 1 space before "=="; 0 found
(#117) Expected 1 space after "=="; 0 found
(#117) Expected 1 space before "=="; 0 found
(#117) Expected 1 space after "=="; 0 found
(#117) Expected 1 space before "?"; 0 found
(#117) Expected 1 space after "?"; 0 found
(#117) Expected 1 space before ":"; 0 found
(#117) Expected 1 space after ":"; 0 found
(#117) Inline control structures are not allowed
(#117) Expected 1 space before "=="; 0 found
(#117) Expected 1 space after "=="; 0 found
(#117) Inline control structures are not allowed
(#117) Expected 1 space before "=="; 0 found
(#117) Expected 1 space after "=="; 0 found
(#117) Line exceeds 132 characters; contains 148 characters
(#117) Line exceeds 132 characters; contains 148 characters
(#117) Line exceeds 132 characters; contains 148 characters
(#117) Line exceeds 132 characters; contains 148 characters
(#117) Line exceeds 132 characters; contains 148 characters
(#117) Line exceeds 132 characters; contains 148 characters
(#117) Line exceeds 132 characters; contains 148 characters
(#117) Line exceeds 132 characters; contains 148 characters
(#118) Line indented incorrectly; expected at least 60 spaces, found 0
(#118) Variable "Y" must be all lower-case
(#118) Expected "if (...) {\n"; found "if(...){"
(#118) Expected 1 space before "=="; 0 found
(#118) Expected 1 space after "=="; 0 found
(#118) Expected 1 space before "="; 0 found
(#118) Expected 1 space after "="; 0 found
(#118) Variable "Y" must be all lower-case
(#118) Expected 1 space before "="; 0 found
(#118) Expected 1 space after "="; 0 found
(#118) Variable "Y" must be all lower-case
(#118) Commas (,) must be followed by white space.
(#118) Inline control structures are not allowed
(#118) Variable "Y" must be all lower-case
(#119) Line indented incorrectly; expected at least 64 spaces, found 0
(#119) Variable "Y" must be all lower-case
(#119) Closing brace must be on a line by itself
(#119) Expected "if (...) {\n"; found "if(...){"
(#119) Commas (,) must be followed by white space.
(#119) Variable "Gc" must be all lower-case
(#119) Expected 1 space before "="; 0 found
(#119) Expected 1 space after "="; 0 found
(#119) Inline control structures are not allowed
(#119) Variable "Gc" must be all lower-case
(#119) Line exceeds 132 characters; contains 144 characters
(#119) Line exceeds 132 characters; contains 144 characters
(#119) Line exceeds 132 characters; contains 144 characters
(#119) Line exceeds 132 characters; contains 144 characters
(#119) Line exceeds 132 characters; contains 144 characters
(#119) Line exceeds 132 characters; contains 144 characters
(#119) Line exceeds 132 characters; contains 144 characters
(#119) Line exceeds 132 characters; contains 144 characters
(#120) Line indented incorrectly; expected at least 64 spaces, found 0
(#121) Line indented incorrectly; expected at least 64 spaces, found 0
(#121) Variable "Gc" must be all lower-case
(#121) Closing brace must be on a line by itself
(#121) Commas (,) must be followed by white space.
(#121) Variable "Y" must be all lower-case
(#121) Commas (,) must be followed by white space.
(#121) Closing brace must be on a line by itself
(#122) Line indented incorrectly; expected at least 68 spaces, found 0
(#122) Expected 1 space after closing parenthesis; found 0
(#122) Opening brace must be the last content on the line
(#122) Variable "Vb" must be all lower-case
(#122) Variable "J" must be all lower-case
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#122) Expected "foreach (...) {\n"; found "foreach(...){"
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Expected 1 space before "as"; 0 found
(#122) Expected 1 space after "as"; 0 found
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Variable "X" must be all lower-case
(#122) Expected "if (...) {\n"; found "if(...){"
(#122) Variable "X" must be all lower-case
(#122) Expected 1 space before "!="; 0 found
(#122) Expected 1 space after "!="; 0 found
(#122) Variable "X" must be all lower-case
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#122) Variable "X" must be all lower-case
(#122) Variable "X" must be all lower-case
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#122) Variable "X" must be all lower-case
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#122) Closing brace must be on a line by itself
(#122) Closing brace must be on a line by itself
(#122) Expected "foreach (...) {\n"; found "foreach(...){"
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Expected 1 space before "as"; 0 found
(#122) Expected 1 space after "as"; 0 found
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Variable "X" must be all lower-case
(#122) Variable "C" must be all lower-case
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#122) Commas (,) must be followed by white space.
(#122) Variable "J" must be all lower-case
(#122) Variable "C" must be all lower-case
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Variable "C" must be all lower-case
(#122) Commas (,) must be followed by white space.
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Commas (,) must be followed by white space.
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Commas (,) must be followed by white space.
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Commas (,) must be followed by white space.
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Expected 1 space before "=="; 0 found
(#122) Expected 1 space after "=="; 0 found
(#122) Variable "Vb" must be all lower-case
(#122) Commas (,) must be followed by white space.
(#122) Closing brace must be on a line by itself
(#122) Variable "J" must be all lower-case
(#122) Closing brace must be on a line by itself
(#122) Line exceeds maximum limit of 180 characters; contains 417 characters
(#122) Line exceeds maximum limit of 180 characters; contains 417 characters
(#122) Line exceeds maximum limit of 180 characters; contains 417 characters
(#122) Line exceeds maximum limit of 180 characters; contains 417 characters
(#122) Line exceeds maximum limit of 180 characters; contains 417 characters
(#122) Line exceeds maximum limit of 180 characters; contains 417 characters
(#122) Line exceeds maximum limit of 180 characters; contains 417 characters
(#122) Line exceeds maximum limit of 180 characters; contains 417 characters
(#123) Line indented incorrectly; expected at least 68 spaces, found 0
(#123) Expected 1 space after closing parenthesis; found 0
(#123) Opening brace must be the last content on the line
(#123) Commas (,) must be followed by white space.
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#123) Variable "Pc" must be all lower-case
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#123) Expected "foreach (...) {\n"; found "foreach(...){"
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "as"; 0 found
(#123) Expected 1 space after "as"; 0 found
(#123) Commas (,) must be followed by white space.
(#123) Variable "Q" must be all lower-case
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Variable "R" must be all lower-case
(#123) Variable "C" must be all lower-case
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#123) Variable "R" must be all lower-case
(#123) Expected "if (...) {\n"; found "if(...){"
(#123) Variable "R" must be all lower-case
(#123) Variable "C" must be all lower-case
(#123) Expected 1 space before "!="; 0 found
(#123) Expected 1 space after "!="; 0 found
(#123) Variable "Q" must be all lower-case
(#123) Commas (,) must be followed by white space.
(#123) Variable "I" must be all lower-case
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#123) Variable "Q" must be all lower-case
(#123) Commas (,) must be followed by white space.
(#123) Commas (,) must be followed by white space.
(#123) Variable "Q" must be all lower-case
(#123) Commas (,) must be followed by white space.
(#123) Commas (,) must be followed by white space.
(#123) Expected "if (...) {\n"; found "if(...){"
(#123) Variable "I" must be all lower-case
(#123) Variable "I" must be all lower-case
(#123) Expected "if (...) {\n"; found "if(...){"
(#123) Variable "Pc" must be all lower-case
(#123) Variable "Pc" must be all lower-case
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#123) Closing brace must be on a line by itself
(#123) Variable "I" must be all lower-case
(#123) Expected 1 space before "?"; 0 found
(#123) Expected 1 space after "?"; 0 found
(#123) Variable "Q" must be all lower-case
(#123) Variable "C" must be all lower-case
(#123) Expected 1 space before ":"; 0 found
(#123) Expected 1 space after ":"; 0 found
(#123) Variable "C" must be all lower-case
(#123) Closing brace must be on a line by itself
(#123) Closing brace must be on a line by itself
(#123) Closing brace must be on a line by itself
(#123) Variable "Pc" must be all lower-case
(#123) Expected 1 space before "?"; 0 found
(#123) Expected 1 space after "?"; 0 found
(#123) Expected 1 space before ":"; 0 found
(#123) Expected 1 space after ":"; 0 found
(#123) Closing brace must be on a line by itself
(#123) Line exceeds maximum limit of 180 characters; contains 734 characters
(#123) Line exceeds maximum limit of 180 characters; contains 734 characters
(#123) Line exceeds maximum limit of 180 characters; contains 734 characters
(#123) Line exceeds maximum limit of 180 characters; contains 734 characters
(#123) Line exceeds maximum limit of 180 characters; contains 734 characters
(#123) Line exceeds maximum limit of 180 characters; contains 734 characters
(#123) Line exceeds maximum limit of 180 characters; contains 734 characters
(#123) Line exceeds maximum limit of 180 characters; contains 734 characters
(#124) Line indented incorrectly; expected at least 68 spaces, found 0
(#124) Commas (,) must be followed by white space.
(#124) Expected 1 space after closing parenthesis; found 0
(#124) Opening brace must be the last content on the line
(#124) Variable "J" must be all lower-case
(#124) Expected 1 space before "="; 0 found
(#124) Expected 1 space after "="; 0 found
(#124) Commas (,) must be followed by white space.
(#124) Expected 1 space before "="; 0 found
(#124) Expected 1 space after "="; 0 found
(#124) Inline control structures are not allowed
(#124) Expected 1 space before "!="; 0 found
(#124) Expected 1 space after "!="; 0 found
(#124) Variable "J" must be all lower-case
(#124) Expected 1 space before "!="; 0 found
(#124) Expected 1 space after "!="; 0 found
(#124) Commas (,) must be followed by white space.
(#124) Expected 1 space before "?"; 0 found
(#124) Expected 1 space after "?"; 0 found
(#124) Expected 1 space before ":"; 0 found
(#124) Expected 1 space after ":"; 0 found
(#124) Variable "J" must be all lower-case
(#124) Closing brace must be on a line by itself
(#124) Line exceeds maximum limit of 180 characters; contains 297 characters
(#124) Line exceeds maximum limit of 180 characters; contains 297 characters
(#124) Line exceeds maximum limit of 180 characters; contains 297 characters
(#124) Line exceeds maximum limit of 180 characters; contains 297 characters
(#124) Line exceeds maximum limit of 180 characters; contains 297 characters
(#124) Line exceeds maximum limit of 180 characters; contains 297 characters
(#124) Line exceeds maximum limit of 180 characters; contains 297 characters
(#124) Line exceeds maximum limit of 180 characters; contains 297 characters
(#125) Line indented incorrectly; expected at least 68 spaces, found 0
(#125) Variable "K" must be all lower-case
(#125) Expected 1 space after closing parenthesis; found 0
(#125) Opening brace must be the last content on the line
(#125) Expected "foreach (...) {\n"; found "foreach(...){"
(#125) Expected 1 space before "=>"; 0 found
(#125) Expected 1 space after "=>"; 0 found
(#125) Expected 1 space after "as"; 0 found
(#125) Variable "K" must be all lower-case
(#126) Line indented incorrectly; expected at least 72 spaces, found 0
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#126) Variable "X" must be all lower-case
(#126) Inline control structures are not allowed
(#126) Commas (,) must be followed by white space.
(#126) Variable "X" must be all lower-case
(#126) Variable "X" must be all lower-case
(#126) Expected 1 space before "==="; 0 found
(#126) Expected 1 space after "==="; 0 found
(#126) Variable "K" must be all lower-case
(#126) Expected 1 space before "="; 0 found
(#126) Expected 1 space after "="; 0 found
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Variable "X" must be all lower-case
(#126) Closing brace must be on a line by itself
(#127) Line indented incorrectly; expected at least 72 spaces, found 0
(#127) Expected 1 space before "=="; 0 found
(#127) Expected 1 space after "=="; 0 found
(#127) Expected 1 space before "?"; 0 found
(#127) Expected 1 space after "?"; 0 found
(#127) Expected 1 space before ":"; 0 found
(#127) Expected 1 space after ":"; 0 found
(#127) Expected 1 space before "=="; 0 found
(#127) Expected 1 space after "=="; 0 found
(#127) Expected 1 space before "?"; 0 found
(#127) Expected 1 space after "?"; 0 found
(#127) Expected 1 space before ":"; 0 found
(#127) Expected 1 space after ":"; 0 found
(#127) Commas (,) must be followed by white space.
(#127) Variable "K" must be all lower-case
(#127) Closing brace must be on a line by itself
(#128) Line indented incorrectly; expected at least 68 spaces, found 0
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space after closing parenthesis; found 0
(#128) Opening brace must be the last content on the line
(#128) Expected 1 space before "?"; 0 found
(#128) Expected 1 space after "?"; 0 found
(#128) Expected 1 space before "=="; 0 found
(#128) Expected 1 space after "=="; 0 found
(#128) Expected 1 space before "?"; 0 found
(#128) Expected 1 space after "?"; 0 found
(#128) Expected 1 space before ":"; 0 found
(#128) Expected 1 space after ":"; 0 found
(#128) Expected 1 space before "=="; 0 found
(#128) Expected 1 space after "=="; 0 found
(#128) Expected 1 space before "?"; 0 found
(#128) Expected 1 space after "?"; 0 found
(#128) Expected 1 space before ":"; 0 found
(#128) Expected 1 space after ":"; 0 found
(#128) Expected 1 space before ":"; 0 found
(#128) Expected 1 space after ":"; 0 found
(#128) Closing brace must be on a line by itself
(#128) Line exceeds 132 characters; contains 153 characters
(#128) Line exceeds 132 characters; contains 153 characters
(#128) Line exceeds 132 characters; contains 153 characters
(#128) Line exceeds 132 characters; contains 153 characters
(#128) Line exceeds 132 characters; contains 153 characters
(#128) Line exceeds 132 characters; contains 153 characters
(#128) Line exceeds 132 characters; contains 153 characters
(#128) Line exceeds 132 characters; contains 153 characters
(#129) Line indented incorrectly; expected at least 68 spaces, found 0
(#129) Expected 1 space after closing parenthesis; found 0
(#129) Opening brace must be the last content on the line
(#129) Variable "J" must be all lower-case
(#129) Expected 1 space before "="; 0 found
(#129) Expected 1 space after "="; 0 found
(#129) Expected "if (...) {\n"; found "if(...){"
(#129) Variable "J" must be all lower-case
(#129) Inline control structures are not allowed
(#129) Variable "J" must be all lower-case
(#129) Expected 1 space before "="; 0 found
(#129) Expected 1 space after "="; 0 found
(#129) Variable "Hc" must be all lower-case
(#129) Expected 1 space before "="; 0 found
(#129) Expected 1 space after "="; 0 found
(#129) Commas (,) must be followed by white space.
(#129) Inline control structures are not allowed
(#129) Variable "Hc" must be all lower-case
(#129) Line exceeds 132 characters; contains 152 characters
(#129) Line exceeds 132 characters; contains 152 characters
(#129) Line exceeds 132 characters; contains 152 characters
(#129) Line exceeds 132 characters; contains 152 characters
(#129) Line exceeds 132 characters; contains 152 characters
(#129) Line exceeds 132 characters; contains 152 characters
(#129) Line exceeds 132 characters; contains 152 characters
(#129) Line exceeds 132 characters; contains 152 characters
(#130) Line indented incorrectly; expected at least 80 spaces, found 0
(#130) Variable "J" must be all lower-case
(#130) Expected 1 space before "="; 0 found
(#130) Expected 1 space after "="; 0 found
(#130) Variable "Hc" must be all lower-case
(#130) Variable "Hc" must be all lower-case
(#130) Closing brace must be on a line by itself
(#130) Closing brace must be on a line by itself
(#130) Variable "J" must be all lower-case
(#130) Closing brace must be on a line by itself
(#131) Line indented incorrectly; expected at least 68 spaces, found 0
(#131) Expected 1 space after closing parenthesis; found 0
(#131) Opening brace must be the last content on the line
(#131) Variable "Hc" must be all lower-case
(#131) Expected 1 space before "="; 0 found
(#131) Expected 1 space after "="; 0 found
(#131) Variable "J" must be all lower-case
(#131) Expected 1 space before "="; 0 found
(#131) Expected 1 space after "="; 0 found
(#131) Variable "Hc" must be all lower-case
(#131) Inline control structures are not allowed
(#131) Variable "J" must be all lower-case
(#131) Variable "J" must be all lower-case
(#131) Variable "Rc" must be all lower-case
(#131) Expected 1 space before "="; 0 found
(#131) Expected 1 space after "="; 0 found
(#131) Variable "Hc" must be all lower-case
(#131) Commas (,) must be followed by white space.
(#131) Expected "if (...) {\n"; found "if(...){"
(#131) Variable "Rc" must be all lower-case
(#131) Variable "Hc" must be all lower-case
(#131) Commas (,) must be followed by white space.
(#131) Variable "J" must be all lower-case
(#131) Expected 1 space before "="; 0 found
(#131) Expected 1 space after "="; 0 found
(#131) Variable "Rc" must be all lower-case
(#131) Commas (,) must be followed by white space.
(#131) Variable "J" must be all lower-case
(#131) Variable "Rc" must be all lower-case
(#131) Closing brace must be on a line by itself
(#131) Variable "J" must be all lower-case
(#131) Closing brace must be on a line by itself
(#131) Line exceeds maximum limit of 180 characters; contains 206 characters
(#131) Line exceeds maximum limit of 180 characters; contains 206 characters
(#131) Line exceeds maximum limit of 180 characters; contains 206 characters
(#131) Line exceeds maximum limit of 180 characters; contains 206 characters
(#131) Line exceeds maximum limit of 180 characters; contains 206 characters
(#131) Line exceeds maximum limit of 180 characters; contains 206 characters
(#131) Line exceeds maximum limit of 180 characters; contains 206 characters
(#131) Line exceeds maximum limit of 180 characters; contains 206 characters
(#132) Line indented incorrectly; expected at least 68 spaces, found 0
(#132) Expected 1 space after closing parenthesis; found 0
(#132) Opening brace must be the last content on the line
(#133) Line indented incorrectly; expected at least 72 spaces, found 0
(#133) Commas (,) must be followed by white space.
(#133) Closing brace must be on a line by itself
(#134) Line indented incorrectly; expected at least 68 spaces, found 0
(#134) Variable "X" must be all lower-case
(#134) Commas (,) must be followed by white space.
(#134) Variable "_" must not contain underscores.
(#134) Commas (,) must be followed by white space.
(#134) Commas (,) must be followed by white space.
(#134) Expected 1 space after closing parenthesis; found 0
(#134) Opening brace must be the last content on the line
(#134) Commas (,) must be followed by white space.
(#134) Expected "if (...) {\n"; found "if(...){"
(#134) Variable "X" must be all lower-case
(#134) Variable "J" must be all lower-case
(#134) Expected 1 space before "="; 0 found
(#134) Expected 1 space after "="; 0 found
(#134) Inline control structures are not allowed
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Expected 1 space after "as"; 0 found
(#134) Variable "X" must be all lower-case
(#135) Line indented incorrectly; expected at least 76 spaces, found 0
(#135) Variable "Fd" must be all lower-case
(#135) Expected 1 space before "=>"; 0 found
(#135) Expected 1 space after "=>"; 0 found
(#135) Variable "W" must be all lower-case
(#135) Variable "J" must be all lower-case
(#135) Expected 1 space before ".="; 0 found
(#135) Expected 1 space after ".="; 0 found
(#135) Variable "X" must be all lower-case
(#135) Expected 1 space before "!="; 0 found
(#135) Expected 1 space after "!="; 0 found
(#135) Variable "X" must be all lower-case
(#135) Expected 1 space before "?"; 0 found
(#135) Expected 1 space after "?"; 0 found
(#135) Variable "Fd" must be all lower-case
(#135) Expected 1 space before ":"; 0 found
(#135) Expected 1 space after ":"; 0 found
(#135) Variable "W" must be all lower-case
(#135) Commas (,) must be followed by white space.
(#135) Variable "_" must not contain underscores.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Variable "J" must be all lower-case
(#135) Closing brace must be on a line by itself
(#135) Inline control structures are not allowed
(#135) Variable "_" must not contain underscores.
(#135) Variable "_" must not contain underscores.
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#135) Variable "X" must be all lower-case
(#135) Commas (,) must be followed by white space.
(#135) Expected "if (...) {\n"; found "if(...){"
(#135) Variable "_" must not contain underscores.
(#135) Expected 1 space before "==="; 0 found
(#135) Expected 1 space after "==="; 0 found
(#135) Inline control structures are not allowed
(#135) Variable "X" must be all lower-case
(#135) Variable "_" must not contain underscores.
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#135) Variable "X" must be all lower-case
(#135) Inline control structures are not allowed
(#135) Variable "Kf" must be all lower-case
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#135) Variable "X" must be all lower-case
(#135) Variable "_" must not contain underscores.
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#135) Variable "Kf" must be all lower-case
(#135) Expected 1 space before "=="; 0 found
(#135) Expected 1 space after "=="; 0 found
(#135) Commas (,) must be followed by white space.
(#135) Expected 1 space before "?"; 0 found
(#135) Expected 1 space after "?"; 0 found
(#135) Variable "X" must be all lower-case
(#135) Expected 1 space before ":"; 0 found
(#135) Expected 1 space after ":"; 0 found
(#135) Variable "X" must be all lower-case
(#135) Closing brace must be on a line by itself
(#135) Variable "J" must be all lower-case
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#135) Variable "X" must be all lower-case
(#135) Commas (,) must be followed by white space.
(#135) Expected "if (...) {\n"; found "if(...){"
(#135) Variable "J" must be all lower-case
(#135) Expected 1 space before "!=="; 0 found
(#135) Expected 1 space after "!=="; 0 found
(#135) Inline control structures are not allowed
(#135) Variable "J" must be all lower-case
(#135) Expected 1 space before "==="; 0 found
(#135) Expected 1 space after "==="; 0 found
(#135) Variable "J" must be all lower-case
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#135) Inline control structures are not allowed
(#135) Usage of ELSEIF not allowed; use ELSE IF instead
(#135) Variable "J" must be all lower-case
(#135) Variable "J" must be all lower-case
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#135) Inline control structures are not allowed
(#135) Usage of ELSEIF not allowed; use ELSE IF instead
(#135) Expected 1 space before "!="; 0 found
(#135) Expected 1 space after "!="; 0 found
(#135) Variable "J" must be all lower-case
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#135) Variable "J" must be all lower-case
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Inline control structures are not allowed
(#135) Variable "J" must be all lower-case
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#135) Variable "J" must be all lower-case
(#135) Closing brace must be on a line by itself
(#135) Variable "J" must be all lower-case
(#135) Commas (,) must be followed by white space.
(#135) Variable "_" must not contain underscores.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Variable "X" must be all lower-case
(#135) Closing brace must be on a line by itself
(#135) Line exceeds maximum limit of 180 characters; contains 576 characters
(#135) Line exceeds maximum limit of 180 characters; contains 576 characters
(#135) Line exceeds maximum limit of 180 characters; contains 576 characters
(#135) Line exceeds maximum limit of 180 characters; contains 576 characters
(#135) Line exceeds maximum limit of 180 characters; contains 576 characters
(#135) Line exceeds maximum limit of 180 characters; contains 576 characters
(#135) Line exceeds maximum limit of 180 characters; contains 576 characters
(#135) Line exceeds maximum limit of 180 characters; contains 576 characters
(#136) Line indented incorrectly; expected at least 72 spaces, found 0
(#136) Expected 1 space after closing parenthesis; found 0
(#136) Opening brace must be the last content on the line
(#136) Variable "Ha" must be all lower-case
(#136) Expected 1 space before "="; 0 found
(#136) Expected 1 space after "="; 0 found
(#136) The use of backticks in strings is not recommended
(#136) Variable "Ub" must be all lower-case
(#136) Expected 1 space before "="; 0 found
(#136) Expected 1 space after "="; 0 found
(#136) Expected 1 space before "="; 0 found
(#136) Expected 1 space after "="; 0 found
(#136) Variable "Ha" must be all lower-case
(#137) Line indented incorrectly; expected at least 76 spaces, found 0
(#137) Commas (,) must be followed by white space.
(#137) Closing brace must be on a line by itself
(#138) Line indented incorrectly; expected at least 76 spaces, found 0
(#138) Variable "P" must be all lower-case
(#138) Expected 1 space after closing parenthesis; found 0
(#138) Opening brace must be the last content on the line
(#138) Variable "Ub" must be all lower-case
(#138) Expected 1 space before "="; 0 found
(#138) Expected 1 space after "="; 0 found
(#138) Variable "Ub" must be all lower-case
(#138) Commas (,) must be followed by white space.
(#138) Variable "P" must be all lower-case
(#138) Commas (,) must be followed by white space.
(#138) Variable "B" must be all lower-case
(#138) Expected 1 space before "?"; 0 found
(#138) Expected 1 space after "?"; 0 found
(#138) Variable "B" must be all lower-case
(#138) Expected 1 space before ":"; 0 found
(#138) Expected 1 space after ":"; 0 found
(#138) Closing brace must be on a line by itself
(#138) Line exceeds 132 characters; contains 168 characters
(#138) Line exceeds 132 characters; contains 168 characters
(#138) Line exceeds 132 characters; contains 168 characters
(#138) Line exceeds 132 characters; contains 168 characters
(#138) Line exceeds 132 characters; contains 168 characters
(#138) Line exceeds 132 characters; contains 168 characters
(#138) Line exceeds 132 characters; contains 168 characters
(#138) Line exceeds 132 characters; contains 168 characters
(#139) Line indented incorrectly; expected at least 76 spaces, found 0
(#139) Expected 1 space after closing parenthesis; found 0
(#139) Opening brace must be the last content on the line
(#140) Line indented incorrectly; expected at least 80 spaces, found 0
(#140) Commas (,) must be followed by white space.
(#140) Closing brace must be on a line by itself
(#141) Line indented incorrectly; expected at least 76 spaces, found 0
(#141) Variable "Q" must be all lower-case
(#141) Commas (,) must be followed by white space.
(#141) Variable "Z" must be all lower-case
(#141) Commas (,) must be followed by white space.
(#141) Variable "_d" must not contain underscores.
(#141) Commas (,) must be followed by white space.
(#141) Variable "Wc" must be all lower-case
(#141) Expected 1 space after closing parenthesis; found 0
(#141) Opening brace must be the last content on the line
(#141) Variable "H" must be all lower-case
(#141) Expected 1 space before "="; 0 found
(#141) Expected 1 space after "="; 0 found
(#141) Variable "Q" must be all lower-case
(#141) Variable "Z" must be all lower-case
(#141) Expected 1 space before "?"; 0 found
(#141) Expected 1 space after "?"; 0 found
(#141) Commas (,) must be followed by white space.
(#141) Variable "Z" must be all lower-case
(#141) Expected 1 space before ":"; 0 found
(#141) Expected 1 space after ":"; 0 found
(#141) Variable "_d" must not contain underscores.
(#141) Expected 1 space before "=="; 0 found
(#141) Expected 1 space after "=="; 0 found
(#141) Variable "Wc" must be all lower-case
(#141) Expected 1 space before "=="; 0 found
(#141) Expected 1 space after "=="; 0 found
(#141) Expected 1 space before "?"; 0 found
(#141) Expected 1 space after "?"; 0 found
(#141) Commas (,) must be followed by white space.
(#141) Variable "Wc" must be all lower-case
(#141) Variable "H" must be all lower-case
(#141) Expected 1 space before ":"; 0 found
(#141) Expected 1 space after ":"; 0 found
(#141) Variable "_d" must not contain underscores.
(#141) Expected 1 space before "?"; 0 found
(#141) Expected 1 space after "?"; 0 found
(#141) Variable "H" must be all lower-case
(#141) Expected 1 space before ":"; 0 found
(#141) Expected 1 space after ":"; 0 found
(#141) Variable "H" must be all lower-case
(#141) Closing brace must be on a line by itself
(#141) Line exceeds maximum limit of 180 characters; contains 246 characters
(#141) Line exceeds maximum limit of 180 characters; contains 246 characters
(#141) Line exceeds maximum limit of 180 characters; contains 246 characters
(#141) Line exceeds maximum limit of 180 characters; contains 246 characters
(#141) Line exceeds maximum limit of 180 characters; contains 246 characters
(#141) Line exceeds maximum limit of 180 characters; contains 246 characters
(#141) Line exceeds maximum limit of 180 characters; contains 246 characters
(#141) Line exceeds maximum limit of 180 characters; contains 246 characters
(#142) Line indented incorrectly; expected at least 76 spaces, found 0
(#142) Variable "H" must be all lower-case
(#142) Expected 1 space after closing parenthesis; found 0
(#142) Opening brace must be the last content on the line
(#142) Commas (,) must be followed by white space.
(#142) Variable "T" must be all lower-case
(#142) Expected 1 space before "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#142) Expected 1 space before "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#142) Expected "if (...) {\n"; found "if(...){"
(#142) Expected 1 space before "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#142) Expected 1 space before "=="; 0 found
(#142) Expected 1 space after "=="; 0 found
(#142) Variable "Kd" must be all lower-case
(#142) Expected 1 space before "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#142) Line exceeds maximum limit of 180 characters; contains 219 characters
(#142) Line exceeds maximum limit of 180 characters; contains 219 characters
(#142) Line exceeds maximum limit of 180 characters; contains 219 characters
(#142) Line exceeds maximum limit of 180 characters; contains 219 characters
(#142) Line exceeds maximum limit of 180 characters; contains 219 characters
(#142) Line exceeds maximum limit of 180 characters; contains 219 characters
(#142) Line exceeds maximum limit of 180 characters; contains 219 characters
(#142) Line exceeds maximum limit of 180 characters; contains 219 characters
(#144) Commas (,) must be followed by white space.
(#144) Commas (,) must be followed by white space.
(#145) Commas (,) must be followed by white space.
(#145) Variable "T" must be all lower-case
(#145) Commas (,) must be followed by white space.
(#145) Commas (,) must be followed by white space.
(#145) Variable "Kd" must be all lower-case
(#145) Commas (,) must be followed by white space.
(#146) Commas (,) must be followed by white space.
(#146) Expected 1 space before "*"; 0 found
(#146) Expected 1 space after "*"; 0 found
(#146) Commas (,) must be followed by white space.
(#148) Closing brace must be on a line by itself
(#148) Inline control structures are not allowed
(#148) Expected 1 space before "="; 0 found
(#148) Expected 1 space after "="; 0 found
(#148) Variable "J" must be all lower-case
(#148) Expected 1 space before "="; 0 found
(#148) Expected 1 space after "="; 0 found
(#148) Variable "H" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Commas (,) must be followed by white space.
(#148) Expected "if (...) {\n"; found "if(...){"
(#148) Closing brace must be on a line by itself
(#148) Line exceeds 132 characters; contains 166 characters
(#148) Line exceeds 132 characters; contains 166 characters
(#148) Line exceeds 132 characters; contains 166 characters
(#148) Line exceeds 132 characters; contains 166 characters
(#148) Line exceeds 132 characters; contains 166 characters
(#148) Line exceeds 132 characters; contains 166 characters
(#148) Line exceeds 132 characters; contains 166 characters
(#148) Line exceeds 132 characters; contains 166 characters
(#149) Line indented incorrectly; expected at least 76 spaces, found 0
(#149) Variable "J" must be all lower-case
(#149) Closing brace must be on a line by itself
(#150) Line indented incorrectly; expected at least 76 spaces, found 0
(#150) Expected 1 space after closing parenthesis; found 0
(#150) Opening brace must be the last content on the line
(#150) Variable "Pf" must be all lower-case
(#150) Expected 1 space before "="; 0 found
(#150) Expected 1 space after "="; 0 found
(#150) Commas (,) must be followed by white space.
(#150) Variable "Pf" must be all lower-case
(#150) Expected 1 space before "^"; 0 found
(#150) Expected 1 space after "^"; 0 found
(#150) Variable "Pf" must be all lower-case
(#150) Closing brace must be on a line by itself
(#151) Line indented incorrectly; expected at least 76 spaces, found 0
(#151) Expected 1 space after closing parenthesis; found 0
(#151) Opening brace must be the last content on the line
(#151) Variable "T" must be all lower-case
(#151) Commas (,) must be followed by white space.
(#151) Variable "Pf" must be all lower-case
(#151) Expected 1 space before "="; 0 found
(#151) Expected 1 space after "="; 0 found
(#151) Commas (,) must be followed by white space.
(#151) Variable "Pf" must be all lower-case
(#151) Expected 1 space before "^"; 0 found
(#151) Expected 1 space after "^"; 0 found
(#151) Expected 1 space before "=="; 0 found
(#151) Expected 1 space after "=="; 0 found
(#151) Variable "T" must be all lower-case
(#151) Closing brace must be on a line by itself
(#152) Line indented incorrectly; expected at least 76 spaces, found 0
(#152) Variable "Ra" must be all lower-case
(#152) Expected 1 space after closing parenthesis; found 0
(#152) Opening brace must be the last content on the line
(#152) Variable "Qb" must be all lower-case
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#152) Variable "Sa" must be all lower-case
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#152) Expected "for (...) {\n"; found "for(...){"
(#152) Expected 1 space after first semicolon of FOR loop; 0 found
(#152) Expected 1 space after second semicolon of FOR loop; 0 found
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#152) Expected 1 space before "<"; 0 found
(#152) Expected 1 space after "<"; 0 found
(#152) Variable "Ra" must be all lower-case
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#152) Expected 1 space before "<<"; 0 found
(#152) Expected 1 space after "<<"; 0 found
(#152) Expected 1 space before "+"; 0 found
(#152) Expected 1 space after "+"; 0 found
(#152) Variable "Ra" must be all lower-case
(#152) Expected 1 space before "+="; 0 found
(#152) Expected 1 space after "+="; 0 found
(#152) Expected "if (...) {\n"; found "if(...){"
(#152) Expected 1 space before ">="; 0 found
(#152) Expected 1 space after ">="; 0 found
(#152) Variable "Sa" must be all lower-case
(#152) Expected 1 space before "-="; 0 found
(#152) Expected 1 space after "-="; 0 found
(#152) Variable "Sa" must be all lower-case
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#152) Expected 1 space before ">>"; 0 found
(#152) Expected 1 space after ">>"; 0 found
(#152) Expected 1 space before "&="; 0 found
(#152) Expected 1 space after "&="; 0 found
(#152) Expected 1 space before "<<"; 0 found
(#152) Expected 1 space after "<<"; 0 found
(#152) Expected 1 space before "-"; 0 found
(#152) Expected 1 space after "-"; 0 found
(#152) Variable "Qb" must be all lower-case
(#152) Inline control structures are not allowed
(#152) Variable "Qb" must be all lower-case
(#152) Expected 1 space before ">>"; 0 found
(#152) Expected 1 space after ">>"; 0 found
(#152) Variable "Sa" must be all lower-case
(#152) Variable "Sa" must be all lower-case
(#152) Closing brace must be on a line by itself
(#152) Closing brace must be on a line by itself
(#152) Variable "Pb" must be all lower-case
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#152) Commas (,) must be followed by white space.
(#152) Variable "J" must be all lower-case
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#152) Expected "foreach (...) {\n"; found "foreach(...){"
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#152) Expected 1 space after "as"; 0 found
(#152) Line exceeds maximum limit of 180 characters; contains 240 characters
(#152) Line exceeds maximum limit of 180 characters; contains 240 characters
(#152) Line exceeds maximum limit of 180 characters; contains 240 characters
(#152) Line exceeds maximum limit of 180 characters; contains 240 characters
(#152) Line exceeds maximum limit of 180 characters; contains 240 characters
(#152) Line exceeds maximum limit of 180 characters; contains 240 characters
(#152) Line exceeds maximum limit of 180 characters; contains 240 characters
(#152) Line exceeds maximum limit of 180 characters; contains 240 characters
(#153) Line indented incorrectly; expected at least 80 spaces, found 0
(#153) Expected 1 space before "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#153) Expected 1 space before "="; 0 found
(#153) Expected 1 space after "="; 0 found
(#153) Variable "Pb" must be all lower-case
(#153) Inline control structures are not allowed
(#153) Expected 1 space before "="; 0 found
(#153) Expected 1 space after "="; 0 found
(#153) Variable "J" must be all lower-case
(#153) Expected 1 space before ".="; 0 found
(#153) Expected 1 space after ".="; 0 found
(#153) Inline control structures are not allowed
(#153) Variable "Pb" must be all lower-case
(#153) Expected 1 space before "="; 0 found
(#153) Expected 1 space after "="; 0 found
(#153) Expected 1 space before "="; 0 found
(#153) Expected 1 space after "="; 0 found
(#153) Closing brace must be on a line by itself
(#153) Variable "J" must be all lower-case
(#153) Closing brace must be on a line by itself
(#154) Line indented incorrectly; expected at least 76 spaces, found 0
(#154) Commas (,) must be followed by white space.
(#154) Variable "Ag" must be all lower-case
(#154) Expected 1 space after closing parenthesis; found 0
(#154) Opening brace must be the last content on the line
(#154) Variable "Ag" must be all lower-case
(#154) Closing brace must be on a line by itself
(#154) Line exceeds 132 characters; contains 136 characters
(#154) Line exceeds 132 characters; contains 136 characters
(#154) Line exceeds 132 characters; contains 136 characters
(#154) Line exceeds 132 characters; contains 136 characters
(#154) Line exceeds 132 characters; contains 136 characters
(#154) Line exceeds 132 characters; contains 136 characters
(#154) Line exceeds 132 characters; contains 136 characters
(#154) Line exceeds 132 characters; contains 136 characters
(#155) Line indented incorrectly; expected at least 76 spaces, found 0
(#155) Commas (,) must be followed by white space.
(#155) Commas (,) must be followed by white space.
(#155) Variable "K" must be all lower-case
(#155) Commas (,) must be followed by white space.
(#155) Variable "Kh" must be all lower-case
(#155) Expected 1 space after closing parenthesis; found 0
(#155) Opening brace must be the last content on the line
(#155) Commas (,) must be followed by white space.
(#155) Commas (,) must be followed by white space.
(#155) Variable "T" must be all lower-case
(#155) Commas (,) must be followed by white space.
(#155) Variable "Ug" must be all lower-case
(#155) Expected 1 space before "="; 0 found
(#155) Expected 1 space after "="; 0 found
(#155) Commas (,) must be followed by white space.
(#155) Variable "Kh" must be all lower-case
(#155) Expected 1 space before "?"; 0 found
(#155) Expected 1 space after "?"; 0 found
(#155) Expected 1 space before ":"; 0 found
(#155) Expected 1 space after ":"; 0 found
(#155) Commas (,) must be followed by white space.
(#155) Commas (,) must be followed by white space.
(#155) Expected 1 space before "=>"; 0 found
(#155) Expected 1 space after "=>"; 0 found
(#155) Commas (,) must be followed by white space.
(#155) Variable "Ug" must be all lower-case
(#155) Commas (,) must be followed by white space.
(#155) Variable "Ug" must be all lower-case
(#155) Inline control structures are not allowed
(#155) Variable "K" must be all lower-case
(#155) Expected 1 space before "==="; 0 found
(#155) Expected 1 space after "==="; 0 found
(#155) Line exceeds maximum limit of 180 characters; contains 286 characters
(#155) Line exceeds maximum limit of 180 characters; contains 286 characters
(#155) Line exceeds maximum limit of 180 characters; contains 286 characters
(#155) Line exceeds maximum limit of 180 characters; contains 286 characters
(#155) Line exceeds maximum limit of 180 characters; contains 286 characters
(#155) Line exceeds maximum limit of 180 characters; contains 286 characters
(#155) Line exceeds maximum limit of 180 characters; contains 286 characters
(#155) Line exceeds maximum limit of 180 characters; contains 286 characters
(#156) Inline control structures are not allowed
(#156) Expected "foreach (...) {\n"; found "foreach(...){"
(#156) Expected 1 space before "=>"; 0 found
(#156) Expected 1 space after "=>"; 0 found
(#156) Expected 1 space after "as"; 0 found
(#156) Line exceeds 132 characters; contains 136 characters
(#156) Line exceeds 132 characters; contains 136 characters
(#156) Line exceeds 132 characters; contains 136 characters
(#156) Line exceeds 132 characters; contains 136 characters
(#156) Line exceeds 132 characters; contains 136 characters
(#156) Line exceeds 132 characters; contains 136 characters
(#156) Line exceeds 132 characters; contains 136 characters
(#156) Line exceeds 132 characters; contains 136 characters
(#157) Line indented incorrectly; expected at least 84 spaces, found 0
(#157) Variable "C" must be all lower-case
(#157) Expected 1 space before "=>"; 0 found
(#157) Expected 1 space after "=>"; 0 found
(#157) Variable "Kb" must be all lower-case
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Variable "C" must be all lower-case
(#157) Expected "if (...) {\n"; found "if(...){"
(#157) Variable "Kb" must be all lower-case
(#157) Expected 1 space before "==="; 0 found
(#157) Expected 1 space after "==="; 0 found
(#157) Variable "Kb" must be all lower-case
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Inline control structures are not allowed
(#157) Expected 1 space before "=="; 0 found
(#157) Expected 1 space after "=="; 0 found
(#157) Commas (,) must be followed by white space.
(#157) Variable "Kb" must be all lower-case
(#157) Commas (,) must be followed by white space.
(#157) Variable "Yf" must be all lower-case
(#157) Variable "Kb" must be all lower-case
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Variable "Yf" must be all lower-case
(#157) Closing brace must be on a line by itself
(#157) Variable "Y" must be all lower-case
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Variable "K" must be all lower-case
(#157) Expected 1 space before "!=="; 0 found
(#157) Expected 1 space after "!=="; 0 found
(#157) Expected 1 space before "?"; 0 found
(#157) Expected 1 space after "?"; 0 found
(#157) Variable "K" must be all lower-case
(#157) Variable "C" must be all lower-case
(#157) Expected 1 space before "!="; 0 found
(#157) Expected 1 space after "!="; 0 found
(#157) Expected 1 space before "=="; 0 found
(#157) Expected 1 space after "=="; 0 found
(#157) Commas (,) must be followed by white space.
(#157) Expected 1 space before "?"; 0 found
(#157) Expected 1 space after "?"; 0 found
(#157) Variable "K" must be all lower-case
(#157) Variable "C" must be all lower-case
(#157) Expected 1 space before "?"; 0 found
(#157) Expected 1 space after "?"; 0 found
(#157) Variable "K" must be all lower-case
(#157) Variable "C" must be all lower-case
(#157) Expected 1 space before ":"; 0 found
(#157) Expected 1 space after ":"; 0 found
(#157) Variable "K" must be all lower-case
(#157) Variable "C" must be all lower-case
(#157) Expected 1 space before ":"; 0 found
(#157) Expected 1 space after ":"; 0 found
(#157) Variable "K" must be all lower-case
(#157) Variable "C" must be all lower-case
(#157) Expected 1 space before ":"; 0 found
(#157) Expected 1 space after ":"; 0 found
(#157) Variable "Kh" must be all lower-case
(#157) Expected 1 space before "?"; 0 found
(#157) Expected 1 space after "?"; 0 found
(#157) Expected 1 space before ":"; 0 found
(#157) Expected 1 space after ":"; 0 found
(#157) Expected 1 space before "?"; 0 found
(#157) Expected 1 space after "?"; 0 found
(#157) Expected 1 space before ":"; 0 found
(#157) Expected 1 space after ":"; 0 found
(#157) Variable "Kb" must be all lower-case
(#157) Inline control structures are not allowed
(#157) Variable "Y" must be all lower-case
(#157) Variable "Y" must be all lower-case
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Variable "Y" must be all lower-case
(#157) Commas (,) must be followed by white space.
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Expected 1 space before "?"; 0 found
(#157) Expected 1 space after "?"; 0 found
(#157) Variable "C" must be all lower-case
(#157) Expected 1 space before ":"; 0 found
(#157) Expected 1 space after ":"; 0 found
(#157) Variable "Kh" must be all lower-case
(#157) Expected 1 space before "=="; 0 found
(#157) Expected 1 space after "=="; 0 found
(#157) Expected 1 space before "?"; 0 found
(#157) Expected 1 space after "?"; 0 found
(#157) Expected 1 space before ":"; 0 found
(#157) Expected 1 space after ":"; 0 found
(#157) Variable "Y" must be all lower-case
(#157) Expected 1 space before "==="; 0 found
(#157) Expected 1 space after "==="; 0 found
(#157) Expected 1 space before "?"; 0 found
(#157) Expected 1 space after "?"; 0 found
(#157) Expected 1 space before ":"; 0 found
(#157) Expected 1 space after ":"; 0 found
(#157) Variable "Y" must be all lower-case
(#157) Expected 1 space before "!=="; 0 found
(#157) Expected 1 space after "!=="; 0 found
(#157) Expected 1 space before "?"; 0 found
(#157) Expected 1 space after "?"; 0 found
(#157) Expected 1 space before ":"; 0 found
(#157) Expected 1 space after ":"; 0 found
(#157) Expected "if (...) {\n"; found "if(...){"
(#157) Commas (,) must be followed by white space.
(#157) Variable "Y" must be all lower-case
(#157) Expected 1 space before "=="; 0 found
(#157) Expected 1 space after "=="; 0 found
(#157) Variable "Y" must be all lower-case
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Closing brace must be on a line by itself
(#157) Commas (,) must be followed by white space.
(#157) Variable "Y" must be all lower-case
(#157) Commas (,) must be followed by white space.
(#157) Closing brace must be on a line by itself
(#157) Inline control structures are not allowed
(#157) Commas (,) must be followed by white space.
(#157) Expected 1 space before "=>"; 0 found
(#157) Expected 1 space after "=>"; 0 found
(#157) Closing brace must be on a line by itself
(#157) Expected "if (...) {\n"; found "if(...){"
(#157) Inline control structures are not allowed
(#157) Variable "Kh" must be all lower-case
(#157) Expected 1 space before "?"; 0 found
(#157) Expected 1 space after "?"; 0 found
(#157) Expected 1 space before ":"; 0 found
(#157) Expected 1 space after ":"; 0 found
(#157) Closing brace must be on a line by itself
(#157) Variable "Kh" must be all lower-case
(#157) Expected 1 space before "?"; 0 found
(#157) Expected 1 space after "?"; 0 found
(#157) Expected 1 space before ":"; 0 found
(#157) Expected 1 space after ":"; 0 found
(#157) Expected 1 space before "?"; 0 found
(#157) Expected 1 space after "?"; 0 found
(#157) Expected 1 space before ":"; 0 found
(#157) Expected 1 space after ":"; 0 found
(#157) Inline control structures are not allowed
(#157) Expected 1 space before "=>"; 0 found
(#157) Expected 1 space after "=>"; 0 found
(#157) Commas (,) must be followed by white space.
(#157) Expected 1 space before "=>"; 0 found
(#157) Expected 1 space after "=>"; 0 found
(#157) Commas (,) must be followed by white space.
(#157) Expected 1 space before "=>"; 0 found
(#157) Expected 1 space after "=>"; 0 found
(#157) Commas (,) must be followed by white space.
(#157) Expected 1 space before "?"; 0 found
(#157) Expected 1 space after "?"; 0 found
(#157) Expected 1 space before ":"; 0 found
(#157) Expected 1 space after ":"; 0 found
(#157) Commas (,) must be followed by white space.
(#157) Line exceeds maximum limit of 180 characters; contains 1731 characters
(#157) Line exceeds maximum limit of 180 characters; contains 1731 characters
(#157) Line exceeds maximum limit of 180 characters; contains 1731 characters
(#157) Line exceeds maximum limit of 180 characters; contains 1731 characters
(#157) Line exceeds maximum limit of 180 characters; contains 1731 characters
(#157) Line exceeds maximum limit of 180 characters; contains 1731 characters
(#157) Line exceeds maximum limit of 180 characters; contains 1731 characters
(#157) Line exceeds maximum limit of 180 characters; contains 1731 characters
(#159) Commas (,) must be followed by white space.
(#159) Variable "T" must be all lower-case
(#159) Commas (,) must be followed by white space.
(#161) Closing brace must be on a line by itself
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Variable "Wb" must be all lower-case
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Variable "Tc" must be all lower-case
(#161) Commas (,) must be followed by white space.
(#161) Variable "Yc" must be all lower-case
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Variable "Pd" must be all lower-case
(#161) Commas (,) must be followed by white space.
(#161) Variable "Ne" must be all lower-case
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Variable "Mg" must be all lower-case
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Variable "T" must be all lower-case
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Variable "Ch" must be all lower-case
(#161) Commas (,) must be followed by white space.
(#161) Variable "Jh" must be all lower-case
(#161) Commas (,) must be followed by white space.
(#161) Inline control structures are not allowed
(#161) Expected 1 space before "="; 0 found
(#161) Expected 1 space after "="; 0 found
(#161) Inline control structures are not allowed
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "!="; 0 found
(#161) Expected 1 space after "!="; 0 found
(#161) Expected 1 space before ".="; 0 found
(#161) Expected 1 space after ".="; 0 found
(#161) Expected 1 space before "="; 0 found
(#161) Expected 1 space after "="; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Expected "if (...) {\n"; found "if(...){"
(#161) Variable "F" must be all lower-case
(#161) Expected 1 space before "="; 0 found
(#161) Expected 1 space after "="; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Inline control structures are not allowed
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before ">="; 0 found
(#161) Expected 1 space after ">="; 0 found
(#161) Variable "F" must be all lower-case
(#161) Expected 1 space before "="; 0 found
(#161) Expected 1 space after "="; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Variable "F" must be all lower-case
(#161) Closing brace must be on a line by itself
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Variable "Ic" must be all lower-case
(#161) Inline control structures are not allowed
(#161) Function set_magic_quotes_runtime() has been deprecated
(#161) The use of function set_magic_quotes_runtime is discouraged from PHP version 5.3 and forbidden from PHP version 5.4
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Variable "Pd" must be all lower-case
(#161) Expected 1 space before "="; 0 found
(#161) Expected 1 space after "="; 0 found
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Line exceeds maximum limit of 180 characters; contains 1669 characters
(#161) Line exceeds maximum limit of 180 characters; contains 1669 characters
(#161) Line exceeds maximum limit of 180 characters; contains 1669 characters
(#161) Line exceeds maximum limit of 180 characters; contains 1669 characters
(#161) Line exceeds maximum limit of 180 characters; contains 1669 characters
(#161) Line exceeds maximum limit of 180 characters; contains 1669 characters
(#161) Line exceeds maximum limit of 180 characters; contains 1669 characters
(#161) Line exceeds maximum limit of 180 characters; contains 1669 characters
(#162) Line indented incorrectly; expected at least 76 spaces, found 0
(#162) Expected 1 space after closing parenthesis; found 0
(#162) Opening brace must be the last content on the line
(#162) Closing brace must be on a line by itself
(#163) Line indented incorrectly; expected at least 76 spaces, found 0
(#163) Commas (,) must be followed by white space.
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space after closing parenthesis; found 0
(#163) Opening brace must be the last content on the line
(#163) Expected "if (...) {\n"; found "if(...){"
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Commas (,) must be followed by white space.
(#163) Inline control structures are not allowed
(#163) Expected 1 space before "!=="; 0 found
(#163) Expected 1 space after "!=="; 0 found
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Closing brace must be on a line by itself
(#163) Commas (,) must be followed by white space.
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Expected "if (...) {\n"; found "if(...){"
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "<"; 0 found
(#163) Expected 1 space after "<"; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before ">"; 0 found
(#163) Expected 1 space after ">"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before "<"; 0 found
(#163) Expected 1 space after "<"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "/"; 0 found
(#163) Expected 1 space after "/"; 0 found
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before "!="; 0 found
(#163) Expected 1 space after "!="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before "!="; 0 found
(#163) Expected 1 space after "!="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before ">"; 0 found
(#163) Expected 1 space after ">"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "/"; 0 found
(#163) Expected 1 space after "/"; 0 found
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before "!="; 0 found
(#163) Expected 1 space after "!="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before "!="; 0 found
(#163) Expected 1 space after "!="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before ">"; 0 found
(#163) Expected 1 space after ">"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before "<"; 0 found
(#163) Expected 1 space after "<"; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Expected 1 space before "/"; 0 found
(#163) Expected 1 space after "/"; 0 found
(#163) Expected 1 space before "%"; 0 found
(#163) Expected 1 space after "%"; 0 found
(#163) Expected 1 space before "!="; 0 found
(#163) Expected 1 space after "!="; 0 found
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Closing brace must be on a line by itself
(#163) Variable "Ea" must be all lower-case
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Variable "Ea" must be all lower-case
(#163) Variable "Oc" must be all lower-case
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Commas (,) must be followed by white space.
(#163) Commas (,) must be followed by white space.
(#163) Inline control structures are not allowed
(#163) Variable "Oc" must be all lower-case
(#163) Expected 1 space before "!="; 0 found
(#163) Expected 1 space after "!="; 0 found
(#163) Variable "Ea" must be all lower-case
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Variable "Ee" must be all lower-case
(#163) Line exceeds maximum limit of 180 characters; contains 667 characters
(#163) Line exceeds maximum limit of 180 characters; contains 667 characters
(#163) Line exceeds maximum limit of 180 characters; contains 667 characters
(#163) Line exceeds maximum limit of 180 characters; contains 667 characters
(#163) Line exceeds maximum limit of 180 characters; contains 667 characters
(#163) Line exceeds maximum limit of 180 characters; contains 667 characters
(#163) Line exceeds maximum limit of 180 characters; contains 667 characters
(#163) Line exceeds maximum limit of 180 characters; contains 667 characters
(#164) Line indented incorrectly; expected at least 80 spaces, found 0
(#164) Variable "Oc" must be all lower-case
(#164) Commas (,) must be followed by white space.
(#164) Variable "Ea" must be all lower-case
(#164) Closing brace must be on a line by itself
(#165) Line indented incorrectly; expected at least 76 spaces, found 0
(#165) Expected 1 space after closing parenthesis; found 0
(#165) Opening brace must be the last content on the line
(#165) Commas (,) must be followed by white space.
(#165) Variable "Pd" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Commas (,) must be followed by white space.
(#165) Variable "Pd" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Commas (,) must be followed by white space.
(#165) Commas (,) must be followed by white space.
(#165) Commas (,) must be followed by white space.
(#165) Closing brace must be on a line by itself
(#165) Expected "if (...) {\n"; found "if(...){"
(#165) Commas (,) must be followed by white space.
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#165) Closing brace must be on a line by itself
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#165) Expected "if (...) {\n"; found "if(...){"
(#165) Variable "Pd" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#165) Closing brace must be on a line by itself
(#165) Inline control structures are not allowed
(#165) Usage of ELSEIF not allowed; use ELSE IF instead
(#165) Variable "Pd" must be all lower-case
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#165) Commas (,) must be followed by white space.
(#165) Commas (,) must be followed by white space.
(#165) Commas (,) must be followed by white space.
(#165) Commas (,) must be followed by white space.
(#165) Commas (,) must be followed by white space.
(#165) Inline control structures are not allowed
(#165) Expected 1 space after "as"; 0 found
(#165) Line exceeds maximum limit of 180 characters; contains 826 characters
(#165) Line exceeds maximum limit of 180 characters; contains 826 characters
(#165) Line exceeds maximum limit of 180 characters; contains 826 characters
(#165) Line exceeds maximum limit of 180 characters; contains 826 characters
(#165) Line exceeds maximum limit of 180 characters; contains 826 characters
(#165) Line exceeds maximum limit of 180 characters; contains 826 characters
(#165) Line exceeds maximum limit of 180 characters; contains 826 characters
(#165) Line exceeds maximum limit of 180 characters; contains 826 characters
(#166) Line indented incorrectly; expected at least 80 spaces, found 0
(#166) Variable "B" must be all lower-case
(#166) Variable "B" must be all lower-case
(#166) Expected 1 space before "="; 0 found
(#166) Expected 1 space after "="; 0 found
(#166) Variable "B" must be all lower-case
(#166) Expected 1 space before "?"; 0 found
(#166) Expected 1 space after "?"; 0 found
(#166) Variable "B" must be all lower-case
(#166) Expected 1 space before ":"; 0 found
(#166) Expected 1 space after ":"; 0 found
(#166) Expected "foreach (...) {\n"; found "foreach(...){"
(#166) Expected 1 space before "=>"; 0 found
(#166) Expected 1 space after "=>"; 0 found
(#166) Expected 1 space after "as"; 0 found
(#167) Line indented incorrectly; expected at least 80 spaces, found 0
(#167) Expected 1 space before "=>"; 0 found
(#167) Expected 1 space after "=>"; 0 found
(#167) Variable "Lf" must be all lower-case
(#167) Expected "if (...) {\n"; found "if(...){"
(#167) Variable "Pd" must be all lower-case
(#167) Expected 1 space before "="; 0 found
(#167) Expected 1 space after "="; 0 found
(#167) Closing brace must be on a line by itself
(#167) Expected 1 space before "="; 0 found
(#167) Expected 1 space after "="; 0 found
(#167) Commas (,) must be followed by white space.
(#167) Commas (,) must be followed by white space.
(#167) Expected "if (...) {\n"; found "if(...){"
(#167) Variable "Pd" must be all lower-case
(#167) Expected 1 space before "="; 0 found
(#167) Expected 1 space after "="; 0 found
(#167) Closing brace must be on a line by itself
(#167) Closing brace must be on a line by itself
(#167) Closing brace must be on a line by itself
(#167) Expected "if (...) {\n"; found "if(...){"
(#167) Expected 1 space before "!="; 0 found
(#167) Expected 1 space after "!="; 0 found
(#167) Expected 1 space before "="; 0 found
(#167) Expected 1 space after "="; 0 found
(#167) Expected 1 space before "="; 0 found
(#167) Expected 1 space after "="; 0 found
(#167) Closing brace must be on a line by itself
(#167) Line exceeds maximum limit of 180 characters; contains 272 characters
(#167) Line exceeds maximum limit of 180 characters; contains 272 characters
(#167) Line exceeds maximum limit of 180 characters; contains 272 characters
(#167) Line exceeds maximum limit of 180 characters; contains 272 characters
(#167) Line exceeds maximum limit of 180 characters; contains 272 characters
(#167) Line exceeds maximum limit of 180 characters; contains 272 characters
(#167) Line exceeds maximum limit of 180 characters; contains 272 characters
(#167) Line exceeds maximum limit of 180 characters; contains 272 characters
(#168) Line indented incorrectly; expected at least 76 spaces, found 0
(#168) Variable "Od" must be all lower-case
(#168) Expected 1 space after closing parenthesis; found 0
(#168) Opening brace must be the last content on the line
(#168) Variable "Od" must be all lower-case
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Closing brace must be on a line by itself
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) Inline control structures are not allowed
(#168) Expected 1 space before "as"; 0 found
(#168) Expected 1 space after "as"; 0 found
(#168) Commas (,) must be followed by white space.
(#168) Variable "X" must be all lower-case
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) Variable "X" must be all lower-case
(#168) Commas (,) must be followed by white space.
(#168) Expected 1 space before "?"; 0 found
(#168) Expected 1 space after "?"; 0 found
(#168) Commas (,) must be followed by white space.
(#168) Variable "X" must be all lower-case
(#168) Expected 1 space before ":"; 0 found
(#168) Expected 1 space after ":"; 0 found
(#168) Variable "X" must be all lower-case
(#168) Closing brace must be on a line by itself
(#168) Inline control structures are not allowed
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) Expected "if (...) {\n"; found "if(...){"
(#168) Line exceeds maximum limit of 180 characters; contains 134827 characters
(#168) Line exceeds maximum limit of 180 characters; contains 134827 characters
(#168) Line exceeds maximum limit of 180 characters; contains 134827 characters
(#168) Line exceeds maximum limit of 180 characters; contains 134827 characters
(#168) Line exceeds maximum limit of 180 characters; contains 134827 characters
(#168) Line exceeds maximum limit of 180 characters; contains 134827 characters
(#168) Line exceeds maximum limit of 180 characters; contains 134827 characters
(#168) Line exceeds maximum limit of 180 characters; contains 134827 characters
(#169) Line indented incorrectly; expected at least 80 spaces, found 0
(#170) Line indented incorrectly; expected at least 80 spaces, found 0
(#171) Line indented incorrectly; expected at least 80 spaces, found 0
(#171) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#171) Scope modifier not specified for member variable "$_result"
(#171) Commas (,) must be followed by white space.
(#171) Member variable "server_info" must not contain underscores.
(#171) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#171) Scope modifier not specified for member variable "$server_info"
(#171) Commas (,) must be followed by white space.
(#171) Member variable "affected_rows" must not contain underscores.
(#171) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#171) Scope modifier not specified for member variable "$affected_rows"
(#171) Commas (,) must be followed by white space.
(#171) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#171) Scope modifier not specified for member variable "$errno"
(#171) Commas (,) must be followed by white space.
(#171) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#171) Scope modifier not specified for member variable "$error"
(#171) Visibility must be declared on method "__construct"
(#172) Line indented incorrectly; expected at least 84 spaces, found 0
(#172) Expected 1 space after closing parenthesis; found 0
(#172) Opening brace must be the last content on the line
(#172) Expected 1 space before "="; 0 found
(#172) Expected 1 space after "="; 0 found
(#172) Commas (,) must be followed by white space.
(#172) Inline control structures are not allowed
(#172) Expected 1 space before "!=="; 0 found
(#172) Expected 1 space after "!=="; 0 found
(#172) Closing brace must be on a line by itself
(#172) Visibility must be declared on method "dsn"
(#173) Line indented incorrectly; expected at least 84 spaces, found 0
(#173) Commas (,) must be followed by white space.
(#173) Variable "V" must be all lower-case
(#173) Commas (,) must be followed by white space.
(#173) Variable "G" must be all lower-case
(#173) Expected 1 space after closing parenthesis; found 0
(#173) Opening brace must be the last content on the line
(#173) Expected "try {\n...} catch (...) {\n"; found "try{...}catch(...){"
(#173) Commas (,) must be followed by white space.
(#173) Variable "V" must be all lower-case
(#173) Commas (,) must be followed by white space.
(#173) Variable "G" must be all lower-case
(#173) Closing brace must be on a line by itself
(#173) Closing brace must be on a line by itself
(#173) Commas (,) must be followed by white space.
(#173) Expected 1 space before "="; 0 found
(#173) Expected 1 space after "="; 0 found
(#173) Closing brace must be on a line by itself
(#173) Line exceeds maximum limit of 180 characters; contains 203 characters
(#173) Visibility must be declared on method "query"
(#173) Line exceeds maximum limit of 180 characters; contains 203 characters
(#173) Line exceeds maximum limit of 180 characters; contains 203 characters
(#173) Line exceeds maximum limit of 180 characters; contains 203 characters
(#173) Line exceeds maximum limit of 180 characters; contains 203 characters
(#173) Line exceeds maximum limit of 180 characters; contains 203 characters
(#173) Line exceeds maximum limit of 180 characters; contains 203 characters
(#173) Line exceeds maximum limit of 180 characters; contains 203 characters
(#174) Line indented incorrectly; expected at least 84 spaces, found 0
(#174) Variable "H" must be all lower-case
(#174) Commas (,) must be followed by white space.
(#174) Variable "Dh" must be all lower-case
(#174) Expected 1 space after closing parenthesis; found 0
(#174) Opening brace must be the last content on the line
(#174) Variable "I" must be all lower-case
(#174) Expected 1 space before "="; 0 found
(#174) Expected 1 space after "="; 0 found
(#174) Variable "H" must be all lower-case
(#174) Expected 1 space before "="; 0 found
(#174) Expected 1 space after "="; 0 found
(#174) Expected "if (...) {\n"; found "if(...){"
(#174) Variable "I" must be all lower-case
(#174) Commas (,) must be followed by white space.
(#174) Commas (,) must be followed by white space.
(#174) Expected 1 space before "="; 0 found
(#174) Expected 1 space after "="; 0 found
(#175) Line indented incorrectly; expected at least 92 spaces, found 0
(#175) Closing brace must be on a line by itself
(#175) Variable "I" must be all lower-case
(#175) Variable "I" must be all lower-case
(#175) Closing brace must be on a line by itself
(#175) Visibility must be declared on method "multi_query"
(#176) Line indented incorrectly; expected at least 84 spaces, found 0
(#176) Variable "H" must be all lower-case
(#176) Expected 1 space after closing parenthesis; found 0
(#176) Opening brace must be the last content on the line
(#176) Expected 1 space before "="; 0 found
(#176) Expected 1 space after "="; 0 found
(#176) Variable "H" must be all lower-case
(#176) Closing brace must be on a line by itself
(#176) Visibility must be declared on method "store_result"
(#177) Line indented incorrectly; expected at least 84 spaces, found 0
(#177) Variable "I" must be all lower-case
(#177) Expected 1 space after closing parenthesis; found 0
(#177) Opening brace must be the last content on the line
(#177) Expected "if (...) {\n"; found "if(...){"
(#177) Variable "I" must be all lower-case
(#177) Variable "I" must be all lower-case
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#177) Inline control structures are not allowed
(#177) Variable "I" must be all lower-case
(#178) Line indented incorrectly; expected at least 92 spaces, found 0
(#178) Closing brace must be on a line by itself
(#178) Expected "if (...) {\n"; found "if(...){"
(#178) Variable "I" must be all lower-case
(#178) Variable "I" must be all lower-case
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#178) Variable "I" must be all lower-case
(#178) Variable "I" must be all lower-case
(#178) Closing brace must be on a line by itself
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#178) Variable "I" must be all lower-case
(#179) Line indented incorrectly; expected at least 84 spaces, found 0
(#179) Closing brace must be on a line by itself
(#179) Visibility must be declared on method "next_result"
(#180) Line indented incorrectly; expected at least 84 spaces, found 0
(#180) Expected 1 space after closing parenthesis; found 0
(#180) Opening brace must be the last content on the line
(#180) Inline control structures are not allowed
(#181) Line indented incorrectly; expected at least 88 spaces, found 0
(#181) Expected 1 space before "="; 0 found
(#181) Expected 1 space after "="; 0 found
(#181) Closing brace must be on a line by itself
(#181) Visibility must be declared on method "result"
(#182) Line indented incorrectly; expected at least 84 spaces, found 0
(#182) Variable "H" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Expected 1 space after closing parenthesis; found 0
(#182) Opening brace must be the last content on the line
(#182) Variable "I" must be all lower-case
(#182) Expected 1 space before "="; 0 found
(#182) Expected 1 space after "="; 0 found
(#182) Variable "H" must be all lower-case
(#182) Inline control structures are not allowed
(#182) Variable "I" must be all lower-case
(#183) Line indented incorrectly; expected at least 88 spaces, found 0
(#183) Variable "K" must be all lower-case
(#183) Expected 1 space before "="; 0 found
(#183) Expected 1 space after "="; 0 found
(#183) Variable "I" must be all lower-case
(#183) Variable "K" must be all lower-case
(#183) Closing brace must be on a line by itself
(#183) Closing brace must be on a line by itself
(#184) Line indented incorrectly; expected at least 76 spaces, found 0
(#185) Line indented incorrectly; expected at least 76 spaces, found 0
(#186) Line indented incorrectly; expected at least 76 spaces, found 0
(#186) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#186) Scope modifier not specified for member variable "$_offset"
(#186) Expected 1 space before "="; 0 found
(#186) Expected 1 space after "="; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Member variable "num_rows" must not contain underscores.
(#186) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#186) Scope modifier not specified for member variable "$num_rows"
(#186) Visibility must be declared on method "fetch_assoc"
(#187) Line indented incorrectly; expected at least 80 spaces, found 0
(#187) Expected 1 space after closing parenthesis; found 0
(#187) Opening brace must be the last content on the line
(#187) Closing brace must be on a line by itself
(#187) Visibility must be declared on method "fetch_row"
(#188) Line indented incorrectly; expected at least 80 spaces, found 0
(#188) Expected 1 space after closing parenthesis; found 0
(#188) Opening brace must be the last content on the line
(#188) Closing brace must be on a line by itself
(#188) Visibility must be declared on method "fetch_field"
(#189) Line indented incorrectly; expected at least 80 spaces, found 0
(#189) Expected 1 space after closing parenthesis; found 0
(#189) Opening brace must be the last content on the line
(#189) Variable "K" must be all lower-case
(#189) Expected 1 space before "="; 0 found
(#189) Expected 1 space after "="; 0 found
(#189) Variable "K" must be all lower-case
(#189) Expected 1 space before "="; 0 found
(#189) Expected 1 space after "="; 0 found
(#189) Variable "K" must be all lower-case
(#189) Variable "K" must be all lower-case
(#189) Expected 1 space before "="; 0 found
(#189) Expected 1 space after "="; 0 found
(#189) Variable "K" must be all lower-case
(#189) Variable "K" must be all lower-case
(#189) Expected 1 space before "="; 0 found
(#189) Expected 1 space after "="; 0 found
(#189) Commas (,) must be followed by white space.
(#189) Variable "K" must be all lower-case
(#189) Expected 1 space before "?"; 0 found
(#189) Expected 1 space after "?"; 0 found
(#189) Expected 1 space before ":"; 0 found
(#189) Expected 1 space after ":"; 0 found
(#189) Variable "K" must be all lower-case
(#189) Closing brace must be on a line by itself
(#189) Closing brace must be on a line by itself
(#189) Closing brace must be on a line by itself
(#189) Variable "Wb" must be all lower-case
(#189) Expected 1 space before "="; 0 found
(#189) Expected 1 space after "="; 0 found
(#189) Line exceeds maximum limit of 180 characters; contains 192 characters
(#189) Line exceeds maximum limit of 180 characters; contains 192 characters
(#189) Line exceeds maximum limit of 180 characters; contains 192 characters
(#189) Line exceeds maximum limit of 180 characters; contains 192 characters
(#189) Line exceeds maximum limit of 180 characters; contains 192 characters
(#189) Line exceeds maximum limit of 180 characters; contains 192 characters
(#189) Line exceeds maximum limit of 180 characters; contains 192 characters
(#189) Line exceeds maximum limit of 180 characters; contains 192 characters
(#190) Line indented incorrectly; expected at least 76 spaces, found 0
(#190) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#190) Scope modifier not specified for member variable "$_conn"
(#190) Visibility must be declared on method "__construct"
(#191) Line indented incorrectly; expected at least 80 spaces, found 0
(#191) Expected 1 space after closing parenthesis; found 0
(#191) Opening brace must be the last content on the line
(#191) Expected 1 space before "="; 0 found
(#191) Expected 1 space after "="; 0 found
(#191) Closing brace must be on a line by itself
(#191) Visibility must be declared on method "select"
(#192) Line indented incorrectly; expected at least 80 spaces, found 0
(#192) Variable "Q" must be all lower-case
(#192) Commas (,) must be followed by white space.
(#192) Variable "M" must be all lower-case
(#192) Commas (,) must be followed by white space.
(#192) Variable "Z" must be all lower-case
(#192) Commas (,) must be followed by white space.
(#192) Variable "Wc" must be all lower-case
(#192) Commas (,) must be followed by white space.
(#192) Variable "Xe" must be all lower-case
(#192) Commas (,) must be followed by white space.
(#192) Commas (,) must be followed by white space.
(#192) Variable "E" must be all lower-case
(#192) Commas (,) must be followed by white space.
(#192) Variable "Ef" must be all lower-case
(#192) Expected 1 space after closing parenthesis; found 0
(#192) Opening brace must be the last content on the line
(#192) Commas (,) must be followed by white space.
(#192) Variable "_d" must not contain underscores.
(#192) Expected 1 space before "="; 0 found
(#192) Expected 1 space after "="; 0 found
(#192) Variable "Wc" must be all lower-case
(#192) Expected 1 space before "<"; 0 found
(#192) Expected 1 space after "<"; 0 found
(#192) Variable "M" must be all lower-case
(#192) Variable "H" must be all lower-case
(#192) Expected 1 space before "="; 0 found
(#192) Expected 1 space after "="; 0 found
(#192) Variable "M" must be all lower-case
(#192) Commas (,) must be followed by white space.
(#192) Variable "Z" must be all lower-case
(#192) Commas (,) must be followed by white space.
(#192) Variable "Wc" must be all lower-case
(#192) Commas (,) must be followed by white space.
(#192) Variable "Xe" must be all lower-case
(#192) Commas (,) must be followed by white space.
(#192) Commas (,) must be followed by white space.
(#192) Variable "E" must be all lower-case
(#192) Inline control structures are not allowed
(#192) Variable "H" must be all lower-case
(#192) Variable "H" must be all lower-case
(#192) Expected 1 space before "="; 0 found
(#192) Expected 1 space after "="; 0 found
(#192) Expected 1 space before "!="; 0 found
(#192) Expected 1 space after "!="; 0 found
(#192) Variable "Wc" must be all lower-case
(#192) Variable "_d" must not contain underscores.
(#192) Expected 1 space before "=="; 0 found
(#192) Expected 1 space after "=="; 0 found
(#192) Expected 1 space before "?"; 0 found
(#192) Expected 1 space after "?"; 0 found
(#192) Expected 1 space before ":"; 0 found
(#192) Expected 1 space after ":"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Variable "M" must be all lower-case
(#192) Variable "Q" must be all lower-case
(#192) Commas (,) must be followed by white space.
(#192) Variable "Z" must be all lower-case
(#192) Expected 1 space before "?"; 0 found
(#192) Expected 1 space after "?"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Variable "Z" must be all lower-case
(#192) Expected 1 space before ":"; 0 found
(#192) Expected 1 space after ":"; 0 found
(#192) Variable "Wc" must be all lower-case
(#192) Variable "_d" must not contain underscores.
(#192) Expected 1 space before "?"; 0 found
(#192) Expected 1 space after "?"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Variable "Wc" must be all lower-case
(#192) Expected 1 space before ":"; 0 found
(#192) Expected 1 space after ":"; 0 found
(#192) Variable "Xe" must be all lower-case
(#192) Expected 1 space before "?"; 0 found
(#192) Expected 1 space after "?"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Variable "Xe" must be all lower-case
(#192) Expected 1 space before ":"; 0 found
(#192) Expected 1 space after ":"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "!="; 0 found
(#192) Expected 1 space after "!="; 0 found
(#192) Expected 1 space before "?"; 0 found
(#192) Expected 1 space after "?"; 0 found
(#192) Expected 1 space before ":"; 0 found
(#192) Expected 1 space after ":"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Variable "E" must be all lower-case
(#192) Expected 1 space before "?"; 0 found
(#192) Expected 1 space after "?"; 0 found
(#192) Expected 1 space before "*"; 0 found
(#192) Expected 1 space after "*"; 0 found
(#192) Variable "E" must be all lower-case
(#192) Expected 1 space before ":"; 0 found
(#192) Expected 1 space after ":"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Variable "Ig" must be all lower-case
(#192) Expected 1 space before "="; 0 found
(#192) Expected 1 space after "="; 0 found
(#192) Variable "J" must be all lower-case
(#192) Expected 1 space before "="; 0 found
(#192) Expected 1 space after "="; 0 found
(#192) Variable "H" must be all lower-case
(#192) Inline control structures are not allowed
(#192) Variable "Ef" must be all lower-case
(#192) Variable "H" must be all lower-case
(#192) Commas (,) must be followed by white space.
(#192) Variable "Ig" must be all lower-case
(#192) Variable "J" must be all lower-case
(#192) Closing brace must be on a line by itself
(#192) Line exceeds maximum limit of 180 characters; contains 559 characters
(#192) Visibility must be declared on method "delete"
(#192) Line exceeds maximum limit of 180 characters; contains 559 characters
(#192) Line exceeds maximum limit of 180 characters; contains 559 characters
(#192) Line exceeds maximum limit of 180 characters; contains 559 characters
(#192) Line exceeds maximum limit of 180 characters; contains 559 characters
(#192) Line exceeds maximum limit of 180 characters; contains 559 characters
(#192) Line exceeds maximum limit of 180 characters; contains 559 characters
(#192) Line exceeds maximum limit of 180 characters; contains 559 characters
(#193) Line indented incorrectly; expected at least 80 spaces, found 0
(#193) Variable "Q" must be all lower-case
(#193) Commas (,) must be followed by white space.
(#193) Variable "Nf" must be all lower-case
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space after closing parenthesis; found 0
(#193) Opening brace must be the last content on the line
(#193) Variable "H" must be all lower-case
(#193) Expected 1 space before "="; 0 found
(#193) Expected 1 space after "="; 0 found
(#193) Variable "Q" must be all lower-case
(#194) Line indented incorrectly; expected at least 84 spaces, found 0
(#194) Expected 1 space before "?"; 0 found
(#194) Expected 1 space after "?"; 0 found
(#194) Variable "H" must be all lower-case
(#194) Commas (,) must be followed by white space.
(#194) Variable "Nf" must be all lower-case
(#194) Expected 1 space before ":"; 0 found
(#194) Expected 1 space after ":"; 0 found
(#194) Variable "H" must be all lower-case
(#194) Closing brace must be on a line by itself
(#194) Visibility must be declared on method "update"
(#195) Line indented incorrectly; expected at least 80 spaces, found 0
(#195) Variable "Q" must be all lower-case
(#195) Commas (,) must be followed by white space.
(#195) Variable "O" must be all lower-case
(#195) Commas (,) must be followed by white space.
(#195) Variable "Nf" must be all lower-case
(#195) Commas (,) must be followed by white space.
(#195) Commas (,) must be followed by white space.
(#195) Expected 1 space after closing parenthesis; found 0
(#195) Opening brace must be the last content on the line
(#195) Variable "Uh" must be all lower-case
(#195) Expected 1 space before "="; 0 found
(#195) Expected 1 space after "="; 0 found
(#195) Inline control structures are not allowed
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#195) Expected 1 space after "as"; 0 found
(#195) Variable "O" must be all lower-case
(#196) Line indented incorrectly; expected at least 84 spaces, found 0
(#196) Expected 1 space before "=>"; 0 found
(#196) Expected 1 space after "=>"; 0 found
(#196) Variable "X" must be all lower-case
(#196) Variable "Uh" must be all lower-case
(#196) Expected 1 space before "="; 0 found
(#196) Expected 1 space after "="; 0 found
(#196) Variable "H" must be all lower-case
(#196) Expected 1 space before "="; 0 found
(#196) Expected 1 space after "="; 0 found
(#196) Variable "Q" must be all lower-case
(#196) Commas (,) must be followed by white space.
(#196) Variable "Uh" must be all lower-case
(#197) Line indented incorrectly; expected at least 84 spaces, found 0
(#197) Expected 1 space before "?"; 0 found
(#197) Expected 1 space after "?"; 0 found
(#197) Variable "H" must be all lower-case
(#197) Commas (,) must be followed by white space.
(#197) Variable "Nf" must be all lower-case
(#197) Expected 1 space before ":"; 0 found
(#197) Expected 1 space after ":"; 0 found
(#197) Variable "H" must be all lower-case
(#197) Closing brace must be on a line by itself
(#197) Visibility must be declared on method "insert"
(#198) Line indented incorrectly; expected at least 84 spaces, found 0
(#198) Variable "Q" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Variable "O" must be all lower-case
(#198) Expected 1 space after closing parenthesis; found 0
(#198) Opening brace must be the last content on the line
(#199) Line indented incorrectly; expected at least 88 spaces, found 0
(#199) Variable "Q" must be all lower-case
(#199) Variable "O" must be all lower-case
(#199) Expected 1 space before "?"; 0 found
(#199) Expected 1 space after "?"; 0 found
(#199) Commas (,) must be followed by white space.
(#199) Variable "O" must be all lower-case
(#199) Commas (,) must be followed by white space.
(#199) Variable "O" must be all lower-case
(#199) Expected 1 space before ":"; 0 found
(#199) Expected 1 space after ":"; 0 found
(#199) Closing brace must be on a line by itself
(#199) Line exceeds 132 characters; contains 135 characters
(#199) Line exceeds 132 characters; contains 135 characters
(#199) Line exceeds 132 characters; contains 135 characters
(#199) Line exceeds 132 characters; contains 135 characters
(#199) Line exceeds 132 characters; contains 135 characters
(#199) Line exceeds 132 characters; contains 135 characters
(#199) Line exceeds 132 characters; contains 135 characters
(#199) Line exceeds 132 characters; contains 135 characters
(#199) method name "Min_SQL::insertUpdate" must be in lower-case letters only
(#199) Visibility must be declared on method "insertUpdate"
(#200) Line indented incorrectly; expected at least 84 spaces, found 0
(#200) Variable "Q" must be all lower-case
(#200) Commas (,) must be followed by white space.
(#200) Variable "L" must be all lower-case
(#200) Commas (,) must be followed by white space.
(#200) Variable "Cf" must be all lower-case
(#200) Expected 1 space after closing parenthesis; found 0
(#200) Opening brace must be the last content on the line
(#201) Line indented incorrectly; expected at least 88 spaces, found 0
(#201) Closing brace must be on a line by itself
(#201) Visibility must be declared on method "begin"
(#202) Line indented incorrectly; expected at least 88 spaces, found 0
(#202) Expected 1 space after closing parenthesis; found 0
(#202) Opening brace must be the last content on the line
(#203) Line indented incorrectly; expected at least 92 spaces, found 0
(#203) Closing brace must be on a line by itself
(#203) Visibility must be declared on method "commit"
(#204) Line indented incorrectly; expected at least 88 spaces, found 0
(#204) Expected 1 space after closing parenthesis; found 0
(#204) Opening brace must be the last content on the line
(#205) Line indented incorrectly; expected at least 92 spaces, found 0
(#205) Closing brace must be on a line by itself
(#205) Visibility must be declared on method "rollback"
(#206) Line indented incorrectly; expected at least 92 spaces, found 0
(#206) Expected 1 space after closing parenthesis; found 0
(#206) Opening brace must be the last content on the line
(#207) Line indented incorrectly; expected at least 96 spaces, found 0
(#207) Closing brace must be on a line by itself
(#207) Closing brace must be on a line by itself
(#207) Variable "Wb" must be all lower-case
(#207) Expected 1 space before "="; 0 found
(#207) Expected 1 space after "="; 0 found
(#207) Variable "Wb" must be all lower-case
(#207) Expected 1 space before "="; 0 found
(#207) Expected 1 space after "="; 0 found
(#207) Expected "if (...) {\n"; found "if(...){"
(#207) Variable "_f" must not contain underscores.
(#207) Expected 1 space before "="; 0 found
(#207) Expected 1 space after "="; 0 found
(#207) Expected 1 space before "?"; 0 found
(#207) Expected 1 space after "?"; 0 found
(#207) Expected 1 space before ":"; 0 found
(#207) Expected 1 space after ":"; 0 found
(#207) Commas (,) must be followed by white space.
(#207) Commas (,) must be followed by white space.
(#207) Expected 1 space before "?"; 0 found
(#207) Expected 1 space after "?"; 0 found
(#207) Expected 1 space before ":"; 0 found
(#207) Expected 1 space after ":"; 0 found
(#207) Expected "if (...) {\n"; found "if(...){"
(#207) Expected 1 space before "?"; 0 found
(#207) Expected 1 space after "?"; 0 found
(#207) Expected 1 space before ":"; 0 found
(#207) Expected 1 space after ":"; 0 found
(#207) Expected "if (...) {\n"; found "if(...){"
(#207) Line exceeds maximum limit of 180 characters; contains 354 characters
(#207) Line exceeds maximum limit of 180 characters; contains 354 characters
(#207) Line exceeds maximum limit of 180 characters; contains 354 characters
(#207) Line exceeds maximum limit of 180 characters; contains 354 characters
(#207) Line exceeds maximum limit of 180 characters; contains 354 characters
(#207) Line exceeds maximum limit of 180 characters; contains 354 characters
(#207) Line exceeds maximum limit of 180 characters; contains 354 characters
(#207) Line exceeds maximum limit of 180 characters; contains 354 characters
(#208) Line indented incorrectly; expected at least 92 spaces, found 0
(#208) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#208) Scope modifier not specified for member variable "$extension"
(#208) Expected 1 space before "="; 0 found
(#208) Expected 1 space after "="; 0 found
(#208) Commas (,) must be followed by white space.
(#208) Member variable "server_info" must not contain underscores.
(#208) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#208) Scope modifier not specified for member variable "$server_info"
(#208) Commas (,) must be followed by white space.
(#208) Member variable "affected_rows" must not contain underscores.
(#208) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#208) Scope modifier not specified for member variable "$affected_rows"
(#208) Commas (,) must be followed by white space.
(#208) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#208) Scope modifier not specified for member variable "$errno"
(#208) Commas (,) must be followed by white space.
(#208) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#208) Scope modifier not specified for member variable "$error"
(#208) Commas (,) must be followed by white space.
(#208) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#208) Scope modifier not specified for member variable "$_link"
(#208) Visibility must be declared on method "__construct"
(#209) Line indented incorrectly; expected at least 96 spaces, found 0
(#209) Variable "Hc" must be all lower-case
(#209) Expected 1 space after closing parenthesis; found 0
(#209) Opening brace must be the last content on the line
(#209) Expected 1 space before "="; 0 found
(#209) Expected 1 space after "="; 0 found
(#210) Line indented incorrectly; expected at least 100 spaces, found 0
(#210) Variable "Hc" must be all lower-case
(#210) Variable "Xh" must be all lower-case
(#210) Expected 1 space before "="; 0 found
(#210) Expected 1 space after "="; 0 found
(#210) Expected 1 space before "="; 0 found
(#210) Expected 1 space after "="; 0 found
(#210) Variable "Xh" must be all lower-case
(#210) Closing brace must be on a line by itself
(#210) Visibility must be declared on method "query"
(#211) Line indented incorrectly; expected at least 92 spaces, found 0
(#211) Variable "H" must be all lower-case
(#211) Expected 1 space after closing parenthesis; found 0
(#211) Opening brace must be the last content on the line
(#211) Variable "I" must be all lower-case
(#211) Expected 1 space before "="; 0 found
(#211) Expected 1 space after "="; 0 found
(#211) Variable "H" must be all lower-case
(#211) Expected 1 space before "="; 0 found
(#211) Expected 1 space after "="; 0 found
(#211) Expected "if (...) {\n"; found "if(...){"
(#211) Variable "I" must be all lower-case
(#211) Expected 1 space before "="; 0 found
(#211) Expected 1 space after "="; 0 found
(#211) Expected 1 space before "="; 0 found
(#211) Expected 1 space after "="; 0 found
(#211) Line exceeds 132 characters; contains 153 characters
(#211) Line exceeds 132 characters; contains 153 characters
(#211) Line exceeds 132 characters; contains 153 characters
(#211) Line exceeds 132 characters; contains 153 characters
(#211) Line exceeds 132 characters; contains 153 characters
(#211) Line exceeds 132 characters; contains 153 characters
(#211) Line exceeds 132 characters; contains 153 characters
(#211) Line exceeds 132 characters; contains 153 characters
(#212) Line indented incorrectly; expected at least 100 spaces, found 0
(#212) Closing brace must be on a line by itself
(#212) Inline control structures are not allowed
(#212) Usage of ELSEIF not allowed; use ELSE IF instead
(#212) Variable "I" must be all lower-case
(#213) Line indented incorrectly; expected at least 92 spaces, found 0
(#214) Line indented incorrectly; expected at least 92 spaces, found 0
(#214) Variable "I" must be all lower-case
(#214) Expected 1 space before "="; 0 found
(#214) Expected 1 space after "="; 0 found
(#215) Line indented incorrectly; expected at least 92 spaces, found 0
(#215) Closing brace must be on a line by itself
(#215) Visibility must be declared on method "quote"
(#216) Line indented incorrectly; expected at least 100 spaces, found 0
(#216) Variable "P" must be all lower-case
(#216) Expected 1 space after closing parenthesis; found 0
(#216) Opening brace must be the last content on the line
(#216) Variable "P" must be all lower-case
(#216) Expected 1 space before "?"; 0 found
(#216) Expected 1 space after "?"; 0 found
(#216) Variable "P" must be all lower-case
(#216) Expected 1 space before ":"; 0 found
(#216) Expected 1 space after ":"; 0 found
(#216) Commas (,) must be followed by white space.
(#216) Variable "P" must be all lower-case
(#216) Closing brace must be on a line by itself
(#216) Visibility must be declared on method "store_result"
(#217) Line indented incorrectly; expected at least 100 spaces, found 0
(#217) Expected 1 space after closing parenthesis; found 0
(#217) Opening brace must be the last content on the line
(#217) Closing brace must be on a line by itself
(#217) Visibility must be declared on method "result"
(#218) Line indented incorrectly; expected at least 100 spaces, found 0
(#218) Variable "H" must be all lower-case
(#218) Commas (,) must be followed by white space.
(#218) Expected 1 space after closing parenthesis; found 0
(#218) Opening brace must be the last content on the line
(#218) Variable "I" must be all lower-case
(#218) Expected 1 space before "="; 0 found
(#218) Expected 1 space after "="; 0 found
(#218) Variable "H" must be all lower-case
(#218) Inline control structures are not allowed
(#218) Variable "I" must be all lower-case
(#219) Line indented incorrectly; expected at least 104 spaces, found 0
(#219) Variable "K" must be all lower-case
(#219) Expected 1 space before "="; 0 found
(#219) Expected 1 space after "="; 0 found
(#219) Variable "I" must be all lower-case
(#219) Variable "K" must be all lower-case
(#219) Closing brace must be on a line by itself
(#219) Closing brace must be on a line by itself
(#220) Line indented incorrectly; expected at least 96 spaces, found 0
(#220) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#220) Scope modifier not specified for member variable "$_result"
(#220) Commas (,) must be followed by white space.
(#220) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#220) Scope modifier not specified for member variable "$_offset"
(#220) Expected 1 space before "="; 0 found
(#220) Expected 1 space after "="; 0 found
(#220) Commas (,) must be followed by white space.
(#220) Member variable "num_rows" must not contain underscores.
(#220) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#220) Scope modifier not specified for member variable "$num_rows"
(#220) Visibility must be declared on method "__construct"
(#221) Line indented incorrectly; expected at least 100 spaces, found 0
(#221) Variable "I" must be all lower-case
(#221) Expected 1 space after closing parenthesis; found 0
(#221) Opening brace must be the last content on the line
(#221) Expected 1 space before "="; 0 found
(#221) Expected 1 space after "="; 0 found
(#221) Variable "I" must be all lower-case
(#221) Closing brace must be on a line by itself
(#221) Visibility must be declared on method "fetch_assoc"
(#222) Line indented incorrectly; expected at least 100 spaces, found 0
(#222) Expected 1 space after closing parenthesis; found 0
(#222) Opening brace must be the last content on the line
(#222) Closing brace must be on a line by itself
(#222) Visibility must be declared on method "fetch_row"
(#223) Line indented incorrectly; expected at least 100 spaces, found 0
(#223) Expected 1 space after closing parenthesis; found 0
(#223) Opening brace must be the last content on the line
(#223) Closing brace must be on a line by itself
(#223) Visibility must be declared on method "fetch_field"
(#224) Line indented incorrectly; expected at least 100 spaces, found 0
(#224) Expected 1 space after closing parenthesis; found 0
(#224) Opening brace must be the last content on the line
(#224) Expected 1 space before "="; 0 found
(#224) Expected 1 space after "="; 0 found
(#224) Variable "U" must be all lower-case
(#224) Expected 1 space before "="; 0 found
(#224) Expected 1 space after "="; 0 found
(#224) Expected 1 space before "=>"; 0 found
(#224) Expected 1 space after "=>"; 0 found
(#224) Commas (,) must be followed by white space.
(#224) Expected 1 space before "=>"; 0 found
(#224) Expected 1 space after "=>"; 0 found
(#224) Variable "U" must be all lower-case
(#224) Commas (,) must be followed by white space.
(#224) Expected 1 space before "=>"; 0 found
(#224) Expected 1 space after "=>"; 0 found
(#224) Variable "U" must be all lower-case
(#224) Expected 1 space before "=="; 0 found
(#224) Expected 1 space after "=="; 0 found
(#224) Expected 1 space before "?"; 0 found
(#224) Expected 1 space after "?"; 0 found
(#224) Expected 1 space before ":"; 0 found
(#224) Expected 1 space after ":"; 0 found
(#224) Commas (,) must be followed by white space.
(#224) Closing brace must be on a line by itself
(#224) Line exceeds maximum limit of 180 characters; contains 186 characters
(#224) method name "Min_Result::__desctruct" is invalid; only PHP magic methods should be prefixed with a double underscore
(#224) Visibility must be declared on method "__desctruct"
(#224) Line exceeds maximum limit of 180 characters; contains 186 characters
(#224) Line exceeds maximum limit of 180 characters; contains 186 characters
(#224) Line exceeds maximum limit of 180 characters; contains 186 characters
(#224) Line exceeds maximum limit of 180 characters; contains 186 characters
(#224) Line exceeds maximum limit of 180 characters; contains 186 characters
(#224) Line exceeds maximum limit of 180 characters; contains 186 characters
(#224) Line exceeds maximum limit of 180 characters; contains 186 characters
(#225) Line indented incorrectly; expected at least 100 spaces, found 0
(#225) Expected 1 space after closing parenthesis; found 0
(#225) Opening brace must be the last content on the line
(#225) Closing brace must be on a line by itself
(#225) Closing brace must be on a line by itself
(#225) Closing brace must be on a line by itself
(#225) Expected "} else {\n"; found "}else{"
(#225) Duplicate class name "Min_SQLite" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 207
(#226) Line indented incorrectly; expected at least 100 spaces, found 0
(#226) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#226) Scope modifier not specified for member variable "$extension"
(#226) Expected 1 space before "="; 0 found
(#226) Expected 1 space after "="; 0 found
(#226) Commas (,) must be followed by white space.
(#226) Member variable "server_info" must not contain underscores.
(#226) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#226) Scope modifier not specified for member variable "$server_info"
(#226) Commas (,) must be followed by white space.
(#226) Member variable "affected_rows" must not contain underscores.
(#226) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#226) Scope modifier not specified for member variable "$affected_rows"
(#226) Commas (,) must be followed by white space.
(#226) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#226) Scope modifier not specified for member variable "$error"
(#226) Commas (,) must be followed by white space.
(#226) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#226) Scope modifier not specified for member variable "$_link"
(#226) Visibility must be declared on method "__construct"
(#227) Line indented incorrectly; expected at least 104 spaces, found 0
(#227) Variable "Hc" must be all lower-case
(#227) Expected 1 space after closing parenthesis; found 0
(#227) Opening brace must be the last content on the line
(#227) Expected 1 space before "="; 0 found
(#227) Expected 1 space after "="; 0 found
(#227) Extension 'sqlite' is removed since PHP 5.4
(#227) Expected 1 space before "="; 0 found
(#227) Expected 1 space after "="; 0 found
(#228) Line indented incorrectly; expected at least 108 spaces, found 0
(#228) Variable "Hc" must be all lower-case
(#228) Closing brace must be on a line by itself
(#228) Visibility must be declared on method "query"
(#229) Line indented incorrectly; expected at least 100 spaces, found 0
(#229) Variable "H" must be all lower-case
(#229) Commas (,) must be followed by white space.
(#229) Variable "Dh" must be all lower-case
(#229) Expected 1 space after closing parenthesis; found 0
(#229) Opening brace must be the last content on the line
(#229) Expected 1 space before "="; 0 found
(#229) Expected 1 space after "="; 0 found
(#229) Variable "Dh" must be all lower-case
(#229) Expected 1 space before "?"; 0 found
(#229) Expected 1 space after "?"; 0 found
(#229) Expected 1 space before ":"; 0 found
(#229) Expected 1 space after ":"; 0 found
(#229) Variable "I" must be all lower-case
(#229) Expected 1 space before "="; 0 found
(#229) Expected 1 space after "="; 0 found
(#229) Variable "H" must be all lower-case
(#229) Commas (,) must be followed by white space.
(#229) Commas (,) must be followed by white space.
(#229) Expected 1 space before "="; 0 found
(#229) Expected 1 space after "="; 0 found
(#229) Expected "if (...) {\n"; found "if(...){"
(#229) Variable "I" must be all lower-case
(#229) Expected 1 space before "="; 0 found
(#229) Expected 1 space after "="; 0 found
(#229) Line exceeds 132 characters; contains 143 characters
(#229) Line exceeds 132 characters; contains 143 characters
(#229) Line exceeds 132 characters; contains 143 characters
(#229) Line exceeds 132 characters; contains 143 characters
(#229) Line exceeds 132 characters; contains 143 characters
(#229) Line exceeds 132 characters; contains 143 characters
(#229) Line exceeds 132 characters; contains 143 characters
(#229) Line exceeds 132 characters; contains 143 characters
(#230) Line indented incorrectly; expected at least 108 spaces, found 0
(#230) Closing brace must be on a line by itself
(#230) Usage of ELSEIF not allowed; use ELSE IF instead
(#230) Variable "I" must be all lower-case
(#230) Expected 1 space before "==="; 0 found
(#230) Expected 1 space after "==="; 0 found
(#230) Expected 1 space before "="; 0 found
(#230) Expected 1 space after "="; 0 found
(#231) Line indented incorrectly; expected at least 104 spaces, found 0
(#231) Closing brace must be on a line by itself
(#232) Line indented incorrectly; expected at least 108 spaces, found 0
(#233) Line indented incorrectly; expected at least 108 spaces, found 0
(#233) Variable "I" must be all lower-case
(#233) Closing brace must be on a line by itself
(#233) Visibility must be declared on method "quote"
(#234) Line indented incorrectly; expected at least 108 spaces, found 0
(#234) Variable "P" must be all lower-case
(#234) Expected 1 space after closing parenthesis; found 0
(#234) Opening brace must be the last content on the line
(#234) Extension 'sqlite' is removed since PHP 5.4
(#234) Variable "P" must be all lower-case
(#234) Closing brace must be on a line by itself
(#234) Visibility must be declared on method "store_result"
(#235) Line indented incorrectly; expected at least 108 spaces, found 0
(#235) Expected 1 space after closing parenthesis; found 0
(#235) Opening brace must be the last content on the line
(#235) Closing brace must be on a line by itself
(#235) Visibility must be declared on method "result"
(#236) Line indented incorrectly; expected at least 108 spaces, found 0
(#236) Variable "H" must be all lower-case
(#236) Commas (,) must be followed by white space.
(#236) Expected 1 space after closing parenthesis; found 0
(#236) Opening brace must be the last content on the line
(#236) Variable "I" must be all lower-case
(#236) Expected 1 space before "="; 0 found
(#236) Expected 1 space after "="; 0 found
(#236) Variable "H" must be all lower-case
(#236) Inline control structures are not allowed
(#236) Variable "I" must be all lower-case
(#237) Line indented incorrectly; expected at least 112 spaces, found 0
(#237) Variable "K" must be all lower-case
(#237) Expected 1 space before "="; 0 found
(#237) Expected 1 space after "="; 0 found
(#237) Variable "I" must be all lower-case
(#237) Variable "K" must be all lower-case
(#237) Closing brace must be on a line by itself
(#237) Closing brace must be on a line by itself
(#237) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 219
(#238) Line indented incorrectly; expected at least 100 spaces, found 0
(#238) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#238) Scope modifier not specified for member variable "$_result"
(#238) Commas (,) must be followed by white space.
(#238) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#238) Scope modifier not specified for member variable "$_offset"
(#238) Expected 1 space before "="; 0 found
(#238) Expected 1 space after "="; 0 found
(#238) Commas (,) must be followed by white space.
(#238) Member variable "num_rows" must not contain underscores.
(#238) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#238) Scope modifier not specified for member variable "$num_rows"
(#238) Visibility must be declared on method "__construct"
(#239) Line indented incorrectly; expected at least 104 spaces, found 0
(#239) Variable "I" must be all lower-case
(#239) Expected 1 space after closing parenthesis; found 0
(#239) Opening brace must be the last content on the line
(#239) Expected 1 space before "="; 0 found
(#239) Expected 1 space after "="; 0 found
(#239) Variable "I" must be all lower-case
(#239) Inline control structures are not allowed
(#239) Variable "I" must be all lower-case
(#239) Commas (,) must be followed by white space.
(#239) Expected 1 space before "="; 0 found
(#239) Expected 1 space after "="; 0 found
(#239) Variable "I" must be all lower-case
(#239) Closing brace must be on a line by itself
(#239) Visibility must be declared on method "fetch_assoc"
(#240) Line indented incorrectly; expected at least 104 spaces, found 0
(#240) Expected 1 space after closing parenthesis; found 0
(#240) Opening brace must be the last content on the line
(#240) Variable "K" must be all lower-case
(#240) Expected 1 space before "="; 0 found
(#240) Expected 1 space after "="; 0 found
(#240) Inline control structures are not allowed
(#240) Variable "K" must be all lower-case
(#241) Line indented incorrectly; expected at least 108 spaces, found 0
(#241) Variable "J" must be all lower-case
(#241) Expected 1 space before "="; 0 found
(#241) Expected 1 space after "="; 0 found
(#241) Inline control structures are not allowed
(#241) Expected 1 space before "=>"; 0 found
(#241) Expected 1 space after "=>"; 0 found
(#241) Expected 1 space after "as"; 0 found
(#241) Variable "K" must be all lower-case
(#242) Line indented incorrectly; expected at least 108 spaces, found 0
(#242) Expected 1 space before "=>"; 0 found
(#242) Expected 1 space after "=>"; 0 found
(#242) Variable "X" must be all lower-case
(#242) Variable "J" must be all lower-case
(#242) Expected 1 space before "=="; 0 found
(#242) Expected 1 space after "=="; 0 found
(#242) Expected 1 space before "?"; 0 found
(#242) Expected 1 space after "?"; 0 found
(#242) Expected 1 space before ":"; 0 found
(#242) Expected 1 space after ":"; 0 found
(#242) Expected 1 space before "="; 0 found
(#242) Expected 1 space after "="; 0 found
(#242) Variable "X" must be all lower-case
(#242) Variable "J" must be all lower-case
(#242) Closing brace must be on a line by itself
(#242) Visibility must be declared on method "fetch_row"
(#243) Line indented incorrectly; expected at least 104 spaces, found 0
(#243) Expected 1 space after closing parenthesis; found 0
(#243) Opening brace must be the last content on the line
(#243) Closing brace must be on a line by itself
(#243) Visibility must be declared on method "fetch_field"
(#244) Line indented incorrectly; expected at least 104 spaces, found 0
(#244) Expected 1 space after closing parenthesis; found 0
(#244) Opening brace must be the last content on the line
(#244) Variable "C" must be all lower-case
(#244) Expected 1 space before "="; 0 found
(#244) Expected 1 space after "="; 0 found
(#244) Expected 1 space before "="; 0 found
(#244) Expected 1 space after "="; 0 found
(#244) Expected "if (...) {\n"; found "if(...){"
(#244) Commas (,) must be followed by white space.
(#244) Variable "C" must be all lower-case
(#244) Commas (,) must be followed by white space.
(#244) Variable "B" must be all lower-case
(#244) Variable "Q" must be all lower-case
(#244) Expected 1 space before "="; 0 found
(#244) Expected 1 space after "="; 0 found
(#244) Variable "B" must be all lower-case
(#244) Expected 1 space before "!="; 0 found
(#244) Expected 1 space after "!="; 0 found
(#244) Expected 1 space before "?"; 0 found
(#244) Expected 1 space after "?"; 0 found
(#244) Variable "B" must be all lower-case
(#244) Expected 1 space before ":"; 0 found
(#244) Expected 1 space after ":"; 0 found
(#244) Variable "B" must be all lower-case
(#244) Variable "C" must be all lower-case
(#244) Expected 1 space before "="; 0 found
(#244) Expected 1 space after "="; 0 found
(#244) Variable "B" must be all lower-case
(#244) Expected 1 space before "!="; 0 found
(#244) Expected 1 space after "!="; 0 found
(#244) Expected 1 space before "?"; 0 found
(#244) Expected 1 space after "?"; 0 found
(#244) Variable "B" must be all lower-case
(#244) Expected 1 space before ":"; 0 found
(#244) Expected 1 space after ":"; 0 found
(#244) Variable "B" must be all lower-case
(#244) Closing brace must be on a line by itself
(#244) Expected 1 space before "=>"; 0 found
(#244) Expected 1 space after "=>"; 0 found
(#244) Variable "C" must be all lower-case
(#244) Commas (,) must be followed by white space.
(#244) Expected 1 space before "=>"; 0 found
(#244) Expected 1 space after "=>"; 0 found
(#244) Variable "C" must be all lower-case
(#244) Commas (,) must be followed by white space.
(#244) Expected 1 space before "=>"; 0 found
(#244) Expected 1 space after "=>"; 0 found
(#244) Variable "Q" must be all lower-case
(#244) Commas (,) must be followed by white space.
(#244) Closing brace must be on a line by itself
(#244) Closing brace must be on a line by itself
(#244) Closing brace must be on a line by itself
(#244) Closing brace must be on a line by itself
(#244) Usage of ELSEIF not allowed; use ELSE IF instead
(#244) Duplicate class name "Min_SQLite" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 207
(#244) Line exceeds maximum limit of 180 characters; contains 331 characters
(#244) Line exceeds maximum limit of 180 characters; contains 331 characters
(#244) Line exceeds maximum limit of 180 characters; contains 331 characters
(#244) Line exceeds maximum limit of 180 characters; contains 331 characters
(#244) Line exceeds maximum limit of 180 characters; contains 331 characters
(#244) Line exceeds maximum limit of 180 characters; contains 331 characters
(#244) Line exceeds maximum limit of 180 characters; contains 331 characters
(#244) Line exceeds maximum limit of 180 characters; contains 331 characters
(#245) Line indented incorrectly; expected at least 100 spaces, found 0
(#246) Line indented incorrectly; expected at least 100 spaces, found 0
(#247) Line indented incorrectly; expected at least 100 spaces, found 0
(#247) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#247) Scope modifier not specified for member variable "$extension"
(#247) Expected 1 space before "="; 0 found
(#247) Expected 1 space after "="; 0 found
(#247) Visibility must be declared on method "__construct"
(#248) Line indented incorrectly; expected at least 104 spaces, found 0
(#248) Variable "Hc" must be all lower-case
(#248) Expected 1 space after closing parenthesis; found 0
(#248) Opening brace must be the last content on the line
(#248) Variable "Hc" must be all lower-case
(#248) Commas (,) must be followed by white space.
(#248) Commas (,) must be followed by white space.
(#248) Closing brace must be on a line by itself
(#248) Closing brace must be on a line by itself
(#248) Closing brace must be on a line by itself
(#248) Expected "if (...) {\n"; found "if(...){"
(#249) Line indented incorrectly; expected at least 108 spaces, found 0
(#250) Line indented incorrectly; expected at least 108 spaces, found 0
(#251) Line indented incorrectly; expected at least 108 spaces, found 0
(#251) Visibility must be declared on method "__construct"
(#252) Line indented incorrectly; expected at least 112 spaces, found 0
(#252) Expected 1 space after closing parenthesis; found 0
(#252) Opening brace must be the last content on the line
(#252) Closing brace must be on a line by itself
(#252) Visibility must be declared on method "select_db"
(#253) Line indented incorrectly; expected at least 112 spaces, found 0
(#253) Variable "Hc" must be all lower-case
(#253) Expected 1 space after closing parenthesis; found 0
(#253) Opening brace must be the last content on the line
(#253) Expected "if (...) {\n"; found "if(...){"
(#253) Variable "Hc" must be all lower-case
(#253) Commas (,) must be followed by white space.
(#253) Variable "Hc" must be all lower-case
(#253) Expected 1 space before "?"; 0 found
(#253) Expected 1 space after "?"; 0 found
(#253) Variable "Hc" must be all lower-case
(#253) Expected 1 space before ":"; 0 found
(#253) Expected 1 space after ":"; 0 found
(#253) Variable "Hc" must be all lower-case
(#253) Variable "Hc" must be all lower-case
(#253) Line exceeds maximum limit of 180 characters; contains 195 characters
(#253) Line exceeds maximum limit of 180 characters; contains 195 characters
(#253) Line exceeds maximum limit of 180 characters; contains 195 characters
(#253) Line exceeds maximum limit of 180 characters; contains 195 characters
(#253) Line exceeds maximum limit of 180 characters; contains 195 characters
(#253) Line exceeds maximum limit of 180 characters; contains 195 characters
(#253) Line exceeds maximum limit of 180 characters; contains 195 characters
(#253) Line exceeds maximum limit of 180 characters; contains 195 characters
(#254) Line indented incorrectly; expected at least 120 spaces, found 0
(#254) Closing brace must be on a line by itself
(#255) Line indented incorrectly; expected at least 112 spaces, found 0
(#255) Closing brace must be on a line by itself
(#255) Visibility must be declared on method "multi_query"
(#256) Line indented incorrectly; expected at least 112 spaces, found 0
(#256) Variable "H" must be all lower-case
(#256) Expected 1 space after closing parenthesis; found 0
(#256) Opening brace must be the last content on the line
(#256) Expected 1 space before "="; 0 found
(#256) Expected 1 space after "="; 0 found
(#256) Variable "H" must be all lower-case
(#256) Closing brace must be on a line by itself
(#256) Visibility must be declared on method "next_result"
(#257) Line indented incorrectly; expected at least 112 spaces, found 0
(#257) Expected 1 space after closing parenthesis; found 0
(#257) Opening brace must be the last content on the line
(#258) Line indented incorrectly; expected at least 116 spaces, found 0
(#258) Closing brace must be on a line by itself
(#258) Closing brace must be on a line by itself
(#258) Closing brace must be on a line by itself
(#259) Line indented incorrectly; expected at least 104 spaces, found 0
(#260) Line indented incorrectly; expected at least 104 spaces, found 0
(#261) Line indented incorrectly; expected at least 104 spaces, found 0
(#261) method name "Min_Driver::insertUpdate" must be in lower-case letters only
(#261) Visibility must be declared on method "insertUpdate"
(#262) Line indented incorrectly; expected at least 108 spaces, found 0
(#262) Variable "Q" must be all lower-case
(#262) Commas (,) must be followed by white space.
(#262) Variable "L" must be all lower-case
(#262) Commas (,) must be followed by white space.
(#262) Variable "Cf" must be all lower-case
(#262) Expected 1 space after closing parenthesis; found 0
(#262) Opening brace must be the last content on the line
(#262) Variable "Uh" must be all lower-case
(#262) Expected 1 space before "="; 0 found
(#262) Expected 1 space after "="; 0 found
(#262) Inline control structures are not allowed
(#262) Expected 1 space after "as"; 0 found
(#262) Variable "L" must be all lower-case
(#263) Line indented incorrectly; expected at least 112 spaces, found 0
(#263) Variable "O" must be all lower-case
(#263) Variable "Uh" must be all lower-case
(#263) Expected 1 space before "="; 0 found
(#263) Expected 1 space after "="; 0 found
(#263) Commas (,) must be followed by white space.
(#263) Variable "O" must be all lower-case
(#264) Line indented incorrectly; expected at least 112 spaces, found 0
(#264) Variable "Q" must be all lower-case
(#264) Commas (,) must be followed by white space.
(#264) Variable "L" must be all lower-case
(#264) Commas (,) must be followed by white space.
(#264) Variable "Uh" must be all lower-case
(#264) Closing brace must be on a line by itself
(#264) Closing brace must be on a line by itself
(#265) Line indented incorrectly; expected at least 116 spaces, found 0
(#265) Expected 1 space after closing parenthesis; found 0
(#265) Opening brace must be the last content on the line
(#265) Commas (,) must be followed by white space.
(#265) Commas (,) must be followed by white space.
(#265) Closing brace must be on a line by itself
(#266) Line indented incorrectly; expected at least 116 spaces, found 0
(#266) Expected 1 space after closing parenthesis; found 0
(#266) Opening brace must be the last content on the line
(#267) Line indented incorrectly; expected at least 120 spaces, found 0
(#267) Closing brace must be on a line by itself
(#268) Line indented incorrectly; expected at least 116 spaces, found 0
(#268) Expected 1 space after closing parenthesis; found 0
(#268) Opening brace must be the last content on the line
(#269) Line indented incorrectly; expected at least 120 spaces, found 0
(#270) Line indented incorrectly; expected at least 120 spaces, found 0
(#270) Closing brace must be on a line by itself
(#271) Line indented incorrectly; expected at least 120 spaces, found 0
(#271) Expected 1 space after closing parenthesis; found 0
(#271) Opening brace must be the last content on the line
(#272) Line indented incorrectly; expected at least 124 spaces, found 0
(#272) Closing brace must be on a line by itself
(#273) Line indented incorrectly; expected at least 120 spaces, found 0
(#273) Variable "H" must be all lower-case
(#273) Commas (,) must be followed by white space.
(#273) Variable "Z" must be all lower-case
(#273) Commas (,) must be followed by white space.
(#273) Commas (,) must be followed by white space.
(#273) Variable "D" must be all lower-case
(#273) Commas (,) must be followed by white space.
(#273) Expected 1 space after closing parenthesis; found 0
(#273) Opening brace must be the last content on the line
(#273) Variable "H" must be all lower-case
(#273) Expected 1 space before "!=="; 0 found
(#273) Expected 1 space after "!=="; 0 found
(#273) Expected 1 space before "?"; 0 found
(#273) Expected 1 space after "?"; 0 found
(#273) Variable "D" must be all lower-case
(#273) Expected 1 space before "?"; 0 found
(#273) Expected 1 space after "?"; 0 found
(#273) Variable "D" must be all lower-case
(#273) Expected 1 space before ":"; 0 found
(#273) Expected 1 space after ":"; 0 found
(#273) Expected 1 space before ":"; 0 found
(#273) Expected 1 space after ":"; 0 found
(#273) Closing brace must be on a line by itself
(#274) Line indented incorrectly; expected at least 120 spaces, found 0
(#274) Variable "H" must be all lower-case
(#274) Commas (,) must be followed by white space.
(#274) Variable "Z" must be all lower-case
(#274) Expected 1 space after closing parenthesis; found 0
(#274) Opening brace must be the last content on the line
(#274) Expected 1 space before "?"; 0 found
(#274) Expected 1 space after "?"; 0 found
(#274) Variable "H" must be all lower-case
(#274) Commas (,) must be followed by white space.
(#274) Variable "Z" must be all lower-case
(#274) Commas (,) must be followed by white space.
(#274) Expected 1 space before ":"; 0 found
(#274) Expected 1 space after ":"; 0 found
(#274) Variable "H" must be all lower-case
(#274) Closing brace must be on a line by itself
(#274) Line exceeds 132 characters; contains 140 characters
(#274) Line exceeds 132 characters; contains 140 characters
(#274) Line exceeds 132 characters; contains 140 characters
(#274) Line exceeds 132 characters; contains 140 characters
(#274) Line exceeds 132 characters; contains 140 characters
(#274) Line exceeds 132 characters; contains 140 characters
(#274) Line exceeds 132 characters; contains 140 characters
(#274) Line exceeds 132 characters; contains 140 characters
(#275) Line indented incorrectly; expected at least 120 spaces, found 0
(#275) Commas (,) must be followed by white space.
(#275) Expected 1 space after closing parenthesis; found 0
(#275) Opening brace must be the last content on the line
(#275) Closing brace must be on a line by itself
(#276) Line indented incorrectly; expected at least 120 spaces, found 0
(#276) Expected 1 space after closing parenthesis; found 0
(#276) Opening brace must be the last content on the line
(#277) Line indented incorrectly; expected at least 124 spaces, found 0
(#277) Closing brace must be on a line by itself
(#278) Line indented incorrectly; expected at least 120 spaces, found 0
(#278) Expected 1 space after closing parenthesis; found 0
(#278) Opening brace must be the last content on the line
(#279) Line indented incorrectly; expected at least 124 spaces, found 0
(#279) Closing brace must be on a line by itself
(#280) Line indented incorrectly; expected at least 124 spaces, found 0
(#280) Expected 1 space after closing parenthesis; found 0
(#280) Opening brace must be the last content on the line
(#281) Line indented incorrectly; expected at least 128 spaces, found 0
(#281) Commas (,) must be followed by white space.
(#281) Closing brace must be on a line by itself
(#281) Line exceeds 132 characters; contains 138 characters
(#281) Line exceeds 132 characters; contains 138 characters
(#281) Line exceeds 132 characters; contains 138 characters
(#281) Line exceeds 132 characters; contains 138 characters
(#281) Line exceeds 132 characters; contains 138 characters
(#281) Line exceeds 132 characters; contains 138 characters
(#281) Line exceeds 132 characters; contains 138 characters
(#281) Line exceeds 132 characters; contains 138 characters
(#282) Line indented incorrectly; expected at least 124 spaces, found 0
(#282) Expected 1 space after closing parenthesis; found 0
(#282) Opening brace must be the last content on the line
(#283) Line indented incorrectly; expected at least 128 spaces, found 0
(#283) Closing brace must be on a line by itself
(#284) Line indented incorrectly; expected at least 128 spaces, found 0
(#284) Variable "C" must be all lower-case
(#284) Expected 1 space after closing parenthesis; found 0
(#284) Opening brace must be the last content on the line
(#284) Variable "J" must be all lower-case
(#284) Expected 1 space before "="; 0 found
(#284) Expected 1 space after "="; 0 found
(#284) Expected "foreach (...) {\n"; found "foreach(...){"
(#284) Expected 1 space before "as"; 0 found
(#284) Expected 1 space after "as"; 0 found
(#284) Variable "C" must be all lower-case
(#284) Expected 1 space before "!="; 0 found
(#284) Expected 1 space after "!="; 0 found
(#284) Expected 1 space before "?"; 0 found
(#284) Expected 1 space after "?"; 0 found
(#284) Variable "C" must be all lower-case
(#284) Expected 1 space before ":"; 0 found
(#284) Expected 1 space after ":"; 0 found
(#284) Variable "K" must be all lower-case
(#284) Variable "K" must be all lower-case
(#284) Expected 1 space before "="; 0 found
(#284) Expected 1 space after "="; 0 found
(#284) Variable "K" must be all lower-case
(#284) Expected 1 space before "="; 0 found
(#284) Expected 1 space after "="; 0 found
(#284) Variable "K" must be all lower-case
(#284) Expected 1 space before "="; 0 found
(#284) Expected 1 space after "="; 0 found
(#284) Variable "K" must be all lower-case
(#284) Variable "J" must be all lower-case
(#284) Variable "K" must be all lower-case
(#284) Expected 1 space before "="; 0 found
(#284) Expected 1 space after "="; 0 found
(#284) Variable "K" must be all lower-case
(#284) Closing brace must be on a line by itself
(#284) Inline control structures are not allowed
(#284) Expected 1 space before "as"; 0 found
(#284) Expected 1 space after "as"; 0 found
(#284) Commas (,) must be followed by white space.
(#284) Commas (,) must be followed by white space.
(#284) Variable "K" must be all lower-case
(#284) Variable "J" must be all lower-case
(#284) Variable "K" must be all lower-case
(#284) Expected 1 space before "="; 0 found
(#284) Expected 1 space after "="; 0 found
(#284) Variable "K" must be all lower-case
(#284) Variable "C" must be all lower-case
(#284) Expected 1 space before "!="; 0 found
(#284) Expected 1 space after "!="; 0 found
(#284) Expected 1 space before "?"; 0 found
(#284) Expected 1 space after "?"; 0 found
(#284) Variable "J" must be all lower-case
(#284) Variable "C" must be all lower-case
(#284) Expected 1 space before ":"; 0 found
(#284) Expected 1 space after ":"; 0 found
(#284) Variable "J" must be all lower-case
(#284) Closing brace must be on a line by itself
(#284) Line exceeds maximum limit of 180 characters; contains 462 characters
(#284) Line exceeds maximum limit of 180 characters; contains 462 characters
(#284) Line exceeds maximum limit of 180 characters; contains 462 characters
(#284) Line exceeds maximum limit of 180 characters; contains 462 characters
(#284) Line exceeds maximum limit of 180 characters; contains 462 characters
(#284) Line exceeds maximum limit of 180 characters; contains 462 characters
(#284) Line exceeds maximum limit of 180 characters; contains 462 characters
(#284) Line exceeds maximum limit of 180 characters; contains 462 characters
(#285) Line indented incorrectly; expected at least 128 spaces, found 0
(#285) Variable "R" must be all lower-case
(#285) Expected 1 space after closing parenthesis; found 0
(#285) Opening brace must be the last content on the line
(#285) Variable "R" must be all lower-case
(#285) Expected 1 space before "=="; 0 found
(#285) Expected 1 space after "=="; 0 found
(#285) Closing brace must be on a line by itself
(#286) Line indented incorrectly; expected at least 128 spaces, found 0
(#286) Variable "R" must be all lower-case
(#286) Expected 1 space after closing parenthesis; found 0
(#286) Opening brace must be the last content on the line
(#286) Closing brace must be on a line by itself
(#287) Line indented incorrectly; expected at least 128 spaces, found 0
(#287) Variable "Q" must be all lower-case
(#287) Expected 1 space after closing parenthesis; found 0
(#287) Opening brace must be the last content on the line
(#287) Variable "J" must be all lower-case
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#287) Variable "Cf" must be all lower-case
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#287) Expected "foreach (...) {\n"; found "foreach(...){"
(#287) Expected 1 space before "as"; 0 found
(#287) Expected 1 space after "as"; 0 found
(#287) Variable "Q" must be all lower-case
(#287) Variable "K" must be all lower-case
(#287) Variable "C" must be all lower-case
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#287) Variable "K" must be all lower-case
(#287) Variable "U" must be all lower-case
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#287) Variable "K" must be all lower-case
(#287) Variable "Kb" must be all lower-case
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#287) Variable "K" must be all lower-case
(#287) Variable "J" must be all lower-case
(#287) Variable "C" must be all lower-case
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Variable "C" must be all lower-case
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Commas (,) must be followed by white space.
(#287) Variable "U" must be all lower-case
(#287) Expected 1 space before "?"; 0 found
(#287) Expected 1 space after "?"; 0 found
(#287) Expected 1 space before ":"; 0 found
(#287) Expected 1 space after ":"; 0 found
(#287) Commas (,) must be followed by white space.
(#287) Variable "U" must be all lower-case
(#287) Expected 1 space before "?"; 0 found
(#287) Expected 1 space after "?"; 0 found
(#287) Expected 1 space before ":"; 0 found
(#287) Expected 1 space after ":"; 0 found
(#287) Commas (,) must be followed by white space.
(#287) Variable "U" must be all lower-case
(#287) Expected 1 space before "?"; 0 found
(#287) Expected 1 space after "?"; 0 found
(#287) Expected 1 space before ":"; 0 found
(#287) Expected 1 space after ":"; 0 found
(#287) Commas (,) must be followed by white space.
(#287) Variable "U" must be all lower-case
(#287) Expected 1 space before "?"; 0 found
(#287) Expected 1 space after "?"; 0 found
(#287) Expected 1 space before ":"; 0 found
(#287) Expected 1 space after ":"; 0 found
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Variable "U" must be all lower-case
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Commas (,) must be followed by white space.
(#287) Variable "Kb" must be all lower-case
(#287) Commas (,) must be followed by white space.
(#287) Variable "B" must be all lower-case
(#287) Expected 1 space before "?"; 0 found
(#287) Expected 1 space after "?"; 0 found
(#287) Commas (,) must be followed by white space.
(#287) Commas (,) must be followed by white space.
(#287) Variable "B" must be all lower-case
(#287) Expected 1 space before ":"; 0 found
(#287) Expected 1 space after ":"; 0 found
(#287) Variable "Kb" must be all lower-case
(#287) Expected 1 space before "=="; 0 found
(#287) Expected 1 space after "=="; 0 found
(#287) Expected 1 space before "?"; 0 found
(#287) Expected 1 space after "?"; 0 found
(#287) Expected 1 space before ":"; 0 found
(#287) Expected 1 space after ":"; 0 found
(#287) Variable "Kb" must be all lower-case
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Variable "K" must be all lower-case
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Variable "K" must be all lower-case
(#287) Commas (,) must be followed by white space.
(#287) Expected "if (...) {\n"; found "if(...){"
(#287) Variable "K" must be all lower-case
(#287) Inline control structures are not allowed
(#287) Variable "Cf" must be all lower-case
(#287) Expected 1 space before "!="; 0 found
(#287) Expected 1 space after "!="; 0 found
(#287) Variable "J" must be all lower-case
(#287) Variable "Cf" must be all lower-case
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#287) Inline control structures are not allowed
(#287) Usage of ELSEIF not allowed; use ELSE IF instead
(#287) Commas (,) must be followed by white space.
(#287) Variable "U" must be all lower-case
(#287) Variable "J" must be all lower-case
(#287) Variable "C" must be all lower-case
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#287) Variable "Cf" must be all lower-case
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#287) Variable "C" must be all lower-case
(#287) Closing brace must be on a line by itself
(#287) Closing brace must be on a line by itself
(#287) Variable "Gg" must be all lower-case
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#287) Variable "Q" must be all lower-case
(#287) Commas (,) must be followed by white space.
(#287) Variable "Gg" must be all lower-case
(#287) Commas (,) must be followed by white space.
(#287) Commas (,) must be followed by white space.
(#287) Expected "foreach (...) {\n"; found "foreach(...){"
(#287) Expected 1 space after "as"; 0 found
(#287) Line exceeds maximum limit of 180 characters; contains 905 characters
(#287) Line exceeds maximum limit of 180 characters; contains 905 characters
(#287) Line exceeds maximum limit of 180 characters; contains 905 characters
(#287) Line exceeds maximum limit of 180 characters; contains 905 characters
(#287) Line exceeds maximum limit of 180 characters; contains 905 characters
(#287) Line exceeds maximum limit of 180 characters; contains 905 characters
(#287) Line exceeds maximum limit of 180 characters; contains 905 characters
(#287) Line exceeds maximum limit of 180 characters; contains 905 characters
(#288) Line indented incorrectly; expected at least 132 spaces, found 0
(#288) Variable "B" must be all lower-case
(#288) Variable "C" must be all lower-case
(#288) Expected 1 space before "="; 0 found
(#288) Expected 1 space after "="; 0 found
(#288) Commas (,) must be followed by white space.
(#288) Commas (,) must be followed by white space.
(#288) Commas (,) must be followed by white space.
(#288) Commas (,) must be followed by white space.
(#288) Variable "B" must be all lower-case
(#288) Inline control structures are not allowed
(#288) Variable "J" must be all lower-case
(#288) Variable "C" must be all lower-case
(#288) Variable "J" must be all lower-case
(#288) Variable "C" must be all lower-case
(#288) Expected 1 space before "="; 0 found
(#288) Expected 1 space after "="; 0 found
(#288) Variable "B" must be all lower-case
(#288) Commas (,) must be followed by white space.
(#288) Closing brace must be on a line by itself
(#288) Variable "J" must be all lower-case
(#288) Closing brace must be on a line by itself
(#289) Line indented incorrectly; expected at least 128 spaces, found 0
(#289) Variable "Q" must be all lower-case
(#289) Commas (,) must be followed by white space.
(#289) Expected 1 space after closing parenthesis; found 0
(#289) Opening brace must be the last content on the line
(#289) Inline control structures are not allowed
(#289) Expected 1 space before "="; 0 found
(#289) Expected 1 space after "="; 0 found
(#289) Variable "J" must be all lower-case
(#289) Expected 1 space before "="; 0 found
(#289) Expected 1 space after "="; 0 found
(#289) Variable "Gg" must be all lower-case
(#289) Expected 1 space before "="; 0 found
(#289) Expected 1 space after "="; 0 found
(#289) Variable "Q" must be all lower-case
(#289) Expected "if (...) {\n"; found "if(...){"
(#289) Commas (,) must be followed by white space.
(#289) Variable "Gg" must be all lower-case
(#289) Commas (,) must be followed by white space.
(#289) Variable "B" must be all lower-case
(#289) Variable "J" must be all lower-case
(#289) Expected 1 space before "="; 0 found
(#289) Expected 1 space after "="; 0 found
(#289) Expected 1 space before "=>"; 0 found
(#289) Expected 1 space after "=>"; 0 found
(#289) Commas (,) must be followed by white space.
(#289) Expected 1 space before "=>"; 0 found
(#289) Expected 1 space after "=>"; 0 found
(#289) Commas (,) must be followed by white space.
(#289) Expected 1 space before "=>"; 0 found
(#289) Expected 1 space after "=>"; 0 found
(#289) Commas (,) must be followed by white space.
(#289) Expected 1 space before "=>"; 0 found
(#289) Expected 1 space after "=>"; 0 found
(#289) Commas (,) must be followed by white space.
(#289) Variable "B" must be all lower-case
(#289) Commas (,) must be followed by white space.
(#289) Commas (,) must be followed by white space.
(#289) Expected "foreach (...) {\n"; found "foreach(...){"
(#289) Expected 1 space after "as"; 0 found
(#289) Line exceeds maximum limit of 180 characters; contains 410 characters
(#289) Line exceeds maximum limit of 180 characters; contains 410 characters
(#289) Line exceeds maximum limit of 180 characters; contains 410 characters
(#289) Line exceeds maximum limit of 180 characters; contains 410 characters
(#289) Line exceeds maximum limit of 180 characters; contains 410 characters
(#289) Line exceeds maximum limit of 180 characters; contains 410 characters
(#289) Line exceeds maximum limit of 180 characters; contains 410 characters
(#289) Line exceeds maximum limit of 180 characters; contains 410 characters
(#290) Line indented incorrectly; expected at least 136 spaces, found 0
(#290) Variable "B" must be all lower-case
(#290) Variable "J" must be all lower-case
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#290) Variable "B" must be all lower-case
(#290) Variable "B" must be all lower-case
(#290) Variable "J" must be all lower-case
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#290) Commas (,) must be followed by white space.
(#290) Variable "B" must be all lower-case
(#290) Expected 1 space before "?"; 0 found
(#290) Expected 1 space after "?"; 0 found
(#290) Expected 1 space before ":"; 0 found
(#290) Expected 1 space after ":"; 0 found
(#290) Closing brace must be on a line by itself
(#290) Closing brace must be on a line by itself
(#290) Expected "if (...) {\n"; found "if(...){"
(#290) Variable "J" must be all lower-case
(#290) Expected "foreach (...) {\n"; found "foreach(...){"
(#290) Expected 1 space before "=>"; 0 found
(#290) Expected 1 space after "=>"; 0 found
(#290) Expected 1 space before "as"; 0 found
(#290) Expected 1 space after "as"; 0 found
(#290) Variable "Q" must be all lower-case
(#290) Variable "C" must be all lower-case
(#290) Expected 1 space before "=>"; 0 found
(#290) Expected 1 space after "=>"; 0 found
(#290) Inline control structures are not allowed
(#290) Variable "J" must be all lower-case
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#290) Expected 1 space before "=>"; 0 found
(#290) Expected 1 space after "=>"; 0 found
(#290) Commas (,) must be followed by white space.
(#290) Expected 1 space before "=>"; 0 found
(#290) Expected 1 space after "=>"; 0 found
(#290) Variable "C" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Expected 1 space before "=>"; 0 found
(#290) Expected 1 space after "=>"; 0 found
(#290) Commas (,) must be followed by white space.
(#290) Expected 1 space before "=>"; 0 found
(#290) Expected 1 space after "=>"; 0 found
(#290) Closing brace must be on a line by itself
(#290) Closing brace must be on a line by itself
(#290) Variable "Hg" must be all lower-case
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#290) Variable "Q" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Expected "foreach (...) {\n"; found "foreach(...){"
(#290) Expected 1 space before "as"; 0 found
(#290) Expected 1 space after "as"; 0 found
(#290) Variable "Q" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Variable "K" must be all lower-case
(#290) Variable "C" must be all lower-case
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#290) Variable "K" must be all lower-case
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#290) Expected 1 space before "=>"; 0 found
(#290) Expected 1 space after "=>"; 0 found
(#290) Variable "K" must be all lower-case
(#290) Expected 1 space before "?"; 0 found
(#290) Expected 1 space after "?"; 0 found
(#290) Expected 1 space before ":"; 0 found
(#290) Expected 1 space after ":"; 0 found
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#290) Expected "foreach (...) {\n"; found "foreach(...){"
(#290) Expected 1 space before "as"; 0 found
(#290) Expected 1 space after "as"; 0 found
(#290) Variable "C" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#290) Closing brace must be on a line by itself
(#290) Expected "if (...) {\n"; found "if(...){"
(#290) Variable "C" must be all lower-case
(#290) Variable "Q" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Commas (,) must be followed by white space.
(#290) Variable "Hg" must be all lower-case
(#290) Variable "C" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Variable "Yf" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Variable "Yf" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Expected "foreach (...) {\n"; found "foreach(...){"
(#290) Expected 1 space before "=>"; 0 found
(#290) Expected 1 space after "=>"; 0 found
(#290) Expected 1 space before "as"; 0 found
(#290) Expected 1 space after "as"; 0 found
(#290) Expected 1 space before "=>"; 0 found
(#290) Expected 1 space after "=>"; 0 found
(#290) Variable "X" must be all lower-case
(#290) Inline control structures are not allowed
(#290) Variable "X" must be all lower-case
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#290) Closing brace must be on a line by itself
(#290) Closing brace must be on a line by itself
(#290) Inline control structures are not allowed
(#290) Variable "J" must be all lower-case
(#290) Expected 1 space before "!="; 0 found
(#290) Expected 1 space after "!="; 0 found
(#290) Expected 1 space before "!="; 0 found
(#290) Expected 1 space after "!="; 0 found
(#290) Variable "J" must be all lower-case
(#290) Expected 1 space before "!="; 0 found
(#290) Expected 1 space after "!="; 0 found
(#290) Variable "J" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Variable "C" must be all lower-case
(#290) Variable "J" must be all lower-case
(#290) Variable "C" must be all lower-case
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#290) Closing brace must be on a line by itself
(#290) Variable "J" must be all lower-case
(#290) Closing brace must be on a line by itself
(#290) Line exceeds maximum limit of 180 characters; contains 1026 characters
(#290) Line exceeds maximum limit of 180 characters; contains 1026 characters
(#290) Line exceeds maximum limit of 180 characters; contains 1026 characters
(#290) Line exceeds maximum limit of 180 characters; contains 1026 characters
(#290) Line exceeds maximum limit of 180 characters; contains 1026 characters
(#290) Line exceeds maximum limit of 180 characters; contains 1026 characters
(#290) Line exceeds maximum limit of 180 characters; contains 1026 characters
(#290) Line exceeds maximum limit of 180 characters; contains 1026 characters
(#291) Line indented incorrectly; expected at least 132 spaces, found 0
(#291) Variable "Q" must be all lower-case
(#291) Expected 1 space after closing parenthesis; found 0
(#291) Opening brace must be the last content on the line
(#291) Variable "J" must be all lower-case
(#291) Expected 1 space before "="; 0 found
(#291) Expected 1 space after "="; 0 found
(#291) Expected "foreach (...) {\n"; found "foreach(...){"
(#291) Expected 1 space before "as"; 0 found
(#291) Expected 1 space after "as"; 0 found
(#291) Variable "Q" must be all lower-case
(#291) Variable "K" must be all lower-case
(#291) Variable "J" must be all lower-case
(#291) Variable "K" must be all lower-case
(#291) Inline control structures are not allowed
(#291) Expected 1 space before "="; 0 found
(#291) Expected 1 space after "="; 0 found
(#291) Variable "K" must be all lower-case
(#291) Expected 1 space before "="; 0 found
(#291) Expected 1 space after "="; 0 found
(#291) Variable "K" must be all lower-case
(#291) Expected 1 space before "="; 0 found
(#291) Expected 1 space after "="; 0 found
(#291) Variable "K" must be all lower-case
(#291) Closing brace must be on a line by itself
(#291) Variable "J" must be all lower-case
(#291) Closing brace must be on a line by itself
(#291) Line exceeds maximum limit of 180 characters; contains 191 characters
(#291) Line exceeds maximum limit of 180 characters; contains 191 characters
(#291) Line exceeds maximum limit of 180 characters; contains 191 characters
(#291) Line exceeds maximum limit of 180 characters; contains 191 characters
(#291) Line exceeds maximum limit of 180 characters; contains 191 characters
(#291) Line exceeds maximum limit of 180 characters; contains 191 characters
(#291) Line exceeds maximum limit of 180 characters; contains 191 characters
(#291) Line exceeds maximum limit of 180 characters; contains 191 characters
(#292) Line indented incorrectly; expected at least 132 spaces, found 0
(#292) Variable "C" must be all lower-case
(#292) Expected 1 space after closing parenthesis; found 0
(#292) Opening brace must be the last content on the line
(#293) Line indented incorrectly; expected at least 136 spaces, found 0
(#293) Expected 1 space before "=>"; 0 found
(#293) Expected 1 space after "=>"; 0 found
(#293) The use of backticks in strings is not recommended
(#293) Commas (,) must be followed by white space.
(#293) Commas (,) must be followed by white space.
(#293) Variable "C" must be all lower-case
(#293) Closing brace must be on a line by itself
(#293) Line exceeds 132 characters; contains 150 characters
(#293) Line exceeds 132 characters; contains 150 characters
(#293) Line exceeds 132 characters; contains 150 characters
(#293) Line exceeds 132 characters; contains 150 characters
(#293) Line exceeds 132 characters; contains 150 characters
(#293) Line exceeds 132 characters; contains 150 characters
(#293) Line exceeds 132 characters; contains 150 characters
(#293) Line exceeds 132 characters; contains 150 characters
(#294) Line indented incorrectly; expected at least 132 spaces, found 0
(#294) Expected 1 space after closing parenthesis; found 0
(#294) Opening brace must be the last content on the line
(#294) Expected 1 space before "?"; 0 found
(#294) Expected 1 space after "?"; 0 found
(#294) Commas (,) must be followed by white space.
(#294) Expected 1 space before ":"; 0 found
(#294) Expected 1 space after ":"; 0 found
(#294) Closing brace must be on a line by itself
(#295) Line indented incorrectly; expected at least 132 spaces, found 0
(#295) Expected 1 space after closing parenthesis; found 0
(#295) Opening brace must be the last content on the line
(#296) Line indented incorrectly; expected at least 136 spaces, found 0
(#296) Closing brace must be on a line by itself
(#297) Line indented incorrectly; expected at least 132 spaces, found 0
(#297) Expected 1 space after closing parenthesis; found 0
(#297) Opening brace must be the last content on the line
(#298) Line indented incorrectly; expected at least 136 spaces, found 0
(#298) Closing brace must be on a line by itself
(#299) Line indented incorrectly; expected at least 136 spaces, found 0
(#299) Variable "C" must be all lower-case
(#299) Expected 1 space after closing parenthesis; found 0
(#299) Opening brace must be the last content on the line
(#299) Variable "Bc" must be all lower-case
(#299) Expected 1 space before "="; 0 found
(#299) Expected 1 space after "="; 0 found
(#299) Expected "if (...) {\n"; found "if(...){"
(#299) Variable "Bc" must be all lower-case
(#299) Commas (,) must be followed by white space.
(#299) Variable "C" must be all lower-case
(#299) Expected 1 space before "="; 0 found
(#299) Expected 1 space after "="; 0 found
(#299) Commas (,) must be followed by white space.
(#299) Commas (,) must be followed by white space.
(#299) Commas (,) must be followed by white space.
(#299) Variable "Bc" must be all lower-case
(#299) Line exceeds 132 characters; contains 145 characters
(#299) Line exceeds 132 characters; contains 145 characters
(#299) Line exceeds 132 characters; contains 145 characters
(#299) Line exceeds 132 characters; contains 145 characters
(#299) Line exceeds 132 characters; contains 145 characters
(#299) Line exceeds 132 characters; contains 145 characters
(#299) Line exceeds 132 characters; contains 145 characters
(#299) Line exceeds 132 characters; contains 145 characters
(#300) Line indented incorrectly; expected at least 144 spaces, found 0
(#300) Closing brace must be on a line by itself
(#301) Line indented incorrectly; expected at least 136 spaces, found 0
(#301) Closing brace must be on a line by itself
(#302) Line indented incorrectly; expected at least 136 spaces, found 0
(#302) Commas (,) must be followed by white space.
(#302) Expected 1 space after closing parenthesis; found 0
(#302) Opening brace must be the last content on the line
(#302) Expected "if (...) {\n"; found "if(...){"
(#302) Expected 1 space before "="; 0 found
(#302) Expected 1 space after "="; 0 found
(#303) Line indented incorrectly; expected at least 144 spaces, found 0
(#303) Closing brace must be on a line by itself
(#303) Inline control structures are not allowed
(#304) Line indented incorrectly; expected at least 136 spaces, found 0
(#304) Expected "try {\n...} catch (...) {\n"; found "try{...}catch(...){"
(#304) Variable "_" must not contain underscores.
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#305) Line indented incorrectly; expected at least 140 spaces, found 0
(#305) Closing brace must be on a line by itself
(#305) Expected 1 space before "="; 0 found
(#305) Expected 1 space after "="; 0 found
(#306) Line indented incorrectly; expected at least 140 spaces, found 0
(#306) Closing brace must be on a line by itself
(#306) Variable "_" must not contain underscores.
(#306) Variable "_" must not contain underscores.
(#306) Variable "_" must not contain underscores.
(#307) Line indented incorrectly; expected at least 140 spaces, found 0
(#307) Closing brace must be on a line by itself
(#308) Line indented incorrectly; expected at least 136 spaces, found 0
(#308) Expected 1 space after closing parenthesis; found 0
(#308) Opening brace must be the last content on the line
(#308) Expected "foreach (...) {\n"; found "foreach(...){"
(#308) Expected 1 space after "as"; 0 found
(#309) Line indented incorrectly; expected at least 140 spaces, found 0
(#309) Expected "if (...) {\n"; found "if(...){"
(#309) Expected 1 space before "="; 0 found
(#309) Expected 1 space after "="; 0 found
(#310) Line indented incorrectly; expected at least 148 spaces, found 0
(#310) Closing brace must be on a line by itself
(#310) Closing brace must be on a line by itself
(#311) Line indented incorrectly; expected at least 136 spaces, found 0
(#311) Closing brace must be on a line by itself
(#312) Line indented incorrectly; expected at least 140 spaces, found 0
(#312) Variable "C" must be all lower-case
(#312) Commas (,) must be followed by white space.
(#312) Expected 1 space after closing parenthesis; found 0
(#312) Opening brace must be the last content on the line
(#312) Inline control structures are not allowed
(#312) Variable "C" must be all lower-case
(#313) Line indented incorrectly; expected at least 144 spaces, found 0
(#313) Expected 1 space before "="; 0 found
(#313) Expected 1 space after "="; 0 found
(#313) Commas (,) must be followed by white space.
(#313) Variable "C" must be all lower-case
(#313) Closing brace must be on a line by itself
(#314) Line indented incorrectly; expected at least 136 spaces, found 0
(#314) Expected 1 space after closing parenthesis; found 0
(#314) Opening brace must be the last content on the line
(#314) Expected 1 space before "=="; 0 found
(#314) Expected 1 space after "=="; 0 found
(#314) Expected 1 space before "?"; 0 found
(#314) Expected 1 space after "?"; 0 found
(#314) Expected 1 space before ":"; 0 found
(#314) Expected 1 space after ":"; 0 found
(#314) Closing brace must be on a line by itself
(#315) Line indented incorrectly; expected at least 136 spaces, found 0
(#315) Variable "Q" must be all lower-case
(#315) Commas (,) must be followed by white space.
(#315) Variable "C" must be all lower-case
(#315) Commas (,) must be followed by white space.
(#315) Commas (,) must be followed by white space.
(#315) Variable "Lc" must be all lower-case
(#315) Commas (,) must be followed by white space.
(#315) Commas (,) must be followed by white space.
(#315) Commas (,) must be followed by white space.
(#315) Commas (,) must be followed by white space.
(#315) Variable "La" must be all lower-case
(#315) Commas (,) must be followed by white space.
(#315) Expected 1 space after closing parenthesis; found 0
(#315) Opening brace must be the last content on the line
(#315) Variable "Oh" must be all lower-case
(#315) Expected 1 space before "="; 0 found
(#315) Expected 1 space after "="; 0 found
(#315) Variable "Q" must be all lower-case
(#315) Expected 1 space before "=="; 0 found
(#315) Expected 1 space after "=="; 0 found
(#315) Variable "Lc" must be all lower-case
(#315) Expected "foreach (...) {\n"; found "foreach(...){"
(#315) Expected 1 space after "as"; 0 found
(#316) Line indented incorrectly; expected at least 140 spaces, found 0
(#316) Expected "if (...) {\n"; found "if(...){"
(#316) Expected 1 space before "!="; 0 found
(#316) Expected 1 space after "!="; 0 found
(#316) Variable "Oh" must be all lower-case
(#316) Expected 1 space before "="; 0 found
(#316) Expected 1 space after "="; 0 found
(#316) Closing brace must be on a line by itself
(#316) Closing brace must be on a line by itself
(#316) Expected 1 space before "="; 0 found
(#316) Expected 1 space after "="; 0 found
(#316) Expected 1 space before "="; 0 found
(#316) Expected 1 space after "="; 0 found
(#316) Expected "foreach (...) {\n"; found "foreach(...){"
(#316) Expected 1 space after "as"; 0 found
(#317) Line indented incorrectly; expected at least 140 spaces, found 0
(#317) Expected "if (...) {\n"; found "if(...){"
(#317) Expected 1 space before "="; 0 found
(#317) Expected 1 space after "="; 0 found
(#317) Variable "Oh" must be all lower-case
(#317) Expected 1 space before "?"; 0 found
(#317) Expected 1 space after "?"; 0 found
(#317) Expected 1 space before ":"; 0 found
(#317) Expected 1 space after ":"; 0 found
(#317) Inline control structures are not allowed
(#317) Expected 1 space before "!="; 0 found
(#317) Expected 1 space after "!="; 0 found
(#317) Expected 1 space before "="; 0 found
(#317) Expected 1 space after "="; 0 found
(#317) Closing brace must be on a line by itself
(#317) Closing brace must be on a line by itself
(#317) Expected "if (...) {\n"; found "if(...){"
(#317) Variable "Oh" must be all lower-case
(#317) Expected "foreach (...) {\n"; found "foreach(...){"
(#317) Expected 1 space after "as"; 0 found
(#318) Line indented incorrectly; expected at least 144 spaces, found 0
(#318) Variable "X" must be all lower-case
(#318) Inline control structures are not allowed
(#318) Variable "Q" must be all lower-case
(#318) Variable "X" must be all lower-case
(#319) Line indented incorrectly; expected at least 148 spaces, found 0
(#319) Closing brace must be on a line by itself
(#319) Inline control structures are not allowed
(#319) Variable "Q" must be all lower-case
(#319) Expected 1 space before "!="; 0 found
(#319) Expected 1 space after "!="; 0 found
(#319) Variable "C" must be all lower-case
(#319) Variable "Q" must be all lower-case
(#319) Variable "C" must be all lower-case
(#320) Line indented incorrectly; expected at least 140 spaces, found 0
(#320) Closing brace must be on a line by itself
(#320) Inline control structures are not allowed
(#320) Usage of ELSEIF not allowed; use ELSE IF instead
(#320) Variable "Q" must be all lower-case
(#320) Commas (,) must be followed by white space.
(#320) Variable "C" must be all lower-case
(#320) Commas (,) must be followed by white space.
(#320) Commas (,) must be followed by white space.
(#320) Commas (,) must be followed by white space.
(#320) Variable "Lc" must be all lower-case
(#321) Line indented incorrectly; expected at least 140 spaces, found 0
(#321) Inline control structures are not allowed
(#321) Variable "La" must be all lower-case
(#321) Variable "La" must be all lower-case
(#321) Variable "C" must be all lower-case
(#322) Line indented incorrectly; expected at least 140 spaces, found 0
(#322) Closing brace must be on a line by itself
(#323) Line indented incorrectly; expected at least 136 spaces, found 0
(#323) Variable "Q" must be all lower-case
(#323) Commas (,) must be followed by white space.
(#323) Variable "C" must be all lower-case
(#323) Commas (,) must be followed by white space.
(#323) Commas (,) must be followed by white space.
(#323) Commas (,) must be followed by white space.
(#323) Variable "Lc" must be all lower-case
(#323) Commas (,) must be followed by white space.
(#323) Expected 1 space after closing parenthesis; found 0
(#323) Opening brace must be the last content on the line
(#323) Expected "if (...) {\n"; found "if(...){"
(#323) Variable "Q" must be all lower-case
(#323) Expected 1 space before "!="; 0 found
(#323) Expected 1 space after "!="; 0 found
(#323) Expected "if (...) {\n"; found "if(...){"
(#323) Expected "foreach (...) {\n"; found "foreach(...){"
(#323) Expected 1 space before "=>"; 0 found
(#323) Expected 1 space after "=>"; 0 found
(#323) Expected 1 space before "as"; 0 found
(#323) Expected 1 space after "as"; 0 found
(#323) Variable "Q" must be all lower-case
(#323) Expected 1 space before "=>"; 0 found
(#323) Expected 1 space after "=>"; 0 found
(#323) Expected 1 space before "="; 0 found
(#323) Expected 1 space after "="; 0 found
(#323) Commas (,) must be followed by white space.
(#323) Expected 1 space before "="; 0 found
(#323) Expected 1 space after "="; 0 found
(#323) Closing brace must be on a line by itself
(#323) Closing brace must be on a line by itself
(#323) Variable "Df" must be all lower-case
(#323) Expected 1 space before "="; 0 found
(#323) Expected 1 space after "="; 0 found
(#323) Expected "foreach (...) {\n"; found "foreach(...){"
(#323) Expected 1 space after "as"; 0 found
(#323) Line exceeds 132 characters; contains 162 characters
(#323) Line exceeds 132 characters; contains 162 characters
(#323) Line exceeds 132 characters; contains 162 characters
(#323) Line exceeds 132 characters; contains 162 characters
(#323) Line exceeds 132 characters; contains 162 characters
(#323) Line exceeds 132 characters; contains 162 characters
(#323) Line exceeds 132 characters; contains 162 characters
(#323) Line exceeds 132 characters; contains 162 characters
(#324) Line indented incorrectly; expected at least 144 spaces, found 0
(#324) Inline control structures are not allowed
(#324) Variable "Df" must be all lower-case
(#324) Expected 1 space before "="; 0 found
(#324) Expected 1 space after "="; 0 found
(#324) Closing brace must be on a line by itself
(#324) Variable "Zb" must be all lower-case
(#324) Expected 1 space before "="; 0 found
(#324) Expected 1 space after "="; 0 found
(#324) Expected "foreach (...) {\n"; found "foreach(...){"
(#324) Expected 1 space before "=>"; 0 found
(#324) Expected 1 space after "=>"; 0 found
(#324) Expected 1 space after "as"; 0 found
(#325) Line indented incorrectly; expected at least 144 spaces, found 0
(#325) Expected 1 space before "=>"; 0 found
(#325) Expected 1 space after "=>"; 0 found
(#325) Variable "X" must be all lower-case
(#325) Expected "if (...) {\n"; found "if(...){"
(#325) Variable "X" must be all lower-case
(#325) Expected 1 space before "=="; 0 found
(#325) Expected 1 space after "=="; 0 found
(#325) Variable "Zb" must be all lower-case
(#325) Variable "X" must be all lower-case
(#325) Expected 1 space before "="; 0 found
(#325) Expected 1 space after "="; 0 found
(#325) Closing brace must be on a line by itself
(#325) Closing brace must be on a line by itself
(#325) Expected "foreach (...) {\n"; found "foreach(...){"
(#325) Expected 1 space before "=>"; 0 found
(#325) Expected 1 space after "=>"; 0 found
(#325) Expected 1 space before "as"; 0 found
(#325) Expected 1 space after "as"; 0 found
(#325) Variable "Q" must be all lower-case
(#325) Variable "Id" must be all lower-case
(#325) Expected 1 space before "=>"; 0 found
(#325) Expected 1 space after "=>"; 0 found
(#325) Expected 1 space before "="; 0 found
(#325) Expected 1 space after "="; 0 found
(#325) Expected "foreach (...) {\n"; found "foreach(...){"
(#325) Expected 1 space before "=>"; 0 found
(#325) Expected 1 space after "=>"; 0 found
(#325) Expected 1 space before "as"; 0 found
(#325) Expected 1 space after "as"; 0 found
(#325) Expected 1 space before "=>"; 0 found
(#325) Expected 1 space after "=>"; 0 found
(#325) Inline control structures are not allowed
(#325) Line exceeds 132 characters; contains 152 characters
(#325) Line exceeds 132 characters; contains 152 characters
(#325) Line exceeds 132 characters; contains 152 characters
(#325) Line exceeds 132 characters; contains 152 characters
(#325) Line exceeds 132 characters; contains 152 characters
(#325) Line exceeds 132 characters; contains 152 characters
(#325) Line exceeds 132 characters; contains 152 characters
(#325) Line exceeds 132 characters; contains 152 characters
(#326) Line indented incorrectly; expected at least 152 spaces, found 0
(#326) Expected 1 space before "="; 0 found
(#326) Expected 1 space after "="; 0 found
(#326) Expected 1 space before "?"; 0 found
(#326) Expected 1 space after "?"; 0 found
(#326) Expected 1 space before ":"; 0 found
(#326) Expected 1 space after ":"; 0 found
(#326) Closing brace must be on a line by itself
(#326) Expected "if (...) {\n"; found "if(...){"
(#326) Variable "Zb" must be all lower-case
(#326) Variable "Id" must be all lower-case
(#326) Inline control structures are not allowed
(#326) Expected 1 space before "!="; 0 found
(#326) Expected 1 space after "!="; 0 found
(#326) Variable "Df" must be all lower-case
(#326) Expected 1 space before "="; 0 found
(#326) Expected 1 space after "="; 0 found
(#326) Commas (,) must be followed by white space.
(#326) Variable "Id" must be all lower-case
(#326) Commas (,) must be followed by white space.
(#326) Closing brace must be on a line by itself
(#326) Closing brace must be on a line by itself
(#326) Expected "foreach (...) {\n"; found "foreach(...){"
(#326) Expected 1 space before "=>"; 0 found
(#326) Expected 1 space after "=>"; 0 found
(#326) Expected 1 space after "as"; 0 found
(#327) Line indented incorrectly; expected at least 144 spaces, found 0
(#327) Expected 1 space before "=>"; 0 found
(#327) Expected 1 space after "=>"; 0 found
(#327) Variable "X" must be all lower-case
(#327) Expected "if (...) {\n"; found "if(...){"
(#327) Variable "X" must be all lower-case
(#327) Expected 1 space before "=="; 0 found
(#327) Expected 1 space after "=="; 0 found
(#327) Variable "Lc" must be all lower-case
(#327) Expected 1 space before "="; 0 found
(#327) Expected 1 space after "="; 0 found
(#327) Commas (,) must be followed by white space.
(#327) Variable "X" must be all lower-case
(#327) Closing brace must be on a line by itself
(#327) Closing brace must be on a line by itself
(#327) Expected "foreach (...) {\n"; found "foreach(...){"
(#327) Expected 1 space before "=>"; 0 found
(#327) Expected 1 space after "=>"; 0 found
(#327) Expected 1 space before "as"; 0 found
(#327) Expected 1 space after "as"; 0 found
(#327) Variable "Q" must be all lower-case
(#327) Variable "Id" must be all lower-case
(#327) Expected 1 space before "=>"; 0 found
(#327) Expected 1 space after "=>"; 0 found
(#327) Expected "foreach (...) {\n"; found "foreach(...){"
(#327) Expected 1 space before "=>"; 0 found
(#327) Expected 1 space after "=>"; 0 found
(#327) Expected 1 space before "as"; 0 found
(#327) Expected 1 space after "as"; 0 found
(#327) Expected 1 space before "=>"; 0 found
(#327) Expected 1 space after "=>"; 0 found
(#327) Inline control structures are not allowed
(#327) Line exceeds 132 characters; contains 180 characters
(#327) Line exceeds 132 characters; contains 180 characters
(#327) Line exceeds 132 characters; contains 180 characters
(#327) Line exceeds 132 characters; contains 180 characters
(#327) Line exceeds 132 characters; contains 180 characters
(#327) Line exceeds 132 characters; contains 180 characters
(#327) Line exceeds 132 characters; contains 180 characters
(#327) Line exceeds 132 characters; contains 180 characters
(#328) Line indented incorrectly; expected at least 152 spaces, found 0
(#328) Expected 1 space before "="; 0 found
(#328) Expected 1 space after "="; 0 found
(#328) Closing brace must be on a line by itself
(#328) Inline control structures are not allowed
(#328) Variable "Lc" must be all lower-case
(#328) Variable "Id" must be all lower-case
(#328) Variable "Lc" must be all lower-case
(#328) Expected 1 space before "="; 0 found
(#328) Expected 1 space after "="; 0 found
(#328) Closing brace must be on a line by itself
(#328) Closing brace must be on a line by itself
(#328) Inline control structures are not allowed
(#328) Expected 1 space before "=>"; 0 found
(#328) Expected 1 space after "=>"; 0 found
(#328) Expected 1 space after "as"; 0 found
(#329) Line indented incorrectly; expected at least 136 spaces, found 0
(#329) Expected 1 space before "=>"; 0 found
(#329) Expected 1 space after "=>"; 0 found
(#329) Expected 1 space before "="; 0 found
(#329) Expected 1 space after "="; 0 found
(#329) Expected 1 space before "="; 0 found
(#329) Expected 1 space after "="; 0 found
(#329) Commas (,) must be followed by white space.
(#329) Variable "Lc" must be all lower-case
(#329) Inline control structures are not allowed
(#329) Variable "Q" must be all lower-case
(#329) Expected 1 space before "!="; 0 found
(#329) Expected 1 space after "!="; 0 found
(#329) Expected 1 space before "?"; 0 found
(#329) Expected 1 space after "?"; 0 found
(#329) Variable "C" must be all lower-case
(#329) Expected 1 space before ":"; 0 found
(#329) Expected 1 space after ":"; 0 found
(#329) Variable "C" must be all lower-case
(#329) Commas (,) must be followed by white space.
(#329) Line exceeds 132 characters; contains 166 characters
(#329) Line exceeds 132 characters; contains 166 characters
(#329) Line exceeds 132 characters; contains 166 characters
(#329) Line exceeds 132 characters; contains 166 characters
(#329) Line exceeds 132 characters; contains 166 characters
(#329) Line exceeds 132 characters; contains 166 characters
(#329) Line exceeds 132 characters; contains 166 characters
(#329) Line exceeds 132 characters; contains 166 characters
(#330) Line indented incorrectly; expected at least 136 spaces, found 0
(#330) Expected "if (...) {\n"; found "if(...){"
(#330) Variable "Q" must be all lower-case
(#330) Expected 1 space before "!="; 0 found
(#330) Expected 1 space after "!="; 0 found
(#330) Inline control structures are not allowed
(#330) Variable "C" must be all lower-case
(#330) Commas (,) must be followed by white space.
(#330) Commas (,) must be followed by white space.
(#330) Commas (,) must be followed by white space.
(#330) Variable "Q" must be all lower-case
(#330) Line exceeds maximum limit of 180 characters; contains 184 characters
(#330) Line exceeds maximum limit of 180 characters; contains 184 characters
(#330) Line exceeds maximum limit of 180 characters; contains 184 characters
(#330) Line exceeds maximum limit of 180 characters; contains 184 characters
(#330) Line exceeds maximum limit of 180 characters; contains 184 characters
(#330) Line exceeds maximum limit of 180 characters; contains 184 characters
(#330) Line exceeds maximum limit of 180 characters; contains 184 characters
(#330) Line exceeds maximum limit of 180 characters; contains 184 characters
(#331) Line indented incorrectly; expected at least 140 spaces, found 0
(#331) Variable "_h" must not contain underscores.
(#331) Expected 1 space before "="; 0 found
(#331) Expected 1 space after "="; 0 found
(#331) Expected "foreach (...) {\n"; found "foreach(...){"
(#331) Expected 1 space before "=>"; 0 found
(#331) Expected 1 space after "=>"; 0 found
(#331) Expected 1 space before "as"; 0 found
(#331) Expected 1 space after "as"; 0 found
(#331) Variable "Q" must be all lower-case
(#331) Expected 1 space before "=>"; 0 found
(#331) Expected 1 space after "=>"; 0 found
(#331) Expected 1 space before "="; 0 found
(#331) Expected 1 space after "="; 0 found
(#331) Variable "_h" must not contain underscores.
(#331) Expected 1 space before "="; 0 found
(#331) Expected 1 space after "="; 0 found
(#331) Commas (,) must be followed by white space.
(#331) Variable "C" must be all lower-case
(#331) Closing brace must be on a line by itself
(#331) Inline control structures are not allowed
(#331) Variable "Q" must be all lower-case
(#331) Line exceeds maximum limit of 180 characters; contains 208 characters
(#331) Line exceeds maximum limit of 180 characters; contains 208 characters
(#331) Line exceeds maximum limit of 180 characters; contains 208 characters
(#331) Line exceeds maximum limit of 180 characters; contains 208 characters
(#331) Line exceeds maximum limit of 180 characters; contains 208 characters
(#331) Line exceeds maximum limit of 180 characters; contains 208 characters
(#331) Line exceeds maximum limit of 180 characters; contains 208 characters
(#331) Line exceeds maximum limit of 180 characters; contains 208 characters
(#332) Line indented incorrectly; expected at least 140 spaces, found 0
(#332) Variable "C" must be all lower-case
(#332) Variable "C" must be all lower-case
(#332) Inline control structures are not allowed
(#332) Variable "C" must be all lower-case
(#332) Commas (,) must be followed by white space.
(#333) Line indented incorrectly; expected at least 140 spaces, found 0
(#333) Expected "foreach (...) {\n"; found "foreach(...){"
(#333) Expected 1 space after "as"; 0 found
(#333) Variable "_h" must not contain underscores.
(#334) Line indented incorrectly; expected at least 140 spaces, found 0
(#334) Inline control structures are not allowed
(#335) Line indented incorrectly; expected at least 144 spaces, found 0
(#335) Closing brace must be on a line by itself
(#335) Closing brace must be on a line by itself
(#336) Line indented incorrectly; expected at least 136 spaces, found 0
(#336) Closing brace must be on a line by itself
(#337) Line indented incorrectly; expected at least 140 spaces, found 0
(#337) Variable "Q" must be all lower-case
(#337) Commas (,) must be followed by white space.
(#337) Variable "U" must be all lower-case
(#337) Commas (,) must be followed by white space.
(#337) Variable "C" must be all lower-case
(#337) Commas (,) must be followed by white space.
(#337) Expected 1 space after closing parenthesis; found 0
(#337) Opening brace must be the last content on the line
(#337) Variable "U" must be all lower-case
(#337) Variable "U" must be all lower-case
(#337) Expected 1 space before "!="; 0 found
(#337) Expected 1 space after "!="; 0 found
(#337) Expected 1 space before "?"; 0 found
(#337) Expected 1 space after "?"; 0 found
(#337) Expected 1 space before ":"; 0 found
(#337) Expected 1 space after ":"; 0 found
(#337) Variable "C" must be all lower-case
(#337) Expected 1 space before "!="; 0 found
(#337) Expected 1 space after "!="; 0 found
(#337) Expected 1 space before "?"; 0 found
(#337) Expected 1 space after "?"; 0 found
(#337) Variable "C" must be all lower-case
(#337) Expected 1 space before ":"; 0 found
(#337) Expected 1 space after ":"; 0 found
(#337) Variable "Q" must be all lower-case
(#337) Variable "Q" must be all lower-case
(#337) Closing brace must be on a line by itself
(#337) Line exceeds 132 characters; contains 137 characters
(#337) Line exceeds 132 characters; contains 137 characters
(#337) Line exceeds 132 characters; contains 137 characters
(#337) Line exceeds 132 characters; contains 137 characters
(#337) Line exceeds 132 characters; contains 137 characters
(#337) Line exceeds 132 characters; contains 137 characters
(#337) Line exceeds 132 characters; contains 137 characters
(#337) Line exceeds 132 characters; contains 137 characters
(#338) Line indented incorrectly; expected at least 140 spaces, found 0
(#338) Variable "Q" must be all lower-case
(#338) Commas (,) must be followed by white space.
(#338) Expected 1 space after closing parenthesis; found 0
(#338) Opening brace must be the last content on the line
(#338) Expected "foreach (...) {\n"; found "foreach(...){"
(#338) Expected 1 space after "as"; 0 found
(#339) Line indented incorrectly; expected at least 144 spaces, found 0
(#339) Variable "Cf" must be all lower-case
(#339) Inline control structures are not allowed
(#339) Variable "Cf" must be all lower-case
(#339) Expected 1 space before "=="; 0 found
(#339) Expected 1 space after "=="; 0 found
(#340) Line indented incorrectly; expected at least 148 spaces, found 0
(#340) Variable "Q" must be all lower-case
(#340) Commas (,) must be followed by white space.
(#340) Variable "Q" must be all lower-case
(#340) Commas (,) must be followed by white space.
(#340) Commas (,) must be followed by white space.
(#340) Commas (,) must be followed by white space.
(#340) Commas (,) must be followed by white space.
(#340) Closing brace must be on a line by itself
(#340) Expected "foreach (...) {\n"; found "foreach(...){"
(#340) Expected 1 space before "as"; 0 found
(#340) Expected 1 space after "as"; 0 found
(#340) Variable "X" must be all lower-case
(#340) Inline control structures are not allowed
(#340) Variable "X" must be all lower-case
(#340) Expected 1 space before "=="; 0 found
(#340) Expected 1 space after "=="; 0 found
(#340) Expected 1 space before "?"; 0 found
(#340) Expected 1 space after "?"; 0 found
(#340) Variable "X" must be all lower-case
(#340) Expected 1 space before ":"; 0 found
(#340) Expected 1 space after ":"; 0 found
(#340) Variable "Q" must be all lower-case
(#340) Commas (,) must be followed by white space.
(#340) Variable "X" must be all lower-case
(#340) Commas (,) must be followed by white space.
(#340) Variable "X" must be all lower-case
(#340) Commas (,) must be followed by white space.
(#340) Commas (,) must be followed by white space.
(#340) Variable "X" must be all lower-case
(#340) Line exceeds maximum limit of 180 characters; contains 200 characters
(#340) Line exceeds maximum limit of 180 characters; contains 200 characters
(#340) Line exceeds maximum limit of 180 characters; contains 200 characters
(#340) Line exceeds maximum limit of 180 characters; contains 200 characters
(#340) Line exceeds maximum limit of 180 characters; contains 200 characters
(#340) Line exceeds maximum limit of 180 characters; contains 200 characters
(#340) Line exceeds maximum limit of 180 characters; contains 200 characters
(#340) Line exceeds maximum limit of 180 characters; contains 200 characters
(#341) Line indented incorrectly; expected at least 144 spaces, found 0
(#341) Closing brace must be on a line by itself
(#342) Line indented incorrectly; expected at least 148 spaces, found 0
(#342) Closing brace must be on a line by itself
(#343) Line indented incorrectly; expected at least 140 spaces, found 0
(#343) Variable "S" must be all lower-case
(#343) Expected 1 space after closing parenthesis; found 0
(#343) Opening brace must be the last content on the line
(#344) Line indented incorrectly; expected at least 144 spaces, found 0
(#344) Commas (,) must be followed by white space.
(#344) Variable "S" must be all lower-case
(#344) Closing brace must be on a line by itself
(#345) Line indented incorrectly; expected at least 148 spaces, found 0
(#345) Variable "Zh" must be all lower-case
(#345) Expected 1 space after closing parenthesis; found 0
(#345) Opening brace must be the last content on the line
(#346) Line indented incorrectly; expected at least 152 spaces, found 0
(#346) Commas (,) must be followed by white space.
(#346) Variable "Zh" must be all lower-case
(#346) Closing brace must be on a line by itself
(#347) Line indented incorrectly; expected at least 144 spaces, found 0
(#347) Variable "S" must be all lower-case
(#347) Expected 1 space after closing parenthesis; found 0
(#347) Opening brace must be the last content on the line
(#348) Line indented incorrectly; expected at least 148 spaces, found 0
(#348) Commas (,) must be followed by white space.
(#348) Variable "S" must be all lower-case
(#348) Closing brace must be on a line by itself
(#349) Line indented incorrectly; expected at least 152 spaces, found 0
(#349) Variable "S" must be all lower-case
(#349) Commas (,) must be followed by white space.
(#349) Variable "Zh" must be all lower-case
(#349) Commas (,) must be followed by white space.
(#349) Expected 1 space after closing parenthesis; found 0
(#349) Opening brace must be the last content on the line
(#350) Line indented incorrectly; expected at least 156 spaces, found 0
(#350) Closing brace must be on a line by itself
(#351) Line indented incorrectly; expected at least 148 spaces, found 0
(#351) Variable "C" must be all lower-case
(#351) Expected 1 space after closing parenthesis; found 0
(#351) Opening brace must be the last content on the line
(#351) Inline control structures are not allowed
(#351) Variable "C" must be all lower-case
(#351) Expected 1 space before "=="; 0 found
(#351) Expected 1 space after "=="; 0 found
(#352) Line indented incorrectly; expected at least 152 spaces, found 0
(#352) Expected 1 space before "=>"; 0 found
(#352) Expected 1 space after "=>"; 0 found
(#352) Expected 1 space before "="; 0 found
(#352) Expected 1 space after "="; 0 found
(#352) The use of backticks in strings is not recommended
(#352) Expected 1 space before "="; 0 found
(#352) Expected 1 space after "="; 0 found
(#352) Commas (,) must be followed by white space.
(#352) Commas (,) must be followed by white space.
(#352) Variable "C" must be all lower-case
(#352) Commas (,) must be followed by white space.
(#352) Variable "B" must be all lower-case
(#352) Variable "Ge" must be all lower-case
(#352) Expected 1 space before "="; 0 found
(#352) Expected 1 space after "="; 0 found
(#352) Variable "B" must be all lower-case
(#352) Line exceeds maximum limit of 180 characters; contains 356 characters
(#352) Line exceeds maximum limit of 180 characters; contains 356 characters
(#352) Line exceeds maximum limit of 180 characters; contains 356 characters
(#352) Line exceeds maximum limit of 180 characters; contains 356 characters
(#352) Line exceeds maximum limit of 180 characters; contains 356 characters
(#352) Line exceeds maximum limit of 180 characters; contains 356 characters
(#352) Line exceeds maximum limit of 180 characters; contains 356 characters
(#352) Line exceeds maximum limit of 180 characters; contains 356 characters
(#353) Line indented incorrectly; expected at least 152 spaces, found 0
(#353) Expected 1 space before "=>"; 0 found
(#353) Expected 1 space after "=>"; 0 found
(#353) Variable "B" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Expected 1 space before "=>"; 0 found
(#353) Expected 1 space after "=>"; 0 found
(#353) Variable "B" must be all lower-case
(#353) Variable "Ge" must be all lower-case
(#353) Expected 1 space before "?"; 0 found
(#353) Expected 1 space after "?"; 0 found
(#353) Expected 1 space before ":"; 0 found
(#353) Expected 1 space after ":"; 0 found
(#353) Commas (,) must be followed by white space.
(#353) Expected 1 space before "=>"; 0 found
(#353) Expected 1 space after "=>"; 0 found
(#353) Variable "Ge" must be all lower-case
(#353) Expected 1 space before "=="; 0 found
(#353) Expected 1 space after "=="; 0 found
(#353) The use of backticks in strings is not recommended
(#353) Variable "Ge" must be all lower-case
(#353) Expected 1 space before "=="; 0 found
(#353) Expected 1 space after "=="; 0 found
(#353) Expected 1 space before "?"; 0 found
(#353) Expected 1 space after "?"; 0 found
(#353) Variable "Ge" must be all lower-case
(#353) Expected 1 space before ":"; 0 found
(#353) Expected 1 space after ":"; 0 found
(#353) Variable "Ge" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Expected 1 space before "=>"; 0 found
(#353) Expected 1 space after "=>"; 0 found
(#353) Variable "C" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Expected 1 space before "=>"; 0 found
(#353) Expected 1 space after "=>"; 0 found
(#353) Variable "B" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Closing brace must be on a line by itself
(#353) Line exceeds 132 characters; contains 175 characters
(#353) Line exceeds 132 characters; contains 175 characters
(#353) Line exceeds 132 characters; contains 175 characters
(#353) Line exceeds 132 characters; contains 175 characters
(#353) Line exceeds 132 characters; contains 175 characters
(#353) Line exceeds 132 characters; contains 175 characters
(#353) Line exceeds 132 characters; contains 175 characters
(#353) Line exceeds 132 characters; contains 175 characters
(#354) Line indented incorrectly; expected at least 156 spaces, found 0
(#354) Variable "Q" must be all lower-case
(#354) Expected 1 space after closing parenthesis; found 0
(#354) Opening brace must be the last content on the line
(#354) Variable "J" must be all lower-case
(#354) Expected 1 space before "="; 0 found
(#354) Expected 1 space after "="; 0 found
(#354) Expected 1 space before "="; 0 found
(#354) Expected 1 space after "="; 0 found
(#354) Expected "foreach (...) {\n"; found "foreach(...){"
(#354) Expected 1 space before "as"; 0 found
(#354) Expected 1 space after "as"; 0 found
(#354) Variable "Q" must be all lower-case
(#354) Variable "K" must be all lower-case
(#354) The use of backticks in strings is not recommended
(#354) Commas (,) must be followed by white space.
(#354) Commas (,) must be followed by white space.
(#354) Variable "K" must be all lower-case
(#354) Commas (,) must be followed by white space.
(#354) Variable "B" must be all lower-case
(#354) Variable "J" must be all lower-case
(#354) Variable "K" must be all lower-case
(#354) Expected 1 space before "="; 0 found
(#354) Expected 1 space after "="; 0 found
(#354) Variable "B" must be all lower-case
(#354) Commas (,) must be followed by white space.
(#354) Variable "B" must be all lower-case
(#354) Closing brace must be on a line by itself
(#354) Variable "J" must be all lower-case
(#354) Closing brace must be on a line by itself
(#354) Line exceeds maximum limit of 180 characters; contains 334 characters
(#354) Line exceeds maximum limit of 180 characters; contains 334 characters
(#354) Line exceeds maximum limit of 180 characters; contains 334 characters
(#354) Line exceeds maximum limit of 180 characters; contains 334 characters
(#354) Line exceeds maximum limit of 180 characters; contains 334 characters
(#354) Line exceeds maximum limit of 180 characters; contains 334 characters
(#354) Line exceeds maximum limit of 180 characters; contains 334 characters
(#354) Line exceeds maximum limit of 180 characters; contains 334 characters
(#355) Line indented incorrectly; expected at least 156 spaces, found 0
(#355) Expected 1 space after closing parenthesis; found 0
(#355) Opening brace must be the last content on the line
(#356) Line indented incorrectly; expected at least 160 spaces, found 0
(#356) Expected 1 space before "=>"; 0 found
(#356) Expected 1 space after "=>"; 0 found
(#356) Commas (,) must be followed by white space.
(#356) Commas (,) must be followed by white space.
(#356) Commas (,) must be followed by white space.
(#356) Expected 1 space before "=>"; 0 found
(#356) Expected 1 space after "=>"; 0 found
(#356) Commas (,) must be followed by white space.
(#356) Commas (,) must be followed by white space.
(#356) Commas (,) must be followed by white space.
(#356) Commas (,) must be followed by white space.
(#356) Expected 1 space before "=>"; 0 found
(#356) Expected 1 space after "=>"; 0 found
(#356) Commas (,) must be followed by white space.
(#356) Closing brace must be on a line by itself
(#356) Line exceeds 132 characters; contains 149 characters
(#356) Line exceeds 132 characters; contains 149 characters
(#356) Line exceeds 132 characters; contains 149 characters
(#356) Line exceeds 132 characters; contains 149 characters
(#356) Line exceeds 132 characters; contains 149 characters
(#356) Line exceeds 132 characters; contains 149 characters
(#356) Line exceeds 132 characters; contains 149 characters
(#356) Line exceeds 132 characters; contains 149 characters
(#357) Line indented incorrectly; expected at least 156 spaces, found 0
(#357) Variable "C" must be all lower-case
(#357) Commas (,) must be followed by white space.
(#357) Variable "U" must be all lower-case
(#357) Closing brace must be on a line by itself
(#358) Line indented incorrectly; expected at least 156 spaces, found 0
(#358) Closing brace must be on a line by itself
(#359) Line indented incorrectly; expected at least 156 spaces, found 0
(#359) Closing brace must be on a line by itself
(#360) Line indented incorrectly; expected at least 156 spaces, found 0
(#360) Expected 1 space after closing parenthesis; found 0
(#360) Opening brace must be the last content on the line
(#361) Line indented incorrectly; expected at least 160 spaces, found 0
(#361) Closing brace must be on a line by itself
(#362) Line indented incorrectly; expected at least 156 spaces, found 0
(#362) Expected 1 space after closing parenthesis; found 0
(#362) Opening brace must be the last content on the line
(#362) Closing brace must be on a line by itself
(#363) Line indented incorrectly; expected at least 156 spaces, found 0
(#363) Commas (,) must be followed by white space.
(#363) Variable "H" must be all lower-case
(#363) Expected 1 space after closing parenthesis; found 0
(#363) Opening brace must be the last content on the line
(#363) Variable "H" must be all lower-case
(#363) Closing brace must be on a line by itself
(#364) Line indented incorrectly; expected at least 156 spaces, found 0
(#364) Variable "R" must be all lower-case
(#364) Commas (,) must be followed by white space.
(#364) Variable "Z" must be all lower-case
(#364) Closing brace must be on a line by itself
(#365) Line indented incorrectly; expected at least 156 spaces, found 0
(#365) Expected 1 space after closing parenthesis; found 0
(#365) Opening brace must be the last content on the line
(#366) Line indented incorrectly; expected at least 160 spaces, found 0
(#366) Closing brace must be on a line by itself
(#367) Line indented incorrectly; expected at least 156 spaces, found 0
(#367) Expected 1 space after closing parenthesis; found 0
(#367) Opening brace must be the last content on the line
(#368) Line indented incorrectly; expected at least 160 spaces, found 0
(#368) Closing brace must be on a line by itself
(#369) Line indented incorrectly; expected at least 160 spaces, found 0
(#369) Expected 1 space after closing parenthesis; found 0
(#369) Opening brace must be the last content on the line
(#369) Closing brace must be on a line by itself
(#370) Line indented incorrectly; expected at least 160 spaces, found 0
(#370) Expected 1 space after closing parenthesis; found 0
(#370) Opening brace must be the last content on the line
(#371) Line indented incorrectly; expected at least 164 spaces, found 0
(#371) Closing brace must be on a line by itself
(#372) Line indented incorrectly; expected at least 160 spaces, found 0
(#372) Variable "Q" must be all lower-case
(#372) Commas (,) must be followed by white space.
(#372) Variable "La" must be all lower-case
(#372) Expected 1 space after closing parenthesis; found 0
(#372) Opening brace must be the last content on the line
(#372) Variable "J" must be all lower-case
(#372) Expected 1 space before "="; 0 found
(#372) Expected 1 space after "="; 0 found
(#372) Variable "Q" must be all lower-case
(#372) Expected "foreach (...) {\n"; found "foreach(...){"
(#372) Expected 1 space before "=>"; 0 found
(#372) Expected 1 space after "=>"; 0 found
(#372) Expected 1 space before "as"; 0 found
(#372) Expected 1 space after "as"; 0 found
(#372) Variable "Q" must be all lower-case
(#372) Variable "C" must be all lower-case
(#372) Expected 1 space before "=>"; 0 found
(#372) Expected 1 space after "=>"; 0 found
(#372) Inline control structures are not allowed
(#372) Variable "C" must be all lower-case
(#372) Expected 1 space before "=="; 0 found
(#372) Expected 1 space after "=="; 0 found
(#372) Variable "J" must be all lower-case
(#372) Expected 1 space before ".="; 0 found
(#372) Expected 1 space after ".="; 0 found
(#372) Variable "Q" must be all lower-case
(#372) Commas (,) must be followed by white space.
(#372) Commas (,) must be followed by white space.
(#372) Variable "C" must be all lower-case
(#372) Commas (,) must be followed by white space.
(#372) Commas (,) must be followed by white space.
(#372) Commas (,) must be followed by white space.
(#372) Closing brace must be on a line by itself
(#372) Variable "J" must be all lower-case
(#372) Closing brace must be on a line by itself
(#372) Line exceeds maximum limit of 180 characters; contains 292 characters
(#372) Line exceeds maximum limit of 180 characters; contains 292 characters
(#372) Line exceeds maximum limit of 180 characters; contains 292 characters
(#372) Line exceeds maximum limit of 180 characters; contains 292 characters
(#372) Line exceeds maximum limit of 180 characters; contains 292 characters
(#372) Line exceeds maximum limit of 180 characters; contains 292 characters
(#372) Line exceeds maximum limit of 180 characters; contains 292 characters
(#372) Line exceeds maximum limit of 180 characters; contains 292 characters
(#373) Line indented incorrectly; expected at least 160 spaces, found 0
(#373) Variable "Q" must be all lower-case
(#373) Expected 1 space after closing parenthesis; found 0
(#373) Opening brace must be the last content on the line
(#373) Variable "Q" must be all lower-case
(#373) Closing brace must be on a line by itself
(#374) Line indented incorrectly; expected at least 160 spaces, found 0
(#374) Closing brace must be on a line by itself
(#375) Line indented incorrectly; expected at least 160 spaces, found 0
(#375) Variable "Q" must be all lower-case
(#375) Commas (,) must be followed by white space.
(#375) Variable "Ng" must be all lower-case
(#375) Expected 1 space after closing parenthesis; found 0
(#375) Opening brace must be the last content on the line
(#376) Line indented incorrectly; expected at least 164 spaces, found 0
(#376) Variable "Q" must be all lower-case
(#376) Closing brace must be on a line by itself
(#377) Line indented incorrectly; expected at least 160 spaces, found 0
(#377) Expected 1 space after closing parenthesis; found 0
(#377) Opening brace must be the last content on the line
(#377) Variable "J" must be all lower-case
(#377) Expected 1 space before "="; 0 found
(#377) Expected 1 space after "="; 0 found
(#377) Inline control structures are not allowed
(#377) Expected 1 space before "as"; 0 found
(#377) Expected 1 space after "as"; 0 found
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Commas (,) must be followed by white space.
(#377) Variable "J" must be all lower-case
(#377) Expected 1 space before "="; 0 found
(#377) Expected 1 space after "="; 0 found
(#377) Variable "J" must be all lower-case
(#377) Closing brace must be on a line by itself
(#377) Line exceeds maximum limit of 180 characters; contains 557 characters
(#377) Line exceeds maximum limit of 180 characters; contains 557 characters
(#377) Line exceeds maximum limit of 180 characters; contains 557 characters
(#377) Line exceeds maximum limit of 180 characters; contains 557 characters
(#377) Line exceeds maximum limit of 180 characters; contains 557 characters
(#377) Line exceeds maximum limit of 180 characters; contains 557 characters
(#377) Line exceeds maximum limit of 180 characters; contains 557 characters
(#377) Line exceeds maximum limit of 180 characters; contains 557 characters
(#378) Line indented incorrectly; expected at least 160 spaces, found 0
(#378) Expected 1 space after closing parenthesis; found 0
(#378) Opening brace must be the last content on the line
(#378) Variable "J" must be all lower-case
(#378) Expected 1 space before "="; 0 found
(#378) Expected 1 space after "="; 0 found
(#378) Expected "foreach (...) {\n"; found "foreach(...){"
(#378) Expected 1 space before "as"; 0 found
(#378) Expected 1 space after "as"; 0 found
(#378) Variable "Ue" must be all lower-case
(#378) Commas (,) must be followed by white space.
(#378) Variable "X" must be all lower-case
(#378) Expected 1 space before "="; 0 found
(#378) Expected 1 space after "="; 0 found
(#378) Commas (,) must be followed by white space.
(#378) Variable "Ue" must be all lower-case
(#378) Commas (,) must be followed by white space.
(#378) Variable "J" must be all lower-case
(#378) Expected 1 space before "="; 0 found
(#378) Expected 1 space after "="; 0 found
(#378) Variable "X" must be all lower-case
(#378) Closing brace must be on a line by itself
(#378) Variable "J" must be all lower-case
(#378) Closing brace must be on a line by itself
(#378) Line exceeds 132 characters; contains 134 characters
(#378) Line exceeds 132 characters; contains 134 characters
(#378) Line exceeds 132 characters; contains 134 characters
(#378) Line exceeds 132 characters; contains 134 characters
(#378) Line exceeds 132 characters; contains 134 characters
(#378) Line exceeds 132 characters; contains 134 characters
(#378) Line exceeds 132 characters; contains 134 characters
(#378) Line exceeds 132 characters; contains 134 characters
(#379) Line indented incorrectly; expected at least 160 spaces, found 0
(#379) Closing brace must be on a line by itself
(#380) Line indented incorrectly; expected at least 160 spaces, found 0
(#380) Commas (,) must be followed by white space.
(#380) Variable "J" must be all lower-case
(#380) Expected 1 space after closing parenthesis; found 0
(#380) Opening brace must be the last content on the line
(#380) Variable "J" must be all lower-case
(#380) Closing brace must be on a line by itself
(#381) Line indented incorrectly; expected at least 160 spaces, found 0
(#381) Variable "Ec" must be all lower-case
(#381) Expected 1 space after closing parenthesis; found 0
(#381) Opening brace must be the last content on the line
(#382) Line indented incorrectly; expected at least 164 spaces, found 0
(#382) Commas (,) must be followed by white space.
(#382) Variable "Ec" must be all lower-case
(#382) Closing brace must be on a line by itself
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#382) Variable "Ch" must be all lower-case
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#382) Expected 1 space before "=>"; 0 found
(#382) Expected 1 space after "=>"; 0 found
(#382) Commas (,) must be followed by white space.
(#382) Expected 1 space before "=>"; 0 found
(#382) Expected 1 space after "=>"; 0 found
(#382) Commas (,) must be followed by white space.
(#382) Expected 1 space before "=>"; 0 found
(#382) Expected 1 space after "=>"; 0 found
(#382) Commas (,) must be followed by white space.
(#382) Expected 1 space before "=>"; 0 found
(#382) Expected 1 space after "=>"; 0 found
(#382) Commas (,) must be followed by white space.
(#382) Expected 1 space before "=>"; 0 found
(#382) Expected 1 space after "=>"; 0 found
(#382) Variable "Mg" must be all lower-case
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#382) Variable "Ch" must be all lower-case
(#382) Variable "Jh" must be all lower-case
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#382) Variable "Se" must be all lower-case
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Variable "Tc" must be all lower-case
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Variable "Yc" must be all lower-case
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#382) Commas (,) must be followed by white space.
(#382) Expected 1 space before "=>"; 0 found
(#382) Expected 1 space after "=>"; 0 found
(#382) Commas (,) must be followed by white space.
(#382) Expected 1 space before "=>"; 0 found
(#382) Expected 1 space after "=>"; 0 found
(#382) Commas (,) must be followed by white space.
(#382) Closing brace must be on a line by itself
(#382) Variable "Wb" must be all lower-case
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#382) Expected "if (...) {\n"; found "if(...){"
(#382) Variable "_f" must not contain underscores.
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#382) Commas (,) must be followed by white space.
(#382) Commas (,) must be followed by white space.
(#382) Expected "if (...) {\n"; found "if(...){"
(#382) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 248
(#382) Line exceeds maximum limit of 180 characters; contains 698 characters
(#382) Line exceeds maximum limit of 180 characters; contains 698 characters
(#382) Line exceeds maximum limit of 180 characters; contains 698 characters
(#382) Line exceeds maximum limit of 180 characters; contains 698 characters
(#382) Line exceeds maximum limit of 180 characters; contains 698 characters
(#382) Line exceeds maximum limit of 180 characters; contains 698 characters
(#382) Line exceeds maximum limit of 180 characters; contains 698 characters
(#382) Line exceeds maximum limit of 180 characters; contains 698 characters
(#383) Line indented incorrectly; expected at least 104 spaces, found 0
(#383) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#383) Scope modifier not specified for member variable "$extension"
(#383) Expected 1 space before "="; 0 found
(#383) Expected 1 space after "="; 0 found
(#383) Commas (,) must be followed by white space.
(#383) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#383) Scope modifier not specified for member variable "$_link"
(#383) Commas (,) must be followed by white space.
(#383) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#383) Scope modifier not specified for member variable "$_result"
(#383) Commas (,) must be followed by white space.
(#383) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#383) Scope modifier not specified for member variable "$_string"
(#383) Commas (,) must be followed by white space.
(#383) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#383) Scope modifier not specified for member variable "$_database"
(#383) Expected 1 space before "="; 0 found
(#383) Expected 1 space after "="; 0 found
(#383) Commas (,) must be followed by white space.
(#383) Member variable "server_info" must not contain underscores.
(#383) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#383) Scope modifier not specified for member variable "$server_info"
(#383) Commas (,) must be followed by white space.
(#383) Member variable "affected_rows" must not contain underscores.
(#383) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#383) Scope modifier not specified for member variable "$affected_rows"
(#383) Commas (,) must be followed by white space.
(#383) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#383) Scope modifier not specified for member variable "$error"
(#383) Visibility must be declared on method "_error"
(#384) Line indented incorrectly; expected at least 108 spaces, found 0
(#384) Commas (,) must be followed by white space.
(#384) Expected 1 space after closing parenthesis; found 0
(#384) Opening brace must be the last content on the line
(#384) Inline control structures are not allowed
(#384) Expected 1 space before "="; 0 found
(#384) Expected 1 space after "="; 0 found
(#384) Expected 1 space before "="; 0 found
(#384) Expected 1 space after "="; 0 found
(#384) Commas (,) must be followed by white space.
(#384) Commas (,) must be followed by white space.
(#384) Expected 1 space before "="; 0 found
(#384) Expected 1 space after "="; 0 found
(#384) Closing brace must be on a line by itself
(#384) Line exceeds 132 characters; contains 141 characters
(#384) Line exceeds 132 characters; contains 141 characters
(#384) Line exceeds 132 characters; contains 141 characters
(#384) Line exceeds 132 characters; contains 141 characters
(#384) Line exceeds 132 characters; contains 141 characters
(#384) Line exceeds 132 characters; contains 141 characters
(#384) Line exceeds 132 characters; contains 141 characters
(#384) Line exceeds 132 characters; contains 141 characters
(#384) Visibility must be declared on method "connect"
(#385) Line indented incorrectly; expected at least 108 spaces, found 0
(#385) Variable "N" must be all lower-case
(#385) Commas (,) must be followed by white space.
(#385) Variable "V" must be all lower-case
(#385) Commas (,) must be followed by white space.
(#385) Variable "G" must be all lower-case
(#385) Expected 1 space after closing parenthesis; found 0
(#385) Opening brace must be the last content on the line
(#385) Expected 1 space before "="; 0 found
(#385) Expected 1 space after "="; 0 found
(#385) Commas (,) must be followed by white space.
(#385) Expected 1 space before "="; 0 found
(#385) Expected 1 space after "="; 0 found
(#385) Commas (,) must be followed by white space.
(#385) Commas (,) must be followed by white space.
(#385) Variable "N" must be all lower-case
(#385) Commas (,) must be followed by white space.
(#385) Variable "V" must be all lower-case
(#385) Commas (,) must be followed by white space.
(#385) Variable "G" must be all lower-case
(#385) Commas (,) must be followed by white space.
(#385) Expected 1 space before "="; 0 found
(#385) Expected 1 space after "="; 0 found
(#385) Expected 1 space before "!="; 0 found
(#385) Expected 1 space after "!="; 0 found
(#385) Expected 1 space before "?"; 0 found
(#385) Expected 1 space after "?"; 0 found
(#385) Commas (,) must be followed by white space.
(#385) Expected 1 space before ":"; 0 found
(#385) Expected 1 space after ":"; 0 found
(#385) Commas (,) must be followed by white space.
(#385) Expected "if (...) {\n"; found "if(...){"
(#385) Expected 1 space before "!="; 0 found
(#385) Expected 1 space after "!="; 0 found
(#385) Expected 1 space before "="; 0 found
(#385) Expected 1 space after "="; 0 found
(#385) Expected 1 space before "="; 0 found
(#385) Expected 1 space after "="; 0 found
(#385) Commas (,) must be followed by white space.
(#385) Closing brace must be on a line by itself
(#385) Expected "if (...) {\n"; found "if(...){"
(#385) Variable "Xh" must be all lower-case
(#385) Expected 1 space before "="; 0 found
(#385) Expected 1 space after "="; 0 found
(#385) Expected 1 space before "="; 0 found
(#385) Expected 1 space after "="; 0 found
(#385) Variable "Xh" must be all lower-case
(#385) Commas (,) must be followed by white space.
(#385) Closing brace must be on a line by itself
(#385) Closing brace must be on a line by itself
(#385) Line exceeds maximum limit of 180 characters; contains 673 characters
(#385) Visibility must be declared on method "quote"
(#385) Line exceeds maximum limit of 180 characters; contains 673 characters
(#385) Line exceeds maximum limit of 180 characters; contains 673 characters
(#385) Line exceeds maximum limit of 180 characters; contains 673 characters
(#385) Line exceeds maximum limit of 180 characters; contains 673 characters
(#385) Line exceeds maximum limit of 180 characters; contains 673 characters
(#385) Line exceeds maximum limit of 180 characters; contains 673 characters
(#385) Line exceeds maximum limit of 180 characters; contains 673 characters
(#386) Line indented incorrectly; expected at least 108 spaces, found 0
(#386) Variable "P" must be all lower-case
(#386) Expected 1 space after closing parenthesis; found 0
(#386) Opening brace must be the last content on the line
(#386) Commas (,) must be followed by white space.
(#386) Variable "P" must be all lower-case
(#386) Closing brace must be on a line by itself
(#386) Visibility must be declared on method "select_db"
(#387) Line indented incorrectly; expected at least 108 spaces, found 0
(#387) Expected 1 space after closing parenthesis; found 0
(#387) Opening brace must be the last content on the line
(#387) Inline control structures are not allowed
(#387) Expected 1 space before "=="; 0 found
(#387) Expected 1 space after "=="; 0 found
(#387) Variable "J" must be all lower-case
(#387) Expected 1 space before "="; 0 found
(#387) Expected 1 space after "="; 0 found
(#387) Commas (,) must be followed by white space.
(#387) Commas (,) must be followed by white space.
(#387) Inline control structures are not allowed
(#387) Variable "J" must be all lower-case
(#387) Expected 1 space before "="; 0 found
(#387) Expected 1 space after "="; 0 found
(#387) Variable "J" must be all lower-case
(#387) Variable "J" must be all lower-case
(#387) Closing brace must be on a line by itself
(#387) Line exceeds maximum limit of 180 characters; contains 200 characters
(#387) Visibility must be declared on method "close"
(#387) Line exceeds maximum limit of 180 characters; contains 200 characters
(#387) Line exceeds maximum limit of 180 characters; contains 200 characters
(#387) Line exceeds maximum limit of 180 characters; contains 200 characters
(#387) Line exceeds maximum limit of 180 characters; contains 200 characters
(#387) Line exceeds maximum limit of 180 characters; contains 200 characters
(#387) Line exceeds maximum limit of 180 characters; contains 200 characters
(#387) Line exceeds maximum limit of 180 characters; contains 200 characters
(#388) Line indented incorrectly; expected at least 108 spaces, found 0
(#388) Expected 1 space after closing parenthesis; found 0
(#388) Opening brace must be the last content on the line
(#388) Expected 1 space before "="; 0 found
(#388) Expected 1 space after "="; 0 found
(#388) Closing brace must be on a line by itself
(#388) Visibility must be declared on method "query"
(#389) Line indented incorrectly; expected at least 108 spaces, found 0
(#389) Variable "H" must be all lower-case
(#389) Commas (,) must be followed by white space.
(#389) Variable "Dh" must be all lower-case
(#389) Expected 1 space after closing parenthesis; found 0
(#389) Opening brace must be the last content on the line
(#389) Variable "I" must be all lower-case
(#389) Expected 1 space before "="; 0 found
(#389) Expected 1 space after "="; 0 found
(#389) Commas (,) must be followed by white space.
(#389) Variable "H" must be all lower-case
(#389) Expected 1 space before "="; 0 found
(#389) Expected 1 space after "="; 0 found
(#389) Expected "if (...) {\n"; found "if(...){"
(#389) Variable "I" must be all lower-case
(#389) Expected 1 space before "="; 0 found
(#389) Expected 1 space after "="; 0 found
(#390) Line indented incorrectly; expected at least 116 spaces, found 0
(#390) Closing brace must be on a line by itself
(#390) Usage of ELSEIF not allowed; use ELSE IF instead
(#390) Variable "I" must be all lower-case
(#390) Expected 1 space before "="; 0 found
(#390) Expected 1 space after "="; 0 found
(#390) Variable "I" must be all lower-case
(#391) Line indented incorrectly; expected at least 112 spaces, found 0
(#391) Closing brace must be on a line by itself
(#392) Line indented incorrectly; expected at least 116 spaces, found 0
(#393) Line indented incorrectly; expected at least 116 spaces, found 0
(#393) Variable "I" must be all lower-case
(#393) Closing brace must be on a line by itself
(#393) Visibility must be declared on method "multi_query"
(#394) Line indented incorrectly; expected at least 108 spaces, found 0
(#394) Variable "H" must be all lower-case
(#394) Expected 1 space after closing parenthesis; found 0
(#394) Opening brace must be the last content on the line
(#394) Expected 1 space before "="; 0 found
(#394) Expected 1 space after "="; 0 found
(#394) Variable "H" must be all lower-case
(#394) Closing brace must be on a line by itself
(#394) Visibility must be declared on method "store_result"
(#395) Line indented incorrectly; expected at least 108 spaces, found 0
(#395) Expected 1 space after closing parenthesis; found 0
(#395) Opening brace must be the last content on the line
(#395) Closing brace must be on a line by itself
(#395) Visibility must be declared on method "next_result"
(#396) Line indented incorrectly; expected at least 108 spaces, found 0
(#396) Expected 1 space after closing parenthesis; found 0
(#396) Opening brace must be the last content on the line
(#397) Line indented incorrectly; expected at least 112 spaces, found 0
(#397) Closing brace must be on a line by itself
(#397) Visibility must be declared on method "result"
(#398) Line indented incorrectly; expected at least 108 spaces, found 0
(#398) Variable "H" must be all lower-case
(#398) Commas (,) must be followed by white space.
(#398) Expected 1 space after closing parenthesis; found 0
(#398) Opening brace must be the last content on the line
(#398) Variable "I" must be all lower-case
(#398) Expected 1 space before "="; 0 found
(#398) Expected 1 space after "="; 0 found
(#398) Variable "H" must be all lower-case
(#398) Inline control structures are not allowed
(#398) Variable "I" must be all lower-case
(#398) Variable "I" must be all lower-case
(#399) Line indented incorrectly; expected at least 112 spaces, found 0
(#400) Line indented incorrectly; expected at least 112 spaces, found 0
(#400) Variable "I" must be all lower-case
(#400) Commas (,) must be followed by white space.
(#400) Commas (,) must be followed by white space.
(#400) Closing brace must be on a line by itself
(#400) Closing brace must be on a line by itself
(#400) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 219
(#401) Line indented incorrectly; expected at least 164 spaces, found 0
(#401) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#401) Scope modifier not specified for member variable "$_result"
(#401) Commas (,) must be followed by white space.
(#401) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#401) Scope modifier not specified for member variable "$_offset"
(#401) Expected 1 space before "="; 0 found
(#401) Expected 1 space after "="; 0 found
(#401) Commas (,) must be followed by white space.
(#401) Member variable "num_rows" must not contain underscores.
(#401) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#401) Scope modifier not specified for member variable "$num_rows"
(#401) Visibility must be declared on method "__construct"
(#402) Line indented incorrectly; expected at least 168 spaces, found 0
(#402) Variable "I" must be all lower-case
(#402) Expected 1 space after closing parenthesis; found 0
(#402) Opening brace must be the last content on the line
(#402) Expected 1 space before "="; 0 found
(#402) Expected 1 space after "="; 0 found
(#402) Variable "I" must be all lower-case
(#402) Expected 1 space before "="; 0 found
(#402) Expected 1 space after "="; 0 found
(#402) Variable "I" must be all lower-case
(#402) Closing brace must be on a line by itself
(#402) Visibility must be declared on method "fetch_assoc"
(#403) Line indented incorrectly; expected at least 168 spaces, found 0
(#403) Expected 1 space after closing parenthesis; found 0
(#403) Opening brace must be the last content on the line
(#404) Line indented incorrectly; expected at least 172 spaces, found 0
(#404) Closing brace must be on a line by itself
(#404) Visibility must be declared on method "fetch_row"
(#405) Line indented incorrectly; expected at least 168 spaces, found 0
(#405) Expected 1 space after closing parenthesis; found 0
(#405) Opening brace must be the last content on the line
(#406) Line indented incorrectly; expected at least 172 spaces, found 0
(#406) Closing brace must be on a line by itself
(#406) Visibility must be declared on method "fetch_field"
(#407) Line indented incorrectly; expected at least 172 spaces, found 0
(#407) Expected 1 space after closing parenthesis; found 0
(#407) Opening brace must be the last content on the line
(#407) Expected 1 space before "="; 0 found
(#407) Expected 1 space after "="; 0 found
(#407) Variable "J" must be all lower-case
(#407) Expected 1 space before "="; 0 found
(#407) Expected 1 space after "="; 0 found
(#408) Line indented incorrectly; expected at least 176 spaces, found 0
(#408) Inline control structures are not allowed
(#408) Variable "J" must be all lower-case
(#408) Expected 1 space before "="; 0 found
(#408) Expected 1 space after "="; 0 found
(#408) Commas (,) must be followed by white space.
(#408) Variable "J" must be all lower-case
(#408) Expected 1 space before "="; 0 found
(#408) Expected 1 space after "="; 0 found
(#408) Commas (,) must be followed by white space.
(#408) Variable "J" must be all lower-case
(#408) Expected 1 space before "="; 0 found
(#408) Expected 1 space after "="; 0 found
(#408) Variable "J" must be all lower-case
(#408) Variable "J" must be all lower-case
(#408) Expected 1 space before "="; 0 found
(#408) Expected 1 space after "="; 0 found
(#408) Commas (,) must be followed by white space.
(#408) Variable "J" must be all lower-case
(#408) Expected 1 space before "="; 0 found
(#408) Expected 1 space after "="; 0 found
(#408) Variable "J" must be all lower-case
(#408) Expected 1 space before "=="; 0 found
(#408) Expected 1 space after "=="; 0 found
(#408) Expected 1 space before "?"; 0 found
(#408) Expected 1 space after "?"; 0 found
(#408) Expected 1 space before ":"; 0 found
(#408) Expected 1 space after ":"; 0 found
(#408) Variable "J" must be all lower-case
(#408) Closing brace must be on a line by itself
(#408) Line exceeds maximum limit of 180 characters; contains 255 characters
(#408) Visibility must be declared on method "__destruct"
(#408) Line exceeds maximum limit of 180 characters; contains 255 characters
(#408) Line exceeds maximum limit of 180 characters; contains 255 characters
(#408) Line exceeds maximum limit of 180 characters; contains 255 characters
(#408) Line exceeds maximum limit of 180 characters; contains 255 characters
(#408) Line exceeds maximum limit of 180 characters; contains 255 characters
(#408) Line exceeds maximum limit of 180 characters; contains 255 characters
(#408) Line exceeds maximum limit of 180 characters; contains 255 characters
(#409) Line indented incorrectly; expected at least 172 spaces, found 0
(#409) Expected 1 space after closing parenthesis; found 0
(#409) Opening brace must be the last content on the line
(#409) Closing brace must be on a line by itself
(#409) Closing brace must be on a line by itself
(#409) Closing brace must be on a line by itself
(#409) Usage of ELSEIF not allowed; use ELSE IF instead
(#409) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 248
(#410) Line indented incorrectly; expected at least 168 spaces, found 0
(#411) Line indented incorrectly; expected at least 168 spaces, found 0
(#412) Line indented incorrectly; expected at least 168 spaces, found 0
(#412) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#412) Scope modifier not specified for member variable "$extension"
(#412) Expected 1 space before "="; 0 found
(#412) Expected 1 space after "="; 0 found
(#412) Visibility must be declared on method "connect"
(#413) Line indented incorrectly; expected at least 172 spaces, found 0
(#413) Variable "N" must be all lower-case
(#413) Commas (,) must be followed by white space.
(#413) Variable "V" must be all lower-case
(#413) Commas (,) must be followed by white space.
(#413) Variable "G" must be all lower-case
(#413) Expected 1 space after closing parenthesis; found 0
(#413) Opening brace must be the last content on the line
(#413) Expected 1 space before "="; 0 found
(#413) Expected 1 space after "="; 0 found
(#413) Variable "P" must be all lower-case
(#413) Expected 1 space before "="; 0 found
(#413) Expected 1 space after "="; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Commas (,) must be followed by white space.
(#413) Variable "N" must be all lower-case
(#413) Commas (,) must be followed by white space.
(#413) Variable "P" must be all lower-case
(#413) Expected 1 space before "!="; 0 found
(#413) Expected 1 space after "!="; 0 found
(#413) Expected 1 space before "?"; 0 found
(#413) Expected 1 space after "?"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space before ":"; 0 found
(#413) Expected 1 space after ":"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Variable "V" must be all lower-case
(#413) Commas (,) must be followed by white space.
(#413) Variable "G" must be all lower-case
(#413) Line exceeds maximum limit of 180 characters; contains 235 characters
(#413) Line exceeds maximum limit of 180 characters; contains 235 characters
(#413) Line exceeds maximum limit of 180 characters; contains 235 characters
(#413) Line exceeds maximum limit of 180 characters; contains 235 characters
(#413) Line exceeds maximum limit of 180 characters; contains 235 characters
(#413) Line exceeds maximum limit of 180 characters; contains 235 characters
(#413) Line exceeds maximum limit of 180 characters; contains 235 characters
(#413) Line exceeds maximum limit of 180 characters; contains 235 characters
(#414) Line indented incorrectly; expected at least 176 spaces, found 0
(#414) Closing brace must be on a line by itself
(#414) Visibility must be declared on method "select_db"
(#415) Line indented incorrectly; expected at least 168 spaces, found 0
(#415) Expected 1 space after closing parenthesis; found 0
(#415) Opening brace must be the last content on the line
(#415) Expected 1 space before "=="; 0 found
(#415) Expected 1 space after "=="; 0 found
(#415) Closing brace must be on a line by itself
(#415) Visibility must be declared on method "close"
(#416) Line indented incorrectly; expected at least 168 spaces, found 0
(#416) Closing brace must be on a line by itself
(#416) Closing brace must be on a line by itself
(#416) Closing brace must be on a line by itself
(#416) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 258
(#417) Line indented incorrectly; expected at least 172 spaces, found 0
(#418) Line indented incorrectly; expected at least 172 spaces, found 0
(#419) Line indented incorrectly; expected at least 172 spaces, found 0
(#419) method name "Min_Driver::insertUpdate" must be in lower-case letters only
(#419) Visibility must be declared on method "insertUpdate"
(#420) Line indented incorrectly; expected at least 176 spaces, found 0
(#420) Variable "Q" must be all lower-case
(#420) Commas (,) must be followed by white space.
(#420) Variable "L" must be all lower-case
(#420) Commas (,) must be followed by white space.
(#420) Variable "Cf" must be all lower-case
(#420) Expected 1 space after closing parenthesis; found 0
(#420) Opening brace must be the last content on the line
(#420) Expected "foreach (...) {\n"; found "foreach(...){"
(#420) Expected 1 space after "as"; 0 found
(#420) Variable "L" must be all lower-case
(#421) Line indented incorrectly; expected at least 180 spaces, found 0
(#421) Variable "O" must be all lower-case
(#421) Variable "Kh" must be all lower-case
(#421) Expected 1 space before "="; 0 found
(#421) Expected 1 space after "="; 0 found
(#421) Variable "Z" must be all lower-case
(#421) Expected 1 space before "="; 0 found
(#421) Expected 1 space after "="; 0 found
(#421) Expected "foreach (...) {\n"; found "foreach(...){"
(#421) Expected 1 space before "=>"; 0 found
(#421) Expected 1 space after "=>"; 0 found
(#421) Expected 1 space after "as"; 0 found
(#421) Variable "O" must be all lower-case
(#422) Line indented incorrectly; expected at least 184 spaces, found 0
(#422) Expected 1 space before "=>"; 0 found
(#422) Expected 1 space after "=>"; 0 found
(#422) Variable "X" must be all lower-case
(#422) Variable "Kh" must be all lower-case
(#422) Expected 1 space before "="; 0 found
(#422) Expected 1 space after "="; 0 found
(#422) Inline control structures are not allowed
(#422) Variable "Cf" must be all lower-case
(#422) Variable "Z" must be all lower-case
(#422) Expected 1 space before "="; 0 found
(#422) Expected 1 space after "="; 0 found
(#422) Closing brace must be on a line by itself
(#422) Inline control structures are not allowed
(#422) Variable "Z" must be all lower-case
(#422) Variable "Q" must be all lower-case
(#422) Commas (,) must be followed by white space.
(#422) Variable "Kh" must be all lower-case
(#422) Commas (,) must be followed by white space.
(#422) Variable "Z" must be all lower-case
(#422) Variable "Q" must be all lower-case
(#422) Commas (,) must be followed by white space.
(#422) Variable "O" must be all lower-case
(#422) Commas (,) must be followed by white space.
(#422) Variable "O" must be all lower-case
(#422) Line exceeds maximum limit of 180 characters; contains 299 characters
(#422) Line exceeds maximum limit of 180 characters; contains 299 characters
(#422) Line exceeds maximum limit of 180 characters; contains 299 characters
(#422) Line exceeds maximum limit of 180 characters; contains 299 characters
(#422) Line exceeds maximum limit of 180 characters; contains 299 characters
(#422) Line exceeds maximum limit of 180 characters; contains 299 characters
(#422) Line exceeds maximum limit of 180 characters; contains 299 characters
(#422) Line exceeds maximum limit of 180 characters; contains 299 characters
(#423) Line indented incorrectly; expected at least 184 spaces, found 0
(#423) Closing brace must be on a line by itself
(#424) Line indented incorrectly; expected at least 176 spaces, found 0
(#424) Closing brace must be on a line by itself
(#424) Closing brace must be on a line by itself
(#425) Line indented incorrectly; expected at least 168 spaces, found 0
(#425) Expected 1 space after closing parenthesis; found 0
(#425) Opening brace must be the last content on the line
(#425) Commas (,) must be followed by white space.
(#425) Commas (,) must be followed by white space.
(#425) Closing brace must be on a line by itself
(#426) Line indented incorrectly; expected at least 168 spaces, found 0
(#426) Expected 1 space after closing parenthesis; found 0
(#426) Opening brace must be the last content on the line
(#427) Line indented incorrectly; expected at least 172 spaces, found 0
(#427) Closing brace must be on a line by itself
(#428) Line indented incorrectly; expected at least 168 spaces, found 0
(#428) Expected 1 space after closing parenthesis; found 0
(#428) Opening brace must be the last content on the line
(#428) Expected 1 space before "="; 0 found
(#428) Expected 1 space after "="; 0 found
(#429) Line indented incorrectly; expected at least 172 spaces, found 0
(#429) Expected 1 space before "="; 0 found
(#429) Expected 1 space after "="; 0 found
(#429) Expected "if (...) {\n"; found "if(...){"
(#429) Commas (,) must be followed by white space.
(#429) Commas (,) must be followed by white space.
(#429) Inline control structures are not allowed
(#429) Expected 1 space before ">="; 0 found
(#429) Expected 1 space after ">="; 0 found
(#429) Closing brace must be on a line by itself
(#429) Closing brace must be on a line by itself
(#429) Line exceeds 132 characters; contains 166 characters
(#429) Line exceeds 132 characters; contains 166 characters
(#429) Line exceeds 132 characters; contains 166 characters
(#429) Line exceeds 132 characters; contains 166 characters
(#429) Line exceeds 132 characters; contains 166 characters
(#429) Line exceeds 132 characters; contains 166 characters
(#429) Line exceeds 132 characters; contains 166 characters
(#429) Line exceeds 132 characters; contains 166 characters
(#430) Line indented incorrectly; expected at least 172 spaces, found 0
(#430) Expected 1 space after closing parenthesis; found 0
(#430) Opening brace must be the last content on the line
(#431) Line indented incorrectly; expected at least 176 spaces, found 0
(#431) Closing brace must be on a line by itself
(#432) Line indented incorrectly; expected at least 172 spaces, found 0
(#432) Variable "H" must be all lower-case
(#432) Commas (,) must be followed by white space.
(#432) Variable "Z" must be all lower-case
(#432) Commas (,) must be followed by white space.
(#432) Commas (,) must be followed by white space.
(#432) Variable "D" must be all lower-case
(#432) Commas (,) must be followed by white space.
(#432) Expected 1 space after closing parenthesis; found 0
(#432) Opening brace must be the last content on the line
(#432) Variable "H" must be all lower-case
(#432) Expected 1 space before "!=="; 0 found
(#432) Expected 1 space after "!=="; 0 found
(#432) Expected 1 space before "?"; 0 found
(#432) Expected 1 space after "?"; 0 found
(#432) Variable "D" must be all lower-case
(#432) Expected 1 space before "?"; 0 found
(#432) Expected 1 space after "?"; 0 found
(#432) Variable "D" must be all lower-case
(#432) Expected 1 space before ":"; 0 found
(#432) Expected 1 space after ":"; 0 found
(#432) Expected 1 space before ":"; 0 found
(#432) Expected 1 space after ":"; 0 found
(#432) Closing brace must be on a line by itself
(#433) Line indented incorrectly; expected at least 172 spaces, found 0
(#433) Variable "H" must be all lower-case
(#433) Commas (,) must be followed by white space.
(#433) Variable "Z" must be all lower-case
(#433) Expected 1 space after closing parenthesis; found 0
(#433) Opening brace must be the last content on the line
(#433) Variable "H" must be all lower-case
(#433) Closing brace must be on a line by itself
(#434) Line indented incorrectly; expected at least 172 spaces, found 0
(#434) Commas (,) must be followed by white space.
(#434) Expected 1 space after closing parenthesis; found 0
(#434) Opening brace must be the last content on the line
(#434) Closing brace must be on a line by itself
(#435) Line indented incorrectly; expected at least 172 spaces, found 0
(#435) Expected 1 space after closing parenthesis; found 0
(#435) Opening brace must be the last content on the line
(#436) Line indented incorrectly; expected at least 176 spaces, found 0
(#436) Closing brace must be on a line by itself
(#437) Line indented incorrectly; expected at least 172 spaces, found 0
(#437) Expected 1 space after closing parenthesis; found 0
(#437) Opening brace must be the last content on the line
(#437) Closing brace must be on a line by itself
(#438) Line indented incorrectly; expected at least 172 spaces, found 0
(#438) Expected 1 space after closing parenthesis; found 0
(#438) Opening brace must be the last content on the line
(#438) Variable "H" must be all lower-case
(#438) Expected 1 space before "="; 0 found
(#438) Expected 1 space after "="; 0 found
(#438) Inline control structures are not allowed
(#438) Variable "H" must be all lower-case
(#438) Expected 1 space before ".="; 0 found
(#438) Expected 1 space after ".="; 0 found
(#438) Line exceeds 132 characters; contains 154 characters
(#438) Line exceeds 132 characters; contains 154 characters
(#438) Line exceeds 132 characters; contains 154 characters
(#438) Line exceeds 132 characters; contains 154 characters
(#438) Line exceeds 132 characters; contains 154 characters
(#438) Line exceeds 132 characters; contains 154 characters
(#438) Line exceeds 132 characters; contains 154 characters
(#438) Line exceeds 132 characters; contains 154 characters
(#442) Variable "H" must be all lower-case
(#442) Expected 1 space before ".="; 0 found
(#442) Expected 1 space after ".="; 0 found
(#444) Line indented incorrectly; expected at least 176 spaces, found 0
(#444) Variable "H" must be all lower-case
(#444) Closing brace must be on a line by itself
(#445) Line indented incorrectly; expected at least 172 spaces, found 0
(#445) Expected 1 space after closing parenthesis; found 0
(#445) Opening brace must be the last content on the line
(#446) Line indented incorrectly; expected at least 176 spaces, found 0
(#446) Closing brace must be on a line by itself
(#447) Line indented incorrectly; expected at least 176 spaces, found 0
(#447) Variable "C" must be all lower-case
(#447) Expected 1 space after closing parenthesis; found 0
(#447) Opening brace must be the last content on the line
(#447) Variable "J" must be all lower-case
(#447) Expected 1 space before "="; 0 found
(#447) Expected 1 space after "="; 0 found
(#447) Inline control structures are not allowed
(#447) Expected 1 space before "as"; 0 found
(#447) Expected 1 space after "as"; 0 found
(#447) Line exceeds maximum limit of 180 characters; contains 421 characters
(#447) Line exceeds maximum limit of 180 characters; contains 421 characters
(#447) Line exceeds maximum limit of 180 characters; contains 421 characters
(#447) Line exceeds maximum limit of 180 characters; contains 421 characters
(#447) Line exceeds maximum limit of 180 characters; contains 421 characters
(#447) Line exceeds maximum limit of 180 characters; contains 421 characters
(#447) Line exceeds maximum limit of 180 characters; contains 421 characters
(#447) Line exceeds maximum limit of 180 characters; contains 421 characters
(#451) Variable "C" must be all lower-case
(#451) Expected 1 space before "!="; 0 found
(#451) Expected 1 space after "!="; 0 found
(#451) Expected 1 space before "?"; 0 found
(#451) Expected 1 space after "?"; 0 found
(#451) Variable "C" must be all lower-case
(#451) Expected 1 space before ":"; 0 found
(#451) Expected 1 space after ":"; 0 found
(#451) Variable "K" must be all lower-case
(#451) Variable "J" must be all lower-case
(#451) Variable "K" must be all lower-case
(#451) Expected 1 space before "="; 0 found
(#451) Expected 1 space after "="; 0 found
(#451) Variable "K" must be all lower-case
(#451) Variable "C" must be all lower-case
(#451) Expected 1 space before "!="; 0 found
(#451) Expected 1 space after "!="; 0 found
(#451) Expected 1 space before "?"; 0 found
(#451) Expected 1 space after "?"; 0 found
(#451) Variable "J" must be all lower-case
(#451) Variable "C" must be all lower-case
(#451) Expected 1 space before ":"; 0 found
(#451) Expected 1 space after ":"; 0 found
(#451) Variable "J" must be all lower-case
(#451) Closing brace must be on a line by itself
(#452) Line indented incorrectly; expected at least 176 spaces, found 0
(#452) Variable "R" must be all lower-case
(#452) Expected 1 space after closing parenthesis; found 0
(#452) Opening brace must be the last content on the line
(#453) Line indented incorrectly; expected at least 180 spaces, found 0
(#453) Variable "R" must be all lower-case
(#453) Commas (,) must be followed by white space.
(#453) Commas (,) must be followed by white space.
(#453) Closing brace must be on a line by itself
(#454) Variable "R" must be all lower-case
(#454) Expected 1 space after closing parenthesis; found 0
(#454) Opening brace must be the last content on the line
(#455) Line indented incorrectly; expected at least 4 spaces, found 0
(#455) Closing brace must be on a line by itself
(#456) Line indented incorrectly; expected at least 180 spaces, found 0
(#456) Variable "Q" must be all lower-case
(#456) Expected 1 space after closing parenthesis; found 0
(#456) Opening brace must be the last content on the line
(#456) Variable "J" must be all lower-case
(#456) Expected 1 space before "="; 0 found
(#456) Expected 1 space after "="; 0 found
(#456) Variable "Ca" must be all lower-case
(#456) Expected 1 space before "="; 0 found
(#456) Expected 1 space after "="; 0 found
(#456) Expected 1 space before "=>"; 0 found
(#456) Expected 1 space after "=>"; 0 found
(#456) Commas (,) must be followed by white space.
(#456) Expected 1 space before "=>"; 0 found
(#456) Expected 1 space after "=>"; 0 found
(#456) Commas (,) must be followed by white space.
(#456) Expected "foreach (...) {\n"; found "foreach(...){"
(#456) Expected 1 space before "as"; 0 found
(#456) Expected 1 space after "as"; 0 found
(#456) Line exceeds maximum limit of 180 characters; contains 297 characters
(#456) Line exceeds maximum limit of 180 characters; contains 297 characters
(#456) Line exceeds maximum limit of 180 characters; contains 297 characters
(#456) Line exceeds maximum limit of 180 characters; contains 297 characters
(#456) Line exceeds maximum limit of 180 characters; contains 297 characters
(#456) Line exceeds maximum limit of 180 characters; contains 297 characters
(#456) Line exceeds maximum limit of 180 characters; contains 297 characters
(#456) Line exceeds maximum limit of 180 characters; contains 297 characters
(#461) Variable "Q" must be all lower-case
(#465) Variable "K" must be all lower-case
(#465) Commas (,) must be followed by white space.
(#465) Variable "K" must be all lower-case
(#465) Commas (,) must be followed by white space.
(#465) Variable "B" must be all lower-case
(#465) Commas (,) must be followed by white space.
(#465) Variable "U" must be all lower-case
(#465) Commas (,) must be followed by white space.
(#465) Variable "Wd" must be all lower-case
(#465) Commas (,) must be followed by white space.
(#465) Variable "K" must be all lower-case
(#465) Commas (,) must be followed by white space.
(#465) Commas (,) must be followed by white space.
(#465) Variable "Fa" must be all lower-case
(#465) Expected 1 space before "="; 0 found
(#465) Expected 1 space after "="; 0 found
(#465) Variable "B" must be all lower-case
(#465) Variable "K" must be all lower-case
(#465) Expected 1 space before ".="; 0 found
(#465) Expected 1 space after ".="; 0 found
(#465) Variable "Fa" must be all lower-case
(#465) Expected 1 space before "="; 0 found
(#465) Expected 1 space after "="; 0 found
(#465) Variable "U" must be all lower-case
(#465) Expected "if (...) {\n"; found "if(...){"
(#465) Variable "Ca" must be all lower-case
(#465) Variable "K" must be all lower-case
(#465) Expected 1 space before "="; 0 found
(#465) Expected 1 space after "="; 0 found
(#465) Variable "Ca" must be all lower-case
(#465) Variable "K" must be all lower-case
(#465) Expected 1 space before "="; 0 found
(#465) Expected 1 space after "="; 0 found
(#465) Variable "K" must be all lower-case
(#465) Variable "Wd" must be all lower-case
(#465) Variable "Fa" must be all lower-case
(#465) Closing brace must be on a line by itself
(#465) Expected "} else {\n"; found "}else{"
(#465) Variable "K" must be all lower-case
(#465) Expected 1 space before "="; 0 found
(#465) Expected 1 space after "="; 0 found
(#465) Variable "U" must be all lower-case
(#465) Variable "K" must be all lower-case
(#465) Expected 1 space before "="; 0 found
(#465) Expected 1 space after "="; 0 found
(#465) Variable "K" must be all lower-case
(#465) Variable "Wd" must be all lower-case
(#465) Variable "Fa" must be all lower-case
(#465) Closing brace must be on a line by itself
(#465) Variable "K" must be all lower-case
(#465) Expected 1 space before "="; 0 found
(#465) Expected 1 space after "="; 0 found
(#465) Variable "K" must be all lower-case
(#465) Variable "K" must be all lower-case
(#465) Expected 1 space before "="; 0 found
(#465) Expected 1 space after "="; 0 found
(#465) Commas (,) must be followed by white space.
(#465) Variable "K" must be all lower-case
(#465) Variable "K" must be all lower-case
(#465) Expected 1 space before "="; 0 found
(#465) Expected 1 space after "="; 0 found
(#465) Expected 1 space before "=>"; 0 found
(#465) Expected 1 space after "=>"; 0 found
(#465) Commas (,) must be followed by white space.
(#465) Expected 1 space before "=>"; 0 found
(#465) Expected 1 space after "=>"; 0 found
(#465) Commas (,) must be followed by white space.
(#465) Expected 1 space before "=>"; 0 found
(#465) Expected 1 space after "=>"; 0 found
(#465) Inline control structures are not allowed
(#465) Commas (,) must be followed by white space.
(#465) Variable "K" must be all lower-case
(#465) Commas (,) must be followed by white space.
(#465) Variable "B" must be all lower-case
(#465) Variable "K" must be all lower-case
(#465) Expected 1 space before "="; 0 found
(#465) Expected 1 space after "="; 0 found
(#465) Variable "B" must be all lower-case
(#465) Expected 1 space before "=="; 0 found
(#465) Expected 1 space after "=="; 0 found
(#465) Expected 1 space before "?"; 0 found
(#465) Expected 1 space after "?"; 0 found
(#465) Variable "B" must be all lower-case
(#465) Expected 1 space before ":"; 0 found
(#465) Expected 1 space after ":"; 0 found
(#465) Variable "B" must be all lower-case
(#465) Variable "B" must be all lower-case
(#465) Variable "J" must be all lower-case
(#465) Variable "K" must be all lower-case
(#465) Expected 1 space before "="; 0 found
(#465) Expected 1 space after "="; 0 found
(#465) Variable "K" must be all lower-case
(#465) Closing brace must be on a line by itself
(#465) Variable "J" must be all lower-case
(#465) Closing brace must be on a line by itself
(#465) Line exceeds maximum limit of 180 characters; contains 612 characters
(#465) Line exceeds maximum limit of 180 characters; contains 612 characters
(#465) Line exceeds maximum limit of 180 characters; contains 612 characters
(#465) Line exceeds maximum limit of 180 characters; contains 612 characters
(#465) Line exceeds maximum limit of 180 characters; contains 612 characters
(#465) Line exceeds maximum limit of 180 characters; contains 612 characters
(#465) Line exceeds maximum limit of 180 characters; contains 612 characters
(#465) Line exceeds maximum limit of 180 characters; contains 612 characters
(#466) Line indented incorrectly; expected at least 4 spaces, found 0
(#466) Variable "Q" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Expected 1 space after closing parenthesis; found 0
(#466) Opening brace must be the last content on the line
(#466) Inline control structures are not allowed
(#466) Expected 1 space before "="; 0 found
(#466) Expected 1 space after "="; 0 found
(#466) Variable "J" must be all lower-case
(#466) Expected 1 space before "="; 0 found
(#466) Expected 1 space after "="; 0 found
(#466) Variable "Vg" must be all lower-case
(#466) Expected 1 space before "="; 0 found
(#466) Expected 1 space after "="; 0 found
(#466) Variable "Q" must be all lower-case
(#466) Expected 1 space before "="; 0 found
(#466) Expected 1 space after "="; 0 found
(#466) Variable "Vg" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Expected "foreach (...) {\n"; found "foreach(...){"
(#466) Expected 1 space before "as"; 0 found
(#466) Expected 1 space after "as"; 0 found
(#466) Variable "Vg" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Variable "K" must be all lower-case
(#466) Variable "Zf" must be all lower-case
(#466) Expected 1 space before "="; 0 found
(#466) Expected 1 space after "="; 0 found
(#466) Variable "K" must be all lower-case
(#466) Variable "J" must be all lower-case
(#466) Variable "Zf" must be all lower-case
(#466) Expected 1 space before "="; 0 found
(#466) Expected 1 space after "="; 0 found
(#466) Variable "K" must be all lower-case
(#466) Expected 1 space before "?"; 0 found
(#466) Expected 1 space after "?"; 0 found
(#466) Expected 1 space before ":"; 0 found
(#466) Expected 1 space after ":"; 0 found
(#466) Variable "K" must be all lower-case
(#466) Expected 1 space before "?"; 0 found
(#466) Expected 1 space after "?"; 0 found
(#466) Expected 1 space before ":"; 0 found
(#466) Expected 1 space after ":"; 0 found
(#466) Variable "J" must be all lower-case
(#466) Variable "Zf" must be all lower-case
(#466) Expected 1 space before "="; 0 found
(#466) Expected 1 space after "="; 0 found
(#466) Inline control structures are not allowed
(#466) Expected 1 space before "as"; 0 found
(#466) Expected 1 space after "as"; 0 found
(#466) Commas (,) must be followed by white space.
(#466) Variable "K" must be all lower-case
(#466) Variable "J" must be all lower-case
(#466) Variable "Zf" must be all lower-case
(#466) Expected 1 space before "="; 0 found
(#466) Expected 1 space after "="; 0 found
(#466) Variable "J" must be all lower-case
(#466) Variable "Zf" must be all lower-case
(#466) Expected 1 space before "="; 0 found
(#466) Expected 1 space after "="; 0 found
(#466) Inline control structures are not allowed
(#466) Expected 1 space before "as"; 0 found
(#466) Expected 1 space after "as"; 0 found
(#466) Commas (,) must be followed by white space.
(#466) Variable "K" must be all lower-case
(#466) Variable "J" must be all lower-case
(#466) Variable "Zf" must be all lower-case
(#466) Expected 1 space before "="; 0 found
(#466) Expected 1 space after "="; 0 found
(#466) Expected 1 space before "&" operator; 0 found
(#466) Expected 1 space after "&" operator; 0 found
(#466) Expected 1 space before "?"; 0 found
(#466) Expected 1 space after "?"; 0 found
(#466) Expected 1 space before ":"; 0 found
(#466) Expected 1 space after ":"; 0 found
(#466) Variable "J" must be all lower-case
(#466) Variable "Zf" must be all lower-case
(#466) Expected 1 space before "="; 0 found
(#466) Expected 1 space after "="; 0 found
(#466) Closing brace must be on a line by itself
(#466) Variable "J" must be all lower-case
(#466) Closing brace must be on a line by itself
(#466) Line exceeds maximum limit of 180 characters; contains 835 characters
(#466) Line exceeds maximum limit of 180 characters; contains 835 characters
(#466) Line exceeds maximum limit of 180 characters; contains 835 characters
(#466) Line exceeds maximum limit of 180 characters; contains 835 characters
(#466) Line exceeds maximum limit of 180 characters; contains 835 characters
(#466) Line exceeds maximum limit of 180 characters; contains 835 characters
(#466) Line exceeds maximum limit of 180 characters; contains 835 characters
(#466) Line exceeds maximum limit of 180 characters; contains 835 characters
(#467) Line indented incorrectly; expected at least 4 spaces, found 0
(#467) Variable "Q" must be all lower-case
(#467) Expected 1 space after closing parenthesis; found 0
(#467) Opening brace must be the last content on the line
(#467) Variable "Ne" must be all lower-case
(#467) Variable "J" must be all lower-case
(#467) Expected 1 space before "="; 0 found
(#467) Expected 1 space after "="; 0 found
(#467) Expected "foreach (...) {\n"; found "foreach(...){"
(#467) Expected 1 space before "as"; 0 found
(#467) Expected 1 space after "as"; 0 found
(#469) Variable "Q" must be all lower-case
(#469) Line exceeds 132 characters; contains 175 characters
(#469) Line exceeds 132 characters; contains 175 characters
(#469) Line exceeds 132 characters; contains 175 characters
(#469) Line exceeds 132 characters; contains 175 characters
(#469) Line exceeds 132 characters; contains 175 characters
(#469) Line exceeds 132 characters; contains 175 characters
(#469) Line exceeds 132 characters; contains 175 characters
(#469) Line exceeds 132 characters; contains 175 characters
(#471) Variable "K" must be all lower-case
(#471) Expected "if (...) {\n"; found "if(...){"
(#471) Commas (,) must be followed by white space.
(#471) Variable "K" must be all lower-case
(#471) Commas (,) must be followed by white space.
(#471) Variable "B" must be all lower-case
(#471) Variable "K" must be all lower-case
(#471) Expected 1 space before "="; 0 found
(#471) Expected 1 space after "="; 0 found
(#471) Commas (,) must be followed by white space.
(#471) Commas (,) must be followed by white space.
(#471) Variable "B" must be all lower-case
(#471) Expected "if (...) {\n"; found "if(...){"
(#471) Commas (,) must be followed by white space.
(#471) Variable "B" must be all lower-case
(#471) Commas (,) must be followed by white space.
(#471) Variable "K" must be all lower-case
(#471) Expected 1 space before "="; 0 found
(#471) Expected 1 space after "="; 0 found
(#471) Commas (,) must be followed by white space.
(#471) Commas (,) must be followed by white space.
(#471) Commas (,) must be followed by white space.
(#471) Commas (,) must be followed by white space.
(#471) Variable "K" must be all lower-case
(#471) Expected 1 space before "="; 0 found
(#471) Expected 1 space after "="; 0 found
(#471) Commas (,) must be followed by white space.
(#471) Commas (,) must be followed by white space.
(#471) Commas (,) must be followed by white space.
(#471) Commas (,) must be followed by white space.
(#471) Closing brace must be on a line by itself
(#471) Variable "K" must be all lower-case
(#471) Expected 1 space before "="; 0 found
(#471) Expected 1 space after "="; 0 found
(#471) Commas (,) must be followed by white space.
(#471) Commas (,) must be followed by white space.
(#471) Variable "B" must be all lower-case
(#471) Variable "K" must be all lower-case
(#471) Expected 1 space before "="; 0 found
(#471) Expected 1 space after "="; 0 found
(#471) Variable "Ne" must be all lower-case
(#471) Commas (,) must be followed by white space.
(#471) Variable "B" must be all lower-case
(#471) Commas (,) must be followed by white space.
(#471) Expected 1 space before "?"; 0 found
(#471) Expected 1 space after "?"; 0 found
(#471) Expected 1 space before ":"; 0 found
(#471) Expected 1 space after ":"; 0 found
(#471) Variable "K" must be all lower-case
(#471) Expected 1 space before "="; 0 found
(#471) Expected 1 space after "="; 0 found
(#471) Variable "Ne" must be all lower-case
(#471) Commas (,) must be followed by white space.
(#471) Variable "B" must be all lower-case
(#471) Commas (,) must be followed by white space.
(#471) Expected 1 space before "?"; 0 found
(#471) Expected 1 space after "?"; 0 found
(#471) Expected 1 space before ":"; 0 found
(#471) Expected 1 space after ":"; 0 found
(#471) Variable "J" must be all lower-case
(#471) Variable "K" must be all lower-case
(#471) Expected 1 space before "="; 0 found
(#471) Expected 1 space after "="; 0 found
(#471) Variable "K" must be all lower-case
(#471) Closing brace must be on a line by itself
(#471) Closing brace must be on a line by itself
(#471) Variable "J" must be all lower-case
(#471) Closing brace must be on a line by itself
(#471) Line exceeds maximum limit of 180 characters; contains 651 characters
(#471) Line exceeds maximum limit of 180 characters; contains 651 characters
(#471) Line exceeds maximum limit of 180 characters; contains 651 characters
(#471) Line exceeds maximum limit of 180 characters; contains 651 characters
(#471) Line exceeds maximum limit of 180 characters; contains 651 characters
(#471) Line exceeds maximum limit of 180 characters; contains 651 characters
(#471) Line exceeds maximum limit of 180 characters; contains 651 characters
(#471) Line exceeds maximum limit of 180 characters; contains 651 characters
(#472) Line indented incorrectly; expected at least 4 spaces, found 0
(#472) Variable "C" must be all lower-case
(#472) Expected 1 space after closing parenthesis; found 0
(#472) Opening brace must be the last content on the line
(#473) Line indented incorrectly; expected at least 8 spaces, found 0
(#473) Expected 1 space before "=>"; 0 found
(#473) Expected 1 space after "=>"; 0 found
(#473) Variable "C" must be all lower-case
(#473) Closing brace must be on a line by itself
(#474) Expected 1 space after closing parenthesis; found 0
(#474) Opening brace must be the last content on the line
(#475) Line indented incorrectly; expected at least 4 spaces, found 0
(#475) Closing brace must be on a line by itself
(#476) Line indented incorrectly; expected at least 8 spaces, found 0
(#476) Expected 1 space after closing parenthesis; found 0
(#476) Opening brace must be the last content on the line
(#476) Expected 1 space before "=="; 0 found
(#476) Expected 1 space after "=="; 0 found
(#476) Closing brace must be on a line by itself
(#477) Line indented incorrectly; expected at least 8 spaces, found 0
(#477) Expected 1 space after closing parenthesis; found 0
(#477) Opening brace must be the last content on the line
(#477) Variable "J" must be all lower-case
(#477) Expected 1 space before "="; 0 found
(#477) Expected 1 space after "="; 0 found
(#477) Inline control structures are not allowed
(#477) Commas (,) must be followed by white space.
(#477) Variable "J" must be all lower-case
(#477) Commas (,) must be followed by white space.
(#477) Variable "B" must be all lower-case
(#477) Variable "J" must be all lower-case
(#477) Expected 1 space before "="; 0 found
(#477) Expected 1 space after "="; 0 found
(#477) Variable "B" must be all lower-case
(#477) Variable "B" must be all lower-case
(#477) Commas (,) must be followed by white space.
(#477) Commas (,) must be followed by white space.
(#477) Variable "B" must be all lower-case
(#477) Variable "B" must be all lower-case
(#477) Line exceeds maximum limit of 180 characters; contains 208 characters
(#477) Line exceeds maximum limit of 180 characters; contains 208 characters
(#477) Line exceeds maximum limit of 180 characters; contains 208 characters
(#477) Line exceeds maximum limit of 180 characters; contains 208 characters
(#477) Line exceeds maximum limit of 180 characters; contains 208 characters
(#477) Line exceeds maximum limit of 180 characters; contains 208 characters
(#477) Line exceeds maximum limit of 180 characters; contains 208 characters
(#477) Line exceeds maximum limit of 180 characters; contains 208 characters
(#478) Line indented incorrectly; expected at least 12 spaces, found 0
(#478) Variable "J" must be all lower-case
(#478) Closing brace must be on a line by itself
(#479) Line indented incorrectly; expected at least 8 spaces, found 0
(#479) Commas (,) must be followed by white space.
(#479) Expected 1 space after closing parenthesis; found 0
(#479) Opening brace must be the last content on the line
(#480) Line indented incorrectly; expected at least 12 spaces, found 0
(#480) Expected 1 space before "?"; 0 found
(#480) Expected 1 space after "?"; 0 found
(#480) Expected 1 space before ":"; 0 found
(#480) Expected 1 space after ":"; 0 found
(#480) Closing brace must be on a line by itself
(#481) Line indented incorrectly; expected at least 12 spaces, found 0
(#481) Expected 1 space after closing parenthesis; found 0
(#481) Opening brace must be the last content on the line
(#482) Line indented incorrectly; expected at least 16 spaces, found 0
(#482) Commas (,) must be followed by white space.
(#482) Commas (,) must be followed by white space.
(#482) Closing brace must be on a line by itself
(#483) Line indented incorrectly; expected at least 12 spaces, found 0
(#483) Variable "C" must be all lower-case
(#483) Commas (,) must be followed by white space.
(#483) Expected 1 space after closing parenthesis; found 0
(#483) Opening brace must be the last content on the line
(#484) Line indented incorrectly; expected at least 16 spaces, found 0
(#484) Variable "C" must be all lower-case
(#484) Closing brace must be on a line by itself
(#485) Line indented incorrectly; expected at least 16 spaces, found 0
(#485) Expected 1 space after closing parenthesis; found 0
(#485) Opening brace must be the last content on the line
(#485) Closing brace must be on a line by itself
(#486) Line indented incorrectly; expected at least 16 spaces, found 0
(#486) Variable "Q" must be all lower-case
(#486) Commas (,) must be followed by white space.
(#486) Variable "C" must be all lower-case
(#486) Commas (,) must be followed by white space.
(#486) Commas (,) must be followed by white space.
(#486) Variable "Lc" must be all lower-case
(#486) Commas (,) must be followed by white space.
(#486) Commas (,) must be followed by white space.
(#486) Commas (,) must be followed by white space.
(#486) Commas (,) must be followed by white space.
(#486) Variable "La" must be all lower-case
(#486) Commas (,) must be followed by white space.
(#486) Expected 1 space after closing parenthesis; found 0
(#486) Opening brace must be the last content on the line
(#486) Expected 1 space before "="; 0 found
(#486) Expected 1 space after "="; 0 found
(#486) Variable "Mf" must be all lower-case
(#486) Expected 1 space before "="; 0 found
(#486) Expected 1 space after "="; 0 found
(#486) Expected "foreach (...) {\n"; found "foreach(...){"
(#486) Expected 1 space after "as"; 0 found
(#487) Line indented incorrectly; expected at least 20 spaces, found 0
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Variable "X" must be all lower-case
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Inline control structures are not allowed
(#487) Variable "X" must be all lower-case
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Variable "Th" must be all lower-case
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Variable "X" must be all lower-case
(#487) Variable "X" must be all lower-case
(#487) Inline control structures are not allowed
(#487) Variable "X" must be all lower-case
(#487) Expected 1 space before "=="; 0 found
(#487) Expected 1 space after "=="; 0 found
(#487) Variable "X" must be all lower-case
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Variable "X" must be all lower-case
(#487) Expected 1 space before "=="; 0 found
(#487) Expected 1 space after "=="; 0 found
(#487) Expected 1 space before "?"; 0 found
(#487) Expected 1 space after "?"; 0 found
(#487) Expected 1 space before ":"; 0 found
(#487) Expected 1 space after ":"; 0 found
(#487) Inline control structures are not allowed
(#487) Expected 1 space before "=="; 0 found
(#487) Expected 1 space after "=="; 0 found
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Variable "Q" must be all lower-case
(#487) Expected 1 space before "!="; 0 found
(#487) Expected 1 space after "!="; 0 found
(#487) Expected 1 space before "?"; 0 found
(#487) Expected 1 space after "?"; 0 found
(#487) Expected 1 space before ":"; 0 found
(#487) Expected 1 space after ":"; 0 found
(#487) Variable "X" must be all lower-case
(#487) Inline control structures are not allowed
(#487) Expected 1 space before "!="; 0 found
(#487) Expected 1 space after "!="; 0 found
(#487) Variable "X" must be all lower-case
(#487) Variable "Mf" must be all lower-case
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Variable "Q" must be all lower-case
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Expected "if (...) {\n"; found "if(...){"
(#487) Variable "X" must be all lower-case
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Variable "X" must be all lower-case
(#487) Expected 1 space before "?"; 0 found
(#487) Expected 1 space after "?"; 0 found
(#487) Variable "X" must be all lower-case
(#487) Expected 1 space before ":"; 0 found
(#487) Expected 1 space after ":"; 0 found
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Variable "X" must be all lower-case
(#487) Expected 1 space before "=="; 0 found
(#487) Expected 1 space after "=="; 0 found
(#487) Expected 1 space before "?"; 0 found
(#487) Expected 1 space after "?"; 0 found
(#487) Expected 1 space before ":"; 0 found
(#487) Expected 1 space after ":"; 0 found
(#487) Variable "X" must be all lower-case
(#487) Closing brace must be on a line by itself
(#487) Closing brace must be on a line by itself
(#487) Inline control structures are not allowed
(#487) Expected 1 space before "!="; 0 found
(#487) Expected 1 space after "!="; 0 found
(#487) Variable "Th" must be all lower-case
(#487) Expected 1 space before "!="; 0 found
(#487) Expected 1 space after "!="; 0 found
(#487) Variable "Mf" must be all lower-case
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Variable "Q" must be all lower-case
(#487) Variable "X" must be all lower-case
(#487) Variable "Th" must be all lower-case
(#487) Expected 1 space before "!="; 0 found
(#487) Expected 1 space after "!="; 0 found
(#487) Expected 1 space before "?"; 0 found
(#487) Expected 1 space after "?"; 0 found
(#487) Variable "Th" must be all lower-case
(#487) Commas (,) must be followed by white space.
(#487) Expected 1 space before ":"; 0 found
(#487) Expected 1 space after ":"; 0 found
(#487) Closing brace must be on a line by itself
(#487) Closing brace must be on a line by itself
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Commas (,) must be followed by white space.
(#487) Variable "Lc" must be all lower-case
(#487) Inline control structures are not allowed
(#487) Variable "Q" must be all lower-case
(#487) Expected 1 space before "=="; 0 found
(#487) Expected 1 space after "=="; 0 found
(#487) Variable "Mf" must be all lower-case
(#487) Commas (,) must be followed by white space.
(#487) Variable "C" must be all lower-case
(#487) Commas (,) must be followed by white space.
(#487) Inline control structures are not allowed
(#487) Usage of ELSEIF not allowed; use ELSE IF instead
(#487) Variable "Mf" must be all lower-case
(#487) Commas (,) must be followed by white space.
(#487) Variable "Q" must be all lower-case
(#487) Commas (,) must be followed by white space.
(#487) Inline control structures are not allowed
(#487) Variable "Q" must be all lower-case
(#487) Expected 1 space before "!="; 0 found
(#487) Expected 1 space after "!="; 0 found
(#487) Variable "Q" must be all lower-case
(#487) Expected 1 space before "!="; 0 found
(#487) Expected 1 space after "!="; 0 found
(#487) Variable "C" must be all lower-case
(#487) Variable "Mf" must be all lower-case
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Variable "Q" must be all lower-case
(#487) Variable "C" must be all lower-case
(#487) Inline control structures are not allowed
(#487) Variable "Q" must be all lower-case
(#487) Expected 1 space before "!="; 0 found
(#487) Expected 1 space after "!="; 0 found
(#487) Expected 1 space before "!="; 0 found
(#487) Expected 1 space after "!="; 0 found
(#487) Variable "Mf" must be all lower-case
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Variable "C" must be all lower-case
(#487) Expected "if (...) {\n"; found "if(...){"
(#487) Empty IF statement detected
(#487) Variable "La" must be all lower-case
(#487) Expected 1 space before "!="; 0 found
(#487) Expected 1 space after "!="; 0 found
(#487) Closing brace must be on a line by itself
(#487) Expected "foreach (...) {\n"; found "foreach(...){"
(#487) Expected 1 space after "as"; 0 found
(#487) Line exceeds maximum limit of 180 characters; contains 881 characters
(#487) Variable "Mf" must be all lower-case
(#487) Line exceeds maximum limit of 180 characters; contains 881 characters
(#487) Line exceeds maximum limit of 180 characters; contains 881 characters
(#487) Line exceeds maximum limit of 180 characters; contains 881 characters
(#487) Line exceeds maximum limit of 180 characters; contains 881 characters
(#487) Line exceeds maximum limit of 180 characters; contains 881 characters
(#487) Line exceeds maximum limit of 180 characters; contains 881 characters
(#487) Line exceeds maximum limit of 180 characters; contains 881 characters
(#488) Line indented incorrectly; expected at least 20 spaces, found 0
(#488) Variable "H" must be all lower-case
(#488) Inline control structures are not allowed
(#488) Variable "H" must be all lower-case
(#489) Line indented incorrectly; expected at least 24 spaces, found 0
(#489) Closing brace must be on a line by itself
(#490) Line indented incorrectly; expected at least 20 spaces, found 0
(#490) Closing brace must be on a line by itself
(#491) Line indented incorrectly; expected at least 16 spaces, found 0
(#491) Variable "Q" must be all lower-case
(#491) Commas (,) must be followed by white space.
(#491) Expected 1 space after closing parenthesis; found 0
(#491) Opening brace must be the last content on the line
(#491) Expected 1 space before "="; 0 found
(#491) Expected 1 space after "="; 0 found
(#491) Variable "Xb" must be all lower-case
(#491) Expected 1 space before "="; 0 found
(#491) Expected 1 space after "="; 0 found
(#491) Variable "Mf" must be all lower-case
(#491) Expected 1 space before "="; 0 found
(#491) Expected 1 space after "="; 0 found
(#491) Expected "foreach (...) {\n"; found "foreach(...){"
(#491) Expected 1 space after "as"; 0 found
(#492) Line indented incorrectly; expected at least 20 spaces, found 0
(#492) Variable "X" must be all lower-case
(#492) Inline control structures are not allowed
(#492) Variable "X" must be all lower-case
(#492) Expected 1 space before "!="; 0 found
(#492) Expected 1 space after "!="; 0 found
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) Variable "X" must be all lower-case
(#492) Expected 1 space before "=="; 0 found
(#492) Expected 1 space after "=="; 0 found
(#492) Expected 1 space before "?"; 0 found
(#492) Expected 1 space after "?"; 0 found
(#492) Variable "X" must be all lower-case
(#492) Expected 1 space before ":"; 0 found
(#492) Expected 1 space after ":"; 0 found
(#492) Variable "X" must be all lower-case
(#492) Expected 1 space before "!="; 0 found
(#492) Expected 1 space after "!="; 0 found
(#492) Expected 1 space before "?"; 0 found
(#492) Expected 1 space after "?"; 0 found
(#492) Variable "X" must be all lower-case
(#492) Expected 1 space before ":"; 0 found
(#492) Expected 1 space after ":"; 0 found
(#492) Variable "X" must be all lower-case
(#492) Variable "X" must be all lower-case
(#492) Expected 1 space before "=="; 0 found
(#492) Expected 1 space after "=="; 0 found
(#492) Expected 1 space before "?"; 0 found
(#492) Expected 1 space after "?"; 0 found
(#492) Expected 1 space before ":"; 0 found
(#492) Expected 1 space after ":"; 0 found
(#492) Commas (,) must be followed by white space.
(#492) Variable "X" must be all lower-case
(#492) Inline control structures are not allowed
(#492) Usage of ELSEIF not allowed; use ELSE IF instead
(#492) Variable "X" must be all lower-case
(#492) Expected 1 space before "=="; 0 found
(#492) Expected 1 space after "=="; 0 found
(#492) Variable "Xb" must be all lower-case
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) Variable "X" must be all lower-case
(#492) Inline control structures are not allowed
(#492) Variable "Mf" must be all lower-case
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) Variable "X" must be all lower-case
(#492) Expected 1 space before "!="; 0 found
(#492) Expected 1 space after "!="; 0 found
(#492) Expected 1 space before "?"; 0 found
(#492) Expected 1 space after "?"; 0 found
(#492) Variable "X" must be all lower-case
(#492) Expected 1 space before ":"; 0 found
(#492) Expected 1 space after ":"; 0 found
(#492) Variable "Q" must be all lower-case
(#492) Variable "Q" must be all lower-case
(#492) Commas (,) must be followed by white space.
(#492) Variable "X" must be all lower-case
(#492) Closing brace must be on a line by itself
(#492) Inline control structures are not allowed
(#492) Variable "Mf" must be all lower-case
(#492) Commas (,) must be followed by white space.
(#492) Variable "Q" must be all lower-case
(#492) Commas (,) must be followed by white space.
(#492) Inline control structures are not allowed
(#492) Variable "Xb" must be all lower-case
(#492) Variable "Mf" must be all lower-case
(#492) Commas (,) must be followed by white space.
(#492) Commas (,) must be followed by white space.
(#492) Variable "Xb" must be all lower-case
(#492) Expected "foreach (...) {\n"; found "foreach(...){"
(#492) Expected 1 space after "as"; 0 found
(#492) Line exceeds maximum limit of 180 characters; contains 503 characters
(#492) Variable "Mf" must be all lower-case
(#492) Line exceeds maximum limit of 180 characters; contains 503 characters
(#492) Line exceeds maximum limit of 180 characters; contains 503 characters
(#492) Line exceeds maximum limit of 180 characters; contains 503 characters
(#492) Line exceeds maximum limit of 180 characters; contains 503 characters
(#492) Line exceeds maximum limit of 180 characters; contains 503 characters
(#492) Line exceeds maximum limit of 180 characters; contains 503 characters
(#492) Line exceeds maximum limit of 180 characters; contains 503 characters
(#493) Line indented incorrectly; expected at least 20 spaces, found 0
(#493) Variable "H" must be all lower-case
(#493) Inline control structures are not allowed
(#493) Variable "H" must be all lower-case
(#494) Line indented incorrectly; expected at least 24 spaces, found 0
(#494) Closing brace must be on a line by itself
(#495) Line indented incorrectly; expected at least 20 spaces, found 0
(#495) Closing brace must be on a line by itself
(#496) Line indented incorrectly; expected at least 20 spaces, found 0
(#496) Variable "S" must be all lower-case
(#496) Expected 1 space after closing parenthesis; found 0
(#496) Opening brace must be the last content on the line
(#497) Line indented incorrectly; expected at least 24 spaces, found 0
(#497) Commas (,) must be followed by white space.
(#497) Commas (,) must be followed by white space.
(#497) Variable "S" must be all lower-case
(#498) Line indented incorrectly; expected at least 24 spaces, found 0
(#498) Closing brace must be on a line by itself
(#499) Line indented incorrectly; expected at least 20 spaces, found 0
(#499) Variable "Zh" must be all lower-case
(#499) Expected 1 space after closing parenthesis; found 0
(#499) Opening brace must be the last content on the line
(#500) Line indented incorrectly; expected at least 24 spaces, found 0
(#500) Variable "Zh" must be all lower-case
(#500) Closing brace must be on a line by itself
(#501) Line indented incorrectly; expected at least 24 spaces, found 0
(#501) Variable "S" must be all lower-case
(#501) Expected 1 space after closing parenthesis; found 0
(#501) Opening brace must be the last content on the line
(#501) Expected "foreach (...) {\n"; found "foreach(...){"
(#501) Expected 1 space after "as"; 0 found
(#501) Variable "S" must be all lower-case
(#502) Line indented incorrectly; expected at least 28 spaces, found 0
(#502) Variable "Q" must be all lower-case
(#502) Variable "Jg" must be all lower-case
(#502) Expected 1 space before "="; 0 found
(#502) Expected 1 space after "="; 0 found
(#502) Variable "Q" must be all lower-case
(#502) Inline control structures are not allowed
(#502) Variable "Jg" must be all lower-case
(#502) Variable "Q" must be all lower-case
(#503) Line indented incorrectly; expected at least 32 spaces, found 0
(#503) Closing brace must be on a line by itself
(#504) Line indented incorrectly; expected at least 24 spaces, found 0
(#504) Closing brace must be on a line by itself
(#505) Line indented incorrectly; expected at least 24 spaces, found 0
(#505) Variable "S" must be all lower-case
(#505) Commas (,) must be followed by white space.
(#505) Variable "Zh" must be all lower-case
(#505) Commas (,) must be followed by white space.
(#505) Expected 1 space after closing parenthesis; found 0
(#505) Opening brace must be the last content on the line
(#505) Expected "foreach (...) {\n"; found "foreach(...){"
(#505) Expected 1 space before "as"; 0 found
(#505) Expected 1 space after "as"; 0 found
(#505) Variable "S" must be all lower-case
(#505) Commas (,) must be followed by white space.
(#505) Variable "Zh" must be all lower-case
(#505) Variable "Q" must be all lower-case
(#505) Variable "Jg" must be all lower-case
(#505) Expected 1 space before "="; 0 found
(#505) Expected 1 space after "="; 0 found
(#505) Variable "Q" must be all lower-case
(#505) Inline control structures are not allowed
(#505) Variable "Jg" must be all lower-case
(#505) Variable "Q" must be all lower-case
(#505) Line exceeds 132 characters; contains 177 characters
(#505) Line exceeds 132 characters; contains 177 characters
(#505) Line exceeds 132 characters; contains 177 characters
(#505) Line exceeds 132 characters; contains 177 characters
(#505) Line exceeds 132 characters; contains 177 characters
(#505) Line exceeds 132 characters; contains 177 characters
(#505) Line exceeds 132 characters; contains 177 characters
(#505) Line exceeds 132 characters; contains 177 characters
(#506) Line indented incorrectly; expected at least 32 spaces, found 0
(#506) Closing brace must be on a line by itself
(#507) Line indented incorrectly; expected at least 24 spaces, found 0
(#507) Closing brace must be on a line by itself
(#508) Line indented incorrectly; expected at least 24 spaces, found 0
(#508) Variable "C" must be all lower-case
(#508) Expected 1 space after closing parenthesis; found 0
(#508) Opening brace must be the last content on the line
(#508) Inline control structures are not allowed
(#508) Variable "C" must be all lower-case
(#508) Expected 1 space before "=="; 0 found
(#508) Expected 1 space after "=="; 0 found
(#509) Line indented incorrectly; expected at least 28 spaces, found 0
(#509) Expected 1 space before "=>"; 0 found
(#509) Expected 1 space after "=>"; 0 found
(#509) Variable "L" must be all lower-case
(#509) Expected 1 space before "="; 0 found
(#509) Expected 1 space after "="; 0 found
(#509) Variable "C" must be all lower-case
(#509) Line exceeds maximum limit of 180 characters; contains 348 characters
(#509) Line exceeds maximum limit of 180 characters; contains 348 characters
(#509) Line exceeds maximum limit of 180 characters; contains 348 characters
(#509) Line exceeds maximum limit of 180 characters; contains 348 characters
(#509) Line exceeds maximum limit of 180 characters; contains 348 characters
(#509) Line exceeds maximum limit of 180 characters; contains 348 characters
(#509) Line exceeds maximum limit of 180 characters; contains 348 characters
(#509) Line exceeds maximum limit of 180 characters; contains 348 characters
(#510) Line indented incorrectly; expected at least 28 spaces, found 0
(#510) Variable "L" must be all lower-case
(#510) Closing brace must be on a line by itself
(#511) Line indented incorrectly; expected at least 24 spaces, found 0
(#511) Variable "Q" must be all lower-case
(#511) Expected 1 space after closing parenthesis; found 0
(#511) Opening brace must be the last content on the line
(#511) Variable "J" must be all lower-case
(#511) Expected 1 space before "="; 0 found
(#511) Expected 1 space after "="; 0 found
(#511) Inline control structures are not allowed
(#511) Expected 1 space before "as"; 0 found
(#511) Expected 1 space after "as"; 0 found
(#511) Variable "Q" must be all lower-case
(#511) Variable "K" must be all lower-case
(#511) Variable "J" must be all lower-case
(#511) Variable "K" must be all lower-case
(#511) Expected 1 space before "="; 0 found
(#511) Expected 1 space after "="; 0 found
(#511) Variable "K" must be all lower-case
(#511) Commas (,) must be followed by white space.
(#511) Variable "K" must be all lower-case
(#511) Variable "J" must be all lower-case
(#511) Closing brace must be on a line by itself
(#511) Line exceeds maximum limit of 180 characters; contains 220 characters
(#511) Line exceeds maximum limit of 180 characters; contains 220 characters
(#511) Line exceeds maximum limit of 180 characters; contains 220 characters
(#511) Line exceeds maximum limit of 180 characters; contains 220 characters
(#511) Line exceeds maximum limit of 180 characters; contains 220 characters
(#511) Line exceeds maximum limit of 180 characters; contains 220 characters
(#511) Line exceeds maximum limit of 180 characters; contains 220 characters
(#511) Line exceeds maximum limit of 180 characters; contains 220 characters
(#512) Line indented incorrectly; expected at least 24 spaces, found 0
(#512) Expected 1 space after closing parenthesis; found 0
(#512) Opening brace must be the last content on the line
(#513) Line indented incorrectly; expected at least 28 spaces, found 0
(#513) Expected 1 space before "=>"; 0 found
(#513) Expected 1 space after "=>"; 0 found
(#513) Commas (,) must be followed by white space.
(#513) Commas (,) must be followed by white space.
(#513) Expected 1 space before "=>"; 0 found
(#513) Expected 1 space after "=>"; 0 found
(#513) Commas (,) must be followed by white space.
(#513) Commas (,) must be followed by white space.
(#513) Commas (,) must be followed by white space.
(#513) Expected 1 space before "=>"; 0 found
(#513) Expected 1 space after "=>"; 0 found
(#513) Commas (,) must be followed by white space.
(#513) Commas (,) must be followed by white space.
(#513) Closing brace must be on a line by itself
(#513) Line exceeds 132 characters; contains 145 characters
(#513) Line exceeds 132 characters; contains 145 characters
(#513) Line exceeds 132 characters; contains 145 characters
(#513) Line exceeds 132 characters; contains 145 characters
(#513) Line exceeds 132 characters; contains 145 characters
(#513) Line exceeds 132 characters; contains 145 characters
(#513) Line exceeds 132 characters; contains 145 characters
(#513) Line exceeds 132 characters; contains 145 characters
(#514) Line indented incorrectly; expected at least 24 spaces, found 0
(#514) Expected 1 space after closing parenthesis; found 0
(#514) Opening brace must be the last content on the line
(#515) Line indented incorrectly; expected at least 28 spaces, found 0
(#515) Line exceeds 132 characters; contains 141 characters
(#515) Line exceeds 132 characters; contains 141 characters
(#515) Line exceeds 132 characters; contains 141 characters
(#515) Line exceeds 132 characters; contains 141 characters
(#515) Line exceeds 132 characters; contains 141 characters
(#515) Line exceeds 132 characters; contains 141 characters
(#515) Line exceeds 132 characters; contains 141 characters
(#515) Line exceeds 132 characters; contains 141 characters
(#519) Closing brace must be on a line by itself
(#520) Line indented incorrectly; expected at least 28 spaces, found 0
(#520) Expected 1 space after closing parenthesis; found 0
(#520) Opening brace must be the last content on the line
(#521) Line indented incorrectly; expected at least 32 spaces, found 0
(#521) Closing brace must be on a line by itself
(#522) Expected 1 space after closing parenthesis; found 0
(#522) Opening brace must be the last content on the line
(#523) Line indented incorrectly; expected at least 4 spaces, found 0
(#523) Closing brace must be on a line by itself
(#524) Line indented incorrectly; expected at least 32 spaces, found 0
(#524) Commas (,) must be followed by white space.
(#524) Variable "H" must be all lower-case
(#524) Expected 1 space after closing parenthesis; found 0
(#524) Opening brace must be the last content on the line
(#524) Variable "H" must be all lower-case
(#524) Closing brace must be on a line by itself
(#525) Line indented incorrectly; expected at least 32 spaces, found 0
(#525) Variable "R" must be all lower-case
(#525) Commas (,) must be followed by white space.
(#525) Variable "Z" must be all lower-case
(#525) Expected 1 space after closing parenthesis; found 0
(#525) Opening brace must be the last content on the line
(#525) Inline control structures are not allowed
(#525) Commas (,) must be followed by white space.
(#525) Variable "R" must be all lower-case
(#525) Variable "Z" must be all lower-case
(#525) Expected 1 space before "?"; 0 found
(#525) Expected 1 space after "?"; 0 found
(#525) Commas (,) must be followed by white space.
(#525) Variable "Z" must be all lower-case
(#525) Expected 1 space before ":"; 0 found
(#525) Expected 1 space after ":"; 0 found
(#525) Commas (,) must be followed by white space.
(#525) Variable "Yf" must be all lower-case
(#525) Variable "Yf" must be all lower-case
(#525) Line exceeds maximum limit of 180 characters; contains 182 characters
(#525) Line exceeds maximum limit of 180 characters; contains 182 characters
(#525) Line exceeds maximum limit of 180 characters; contains 182 characters
(#525) Line exceeds maximum limit of 180 characters; contains 182 characters
(#525) Line exceeds maximum limit of 180 characters; contains 182 characters
(#525) Line exceeds maximum limit of 180 characters; contains 182 characters
(#525) Line exceeds maximum limit of 180 characters; contains 182 characters
(#525) Line exceeds maximum limit of 180 characters; contains 182 characters
(#526) Line indented incorrectly; expected at least 36 spaces, found 0
(#526) Closing brace must be on a line by itself
(#527) Line indented incorrectly; expected at least 32 spaces, found 0
(#527) Expected 1 space after closing parenthesis; found 0
(#527) Opening brace must be the last content on the line
(#528) Line indented incorrectly; expected at least 36 spaces, found 0
(#532) Closing brace must be on a line by itself
(#533) Line indented incorrectly; expected at least 36 spaces, found 0
(#533) Expected 1 space after closing parenthesis; found 0
(#533) Opening brace must be the last content on the line
(#534) Line indented incorrectly; expected at least 40 spaces, found 0
(#534) Closing brace must be on a line by itself
(#535) Expected 1 space after closing parenthesis; found 0
(#535) Opening brace must be the last content on the line
(#535) Closing brace must be on a line by itself
(#536) Expected 1 space after closing parenthesis; found 0
(#536) Opening brace must be the last content on the line
(#536) Commas (,) must be followed by white space.
(#536) Variable "Ch" must be all lower-case
(#536) Commas (,) must be followed by white space.
(#536) Variable "Mg" must be all lower-case
(#536) Variable "J" must be all lower-case
(#536) Expected 1 space before "="; 0 found
(#536) Expected 1 space after "="; 0 found
(#536) Expected "foreach (...) {\n"; found "foreach(...){"
(#536) Expected 1 space before "as"; 0 found
(#536) Expected 1 space after "as"; 0 found
(#536) Variable "U" must be all lower-case
(#536) Expected "if (...) {\n"; found "if(...){"
(#536) Variable "Ch" must be all lower-case
(#536) Variable "U" must be all lower-case
(#536) Variable "Ch" must be all lower-case
(#536) Variable "U" must be all lower-case
(#536) Expected 1 space before "="; 0 found
(#536) Expected 1 space after "="; 0 found
(#536) Variable "Mg" must be all lower-case
(#536) Expected 1 space before "="; 0 found
(#536) Expected 1 space after "="; 0 found
(#536) Variable "U" must be all lower-case
(#536) Closing brace must be on a line by itself
(#536) Closing brace must be on a line by itself
(#536) Variable "J" must be all lower-case
(#536) Closing brace must be on a line by itself
(#536) Line exceeds 132 characters; contains 175 characters
(#536) Line exceeds 132 characters; contains 175 characters
(#536) Line exceeds 132 characters; contains 175 characters
(#536) Line exceeds 132 characters; contains 175 characters
(#536) Line exceeds 132 characters; contains 175 characters
(#536) Line exceeds 132 characters; contains 175 characters
(#536) Line exceeds 132 characters; contains 175 characters
(#536) Line exceeds 132 characters; contains 175 characters
(#537) Expected 1 space after closing parenthesis; found 0
(#537) Opening brace must be the last content on the line
(#537) Closing brace must be on a line by itself
(#538) Expected 1 space after closing parenthesis; found 0
(#538) Opening brace must be the last content on the line
(#539) Line indented incorrectly; expected at least 4 spaces, found 0
(#539) Closing brace must be on a line by itself
(#540) Expected 1 space after closing parenthesis; found 0
(#540) Opening brace must be the last content on the line
(#541) Line indented incorrectly; expected at least 4 spaces, found 0
(#541) Expected 1 space before "<"; 0 found
(#541) Expected 1 space after "<"; 0 found
(#541) Expected 1 space before "?"; 0 found
(#541) Expected 1 space after "?"; 0 found
(#541) Expected 1 space before ":"; 0 found
(#541) Expected 1 space after ":"; 0 found
(#541) Closing brace must be on a line by itself
(#542) Line indented incorrectly; expected at least 4 spaces, found 0
(#542) Closing brace must be on a line by itself
(#543) Line indented incorrectly; expected at least 4 spaces, found 0
(#543) Closing brace must be on a line by itself
(#544) Line indented incorrectly; expected at least 4 spaces, found 0
(#544) Commas (,) must be followed by white space.
(#544) Variable "J" must be all lower-case
(#544) Expected 1 space after closing parenthesis; found 0
(#544) Opening brace must be the last content on the line
(#544) Variable "J" must be all lower-case
(#544) Closing brace must be on a line by itself
(#545) Line indented incorrectly; expected at least 4 spaces, found 0
(#545) Variable "Ec" must be all lower-case
(#545) Expected 1 space after closing parenthesis; found 0
(#545) Opening brace must be the last content on the line
(#546) Line indented incorrectly; expected at least 8 spaces, found 0
(#546) Expected 1 space before ">="; 0 found
(#546) Expected 1 space after ">="; 0 found
(#546) Expected 1 space before "?"; 0 found
(#546) Expected 1 space after "?"; 0 found
(#546) Expected 1 space before ":"; 0 found
(#546) Expected 1 space after ":"; 0 found
(#546) Commas (,) must be followed by white space.
(#546) Variable "Ec" must be all lower-case
(#546) Closing brace must be on a line by itself
(#546) Line exceeds maximum limit of 180 characters; contains 195 characters
(#546) Line exceeds maximum limit of 180 characters; contains 195 characters
(#546) Line exceeds maximum limit of 180 characters; contains 195 characters
(#546) Line exceeds maximum limit of 180 characters; contains 195 characters
(#546) Line exceeds maximum limit of 180 characters; contains 195 characters
(#546) Line exceeds maximum limit of 180 characters; contains 195 characters
(#546) Line exceeds maximum limit of 180 characters; contains 195 characters
(#546) Line exceeds maximum limit of 180 characters; contains 195 characters
(#547) Line indented incorrectly; expected at least 4 spaces, found 0
(#547) Variable "X" must be all lower-case
(#547) Expected 1 space after closing parenthesis; found 0
(#547) Opening brace must be the last content on the line
(#548) Line indented incorrectly; expected at least 8 spaces, found 0
(#548) Variable "X" must be all lower-case
(#548) Closing brace must be on a line by itself
(#549) Line indented incorrectly; expected at least 8 spaces, found 0
(#549) Expected 1 space after closing parenthesis; found 0
(#549) Opening brace must be the last content on the line
(#549) Closing brace must be on a line by itself
(#549) Expected 1 space before "="; 0 found
(#549) Expected 1 space after "="; 0 found
(#549) Variable "Ch" must be all lower-case
(#549) Expected 1 space before "="; 0 found
(#549) Expected 1 space after "="; 0 found
(#549) Variable "Mg" must be all lower-case
(#549) Expected 1 space before "="; 0 found
(#549) Expected 1 space after "="; 0 found
(#549) Expected "foreach (...) {\n"; found "foreach(...){"
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Expected 1 space before "as"; 0 found
(#549) Expected 1 space after "as"; 0 found
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Variable "X" must be all lower-case
(#549) Variable "Ch" must be all lower-case
(#549) Expected 1 space before "+="; 0 found
(#549) Expected 1 space after "+="; 0 found
(#549) Variable "X" must be all lower-case
(#549) Variable "Mg" must be all lower-case
(#549) Expected 1 space before "="; 0 found
(#549) Expected 1 space after "="; 0 found
(#549) Variable "X" must be all lower-case
(#549) Closing brace must be on a line by itself
(#549) Variable "Jh" must be all lower-case
(#549) Expected 1 space before "="; 0 found
(#549) Expected 1 space after "="; 0 found
(#549) Variable "Se" must be all lower-case
(#549) Expected 1 space before "="; 0 found
(#549) Expected 1 space after "="; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Variable "Tc" must be all lower-case
(#549) Expected 1 space before "="; 0 found
(#549) Expected 1 space after "="; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Variable "Yc" must be all lower-case
(#549) Expected 1 space before "="; 0 found
(#549) Expected 1 space after "="; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "="; 0 found
(#549) Expected 1 space after "="; 0 found
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Closing brace must be on a line by itself
(#549) Variable "Wb" must be all lower-case
(#549) Expected 1 space before "="; 0 found
(#549) Expected 1 space after "="; 0 found
(#549) Expected "if (...) {\n"; found "if(...){"
(#549) Variable "_f" must not contain underscores.
(#549) Expected 1 space before "="; 0 found
(#549) Expected 1 space after "="; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Expected "if (...) {\n"; found "if(...){"
(#549) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 248
(#549) Line exceeds maximum limit of 180 characters; contains 1269 characters
(#549) Line exceeds maximum limit of 180 characters; contains 1269 characters
(#549) Line exceeds maximum limit of 180 characters; contains 1269 characters
(#549) Line exceeds maximum limit of 180 characters; contains 1269 characters
(#549) Line exceeds maximum limit of 180 characters; contains 1269 characters
(#549) Line exceeds maximum limit of 180 characters; contains 1269 characters
(#549) Line exceeds maximum limit of 180 characters; contains 1269 characters
(#549) Line exceeds maximum limit of 180 characters; contains 1269 characters
(#550) Line indented incorrectly; expected at least 172 spaces, found 0
(#550) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#550) Scope modifier not specified for member variable "$extension"
(#550) Expected 1 space before "="; 0 found
(#550) Expected 1 space after "="; 0 found
(#550) Commas (,) must be followed by white space.
(#550) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#550) Scope modifier not specified for member variable "$_link"
(#550) Commas (,) must be followed by white space.
(#550) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#550) Scope modifier not specified for member variable "$_result"
(#550) Commas (,) must be followed by white space.
(#550) Member variable "server_info" must not contain underscores.
(#550) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#550) Scope modifier not specified for member variable "$server_info"
(#550) Commas (,) must be followed by white space.
(#550) Member variable "affected_rows" must not contain underscores.
(#550) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#550) Scope modifier not specified for member variable "$affected_rows"
(#550) Commas (,) must be followed by white space.
(#550) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#550) Scope modifier not specified for member variable "$errno"
(#550) Commas (,) must be followed by white space.
(#550) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#550) Scope modifier not specified for member variable "$error"
(#550) Visibility must be declared on method "_error"
(#551) Line indented incorrectly; expected at least 176 spaces, found 0
(#551) Commas (,) must be followed by white space.
(#551) Expected 1 space after closing parenthesis; found 0
(#551) Opening brace must be the last content on the line
(#551) Inline control structures are not allowed
(#551) Expected 1 space before "="; 0 found
(#551) Expected 1 space after "="; 0 found
(#551) Expected 1 space before "="; 0 found
(#551) Expected 1 space after "="; 0 found
(#551) Commas (,) must be followed by white space.
(#551) Commas (,) must be followed by white space.
(#551) Expected 1 space before "="; 0 found
(#551) Expected 1 space after "="; 0 found
(#551) Closing brace must be on a line by itself
(#551) Line exceeds 132 characters; contains 141 characters
(#551) Line exceeds 132 characters; contains 141 characters
(#551) Line exceeds 132 characters; contains 141 characters
(#551) Line exceeds 132 characters; contains 141 characters
(#551) Line exceeds 132 characters; contains 141 characters
(#551) Line exceeds 132 characters; contains 141 characters
(#551) Line exceeds 132 characters; contains 141 characters
(#551) Line exceeds 132 characters; contains 141 characters
(#551) Visibility must be declared on method "connect"
(#552) Line indented incorrectly; expected at least 176 spaces, found 0
(#552) Variable "N" must be all lower-case
(#552) Commas (,) must be followed by white space.
(#552) Variable "V" must be all lower-case
(#552) Commas (,) must be followed by white space.
(#552) Variable "G" must be all lower-case
(#552) Expected 1 space after closing parenthesis; found 0
(#552) Opening brace must be the last content on the line
(#552) Expected 1 space before "="; 0 found
(#552) Expected 1 space after "="; 0 found
(#552) Variable "V" must be all lower-case
(#552) Commas (,) must be followed by white space.
(#552) Variable "G" must be all lower-case
(#552) Commas (,) must be followed by white space.
(#552) Variable "N" must be all lower-case
(#552) Commas (,) must be followed by white space.
(#552) Expected "if (...) {\n"; found "if(...){"
(#552) Expected 1 space before "="; 0 found
(#552) Expected 1 space after "="; 0 found
(#552) Line exceeds 132 characters; contains 144 characters
(#552) Line exceeds 132 characters; contains 144 characters
(#552) Line exceeds 132 characters; contains 144 characters
(#552) Line exceeds 132 characters; contains 144 characters
(#552) Line exceeds 132 characters; contains 144 characters
(#552) Line exceeds 132 characters; contains 144 characters
(#552) Line exceeds 132 characters; contains 144 characters
(#552) Line exceeds 132 characters; contains 144 characters
(#553) Line indented incorrectly; expected at least 184 spaces, found 0
(#553) Closing brace must be on a line by itself
(#553) Expected 1 space before "="; 0 found
(#553) Expected 1 space after "="; 0 found
(#553) Expected 1 space before "="; 0 found
(#553) Expected 1 space after "="; 0 found
(#554) Line indented incorrectly; expected at least 176 spaces, found 0
(#554) Closing brace must be on a line by itself
(#554) Visibility must be declared on method "quote"
(#555) Line indented incorrectly; expected at least 176 spaces, found 0
(#555) Variable "P" must be all lower-case
(#555) Expected 1 space after closing parenthesis; found 0
(#555) Opening brace must be the last content on the line
(#555) Commas (,) must be followed by white space.
(#555) Commas (,) must be followed by white space.
(#555) Variable "P" must be all lower-case
(#555) Closing brace must be on a line by itself
(#555) Visibility must be declared on method "select_db"
(#556) Line indented incorrectly; expected at least 176 spaces, found 0
(#556) Expected 1 space after closing parenthesis; found 0
(#556) Opening brace must be the last content on the line
(#557) Line indented incorrectly; expected at least 180 spaces, found 0
(#557) Closing brace must be on a line by itself
(#557) Visibility must be declared on method "query"
(#558) Line indented incorrectly; expected at least 176 spaces, found 0
(#558) Variable "H" must be all lower-case
(#558) Commas (,) must be followed by white space.
(#558) Variable "Dh" must be all lower-case
(#558) Expected 1 space after closing parenthesis; found 0
(#558) Opening brace must be the last content on the line
(#558) Variable "I" must be all lower-case
(#558) Expected 1 space before "="; 0 found
(#558) Expected 1 space after "="; 0 found
(#558) Commas (,) must be followed by white space.
(#558) Variable "H" must be all lower-case
(#558) Expected 1 space before "="; 0 found
(#558) Expected 1 space after "="; 0 found
(#558) Expected "if (...) {\n"; found "if(...){"
(#558) Variable "I" must be all lower-case
(#558) Expected 1 space before "="; 0 found
(#558) Expected 1 space after "="; 0 found
(#558) Expected 1 space before "="; 0 found
(#558) Expected 1 space after "="; 0 found
(#558) Expected 1 space before "="; 0 found
(#558) Expected 1 space after "="; 0 found
(#558) Line exceeds 132 characters; contains 158 characters
(#558) Line exceeds 132 characters; contains 158 characters
(#558) Line exceeds 132 characters; contains 158 characters
(#558) Line exceeds 132 characters; contains 158 characters
(#558) Line exceeds 132 characters; contains 158 characters
(#558) Line exceeds 132 characters; contains 158 characters
(#558) Line exceeds 132 characters; contains 158 characters
(#558) Line exceeds 132 characters; contains 158 characters
(#559) Line indented incorrectly; expected at least 184 spaces, found 0
(#559) Closing brace must be on a line by itself
(#559) Commas (,) must be followed by white space.
(#559) Variable "J" must be all lower-case
(#559) Expected 1 space before "="; 0 found
(#559) Expected 1 space after "="; 0 found
(#559) Variable "I" must be all lower-case
(#559) Expected "if (...) {\n"; found "if(...){"
(#559) Variable "J" must be all lower-case
(#559) Inline control structures are not allowed
(#559) Variable "I" must be all lower-case
(#560) Line indented incorrectly; expected at least 180 spaces, found 0
(#561) Line indented incorrectly; expected at least 180 spaces, found 0
(#561) Variable "I" must be all lower-case
(#561) Expected 1 space before "="; 0 found
(#561) Expected 1 space after "="; 0 found
(#561) Variable "I" must be all lower-case
(#561) Closing brace must be on a line by itself
(#561) Variable "J" must be all lower-case
(#561) Closing brace must be on a line by itself
(#561) Visibility must be declared on method "multi_query"
(#562) Line indented incorrectly; expected at least 180 spaces, found 0
(#562) Variable "H" must be all lower-case
(#562) Expected 1 space after closing parenthesis; found 0
(#562) Opening brace must be the last content on the line
(#562) Expected 1 space before "="; 0 found
(#562) Expected 1 space after "="; 0 found
(#562) Variable "H" must be all lower-case
(#562) Closing brace must be on a line by itself
(#562) Visibility must be declared on method "store_result"
(#563) Line indented incorrectly; expected at least 180 spaces, found 0
(#563) Expected 1 space after closing parenthesis; found 0
(#563) Opening brace must be the last content on the line
(#563) Closing brace must be on a line by itself
(#563) Visibility must be declared on method "next_result"
(#564) Line indented incorrectly; expected at least 180 spaces, found 0
(#564) Expected 1 space after closing parenthesis; found 0
(#564) Opening brace must be the last content on the line
(#565) Line indented incorrectly; expected at least 184 spaces, found 0
(#565) Closing brace must be on a line by itself
(#565) Visibility must be declared on method "result"
(#566) Line indented incorrectly; expected at least 180 spaces, found 0
(#566) Variable "H" must be all lower-case
(#566) Commas (,) must be followed by white space.
(#566) Expected 1 space after closing parenthesis; found 0
(#566) Opening brace must be the last content on the line
(#566) Variable "I" must be all lower-case
(#566) Expected 1 space before "="; 0 found
(#566) Expected 1 space after "="; 0 found
(#566) Variable "H" must be all lower-case
(#566) Inline control structures are not allowed
(#566) Variable "I" must be all lower-case
(#566) Variable "I" must be all lower-case
(#567) Line indented incorrectly; expected at least 184 spaces, found 0
(#568) Line indented incorrectly; expected at least 184 spaces, found 0
(#568) Variable "I" must be all lower-case
(#568) Commas (,) must be followed by white space.
(#568) Closing brace must be on a line by itself
(#568) Closing brace must be on a line by itself
(#568) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 219
(#569) Line indented incorrectly; expected at least 8 spaces, found 0
(#569) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#569) Scope modifier not specified for member variable "$_result"
(#569) Commas (,) must be followed by white space.
(#569) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#569) Scope modifier not specified for member variable "$_offset"
(#569) Expected 1 space before "="; 0 found
(#569) Expected 1 space after "="; 0 found
(#569) Commas (,) must be followed by white space.
(#569) Member variable "num_rows" must not contain underscores.
(#569) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#569) Scope modifier not specified for member variable "$num_rows"
(#569) Visibility must be declared on method "__construct"
(#570) Line indented incorrectly; expected at least 12 spaces, found 0
(#570) Variable "I" must be all lower-case
(#570) Expected 1 space after closing parenthesis; found 0
(#570) Opening brace must be the last content on the line
(#570) Expected 1 space before "="; 0 found
(#570) Expected 1 space after "="; 0 found
(#570) Variable "I" must be all lower-case
(#570) Closing brace must be on a line by itself
(#570) Visibility must be declared on method "_convert"
(#571) Line indented incorrectly; expected at least 12 spaces, found 0
(#571) Variable "K" must be all lower-case
(#571) Expected 1 space after closing parenthesis; found 0
(#571) Opening brace must be the last content on the line
(#571) Expected "foreach (...) {\n"; found "foreach(...){"
(#571) Expected 1 space before "=>"; 0 found
(#571) Expected 1 space after "=>"; 0 found
(#571) Expected 1 space after "as"; 0 found
(#571) Variable "K" must be all lower-case
(#572) Line indented incorrectly; expected at least 16 spaces, found 0
(#572) Expected 1 space before "=>"; 0 found
(#572) Expected 1 space after "=>"; 0 found
(#572) Variable "X" must be all lower-case
(#572) Inline control structures are not allowed
(#572) Variable "X" must be all lower-case
(#572) Commas (,) must be followed by white space.
(#572) Variable "K" must be all lower-case
(#572) Expected 1 space before "="; 0 found
(#572) Expected 1 space after "="; 0 found
(#572) Variable "X" must be all lower-case
(#572) Closing brace must be on a line by itself
(#572) Variable "K" must be all lower-case
(#572) Closing brace must be on a line by itself
(#572) Visibility must be declared on method "fetch_assoc"
(#573) Line indented incorrectly; expected at least 12 spaces, found 0
(#573) Expected 1 space after closing parenthesis; found 0
(#573) Opening brace must be the last content on the line
(#573) Closing brace must be on a line by itself
(#573) Visibility must be declared on method "fetch_row"
(#574) Line indented incorrectly; expected at least 12 spaces, found 0
(#574) Expected 1 space after closing parenthesis; found 0
(#574) Opening brace must be the last content on the line
(#574) Closing brace must be on a line by itself
(#574) Visibility must be declared on method "fetch_field"
(#575) Line indented incorrectly; expected at least 12 spaces, found 0
(#575) Expected 1 space after closing parenthesis; found 0
(#575) Opening brace must be the last content on the line
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#575) Variable "J" must be all lower-case
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#576) Line indented incorrectly; expected at least 16 spaces, found 0
(#576) Variable "J" must be all lower-case
(#576) Expected 1 space before "="; 0 found
(#576) Expected 1 space after "="; 0 found
(#576) Commas (,) must be followed by white space.
(#576) Variable "J" must be all lower-case
(#576) Expected 1 space before "="; 0 found
(#576) Expected 1 space after "="; 0 found
(#576) Variable "J" must be all lower-case
(#576) Variable "J" must be all lower-case
(#576) Expected 1 space before "="; 0 found
(#576) Expected 1 space after "="; 0 found
(#576) Commas (,) must be followed by white space.
(#576) Variable "J" must be all lower-case
(#576) Expected 1 space before "="; 0 found
(#576) Expected 1 space after "="; 0 found
(#576) Commas (,) must be followed by white space.
(#576) Variable "J" must be all lower-case
(#576) Expected 1 space before "?"; 0 found
(#576) Expected 1 space after "?"; 0 found
(#576) Expected 1 space before ":"; 0 found
(#576) Expected 1 space after ":"; 0 found
(#576) Variable "J" must be all lower-case
(#576) Closing brace must be on a line by itself
(#576) Line exceeds maximum limit of 180 characters; contains 195 characters
(#576) Visibility must be declared on method "__destruct"
(#576) Line exceeds maximum limit of 180 characters; contains 195 characters
(#576) Line exceeds maximum limit of 180 characters; contains 195 characters
(#576) Line exceeds maximum limit of 180 characters; contains 195 characters
(#576) Line exceeds maximum limit of 180 characters; contains 195 characters
(#576) Line exceeds maximum limit of 180 characters; contains 195 characters
(#576) Line exceeds maximum limit of 180 characters; contains 195 characters
(#576) Line exceeds maximum limit of 180 characters; contains 195 characters
(#577) Line indented incorrectly; expected at least 12 spaces, found 0
(#577) Expected 1 space after closing parenthesis; found 0
(#577) Opening brace must be the last content on the line
(#577) Closing brace must be on a line by itself
(#577) Closing brace must be on a line by itself
(#577) Closing brace must be on a line by itself
(#577) Usage of ELSEIF not allowed; use ELSE IF instead
(#577) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 248
(#578) Line indented incorrectly; expected at least 12 spaces, found 0
(#579) Line indented incorrectly; expected at least 12 spaces, found 0
(#580) Line indented incorrectly; expected at least 12 spaces, found 0
(#580) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#580) Scope modifier not specified for member variable "$extension"
(#580) Expected 1 space before "="; 0 found
(#580) Expected 1 space after "="; 0 found
(#580) Visibility must be declared on method "connect"
(#581) Line indented incorrectly; expected at least 16 spaces, found 0
(#581) Variable "N" must be all lower-case
(#581) Commas (,) must be followed by white space.
(#581) Variable "V" must be all lower-case
(#581) Commas (,) must be followed by white space.
(#581) Variable "G" must be all lower-case
(#581) Expected 1 space after closing parenthesis; found 0
(#581) Opening brace must be the last content on the line
(#581) Variable "N" must be all lower-case
(#581) Commas (,) must be followed by white space.
(#581) Variable "V" must be all lower-case
(#581) Commas (,) must be followed by white space.
(#581) Variable "G" must be all lower-case
(#582) Line indented incorrectly; expected at least 20 spaces, found 0
(#582) Closing brace must be on a line by itself
(#582) Visibility must be declared on method "select_db"
(#583) Line indented incorrectly; expected at least 12 spaces, found 0
(#583) Expected 1 space after closing parenthesis; found 0
(#583) Opening brace must be the last content on the line
(#584) Line indented incorrectly; expected at least 16 spaces, found 0
(#584) Closing brace must be on a line by itself
(#584) Closing brace must be on a line by itself
(#584) Closing brace must be on a line by itself
(#584) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 258
(#585) Line indented incorrectly; expected at least 12 spaces, found 0
(#586) Line indented incorrectly; expected at least 12 spaces, found 0
(#587) Line indented incorrectly; expected at least 12 spaces, found 0
(#587) Visibility must be declared on method "begin"
(#588) Line indented incorrectly; expected at least 16 spaces, found 0
(#588) Expected 1 space after closing parenthesis; found 0
(#588) Opening brace must be the last content on the line
(#589) Line indented incorrectly; expected at least 20 spaces, found 0
(#589) Closing brace must be on a line by itself
(#589) Closing brace must be on a line by itself
(#590) Line indented incorrectly; expected at least 16 spaces, found 0
(#590) Expected 1 space after closing parenthesis; found 0
(#590) Opening brace must be the last content on the line
(#590) Commas (,) must be followed by white space.
(#590) Commas (,) must be followed by white space.
(#590) Closing brace must be on a line by itself
(#591) Line indented incorrectly; expected at least 16 spaces, found 0
(#591) Expected 1 space after closing parenthesis; found 0
(#591) Opening brace must be the last content on the line
(#592) Line indented incorrectly; expected at least 20 spaces, found 0
(#592) Closing brace must be on a line by itself
(#593) Line indented incorrectly; expected at least 16 spaces, found 0
(#593) Expected 1 space after closing parenthesis; found 0
(#593) Opening brace must be the last content on the line
(#593) Expected 1 space before "="; 0 found
(#593) Expected 1 space after "="; 0 found
(#594) Line indented incorrectly; expected at least 20 spaces, found 0
(#594) Expected 1 space before "="; 0 found
(#594) Expected 1 space after "="; 0 found
(#594) Inline control structures are not allowed
(#594) Commas (,) must be followed by white space.
(#594) Commas (,) must be followed by white space.
(#594) Closing brace must be on a line by itself
(#595) Line indented incorrectly; expected at least 20 spaces, found 0
(#595) Expected 1 space after closing parenthesis; found 0
(#595) Opening brace must be the last content on the line
(#596) Line indented incorrectly; expected at least 24 spaces, found 0
(#596) Closing brace must be on a line by itself
(#597) Line indented incorrectly; expected at least 20 spaces, found 0
(#597) Variable "H" must be all lower-case
(#597) Commas (,) must be followed by white space.
(#597) Variable "Z" must be all lower-case
(#597) Commas (,) must be followed by white space.
(#597) Commas (,) must be followed by white space.
(#597) Variable "D" must be all lower-case
(#597) Commas (,) must be followed by white space.
(#597) Expected 1 space after closing parenthesis; found 0
(#597) Opening brace must be the last content on the line
(#597) Variable "D" must be all lower-case
(#597) Expected 1 space before "?"; 0 found
(#597) Expected 1 space after "?"; 0 found
(#597) Variable "H" must be all lower-case
(#597) Expected 1 space before "+"; 0 found
(#597) Expected 1 space after "+"; 0 found
(#597) Variable "D" must be all lower-case
(#597) Variable "D" must be all lower-case
(#597) Expected 1 space before ":"; 0 found
(#597) Expected 1 space after ":"; 0 found
(#597) Expected 1 space before "!=="; 0 found
(#597) Expected 1 space after "!=="; 0 found
(#597) Expected 1 space before "?"; 0 found
(#597) Expected 1 space after "?"; 0 found
(#597) Variable "H" must be all lower-case
(#597) Expected 1 space before "+"; 0 found
(#597) Expected 1 space after "+"; 0 found
(#597) Variable "D" must be all lower-case
(#597) Expected 1 space before ":"; 0 found
(#597) Expected 1 space after ":"; 0 found
(#597) Variable "H" must be all lower-case
(#597) Closing brace must be on a line by itself
(#597) Line exceeds maximum limit of 180 characters; contains 222 characters
(#597) Line exceeds maximum limit of 180 characters; contains 222 characters
(#597) Line exceeds maximum limit of 180 characters; contains 222 characters
(#597) Line exceeds maximum limit of 180 characters; contains 222 characters
(#597) Line exceeds maximum limit of 180 characters; contains 222 characters
(#597) Line exceeds maximum limit of 180 characters; contains 222 characters
(#597) Line exceeds maximum limit of 180 characters; contains 222 characters
(#597) Line exceeds maximum limit of 180 characters; contains 222 characters
(#598) Line indented incorrectly; expected at least 20 spaces, found 0
(#598) Variable "H" must be all lower-case
(#598) Commas (,) must be followed by white space.
(#598) Variable "Z" must be all lower-case
(#598) Expected 1 space after closing parenthesis; found 0
(#598) Opening brace must be the last content on the line
(#598) Variable "H" must be all lower-case
(#598) Closing brace must be on a line by itself
(#599) Line indented incorrectly; expected at least 20 spaces, found 0
(#599) Commas (,) must be followed by white space.
(#599) Expected 1 space after closing parenthesis; found 0
(#599) Opening brace must be the last content on the line
(#599) Closing brace must be on a line by itself
(#599) Line exceeds 132 characters; contains 138 characters
(#599) Line exceeds 132 characters; contains 138 characters
(#599) Line exceeds 132 characters; contains 138 characters
(#599) Line exceeds 132 characters; contains 138 characters
(#599) Line exceeds 132 characters; contains 138 characters
(#599) Line exceeds 132 characters; contains 138 characters
(#599) Line exceeds 132 characters; contains 138 characters
(#599) Line exceeds 132 characters; contains 138 characters
(#600) Line indented incorrectly; expected at least 20 spaces, found 0
(#600) Expected 1 space after closing parenthesis; found 0
(#600) Opening brace must be the last content on the line
(#601) Line indented incorrectly; expected at least 24 spaces, found 0
(#601) Closing brace must be on a line by itself
(#602) Line indented incorrectly; expected at least 20 spaces, found 0
(#602) Expected 1 space after closing parenthesis; found 0
(#602) Opening brace must be the last content on the line
(#602) Closing brace must be on a line by itself
(#603) Line indented incorrectly; expected at least 20 spaces, found 0
(#603) Expected 1 space after closing parenthesis; found 0
(#603) Opening brace must be the last content on the line
(#604) Line indented incorrectly; expected at least 24 spaces, found 0
(#606) Closing brace must be on a line by itself
(#607) Line indented incorrectly; expected at least 20 spaces, found 0
(#607) Expected 1 space after closing parenthesis; found 0
(#607) Opening brace must be the last content on the line
(#608) Line indented incorrectly; expected at least 24 spaces, found 0
(#608) Closing brace must be on a line by itself
(#609) Variable "C" must be all lower-case
(#609) Expected 1 space after closing parenthesis; found 0
(#609) Opening brace must be the last content on the line
(#609) Variable "J" must be all lower-case
(#609) Expected 1 space before "="; 0 found
(#609) Expected 1 space after "="; 0 found
(#609) Expected 1 space before "="; 0 found
(#609) Expected 1 space after "="; 0 found
(#609) Variable "C" must be all lower-case
(#609) Expected "foreach (...) {\n"; found "foreach(...){"
(#609) Expected 1 space before "as"; 0 found
(#609) Expected 1 space after "as"; 0 found
(#609) Variable "C" must be all lower-case
(#609) Expected 1 space before "!="; 0 found
(#609) Expected 1 space after "!="; 0 found
(#609) Expected 1 space before "?"; 0 found
(#609) Expected 1 space after "?"; 0 found
(#609) Expected 1 space before ":"; 0 found
(#609) Expected 1 space after ":"; 0 found
(#609) Line exceeds maximum limit of 180 characters; contains 244 characters
(#609) Line exceeds maximum limit of 180 characters; contains 244 characters
(#609) Line exceeds maximum limit of 180 characters; contains 244 characters
(#609) Line exceeds maximum limit of 180 characters; contains 244 characters
(#609) Line exceeds maximum limit of 180 characters; contains 244 characters
(#609) Line exceeds maximum limit of 180 characters; contains 244 characters
(#609) Line exceeds maximum limit of 180 characters; contains 244 characters
(#609) Line exceeds maximum limit of 180 characters; contains 244 characters
(#610) Variable "C" must be all lower-case
(#610) Expected 1 space before "!="; 0 found
(#610) Expected 1 space after "!="; 0 found
(#610) Expected 1 space before "?"; 0 found
(#610) Expected 1 space after "?"; 0 found
(#610) Expected 1 space before ":"; 0 found
(#610) Expected 1 space after ":"; 0 found
(#611) Variable "K" must be all lower-case
(#611) Inline control structures are not allowed
(#611) Variable "C" must be all lower-case
(#611) Expected 1 space before "!="; 0 found
(#611) Expected 1 space after "!="; 0 found
(#611) Variable "K" must be all lower-case
(#611) Variable "J" must be all lower-case
(#611) Variable "K" must be all lower-case
(#611) Expected 1 space before "="; 0 found
(#611) Expected 1 space after "="; 0 found
(#611) Variable "K" must be all lower-case
(#611) Closing brace must be on a line by itself
(#611) Variable "J" must be all lower-case
(#611) Closing brace must be on a line by itself
(#612) Line indented incorrectly; expected at least 24 spaces, found 0
(#612) Variable "R" must be all lower-case
(#612) Expected 1 space after closing parenthesis; found 0
(#612) Opening brace must be the last content on the line
(#612) Variable "R" must be all lower-case
(#612) Expected 1 space before "=="; 0 found
(#612) Expected 1 space after "=="; 0 found
(#612) Closing brace must be on a line by itself
(#613) Line indented incorrectly; expected at least 24 spaces, found 0
(#613) Variable "R" must be all lower-case
(#613) Expected 1 space after closing parenthesis; found 0
(#613) Opening brace must be the last content on the line
(#614) Line indented incorrectly; expected at least 28 spaces, found 0
(#614) Closing brace must be on a line by itself
(#615) Line indented incorrectly; expected at least 24 spaces, found 0
(#615) Variable "Q" must be all lower-case
(#615) Expected 1 space after closing parenthesis; found 0
(#615) Opening brace must be the last content on the line
(#615) Variable "J" must be all lower-case
(#615) Expected 1 space before "="; 0 found
(#615) Expected 1 space after "="; 0 found
(#615) Expected "foreach (...) {\n"; found "foreach(...){"
(#615) Expected 1 space before "as"; 0 found
(#615) Expected 1 space after "as"; 0 found
(#615) Variable "Q" must be all lower-case
(#615) Variable "K" must be all lower-case
(#615) Variable "U" must be all lower-case
(#615) Expected 1 space before "="; 0 found
(#615) Expected 1 space after "="; 0 found
(#615) Variable "K" must be all lower-case
(#615) Variable "Wd" must be all lower-case
(#615) Expected 1 space before "="; 0 found
(#615) Expected 1 space after "="; 0 found
(#615) Variable "K" must be all lower-case
(#615) Inline control structures are not allowed
(#615) Variable "Wd" must be all lower-case
(#615) Expected 1 space before "=="; 0 found
(#615) Expected 1 space after "=="; 0 found
(#615) Variable "Wd" must be all lower-case
(#615) Expected 1 space before "="; 0 found
(#615) Expected 1 space after "="; 0 found
(#615) Variable "K" must be all lower-case
(#615) Variable "J" must be all lower-case
(#615) Variable "K" must be all lower-case
(#615) Expected 1 space before "="; 0 found
(#615) Expected 1 space after "="; 0 found
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#615) Variable "K" must be all lower-case
(#615) Commas (,) must be followed by white space.
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#615) Variable "U" must be all lower-case
(#615) Variable "Wd" must be all lower-case
(#615) Expected 1 space before "?"; 0 found
(#615) Expected 1 space after "?"; 0 found
(#615) Variable "Wd" must be all lower-case
(#615) Expected 1 space before ":"; 0 found
(#615) Expected 1 space after ":"; 0 found
(#615) Commas (,) must be followed by white space.
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#615) Variable "U" must be all lower-case
(#615) Commas (,) must be followed by white space.
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#615) Variable "Wd" must be all lower-case
(#615) Commas (,) must be followed by white space.
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#615) Variable "K" must be all lower-case
(#615) Commas (,) must be followed by white space.
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#615) Variable "K" must be all lower-case
(#615) Expected 1 space before "=="; 0 found
(#615) Expected 1 space after "=="; 0 found
(#615) Commas (,) must be followed by white space.
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#615) Commas (,) must be followed by white space.
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#615) Commas (,) must be followed by white space.
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#615) Commas (,) must be followed by white space.
(#615) Closing brace must be on a line by itself
(#615) Variable "J" must be all lower-case
(#615) Closing brace must be on a line by itself
(#615) Line exceeds maximum limit of 180 characters; contains 481 characters
(#615) Line exceeds maximum limit of 180 characters; contains 481 characters
(#615) Line exceeds maximum limit of 180 characters; contains 481 characters
(#615) Line exceeds maximum limit of 180 characters; contains 481 characters
(#615) Line exceeds maximum limit of 180 characters; contains 481 characters
(#615) Line exceeds maximum limit of 180 characters; contains 481 characters
(#615) Line exceeds maximum limit of 180 characters; contains 481 characters
(#615) Line exceeds maximum limit of 180 characters; contains 481 characters
(#616) Line indented incorrectly; expected at least 24 spaces, found 0
(#616) Variable "Q" must be all lower-case
(#616) Commas (,) must be followed by white space.
(#616) Expected 1 space after closing parenthesis; found 0
(#616) Opening brace must be the last content on the line
(#616) Variable "J" must be all lower-case
(#616) Expected 1 space before "="; 0 found
(#616) Expected 1 space after "="; 0 found
(#616) Expected "foreach (...) {\n"; found "foreach(...){"
(#616) Expected 1 space before "as"; 0 found
(#616) Expected 1 space after "as"; 0 found
(#619) Variable "Q" must be all lower-case
(#620) Commas (,) must be followed by white space.
(#620) Variable "K" must be all lower-case
(#620) Expected 1 space before "="; 0 found
(#620) Expected 1 space after "="; 0 found
(#620) Variable "K" must be all lower-case
(#620) Variable "J" must be all lower-case
(#620) Expected 1 space before "="; 0 found
(#620) Expected 1 space after "="; 0 found
(#620) Variable "K" must be all lower-case
(#620) Expected 1 space before "=="; 0 found
(#620) Expected 1 space after "=="; 0 found
(#620) Expected 1 space before "?"; 0 found
(#620) Expected 1 space after "?"; 0 found
(#620) Expected 1 space before ":"; 0 found
(#620) Expected 1 space after ":"; 0 found
(#620) Variable "K" must be all lower-case
(#620) Expected 1 space before "=="; 0 found
(#620) Expected 1 space after "=="; 0 found
(#620) Expected 1 space before "?"; 0 found
(#620) Expected 1 space after "?"; 0 found
(#620) Expected 1 space before ":"; 0 found
(#620) Expected 1 space after ":"; 0 found
(#620) Variable "J" must be all lower-case
(#620) Expected 1 space before "="; 0 found
(#620) Expected 1 space after "="; 0 found
(#620) Variable "K" must be all lower-case
(#620) Variable "J" must be all lower-case
(#620) Expected 1 space before "="; 0 found
(#620) Expected 1 space after "="; 0 found
(#620) Variable "K" must be all lower-case
(#620) Variable "K" must be all lower-case
(#620) Expected 1 space before "!="; 0 found
(#620) Expected 1 space after "!="; 0 found
(#620) Variable "K" must be all lower-case
(#620) Expected 1 space before "?"; 0 found
(#620) Expected 1 space after "?"; 0 found
(#620) Variable "K" must be all lower-case
(#620) Expected 1 space before ":"; 0 found
(#620) Expected 1 space after ":"; 0 found
(#620) Variable "J" must be all lower-case
(#620) Expected 1 space before "="; 0 found
(#620) Expected 1 space after "="; 0 found
(#620) Variable "K" must be all lower-case
(#620) Expected 1 space before "?"; 0 found
(#620) Expected 1 space after "?"; 0 found
(#620) Expected 1 space before ":"; 0 found
(#620) Expected 1 space after ":"; 0 found
(#620) Closing brace must be on a line by itself
(#620) Variable "J" must be all lower-case
(#620) Closing brace must be on a line by itself
(#620) Line exceeds maximum limit of 180 characters; contains 387 characters
(#620) Line exceeds maximum limit of 180 characters; contains 387 characters
(#620) Line exceeds maximum limit of 180 characters; contains 387 characters
(#620) Line exceeds maximum limit of 180 characters; contains 387 characters
(#620) Line exceeds maximum limit of 180 characters; contains 387 characters
(#620) Line exceeds maximum limit of 180 characters; contains 387 characters
(#620) Line exceeds maximum limit of 180 characters; contains 387 characters
(#620) Line exceeds maximum limit of 180 characters; contains 387 characters
(#621) Line indented incorrectly; expected at least 24 spaces, found 0
(#621) Variable "C" must be all lower-case
(#621) Expected 1 space after closing parenthesis; found 0
(#621) Opening brace must be the last content on the line
(#621) Variable "L" must be all lower-case
(#621) Expected 1 space before "="; 0 found
(#621) Expected 1 space after "="; 0 found
(#621) Variable "C" must be all lower-case
(#622) Line indented incorrectly; expected at least 28 spaces, found 0
(#622) Variable "L" must be all lower-case
(#622) Closing brace must be on a line by itself
(#623) Expected 1 space after closing parenthesis; found 0
(#623) Opening brace must be the last content on the line
(#624) Line indented incorrectly; expected at least 4 spaces, found 0
(#624) Closing brace must be on a line by itself
(#625) Line indented incorrectly; expected at least 28 spaces, found 0
(#625) Expected 1 space after closing parenthesis; found 0
(#625) Opening brace must be the last content on the line
(#626) Line indented incorrectly; expected at least 32 spaces, found 0
(#626) Closing brace must be on a line by itself
(#627) Line indented incorrectly; expected at least 4 spaces, found 0
(#627) Expected 1 space after closing parenthesis; found 0
(#627) Opening brace must be the last content on the line
(#628) Line indented incorrectly; expected at least 8 spaces, found 0
(#628) Closing brace must be on a line by itself
(#629) Line indented incorrectly; expected at least 32 spaces, found 0
(#629) Commas (,) must be followed by white space.
(#629) Variable "H" must be all lower-case
(#629) Expected 1 space after closing parenthesis; found 0
(#629) Opening brace must be the last content on the line
(#629) Variable "H" must be all lower-case
(#629) Closing brace must be on a line by itself
(#630) Line indented incorrectly; expected at least 32 spaces, found 0
(#630) Variable "R" must be all lower-case
(#630) Commas (,) must be followed by white space.
(#630) Variable "Z" must be all lower-case
(#630) Closing brace must be on a line by itself
(#631) Line indented incorrectly; expected at least 32 spaces, found 0
(#631) Variable "Q" must be all lower-case
(#631) Commas (,) must be followed by white space.
(#631) Variable "C" must be all lower-case
(#631) Commas (,) must be followed by white space.
(#631) Commas (,) must be followed by white space.
(#631) Variable "Lc" must be all lower-case
(#631) Commas (,) must be followed by white space.
(#631) Commas (,) must be followed by white space.
(#631) Commas (,) must be followed by white space.
(#631) Commas (,) must be followed by white space.
(#631) Variable "La" must be all lower-case
(#631) Commas (,) must be followed by white space.
(#631) Expected 1 space after closing parenthesis; found 0
(#631) Opening brace must be the last content on the line
(#631) Expected 1 space before "="; 0 found
(#631) Expected 1 space after "="; 0 found
(#631) Variable "Xb" must be all lower-case
(#631) Expected 1 space before "="; 0 found
(#631) Expected 1 space after "="; 0 found
(#631) Expected "foreach (...) {\n"; found "foreach(...){"
(#631) Expected 1 space after "as"; 0 found
(#632) Line indented incorrectly; expected at least 36 spaces, found 0
(#632) Variable "X" must be all lower-case
(#632) Expected 1 space before "="; 0 found
(#632) Expected 1 space after "="; 0 found
(#632) Inline control structures are not allowed
(#632) Variable "X" must be all lower-case
(#632) Expected 1 space before "!="; 0 found
(#632) Expected 1 space after "!="; 0 found
(#632) Expected 1 space before "!="; 0 found
(#632) Expected 1 space after "!="; 0 found
(#632) Variable "X" must be all lower-case
(#632) Variable "Q" must be all lower-case
(#632) Variable "X" must be all lower-case
(#632) Inline control structures are not allowed
(#632) Variable "X" must be all lower-case
(#632) Expected 1 space before "="; 0 found
(#632) Expected 1 space after "="; 0 found
(#632) Variable "Q" must be all lower-case
(#632) Expected 1 space before "!="; 0 found
(#632) Expected 1 space after "!="; 0 found
(#632) Expected 1 space before "?"; 0 found
(#632) Expected 1 space after "?"; 0 found
(#632) Expected 1 space before "!="; 0 found
(#632) Expected 1 space after "!="; 0 found
(#632) Expected 1 space before "?"; 0 found
(#632) Expected 1 space after "?"; 0 found
(#632) Expected 1 space before ":"; 0 found
(#632) Expected 1 space after ":"; 0 found
(#632) Expected 1 space before ":"; 0 found
(#632) Expected 1 space after ":"; 0 found
(#632) Variable "X" must be all lower-case
(#632) Variable "Q" must be all lower-case
(#632) Expected 1 space before "!="; 0 found
(#632) Expected 1 space after "!="; 0 found
(#632) Expected 1 space before "?"; 0 found
(#632) Expected 1 space after "?"; 0 found
(#632) Expected 1 space before ":"; 0 found
(#632) Expected 1 space after ":"; 0 found
(#632) Inline control structures are not allowed
(#632) Variable "Xb" must be all lower-case
(#632) Expected 1 space before "="; 0 found
(#632) Expected 1 space after "="; 0 found
(#632) Closing brace must be on a line by itself
(#632) Inline control structures are not allowed
(#632) Variable "Q" must be all lower-case
(#632) Expected 1 space before "=="; 0 found
(#632) Expected 1 space after "=="; 0 found
(#632) Line exceeds maximum limit of 180 characters; contains 269 characters
(#632) Line exceeds maximum limit of 180 characters; contains 269 characters
(#632) Line exceeds maximum limit of 180 characters; contains 269 characters
(#632) Line exceeds maximum limit of 180 characters; contains 269 characters
(#632) Line exceeds maximum limit of 180 characters; contains 269 characters
(#632) Line exceeds maximum limit of 180 characters; contains 269 characters
(#632) Line exceeds maximum limit of 180 characters; contains 269 characters
(#632) Line exceeds maximum limit of 180 characters; contains 269 characters
(#633) Line indented incorrectly; expected at least 36 spaces, found 0
(#633) Variable "C" must be all lower-case
(#633) Commas (,) must be followed by white space.
(#633) Variable "Q" must be all lower-case
(#633) Commas (,) must be followed by white space.
(#633) Variable "Xb" must be all lower-case
(#633) Variable "Q" must be all lower-case
(#633) Commas (,) must be followed by white space.
(#633) Variable "Xb" must be all lower-case
(#633) Variable "Q" must be all lower-case
(#633) Expected 1 space before "=="; 0 found
(#633) Expected 1 space after "=="; 0 found
(#633) Variable "C" must be all lower-case
(#633) Variable "Q" must be all lower-case
(#633) Variable "C" must be all lower-case
(#633) Closing brace must be on a line by itself
(#633) Line exceeds maximum limit of 180 characters; contains 288 characters
(#633) Line exceeds maximum limit of 180 characters; contains 288 characters
(#633) Line exceeds maximum limit of 180 characters; contains 288 characters
(#633) Line exceeds maximum limit of 180 characters; contains 288 characters
(#633) Line exceeds maximum limit of 180 characters; contains 288 characters
(#633) Line exceeds maximum limit of 180 characters; contains 288 characters
(#633) Line exceeds maximum limit of 180 characters; contains 288 characters
(#633) Line exceeds maximum limit of 180 characters; contains 288 characters
(#634) Line indented incorrectly; expected at least 32 spaces, found 0
(#634) Variable "Q" must be all lower-case
(#634) Expected 1 space after closing parenthesis; found 0
(#634) Opening brace must be the last content on the line
(#634) Variable "J" must be all lower-case
(#634) Expected 1 space before "="; 0 found
(#634) Expected 1 space after "="; 0 found
(#634) Variable "H" must be all lower-case
(#634) Expected 1 space before "="; 0 found
(#634) Expected 1 space after "="; 0 found
(#644) Variable "Q" must be all lower-case
(#644) Inline control structures are not allowed
(#644) Expected 1 space before "as"; 0 found
(#644) Expected 1 space after "as"; 0 found
(#644) Variable "H" must be all lower-case
(#644) Variable "K" must be all lower-case
(#644) Variable "J" must be all lower-case
(#644) Variable "K" must be all lower-case
(#644) Expected 1 space before "="; 0 found
(#644) Expected 1 space after "="; 0 found
(#644) Expected 1 space before "=>"; 0 found
(#644) Expected 1 space after "=>"; 0 found
(#644) Variable "K" must be all lower-case
(#644) Commas (,) must be followed by white space.
(#644) Expected 1 space before "=>"; 0 found
(#644) Expected 1 space after "=>"; 0 found
(#644) Variable "K" must be all lower-case
(#644) Commas (,) must be followed by white space.
(#644) Expected 1 space before "=>"; 0 found
(#644) Expected 1 space after "=>"; 0 found
(#644) Variable "K" must be all lower-case
(#644) Commas (,) must be followed by white space.
(#644) Expected 1 space before "=>"; 0 found
(#644) Expected 1 space after "=>"; 0 found
(#644) Variable "K" must be all lower-case
(#644) Commas (,) must be followed by white space.
(#644) Expected 1 space before "=>"; 0 found
(#644) Expected 1 space after "=>"; 0 found
(#644) Variable "K" must be all lower-case
(#644) Commas (,) must be followed by white space.
(#644) Expected 1 space before "=>"; 0 found
(#644) Expected 1 space after "=>"; 0 found
(#644) Commas (,) must be followed by white space.
(#644) Variable "J" must be all lower-case
(#644) Closing brace must be on a line by itself
(#644) Line exceeds maximum limit of 180 characters; contains 259 characters
(#644) Line exceeds maximum limit of 180 characters; contains 259 characters
(#644) Line exceeds maximum limit of 180 characters; contains 259 characters
(#644) Line exceeds maximum limit of 180 characters; contains 259 characters
(#644) Line exceeds maximum limit of 180 characters; contains 259 characters
(#644) Line exceeds maximum limit of 180 characters; contains 259 characters
(#644) Line exceeds maximum limit of 180 characters; contains 259 characters
(#644) Line exceeds maximum limit of 180 characters; contains 259 characters
(#645) Line indented incorrectly; expected at least 36 spaces, found 0
(#645) Variable "S" must be all lower-case
(#645) Expected 1 space after closing parenthesis; found 0
(#645) Opening brace must be the last content on the line
(#646) Line indented incorrectly; expected at least 40 spaces, found 0
(#646) Commas (,) must be followed by white space.
(#646) Variable "S" must be all lower-case
(#646) Closing brace must be on a line by itself
(#647) Variable "Zh" must be all lower-case
(#647) Expected 1 space after closing parenthesis; found 0
(#647) Opening brace must be the last content on the line
(#648) Line indented incorrectly; expected at least 4 spaces, found 0
(#648) Commas (,) must be followed by white space.
(#648) Variable "Zh" must be all lower-case
(#648) Closing brace must be on a line by itself
(#649) Line indented incorrectly; expected at least 40 spaces, found 0
(#649) Variable "S" must be all lower-case
(#649) Expected 1 space after closing parenthesis; found 0
(#649) Opening brace must be the last content on the line
(#650) Line indented incorrectly; expected at least 44 spaces, found 0
(#650) Commas (,) must be followed by white space.
(#650) Variable "S" must be all lower-case
(#650) Closing brace must be on a line by itself
(#651) Line indented incorrectly; expected at least 4 spaces, found 0
(#651) Expected 1 space after closing parenthesis; found 0
(#651) Opening brace must be the last content on the line
(#652) Line indented incorrectly; expected at least 8 spaces, found 0
(#652) Closing brace must be on a line by itself
(#653) Line indented incorrectly; expected at least 44 spaces, found 0
(#653) Expected 1 space after closing parenthesis; found 0
(#653) Opening brace must be the last content on the line
(#654) Line indented incorrectly; expected at least 48 spaces, found 0
(#654) Closing brace must be on a line by itself
(#654) Line exceeds 132 characters; contains 161 characters
(#654) Line exceeds 132 characters; contains 161 characters
(#654) Line exceeds 132 characters; contains 161 characters
(#654) Line exceeds 132 characters; contains 161 characters
(#654) Line exceeds 132 characters; contains 161 characters
(#654) Line exceeds 132 characters; contains 161 characters
(#654) Line exceeds 132 characters; contains 161 characters
(#654) Line exceeds 132 characters; contains 161 characters
(#655) Line indented incorrectly; expected at least 8 spaces, found 0
(#655) Expected 1 space after closing parenthesis; found 0
(#655) Opening brace must be the last content on the line
(#655) Closing brace must be on a line by itself
(#656) Line indented incorrectly; expected at least 8 spaces, found 0
(#656) Expected 1 space after closing parenthesis; found 0
(#656) Opening brace must be the last content on the line
(#656) Closing brace must be on a line by itself
(#657) Line indented incorrectly; expected at least 8 spaces, found 0
(#657) Expected 1 space after closing parenthesis; found 0
(#657) Opening brace must be the last content on the line
(#658) Line indented incorrectly; expected at least 12 spaces, found 0
(#658) Closing brace must be on a line by itself
(#659) Line indented incorrectly; expected at least 8 spaces, found 0
(#659) Expected 1 space after closing parenthesis; found 0
(#659) Opening brace must be the last content on the line
(#660) Line indented incorrectly; expected at least 12 spaces, found 0
(#660) Line exceeds maximum limit of 180 characters; contains 273 characters
(#660) Line exceeds maximum limit of 180 characters; contains 273 characters
(#660) Line exceeds maximum limit of 180 characters; contains 273 characters
(#660) Line exceeds maximum limit of 180 characters; contains 273 characters
(#660) Line exceeds maximum limit of 180 characters; contains 273 characters
(#660) Line exceeds maximum limit of 180 characters; contains 273 characters
(#660) Line exceeds maximum limit of 180 characters; contains 273 characters
(#660) Line exceeds maximum limit of 180 characters; contains 273 characters
(#665) Closing brace must be on a line by itself
(#666) Line indented incorrectly; expected at least 12 spaces, found 0
(#666) Expected 1 space after closing parenthesis; found 0
(#666) Opening brace must be the last content on the line
(#666) Variable "L" must be all lower-case
(#666) Expected 1 space before "="; 0 found
(#666) Expected 1 space after "="; 0 found
(#667) Line indented incorrectly; expected at least 16 spaces, found 0
(#667) Variable "L" must be all lower-case
(#667) Closing brace must be on a line by itself
(#668) Closing brace must be on a line by itself
(#669) Commas (,) must be followed by white space.
(#669) Variable "J" must be all lower-case
(#669) Expected 1 space after closing parenthesis; found 0
(#669) Opening brace must be the last content on the line
(#669) Variable "J" must be all lower-case
(#669) Closing brace must be on a line by itself
(#670) Variable "Ec" must be all lower-case
(#670) Expected 1 space after closing parenthesis; found 0
(#670) Opening brace must be the last content on the line
(#671) Line indented incorrectly; expected at least 4 spaces, found 0
(#671) Commas (,) must be followed by white space.
(#671) Variable "Ec" must be all lower-case
(#671) Closing brace must be on a line by itself
(#671) Expected 1 space before "="; 0 found
(#671) Expected 1 space after "="; 0 found
(#671) Variable "Ch" must be all lower-case
(#671) Expected 1 space before "="; 0 found
(#671) Expected 1 space after "="; 0 found
(#671) Variable "Mg" must be all lower-case
(#671) Expected 1 space before "="; 0 found
(#671) Expected 1 space after "="; 0 found
(#671) Expected "foreach (...) {\n"; found "foreach(...){"
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Expected 1 space before "as"; 0 found
(#671) Expected 1 space after "as"; 0 found
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Variable "X" must be all lower-case
(#671) Variable "Ch" must be all lower-case
(#671) Expected 1 space before "+="; 0 found
(#671) Expected 1 space after "+="; 0 found
(#671) Variable "X" must be all lower-case
(#671) Variable "Mg" must be all lower-case
(#671) Expected 1 space before "="; 0 found
(#671) Expected 1 space after "="; 0 found
(#671) Variable "X" must be all lower-case
(#671) Closing brace must be on a line by itself
(#671) Variable "Jh" must be all lower-case
(#671) Expected 1 space before "="; 0 found
(#671) Expected 1 space after "="; 0 found
(#671) Variable "Se" must be all lower-case
(#671) Expected 1 space before "="; 0 found
(#671) Expected 1 space after "="; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Variable "Tc" must be all lower-case
(#671) Expected 1 space before "="; 0 found
(#671) Expected 1 space after "="; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Variable "Yc" must be all lower-case
(#671) Expected 1 space before "="; 0 found
(#671) Expected 1 space after "="; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "="; 0 found
(#671) Expected 1 space after "="; 0 found
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space before "=>"; 0 found
(#671) Expected 1 space after "=>"; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Closing brace must be on a line by itself
(#671) Variable "Wb" must be all lower-case
(#671) Expected 1 space before "="; 0 found
(#671) Expected 1 space after "="; 0 found
(#671) Expected "if (...) {\n"; found "if(...){"
(#671) Variable "_f" must not contain underscores.
(#671) Expected 1 space before "="; 0 found
(#671) Expected 1 space after "="; 0 found
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Expected "if (...) {\n"; found "if(...){"
(#671) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 248
(#671) Line exceeds maximum limit of 180 characters; contains 1126 characters
(#671) Line exceeds maximum limit of 180 characters; contains 1126 characters
(#671) Line exceeds maximum limit of 180 characters; contains 1126 characters
(#671) Line exceeds maximum limit of 180 characters; contains 1126 characters
(#671) Line exceeds maximum limit of 180 characters; contains 1126 characters
(#671) Line exceeds maximum limit of 180 characters; contains 1126 characters
(#671) Line exceeds maximum limit of 180 characters; contains 1126 characters
(#671) Line exceeds maximum limit of 180 characters; contains 1126 characters
(#672) Line indented incorrectly; expected at least 16 spaces, found 0
(#672) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#672) Scope modifier not specified for member variable "$extension"
(#672) Expected 1 space before "="; 0 found
(#672) Expected 1 space after "="; 0 found
(#672) Commas (,) must be followed by white space.
(#672) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#672) Scope modifier not specified for member variable "$_link"
(#672) Commas (,) must be followed by white space.
(#672) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#672) Scope modifier not specified for member variable "$_result"
(#672) Commas (,) must be followed by white space.
(#672) Member variable "server_info" must not contain underscores.
(#672) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#672) Scope modifier not specified for member variable "$server_info"
(#672) Commas (,) must be followed by white space.
(#672) Member variable "affected_rows" must not contain underscores.
(#672) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#672) Scope modifier not specified for member variable "$affected_rows"
(#672) Commas (,) must be followed by white space.
(#672) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#672) Scope modifier not specified for member variable "$errno"
(#672) Commas (,) must be followed by white space.
(#672) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#672) Scope modifier not specified for member variable "$error"
(#672) Visibility must be declared on method "_get_error"
(#673) Line indented incorrectly; expected at least 20 spaces, found 0
(#673) Expected 1 space after closing parenthesis; found 0
(#673) Opening brace must be the last content on the line
(#673) Expected 1 space before "="; 0 found
(#673) Expected 1 space after "="; 0 found
(#673) Expected "foreach (...) {\n"; found "foreach(...){"
(#673) Expected 1 space before "as"; 0 found
(#673) Expected 1 space after "as"; 0 found
(#673) Expected 1 space before "="; 0 found
(#673) Expected 1 space after "="; 0 found
(#673) Expected 1 space before ".="; 0 found
(#673) Expected 1 space after ".="; 0 found
(#673) Closing brace must be on a line by itself
(#673) Expected 1 space before "="; 0 found
(#673) Expected 1 space after "="; 0 found
(#673) Closing brace must be on a line by itself
(#673) Line exceeds 132 characters; contains 155 characters
(#673) Line exceeds 132 characters; contains 155 characters
(#673) Line exceeds 132 characters; contains 155 characters
(#673) Line exceeds 132 characters; contains 155 characters
(#673) Line exceeds 132 characters; contains 155 characters
(#673) Line exceeds 132 characters; contains 155 characters
(#673) Line exceeds 132 characters; contains 155 characters
(#673) Line exceeds 132 characters; contains 155 characters
(#673) Visibility must be declared on method "connect"
(#674) Line indented incorrectly; expected at least 20 spaces, found 0
(#674) Variable "N" must be all lower-case
(#674) Commas (,) must be followed by white space.
(#674) Variable "V" must be all lower-case
(#674) Commas (,) must be followed by white space.
(#674) Variable "G" must be all lower-case
(#674) Expected 1 space after closing parenthesis; found 0
(#674) Opening brace must be the last content on the line
(#674) Expected 1 space before "="; 0 found
(#674) Expected 1 space after "="; 0 found
(#674) Variable "N" must be all lower-case
(#674) Commas (,) must be followed by white space.
(#674) Expected 1 space before "=>"; 0 found
(#674) Expected 1 space after "=>"; 0 found
(#674) Variable "V" must be all lower-case
(#674) Commas (,) must be followed by white space.
(#674) Expected 1 space before "=>"; 0 found
(#674) Expected 1 space after "=>"; 0 found
(#674) Variable "G" must be all lower-case
(#674) Commas (,) must be followed by white space.
(#674) Expected 1 space before "=>"; 0 found
(#674) Expected 1 space after "=>"; 0 found
(#674) Expected "if (...) {\n"; found "if(...){"
(#674) Expected 1 space before "="; 0 found
(#674) Expected 1 space after "="; 0 found
(#674) Expected 1 space before "="; 0 found
(#674) Expected 1 space after "="; 0 found
(#674) Closing brace must be on a line by itself
(#674) Inline control structures are not allowed
(#674) Closing brace must be on a line by itself
(#674) Line exceeds maximum limit of 180 characters; contains 258 characters
(#674) Visibility must be declared on method "quote"
(#674) Line exceeds maximum limit of 180 characters; contains 258 characters
(#674) Line exceeds maximum limit of 180 characters; contains 258 characters
(#674) Line exceeds maximum limit of 180 characters; contains 258 characters
(#674) Line exceeds maximum limit of 180 characters; contains 258 characters
(#674) Line exceeds maximum limit of 180 characters; contains 258 characters
(#674) Line exceeds maximum limit of 180 characters; contains 258 characters
(#674) Line exceeds maximum limit of 180 characters; contains 258 characters
(#675) Line indented incorrectly; expected at least 20 spaces, found 0
(#675) Variable "P" must be all lower-case
(#675) Expected 1 space after closing parenthesis; found 0
(#675) Opening brace must be the last content on the line
(#675) Commas (,) must be followed by white space.
(#675) Commas (,) must be followed by white space.
(#675) Variable "P" must be all lower-case
(#675) Closing brace must be on a line by itself
(#675) Visibility must be declared on method "select_db"
(#676) Line indented incorrectly; expected at least 20 spaces, found 0
(#676) Expected 1 space after closing parenthesis; found 0
(#676) Opening brace must be the last content on the line
(#676) Closing brace must be on a line by itself
(#676) Visibility must be declared on method "query"
(#677) Line indented incorrectly; expected at least 20 spaces, found 0
(#677) Variable "H" must be all lower-case
(#677) Commas (,) must be followed by white space.
(#677) Variable "Dh" must be all lower-case
(#677) Expected 1 space after closing parenthesis; found 0
(#677) Opening brace must be the last content on the line
(#677) Variable "I" must be all lower-case
(#677) Expected 1 space before "="; 0 found
(#677) Expected 1 space after "="; 0 found
(#677) Commas (,) must be followed by white space.
(#677) Variable "H" must be all lower-case
(#677) Expected 1 space before "="; 0 found
(#677) Expected 1 space after "="; 0 found
(#677) Expected "if (...) {\n"; found "if(...){"
(#677) Variable "I" must be all lower-case
(#678) Line indented incorrectly; expected at least 28 spaces, found 0
(#678) Closing brace must be on a line by itself
(#678) Variable "I" must be all lower-case
(#678) Closing brace must be on a line by itself
(#678) Visibility must be declared on method "multi_query"
(#679) Line indented incorrectly; expected at least 20 spaces, found 0
(#679) Variable "H" must be all lower-case
(#679) Expected 1 space after closing parenthesis; found 0
(#679) Opening brace must be the last content on the line
(#679) Expected 1 space before "="; 0 found
(#679) Expected 1 space after "="; 0 found
(#679) Commas (,) must be followed by white space.
(#679) Variable "H" must be all lower-case
(#679) Expected 1 space before "="; 0 found
(#679) Expected 1 space after "="; 0 found
(#679) Expected "if (...) {\n"; found "if(...){"
(#680) Line indented incorrectly; expected at least 28 spaces, found 0
(#680) Closing brace must be on a line by itself
(#681) Line indented incorrectly; expected at least 20 spaces, found 0
(#681) Closing brace must be on a line by itself
(#681) Visibility must be declared on method "store_result"
(#682) Line indented incorrectly; expected at least 28 spaces, found 0
(#682) Variable "I" must be all lower-case
(#682) Expected 1 space after closing parenthesis; found 0
(#682) Opening brace must be the last content on the line
(#682) Inline control structures are not allowed
(#682) Variable "I" must be all lower-case
(#682) Variable "I" must be all lower-case
(#682) Expected 1 space before "="; 0 found
(#682) Expected 1 space after "="; 0 found
(#682) Inline control structures are not allowed
(#682) Variable "I" must be all lower-case
(#683) Line indented incorrectly; expected at least 32 spaces, found 0
(#683) Inline control structures are not allowed
(#683) Variable "I" must be all lower-case
(#684) Line indented incorrectly; expected at least 32 spaces, found 0
(#685) Line indented incorrectly; expected at least 32 spaces, found 0
(#685) Variable "I" must be all lower-case
(#685) Expected 1 space before "="; 0 found
(#685) Expected 1 space after "="; 0 found
(#685) Variable "I" must be all lower-case
(#686) Line indented incorrectly; expected at least 32 spaces, found 0
(#686) Closing brace must be on a line by itself
(#686) Visibility must be declared on method "next_result"
(#687) Line indented incorrectly; expected at least 20 spaces, found 0
(#687) Expected 1 space after closing parenthesis; found 0
(#687) Opening brace must be the last content on the line
(#687) Expected 1 space before "?"; 0 found
(#687) Expected 1 space after "?"; 0 found
(#687) Expected 1 space before ":"; 0 found
(#687) Expected 1 space after ":"; 0 found
(#687) Closing brace must be on a line by itself
(#687) Visibility must be declared on method "result"
(#688) Line indented incorrectly; expected at least 20 spaces, found 0
(#688) Variable "H" must be all lower-case
(#688) Commas (,) must be followed by white space.
(#688) Expected 1 space after closing parenthesis; found 0
(#688) Opening brace must be the last content on the line
(#688) Variable "I" must be all lower-case
(#688) Expected 1 space before "="; 0 found
(#688) Expected 1 space after "="; 0 found
(#688) Variable "H" must be all lower-case
(#688) Inline control structures are not allowed
(#688) Variable "I" must be all lower-case
(#689) Line indented incorrectly; expected at least 24 spaces, found 0
(#689) Variable "K" must be all lower-case
(#689) Expected 1 space before "="; 0 found
(#689) Expected 1 space after "="; 0 found
(#689) Variable "I" must be all lower-case
(#689) Variable "K" must be all lower-case
(#689) Closing brace must be on a line by itself
(#689) Closing brace must be on a line by itself
(#689) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 219
(#690) Line indented incorrectly; expected at least 4 spaces, found 0
(#690) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#690) Scope modifier not specified for member variable "$_result"
(#690) Commas (,) must be followed by white space.
(#690) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#690) Scope modifier not specified for member variable "$_offset"
(#690) Expected 1 space before "="; 0 found
(#690) Expected 1 space after "="; 0 found
(#690) Commas (,) must be followed by white space.
(#690) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#690) Scope modifier not specified for member variable "$_fields"
(#690) Commas (,) must be followed by white space.
(#690) Member variable "num_rows" must not contain underscores.
(#690) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#690) Scope modifier not specified for member variable "$num_rows"
(#690) Visibility must be declared on method "__construct"
(#691) Line indented incorrectly; expected at least 8 spaces, found 0
(#691) Variable "I" must be all lower-case
(#691) Expected 1 space after closing parenthesis; found 0
(#691) Opening brace must be the last content on the line
(#691) Expected 1 space before "="; 0 found
(#691) Expected 1 space after "="; 0 found
(#691) Variable "I" must be all lower-case
(#691) Closing brace must be on a line by itself
(#691) Visibility must be declared on method "_convert"
(#692) Line indented incorrectly; expected at least 8 spaces, found 0
(#692) Variable "K" must be all lower-case
(#692) Expected 1 space after closing parenthesis; found 0
(#692) Opening brace must be the last content on the line
(#692) Expected "foreach (...) {\n"; found "foreach(...){"
(#692) Expected 1 space before "=>"; 0 found
(#692) Expected 1 space after "=>"; 0 found
(#692) Expected 1 space after "as"; 0 found
(#692) Variable "K" must be all lower-case
(#693) Line indented incorrectly; expected at least 12 spaces, found 0
(#693) Expected 1 space before "=>"; 0 found
(#693) Expected 1 space after "=>"; 0 found
(#693) Variable "X" must be all lower-case
(#693) Inline control structures are not allowed
(#693) Variable "X" must be all lower-case
(#693) Commas (,) must be followed by white space.
(#693) Variable "K" must be all lower-case
(#693) Expected 1 space before "="; 0 found
(#693) Expected 1 space after "="; 0 found
(#693) Variable "X" must be all lower-case
(#693) Closing brace must be on a line by itself
(#693) Variable "K" must be all lower-case
(#693) Closing brace must be on a line by itself
(#693) Visibility must be declared on method "fetch_assoc"
(#694) Line indented incorrectly; expected at least 8 spaces, found 0
(#694) Expected 1 space after closing parenthesis; found 0
(#694) Opening brace must be the last content on the line
(#694) Commas (,) must be followed by white space.
(#694) Commas (,) must be followed by white space.
(#694) Closing brace must be on a line by itself
(#694) Visibility must be declared on method "fetch_row"
(#695) Line indented incorrectly; expected at least 8 spaces, found 0
(#695) Expected 1 space after closing parenthesis; found 0
(#695) Opening brace must be the last content on the line
(#695) Commas (,) must be followed by white space.
(#695) Commas (,) must be followed by white space.
(#695) Closing brace must be on a line by itself
(#695) Visibility must be declared on method "fetch_field"
(#696) Line indented incorrectly; expected at least 8 spaces, found 0
(#696) Expected 1 space after closing parenthesis; found 0
(#696) Opening brace must be the last content on the line
(#696) Inline control structures are not allowed
(#696) Expected 1 space before "="; 0 found
(#696) Expected 1 space after "="; 0 found
(#696) Expected 1 space before "="; 0 found
(#696) Expected 1 space after "="; 0 found
(#696) Variable "J" must be all lower-case
(#696) Expected 1 space before "="; 0 found
(#696) Expected 1 space after "="; 0 found
(#697) Line indented incorrectly; expected at least 12 spaces, found 0
(#697) Variable "J" must be all lower-case
(#697) Expected 1 space before "="; 0 found
(#697) Expected 1 space after "="; 0 found
(#697) Variable "J" must be all lower-case
(#697) Expected 1 space before "="; 0 found
(#697) Expected 1 space after "="; 0 found
(#697) Variable "J" must be all lower-case
(#697) Expected 1 space before "="; 0 found
(#697) Expected 1 space after "="; 0 found
(#697) Expected 1 space before "=="; 0 found
(#697) Expected 1 space after "=="; 0 found
(#697) Expected 1 space before "?"; 0 found
(#697) Expected 1 space after "?"; 0 found
(#697) Expected 1 space before ":"; 0 found
(#697) Expected 1 space after ":"; 0 found
(#697) Variable "J" must be all lower-case
(#697) Closing brace must be on a line by itself
(#697) Visibility must be declared on method "seek"
(#698) Line indented incorrectly; expected at least 8 spaces, found 0
(#698) Variable "D" must be all lower-case
(#698) Expected 1 space after closing parenthesis; found 0
(#698) Opening brace must be the last content on the line
(#698) Inline control structures are not allowed
(#698) Expected 1 space after first semicolon of FOR loop; 0 found
(#698) Expected 1 space after second semicolon of FOR loop; 0 found
(#698) Expected 1 space before "="; 0 found
(#698) Expected 1 space after "="; 0 found
(#698) Expected 1 space before "<"; 0 found
(#698) Expected 1 space after "<"; 0 found
(#698) Variable "D" must be all lower-case
(#698) Closing brace must be on a line by itself
(#698) Visibility must be declared on method "__destruct"
(#699) Line indented incorrectly; expected at least 8 spaces, found 0
(#699) Expected 1 space after closing parenthesis; found 0
(#699) Opening brace must be the last content on the line
(#699) Closing brace must be on a line by itself
(#699) Closing brace must be on a line by itself
(#699) Closing brace must be on a line by itself
(#699) Usage of ELSEIF not allowed; use ELSE IF instead
(#699) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 248
(#700) Line indented incorrectly; expected at least 8 spaces, found 0
(#700) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#700) Scope modifier not specified for member variable "$extension"
(#700) Expected 1 space before "="; 0 found
(#700) Expected 1 space after "="; 0 found
(#700) Commas (,) must be followed by white space.
(#700) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#700) Scope modifier not specified for member variable "$_link"
(#700) Commas (,) must be followed by white space.
(#700) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#700) Scope modifier not specified for member variable "$_result"
(#700) Commas (,) must be followed by white space.
(#700) Member variable "server_info" must not contain underscores.
(#700) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#700) Scope modifier not specified for member variable "$server_info"
(#700) Commas (,) must be followed by white space.
(#700) Member variable "affected_rows" must not contain underscores.
(#700) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#700) Scope modifier not specified for member variable "$affected_rows"
(#700) Commas (,) must be followed by white space.
(#700) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#700) Scope modifier not specified for member variable "$error"
(#700) Visibility must be declared on method "connect"
(#701) Line indented incorrectly; expected at least 12 spaces, found 0
(#701) Variable "N" must be all lower-case
(#701) Commas (,) must be followed by white space.
(#701) Variable "V" must be all lower-case
(#701) Commas (,) must be followed by white space.
(#701) Variable "G" must be all lower-case
(#701) Expected 1 space after closing parenthesis; found 0
(#701) Opening brace must be the last content on the line
(#701) Expected 1 space before "="; 0 found
(#701) Expected 1 space after "="; 0 found
(#701) Variable "N" must be all lower-case
(#701) Commas (,) must be followed by white space.
(#701) Variable "V" must be all lower-case
(#701) Commas (,) must be followed by white space.
(#701) Variable "G" must be all lower-case
(#701) Expected "if (...) {\n"; found "if(...){"
(#701) Variable "I" must be all lower-case
(#701) Expected 1 space before "="; 0 found
(#701) Expected 1 space after "="; 0 found
(#701) Variable "K" must be all lower-case
(#701) Expected 1 space before "="; 0 found
(#701) Expected 1 space after "="; 0 found
(#701) Variable "I" must be all lower-case
(#701) Expected 1 space before "="; 0 found
(#701) Expected 1 space after "="; 0 found
(#701) Commas (,) must be followed by white space.
(#701) Variable "K" must be all lower-case
(#701) Closing brace must be on a line by itself
(#701) Inline control structures are not allowed
(#701) Expected 1 space before "="; 0 found
(#701) Expected 1 space after "="; 0 found
(#701) Closing brace must be on a line by itself
(#701) Line exceeds maximum limit of 180 characters; contains 325 characters
(#701) Visibility must be declared on method "quote"
(#701) Line exceeds maximum limit of 180 characters; contains 325 characters
(#701) Line exceeds maximum limit of 180 characters; contains 325 characters
(#701) Line exceeds maximum limit of 180 characters; contains 325 characters
(#701) Line exceeds maximum limit of 180 characters; contains 325 characters
(#701) Line exceeds maximum limit of 180 characters; contains 325 characters
(#701) Line exceeds maximum limit of 180 characters; contains 325 characters
(#701) Line exceeds maximum limit of 180 characters; contains 325 characters
(#702) Line indented incorrectly; expected at least 12 spaces, found 0
(#702) Variable "P" must be all lower-case
(#702) Expected 1 space after closing parenthesis; found 0
(#702) Opening brace must be the last content on the line
(#702) Commas (,) must be followed by white space.
(#702) Commas (,) must be followed by white space.
(#702) Variable "P" must be all lower-case
(#702) Closing brace must be on a line by itself
(#702) Visibility must be declared on method "select_db"
(#703) Line indented incorrectly; expected at least 12 spaces, found 0
(#703) Expected 1 space after closing parenthesis; found 0
(#703) Opening brace must be the last content on the line
(#704) Line indented incorrectly; expected at least 16 spaces, found 0
(#704) Closing brace must be on a line by itself
(#704) Visibility must be declared on method "query"
(#705) Line indented incorrectly; expected at least 12 spaces, found 0
(#705) Variable "H" must be all lower-case
(#705) Commas (,) must be followed by white space.
(#705) Variable "Dh" must be all lower-case
(#705) Expected 1 space after closing parenthesis; found 0
(#705) Opening brace must be the last content on the line
(#705) Variable "I" must be all lower-case
(#705) Expected 1 space before "="; 0 found
(#705) Expected 1 space after "="; 0 found
(#705) Variable "H" must be all lower-case
(#705) Commas (,) must be followed by white space.
(#705) Expected 1 space before "="; 0 found
(#705) Expected 1 space after "="; 0 found
(#705) Expected "if (...) {\n"; found "if(...){"
(#705) Variable "I" must be all lower-case
(#705) Expected 1 space before "="; 0 found
(#705) Expected 1 space after "="; 0 found
(#706) Line indented incorrectly; expected at least 20 spaces, found 0
(#706) Closing brace must be on a line by itself
(#706) Expected "if (...) {\n"; found "if(...){"
(#706) Variable "I" must be all lower-case
(#706) Expected 1 space before "==="; 0 found
(#706) Expected 1 space after "==="; 0 found
(#706) Expected 1 space before "="; 0 found
(#706) Expected 1 space after "="; 0 found
(#707) Line indented incorrectly; expected at least 16 spaces, found 0
(#707) Closing brace must be on a line by itself
(#708) Line indented incorrectly; expected at least 20 spaces, found 0
(#709) Line indented incorrectly; expected at least 20 spaces, found 0
(#709) Variable "I" must be all lower-case
(#709) Closing brace must be on a line by itself
(#709) Visibility must be declared on method "multi_query"
(#710) Line indented incorrectly; expected at least 16 spaces, found 0
(#710) Variable "H" must be all lower-case
(#710) Expected 1 space after closing parenthesis; found 0
(#710) Opening brace must be the last content on the line
(#710) Expected 1 space before "="; 0 found
(#710) Expected 1 space after "="; 0 found
(#710) Variable "H" must be all lower-case
(#710) Closing brace must be on a line by itself
(#710) Visibility must be declared on method "store_result"
(#711) Line indented incorrectly; expected at least 16 spaces, found 0
(#711) Expected 1 space after closing parenthesis; found 0
(#711) Opening brace must be the last content on the line
(#711) Closing brace must be on a line by itself
(#711) Visibility must be declared on method "next_result"
(#712) Line indented incorrectly; expected at least 16 spaces, found 0
(#712) Expected 1 space after closing parenthesis; found 0
(#712) Opening brace must be the last content on the line
(#713) Line indented incorrectly; expected at least 20 spaces, found 0
(#713) Closing brace must be on a line by itself
(#713) Visibility must be declared on method "result"
(#714) Line indented incorrectly; expected at least 16 spaces, found 0
(#714) Variable "H" must be all lower-case
(#714) Commas (,) must be followed by white space.
(#714) Expected 1 space after closing parenthesis; found 0
(#714) Opening brace must be the last content on the line
(#714) Variable "I" must be all lower-case
(#714) Expected 1 space before "="; 0 found
(#714) Expected 1 space after "="; 0 found
(#714) Variable "H" must be all lower-case
(#714) Inline control structures are not allowed
(#714) Variable "I" must be all lower-case
(#715) Line indented incorrectly; expected at least 20 spaces, found 0
(#716) Line indented incorrectly; expected at least 20 spaces, found 0
(#716) Variable "I" must be all lower-case
(#716) Commas (,) must be followed by white space.
(#716) Commas (,) must be followed by white space.
(#716) Closing brace must be on a line by itself
(#716) Closing brace must be on a line by itself
(#716) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 219
(#717) Line indented incorrectly; expected at least 8 spaces, found 0
(#717) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#717) Scope modifier not specified for member variable "$_result"
(#717) Commas (,) must be followed by white space.
(#717) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#717) Scope modifier not specified for member variable "$_offset"
(#717) Expected 1 space before "="; 0 found
(#717) Expected 1 space after "="; 0 found
(#717) Commas (,) must be followed by white space.
(#717) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#717) Scope modifier not specified for member variable "$_fields"
(#717) Commas (,) must be followed by white space.
(#717) Member variable "num_rows" must not contain underscores.
(#717) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#717) Scope modifier not specified for member variable "$num_rows"
(#717) Visibility must be declared on method "__construct"
(#718) Line indented incorrectly; expected at least 12 spaces, found 0
(#718) Variable "I" must be all lower-case
(#718) Expected 1 space after closing parenthesis; found 0
(#718) Opening brace must be the last content on the line
(#718) Expected 1 space before "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#718) Variable "I" must be all lower-case
(#718) Expected 1 space before "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#718) Variable "I" must be all lower-case
(#718) Closing brace must be on a line by itself
(#718) Visibility must be declared on method "fetch_assoc"
(#719) Line indented incorrectly; expected at least 12 spaces, found 0
(#719) Expected 1 space after closing parenthesis; found 0
(#719) Opening brace must be the last content on the line
(#720) Line indented incorrectly; expected at least 16 spaces, found 0
(#720) Closing brace must be on a line by itself
(#720) Visibility must be declared on method "fetch_row"
(#721) Line indented incorrectly; expected at least 12 spaces, found 0
(#721) Expected 1 space after closing parenthesis; found 0
(#721) Opening brace must be the last content on the line
(#722) Line indented incorrectly; expected at least 16 spaces, found 0
(#722) Closing brace must be on a line by itself
(#722) Visibility must be declared on method "num_rows"
(#723) Line indented incorrectly; expected at least 16 spaces, found 0
(#723) Expected 1 space after closing parenthesis; found 0
(#723) Opening brace must be the last content on the line
(#724) Line indented incorrectly; expected at least 20 spaces, found 0
(#724) Closing brace must be on a line by itself
(#724) Visibility must be declared on method "fetch_field"
(#725) Line indented incorrectly; expected at least 16 spaces, found 0
(#725) Expected 1 space after closing parenthesis; found 0
(#725) Opening brace must be the last content on the line
(#725) Variable "J" must be all lower-case
(#725) Expected 1 space before "="; 0 found
(#725) Expected 1 space after "="; 0 found
(#725) Variable "J" must be all lower-case
(#725) Expected 1 space before "="; 0 found
(#725) Expected 1 space after "="; 0 found
(#725) Variable "J" must be all lower-case
(#725) Variable "J" must be all lower-case
(#725) Expected 1 space before "="; 0 found
(#725) Expected 1 space after "="; 0 found
(#725) Variable "J" must be all lower-case
(#725) Variable "J" must be all lower-case
(#725) Closing brace must be on a line by itself
(#725) Visibility must be declared on method "seek"
(#726) Line indented incorrectly; expected at least 16 spaces, found 0
(#726) Variable "D" must be all lower-case
(#726) Expected 1 space after closing parenthesis; found 0
(#726) Opening brace must be the last content on the line
(#726) Commas (,) must be followed by white space.
(#726) Variable "D" must be all lower-case
(#726) Closing brace must be on a line by itself
(#726) Visibility must be declared on method "__destruct"
(#727) Line indented incorrectly; expected at least 16 spaces, found 0
(#727) Expected 1 space after closing parenthesis; found 0
(#727) Opening brace must be the last content on the line
(#727) Closing brace must be on a line by itself
(#727) Closing brace must be on a line by itself
(#727) Closing brace must be on a line by itself
(#727) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 258
(#728) Line indented incorrectly; expected at least 8 spaces, found 0
(#729) Line indented incorrectly; expected at least 8 spaces, found 0
(#730) Line indented incorrectly; expected at least 8 spaces, found 0
(#730) method name "Min_Driver::insertUpdate" must be in lower-case letters only
(#730) Visibility must be declared on method "insertUpdate"
(#731) Line indented incorrectly; expected at least 12 spaces, found 0
(#731) Variable "Q" must be all lower-case
(#731) Commas (,) must be followed by white space.
(#731) Variable "L" must be all lower-case
(#731) Commas (,) must be followed by white space.
(#731) Variable "Cf" must be all lower-case
(#731) Expected 1 space after closing parenthesis; found 0
(#731) Opening brace must be the last content on the line
(#731) Expected "foreach (...) {\n"; found "foreach(...){"
(#731) Expected 1 space after "as"; 0 found
(#731) Variable "L" must be all lower-case
(#732) Line indented incorrectly; expected at least 16 spaces, found 0
(#732) Variable "O" must be all lower-case
(#732) Variable "Kh" must be all lower-case
(#732) Expected 1 space before "="; 0 found
(#732) Expected 1 space after "="; 0 found
(#732) Variable "Z" must be all lower-case
(#732) Expected 1 space before "="; 0 found
(#732) Expected 1 space after "="; 0 found
(#732) Expected "foreach (...) {\n"; found "foreach(...){"
(#732) Expected 1 space before "=>"; 0 found
(#732) Expected 1 space after "=>"; 0 found
(#732) Expected 1 space after "as"; 0 found
(#732) Variable "O" must be all lower-case
(#733) Line indented incorrectly; expected at least 20 spaces, found 0
(#733) Expected 1 space before "=>"; 0 found
(#733) Expected 1 space after "=>"; 0 found
(#733) Variable "X" must be all lower-case
(#733) Variable "Kh" must be all lower-case
(#733) Expected 1 space before "="; 0 found
(#733) Expected 1 space after "="; 0 found
(#733) Inline control structures are not allowed
(#733) Variable "Cf" must be all lower-case
(#733) Variable "Z" must be all lower-case
(#733) Expected 1 space before "="; 0 found
(#733) Expected 1 space after "="; 0 found
(#733) Closing brace must be on a line by itself
(#733) Inline control structures are not allowed
(#733) Variable "Q" must be all lower-case
(#733) Commas (,) must be followed by white space.
(#733) Variable "O" must be all lower-case
(#733) Commas (,) must be followed by white space.
(#733) Commas (,) must be followed by white space.
(#733) Variable "O" must be all lower-case
(#733) Commas (,) must be followed by white space.
(#733) Variable "Z" must be all lower-case
(#733) Commas (,) must be followed by white space.
(#733) Variable "Kh" must be all lower-case
(#733) Commas (,) must be followed by white space.
(#733) Variable "O" must be all lower-case
(#733) Commas (,) must be followed by white space.
(#733) Variable "O" must be all lower-case
(#733) Line exceeds maximum limit of 180 characters; contains 376 characters
(#733) Line exceeds maximum limit of 180 characters; contains 376 characters
(#733) Line exceeds maximum limit of 180 characters; contains 376 characters
(#733) Line exceeds maximum limit of 180 characters; contains 376 characters
(#733) Line exceeds maximum limit of 180 characters; contains 376 characters
(#733) Line exceeds maximum limit of 180 characters; contains 376 characters
(#733) Line exceeds maximum limit of 180 characters; contains 376 characters
(#733) Line exceeds maximum limit of 180 characters; contains 376 characters
(#734) Line indented incorrectly; expected at least 20 spaces, found 0
(#734) Closing brace must be on a line by itself
(#735) Line indented incorrectly; expected at least 12 spaces, found 0
(#735) Closing brace must be on a line by itself
(#735) Visibility must be declared on method "begin"
(#736) Line indented incorrectly; expected at least 8 spaces, found 0
(#736) Expected 1 space after closing parenthesis; found 0
(#736) Opening brace must be the last content on the line
(#737) Line indented incorrectly; expected at least 12 spaces, found 0
(#737) Closing brace must be on a line by itself
(#737) Closing brace must be on a line by itself
(#738) Line indented incorrectly; expected at least 16 spaces, found 0
(#738) Expected 1 space after closing parenthesis; found 0
(#738) Opening brace must be the last content on the line
(#738) Commas (,) must be followed by white space.
(#738) Commas (,) must be followed by white space.
(#738) Closing brace must be on a line by itself
(#739) Line indented incorrectly; expected at least 16 spaces, found 0
(#739) Expected 1 space after closing parenthesis; found 0
(#739) Opening brace must be the last content on the line
(#739) Expected 1 space before "!="; 0 found
(#739) Expected 1 space after "!="; 0 found
(#739) Expected 1 space before "?"; 0 found
(#739) Expected 1 space after "?"; 0 found
(#739) Expected 1 space before ":"; 0 found
(#739) Expected 1 space after ":"; 0 found
(#739) Closing brace must be on a line by itself
(#740) Line indented incorrectly; expected at least 16 spaces, found 0
(#740) Expected 1 space after closing parenthesis; found 0
(#740) Opening brace must be the last content on the line
(#740) Expected 1 space before "="; 0 found
(#740) Expected 1 space after "="; 0 found
(#741) Line indented incorrectly; expected at least 20 spaces, found 0
(#741) Expected 1 space before "="; 0 found
(#741) Expected 1 space after "="; 0 found
(#741) Inline control structures are not allowed
(#741) Commas (,) must be followed by white space.
(#741) Commas (,) must be followed by white space.
(#741) Closing brace must be on a line by itself
(#742) Line indented incorrectly; expected at least 16 spaces, found 0
(#742) Expected 1 space after closing parenthesis; found 0
(#742) Opening brace must be the last content on the line
(#743) Line indented incorrectly; expected at least 20 spaces, found 0
(#743) Closing brace must be on a line by itself
(#744) Line indented incorrectly; expected at least 20 spaces, found 0
(#744) Variable "H" must be all lower-case
(#744) Commas (,) must be followed by white space.
(#744) Variable "Z" must be all lower-case
(#744) Commas (,) must be followed by white space.
(#744) Commas (,) must be followed by white space.
(#744) Variable "D" must be all lower-case
(#744) Commas (,) must be followed by white space.
(#744) Expected 1 space after closing parenthesis; found 0
(#744) Opening brace must be the last content on the line
(#744) Expected 1 space before "!=="; 0 found
(#744) Expected 1 space after "!=="; 0 found
(#744) Expected 1 space before "?"; 0 found
(#744) Expected 1 space after "?"; 0 found
(#744) Expected 1 space before "+"; 0 found
(#744) Expected 1 space after "+"; 0 found
(#744) Variable "D" must be all lower-case
(#744) Expected 1 space before ":"; 0 found
(#744) Expected 1 space after ":"; 0 found
(#744) Variable "H" must be all lower-case
(#744) Closing brace must be on a line by itself
(#745) Line indented incorrectly; expected at least 20 spaces, found 0
(#745) Variable "H" must be all lower-case
(#745) Commas (,) must be followed by white space.
(#745) Variable "Z" must be all lower-case
(#745) Expected 1 space after closing parenthesis; found 0
(#745) Opening brace must be the last content on the line
(#746) Line indented incorrectly; expected at least 24 spaces, found 0
(#746) Variable "H" must be all lower-case
(#746) Commas (,) must be followed by white space.
(#746) Variable "Z" must be all lower-case
(#746) Commas (,) must be followed by white space.
(#746) Closing brace must be on a line by itself
(#747) Line indented incorrectly; expected at least 20 spaces, found 0
(#747) Commas (,) must be followed by white space.
(#747) Expected 1 space after closing parenthesis; found 0
(#747) Opening brace must be the last content on the line
(#747) Closing brace must be on a line by itself
(#748) Line indented incorrectly; expected at least 20 spaces, found 0
(#748) Expected 1 space after closing parenthesis; found 0
(#748) Opening brace must be the last content on the line
(#749) Line indented incorrectly; expected at least 24 spaces, found 0
(#749) Closing brace must be on a line by itself
(#750) Line indented incorrectly; expected at least 20 spaces, found 0
(#750) Expected 1 space after closing parenthesis; found 0
(#750) Opening brace must be the last content on the line
(#750) Closing brace must be on a line by itself
(#751) Line indented incorrectly; expected at least 20 spaces, found 0
(#751) Expected 1 space after closing parenthesis; found 0
(#751) Opening brace must be the last content on the line
(#752) Line indented incorrectly; expected at least 24 spaces, found 0
(#752) Closing brace must be on a line by itself
(#752) Line exceeds 132 characters; contains 160 characters
(#752) Line exceeds 132 characters; contains 160 characters
(#752) Line exceeds 132 characters; contains 160 characters
(#752) Line exceeds 132 characters; contains 160 characters
(#752) Line exceeds 132 characters; contains 160 characters
(#752) Line exceeds 132 characters; contains 160 characters
(#752) Line exceeds 132 characters; contains 160 characters
(#752) Line exceeds 132 characters; contains 160 characters
(#753) Line indented incorrectly; expected at least 20 spaces, found 0
(#753) Expected 1 space after closing parenthesis; found 0
(#753) Opening brace must be the last content on the line
(#753) Variable "J" must be all lower-case
(#753) Expected 1 space before "="; 0 found
(#753) Expected 1 space after "="; 0 found
(#753) Expected "foreach (...) {\n"; found "foreach(...){"
(#753) Expected 1 space after "as"; 0 found
(#754) Line indented incorrectly; expected at least 24 spaces, found 0
(#754) Variable "J" must be all lower-case
(#754) Expected 1 space before "="; 0 found
(#754) Expected 1 space after "="; 0 found
(#754) Closing brace must be on a line by itself
(#754) Variable "J" must be all lower-case
(#754) Closing brace must be on a line by itself
(#755) Line indented incorrectly; expected at least 24 spaces, found 0
(#755) Variable "C" must be all lower-case
(#755) Expected 1 space after closing parenthesis; found 0
(#755) Opening brace must be the last content on the line
(#755) Variable "J" must be all lower-case
(#755) Expected 1 space before "="; 0 found
(#755) Expected 1 space after "="; 0 found
(#755) Expected "foreach (...) {\n"; found "foreach(...){"
(#755) Expected 1 space before "as"; 0 found
(#755) Expected 1 space after "as"; 0 found
(#755) Variable "C" must be all lower-case
(#755) Expected 1 space before "!="; 0 found
(#755) Expected 1 space after "!="; 0 found
(#755) Expected 1 space before "?"; 0 found
(#755) Expected 1 space after "?"; 0 found
(#755) Variable "C" must be all lower-case
(#755) Expected 1 space before ":"; 0 found
(#755) Expected 1 space after ":"; 0 found
(#755) Variable "K" must be all lower-case
(#755) Inline control structures are not allowed
(#755) Variable "C" must be all lower-case
(#755) Expected 1 space before "!="; 0 found
(#755) Expected 1 space after "!="; 0 found
(#755) Variable "K" must be all lower-case
(#755) Variable "J" must be all lower-case
(#755) Variable "K" must be all lower-case
(#755) Expected 1 space before "="; 0 found
(#755) Expected 1 space after "="; 0 found
(#755) Variable "K" must be all lower-case
(#755) Closing brace must be on a line by itself
(#755) Variable "J" must be all lower-case
(#755) Closing brace must be on a line by itself
(#755) Line exceeds maximum limit of 180 characters; contains 297 characters
(#755) Line exceeds maximum limit of 180 characters; contains 297 characters
(#755) Line exceeds maximum limit of 180 characters; contains 297 characters
(#755) Line exceeds maximum limit of 180 characters; contains 297 characters
(#755) Line exceeds maximum limit of 180 characters; contains 297 characters
(#755) Line exceeds maximum limit of 180 characters; contains 297 characters
(#755) Line exceeds maximum limit of 180 characters; contains 297 characters
(#755) Line exceeds maximum limit of 180 characters; contains 297 characters
(#756) Line indented incorrectly; expected at least 24 spaces, found 0
(#756) Variable "R" must be all lower-case
(#756) Expected 1 space after closing parenthesis; found 0
(#756) Opening brace must be the last content on the line
(#756) Variable "R" must be all lower-case
(#756) Expected 1 space before "=="; 0 found
(#756) Expected 1 space after "=="; 0 found
(#756) Closing brace must be on a line by itself
(#757) Line indented incorrectly; expected at least 24 spaces, found 0
(#757) Variable "R" must be all lower-case
(#757) Expected 1 space after closing parenthesis; found 0
(#757) Opening brace must be the last content on the line
(#758) Line indented incorrectly; expected at least 28 spaces, found 0
(#758) Closing brace must be on a line by itself
(#759) Line indented incorrectly; expected at least 24 spaces, found 0
(#759) Variable "Q" must be all lower-case
(#759) Expected 1 space after closing parenthesis; found 0
(#759) Opening brace must be the last content on the line
(#759) Variable "J" must be all lower-case
(#759) Expected 1 space before "="; 0 found
(#759) Expected 1 space after "="; 0 found
(#759) Expected "foreach (...) {\n"; found "foreach(...){"
(#759) Expected 1 space before "as"; 0 found
(#759) Expected 1 space after "as"; 0 found
(#764) Variable "Q" must be all lower-case
(#764) Variable "K" must be all lower-case
(#764) Variable "U" must be all lower-case
(#764) Expected 1 space before "="; 0 found
(#764) Expected 1 space after "="; 0 found
(#764) Variable "K" must be all lower-case
(#764) Variable "Wd" must be all lower-case
(#764) Expected 1 space before "="; 0 found
(#764) Expected 1 space after "="; 0 found
(#764) Commas (,) must be followed by white space.
(#764) Variable "U" must be all lower-case
(#764) Expected 1 space before "?"; 0 found
(#764) Expected 1 space after "?"; 0 found
(#764) Variable "K" must be all lower-case
(#764) Expected 1 space before ":"; 0 found
(#764) Expected 1 space after ":"; 0 found
(#764) Variable "U" must be all lower-case
(#764) Expected 1 space before "=="; 0 found
(#764) Expected 1 space after "=="; 0 found
(#764) Expected 1 space before "?"; 0 found
(#764) Expected 1 space after "?"; 0 found
(#764) Variable "K" must be all lower-case
(#764) Expected 1 space before ":"; 0 found
(#764) Expected 1 space after ":"; 0 found
(#764) Variable "J" must be all lower-case
(#764) Variable "K" must be all lower-case
(#764) Expected 1 space before "="; 0 found
(#764) Expected 1 space after "="; 0 found
(#764) Expected 1 space before "=>"; 0 found
(#764) Expected 1 space after "=>"; 0 found
(#764) Variable "K" must be all lower-case
(#764) Commas (,) must be followed by white space.
(#764) Expected 1 space before "=>"; 0 found
(#764) Expected 1 space after "=>"; 0 found
(#764) Variable "U" must be all lower-case
(#764) Variable "Wd" must be all lower-case
(#764) Expected 1 space before "?"; 0 found
(#764) Expected 1 space after "?"; 0 found
(#764) Variable "Wd" must be all lower-case
(#764) Expected 1 space before ":"; 0 found
(#764) Expected 1 space after ":"; 0 found
(#764) Commas (,) must be followed by white space.
(#764) Expected 1 space before "=>"; 0 found
(#764) Expected 1 space after "=>"; 0 found
(#764) Variable "U" must be all lower-case
(#764) Commas (,) must be followed by white space.
(#764) Expected 1 space before "=>"; 0 found
(#764) Expected 1 space after "=>"; 0 found
(#764) Variable "Wd" must be all lower-case
(#764) Commas (,) must be followed by white space.
(#764) Expected 1 space before "=>"; 0 found
(#764) Expected 1 space after "=>"; 0 found
(#764) Variable "K" must be all lower-case
(#764) Commas (,) must be followed by white space.
(#764) Expected 1 space before "=>"; 0 found
(#764) Expected 1 space after "=>"; 0 found
(#764) Variable "K" must be all lower-case
(#764) Commas (,) must be followed by white space.
(#764) Expected 1 space before "=>"; 0 found
(#764) Expected 1 space after "=>"; 0 found
(#764) Variable "K" must be all lower-case
(#764) Commas (,) must be followed by white space.
(#764) Expected 1 space before "=>"; 0 found
(#764) Expected 1 space after "=>"; 0 found
(#764) Variable "K" must be all lower-case
(#764) Commas (,) must be followed by white space.
(#764) Expected 1 space before "=>"; 0 found
(#764) Expected 1 space after "=>"; 0 found
(#764) Expected 1 space before "=>"; 0 found
(#764) Expected 1 space after "=>"; 0 found
(#764) Commas (,) must be followed by white space.
(#764) Expected 1 space before "=>"; 0 found
(#764) Expected 1 space after "=>"; 0 found
(#764) Commas (,) must be followed by white space.
(#764) Expected 1 space before "=>"; 0 found
(#764) Expected 1 space after "=>"; 0 found
(#764) Commas (,) must be followed by white space.
(#764) Expected 1 space before "=>"; 0 found
(#764) Expected 1 space after "=>"; 0 found
(#764) Variable "K" must be all lower-case
(#764) Commas (,) must be followed by white space.
(#764) Closing brace must be on a line by itself
(#764) Variable "J" must be all lower-case
(#764) Closing brace must be on a line by itself
(#764) Line exceeds maximum limit of 180 characters; contains 548 characters
(#764) Line exceeds maximum limit of 180 characters; contains 548 characters
(#764) Line exceeds maximum limit of 180 characters; contains 548 characters
(#764) Line exceeds maximum limit of 180 characters; contains 548 characters
(#764) Line exceeds maximum limit of 180 characters; contains 548 characters
(#764) Line exceeds maximum limit of 180 characters; contains 548 characters
(#764) Line exceeds maximum limit of 180 characters; contains 548 characters
(#764) Line exceeds maximum limit of 180 characters; contains 548 characters
(#765) Line indented incorrectly; expected at least 28 spaces, found 0
(#765) Variable "Q" must be all lower-case
(#765) Commas (,) must be followed by white space.
(#765) Expected 1 space after closing parenthesis; found 0
(#765) Opening brace must be the last content on the line
(#765) Variable "J" must be all lower-case
(#765) Expected 1 space before "="; 0 found
(#765) Expected 1 space after "="; 0 found
(#765) Expected "foreach (...) {\n"; found "foreach(...){"
(#765) Expected 1 space before "as"; 0 found
(#765) Expected 1 space after "as"; 0 found
(#765) Line exceeds 132 characters; contains 144 characters
(#765) Line exceeds 132 characters; contains 144 characters
(#765) Line exceeds 132 characters; contains 144 characters
(#765) Line exceeds 132 characters; contains 144 characters
(#765) Line exceeds 132 characters; contains 144 characters
(#765) Line exceeds 132 characters; contains 144 characters
(#765) Line exceeds 132 characters; contains 144 characters
(#765) Line exceeds 132 characters; contains 144 characters
(#769) Variable "Q" must be all lower-case
(#769) Commas (,) must be followed by white space.
(#769) Variable "K" must be all lower-case
(#769) Variable "C" must be all lower-case
(#769) Expected 1 space before "="; 0 found
(#769) Expected 1 space after "="; 0 found
(#769) Variable "K" must be all lower-case
(#769) Variable "J" must be all lower-case
(#769) Variable "C" must be all lower-case
(#769) Expected 1 space before "="; 0 found
(#769) Expected 1 space after "="; 0 found
(#769) Variable "K" must be all lower-case
(#769) Expected 1 space before "?"; 0 found
(#769) Expected 1 space after "?"; 0 found
(#769) Expected 1 space before ":"; 0 found
(#769) Expected 1 space after ":"; 0 found
(#769) Variable "K" must be all lower-case
(#769) Expected 1 space before "?"; 0 found
(#769) Expected 1 space after "?"; 0 found
(#769) Expected 1 space before ":"; 0 found
(#769) Expected 1 space after ":"; 0 found
(#769) Variable "J" must be all lower-case
(#769) Variable "C" must be all lower-case
(#769) Expected 1 space before "="; 0 found
(#769) Expected 1 space after "="; 0 found
(#769) Variable "J" must be all lower-case
(#769) Variable "C" must be all lower-case
(#769) Variable "K" must be all lower-case
(#769) Expected 1 space before "="; 0 found
(#769) Expected 1 space after "="; 0 found
(#769) Variable "K" must be all lower-case
(#769) Variable "J" must be all lower-case
(#769) Variable "C" must be all lower-case
(#769) Variable "K" must be all lower-case
(#769) Expected 1 space before "="; 0 found
(#769) Expected 1 space after "="; 0 found
(#769) Variable "K" must be all lower-case
(#769) Expected 1 space before "?"; 0 found
(#769) Expected 1 space after "?"; 0 found
(#769) Expected 1 space before ":"; 0 found
(#769) Expected 1 space after ":"; 0 found
(#769) Closing brace must be on a line by itself
(#769) Variable "J" must be all lower-case
(#769) Closing brace must be on a line by itself
(#769) Line exceeds maximum limit of 180 characters; contains 317 characters
(#769) Line exceeds maximum limit of 180 characters; contains 317 characters
(#769) Line exceeds maximum limit of 180 characters; contains 317 characters
(#769) Line exceeds maximum limit of 180 characters; contains 317 characters
(#769) Line exceeds maximum limit of 180 characters; contains 317 characters
(#769) Line exceeds maximum limit of 180 characters; contains 317 characters
(#769) Line exceeds maximum limit of 180 characters; contains 317 characters
(#769) Line exceeds maximum limit of 180 characters; contains 317 characters
(#770) Variable "C" must be all lower-case
(#770) Expected 1 space after closing parenthesis; found 0
(#770) Opening brace must be the last content on the line
(#771) Line indented incorrectly; expected at least 4 spaces, found 0
(#771) Expected 1 space before "=>"; 0 found
(#771) Expected 1 space after "=>"; 0 found
(#771) Commas (,) must be followed by white space.
(#771) Commas (,) must be followed by white space.
(#771) Variable "C" must be all lower-case
(#771) Closing brace must be on a line by itself
(#771) Line exceeds maximum limit of 180 characters; contains 207 characters
(#771) Line exceeds maximum limit of 180 characters; contains 207 characters
(#771) Line exceeds maximum limit of 180 characters; contains 207 characters
(#771) Line exceeds maximum limit of 180 characters; contains 207 characters
(#771) Line exceeds maximum limit of 180 characters; contains 207 characters
(#771) Line exceeds maximum limit of 180 characters; contains 207 characters
(#771) Line exceeds maximum limit of 180 characters; contains 207 characters
(#771) Line exceeds maximum limit of 180 characters; contains 207 characters
(#772) Expected 1 space after closing parenthesis; found 0
(#772) Opening brace must be the last content on the line
(#772) Variable "J" must be all lower-case
(#772) Expected 1 space before "="; 0 found
(#772) Expected 1 space after "="; 0 found
(#772) Inline control structures are not allowed
(#772) Expected 1 space before "as"; 0 found
(#772) Expected 1 space after "as"; 0 found
(#772) Variable "J" must be all lower-case
(#772) Commas (,) must be followed by white space.
(#772) Commas (,) must be followed by white space.
(#772) Expected 1 space before "="; 0 found
(#772) Expected 1 space after "="; 0 found
(#772) Variable "J" must be all lower-case
(#772) Closing brace must be on a line by itself
(#772) Line exceeds 132 characters; contains 140 characters
(#772) Line exceeds 132 characters; contains 140 characters
(#772) Line exceeds 132 characters; contains 140 characters
(#772) Line exceeds 132 characters; contains 140 characters
(#772) Line exceeds 132 characters; contains 140 characters
(#772) Line exceeds 132 characters; contains 140 characters
(#772) Line exceeds 132 characters; contains 140 characters
(#772) Line exceeds 132 characters; contains 140 characters
(#773) Expected 1 space after closing parenthesis; found 0
(#773) Opening brace must be the last content on the line
(#774) Line indented incorrectly; expected at least 4 spaces, found 0
(#774) Closing brace must be on a line by itself
(#775) Expected 1 space after closing parenthesis; found 0
(#775) Opening brace must be the last content on the line
(#776) Line indented incorrectly; expected at least 4 spaces, found 0
(#776) Commas (,) must be followed by white space.
(#776) Commas (,) must be followed by white space.
(#776) Closing brace must be on a line by itself
(#777) Line indented incorrectly; expected at least 4 spaces, found 0
(#777) Commas (,) must be followed by white space.
(#777) Expected 1 space after closing parenthesis; found 0
(#777) Opening brace must be the last content on the line
(#778) Line indented incorrectly; expected at least 8 spaces, found 0
(#778) Commas (,) must be followed by white space.
(#778) Expected 1 space before "?"; 0 found
(#778) Expected 1 space after "?"; 0 found
(#778) Expected 1 space before ":"; 0 found
(#778) Expected 1 space after ":"; 0 found
(#778) Closing brace must be on a line by itself
(#779) Line indented incorrectly; expected at least 4 spaces, found 0
(#779) Expected 1 space after closing parenthesis; found 0
(#779) Opening brace must be the last content on the line
(#780) Line indented incorrectly; expected at least 8 spaces, found 0
(#780) Commas (,) must be followed by white space.
(#780) Commas (,) must be followed by white space.
(#780) Closing brace must be on a line by itself
(#781) Line indented incorrectly; expected at least 8 spaces, found 0
(#781) Variable "C" must be all lower-case
(#781) Commas (,) must be followed by white space.
(#781) Expected 1 space after closing parenthesis; found 0
(#781) Opening brace must be the last content on the line
(#781) Inline control structures are not allowed
(#781) Commas (,) must be followed by white space.
(#781) Variable "C" must be all lower-case
(#781) Line exceeds maximum limit of 180 characters; contains 196 characters
(#781) Line exceeds maximum limit of 180 characters; contains 196 characters
(#781) Line exceeds maximum limit of 180 characters; contains 196 characters
(#781) Line exceeds maximum limit of 180 characters; contains 196 characters
(#781) Line exceeds maximum limit of 180 characters; contains 196 characters
(#781) Line exceeds maximum limit of 180 characters; contains 196 characters
(#781) Line exceeds maximum limit of 180 characters; contains 196 characters
(#781) Line exceeds maximum limit of 180 characters; contains 196 characters
(#782) Line indented incorrectly; expected at least 12 spaces, found 0
(#782) Closing brace must be on a line by itself
(#783) Line indented incorrectly; expected at least 8 spaces, found 0
(#783) Expected 1 space after closing parenthesis; found 0
(#783) Opening brace must be the last content on the line
(#783) Expected 1 space before "!="; 0 found
(#783) Expected 1 space after "!="; 0 found
(#783) Expected 1 space before "?"; 0 found
(#783) Expected 1 space after "?"; 0 found
(#783) Expected 1 space before ":"; 0 found
(#783) Expected 1 space after ":"; 0 found
(#783) Closing brace must be on a line by itself
(#783) Line exceeds 132 characters; contains 136 characters
(#783) Line exceeds 132 characters; contains 136 characters
(#783) Line exceeds 132 characters; contains 136 characters
(#783) Line exceeds 132 characters; contains 136 characters
(#783) Line exceeds 132 characters; contains 136 characters
(#783) Line exceeds 132 characters; contains 136 characters
(#783) Line exceeds 132 characters; contains 136 characters
(#783) Line exceeds 132 characters; contains 136 characters
(#784) Line indented incorrectly; expected at least 8 spaces, found 0
(#784) Variable "Q" must be all lower-case
(#784) Commas (,) must be followed by white space.
(#784) Variable "C" must be all lower-case
(#784) Commas (,) must be followed by white space.
(#784) Commas (,) must be followed by white space.
(#784) Variable "Lc" must be all lower-case
(#784) Commas (,) must be followed by white space.
(#784) Commas (,) must be followed by white space.
(#784) Commas (,) must be followed by white space.
(#784) Commas (,) must be followed by white space.
(#784) Variable "La" must be all lower-case
(#784) Commas (,) must be followed by white space.
(#784) Expected 1 space after closing parenthesis; found 0
(#784) Opening brace must be the last content on the line
(#784) Expected 1 space before "="; 0 found
(#784) Expected 1 space after "="; 0 found
(#784) Expected "foreach (...) {\n"; found "foreach(...){"
(#784) Expected 1 space after "as"; 0 found
(#785) Line indented incorrectly; expected at least 12 spaces, found 0
(#785) Expected 1 space before "="; 0 found
(#785) Expected 1 space after "="; 0 found
(#785) Variable "X" must be all lower-case
(#785) Expected 1 space before "="; 0 found
(#785) Expected 1 space after "="; 0 found
(#785) Inline control structures are not allowed
(#785) Variable "X" must be all lower-case
(#785) Expected 1 space before "="; 0 found
(#785) Expected 1 space after "="; 0 found
(#785) Variable "X" must be all lower-case
(#785) Expected 1 space before "="; 0 found
(#785) Expected 1 space after "="; 0 found
(#785) Commas (,) must be followed by white space.
(#785) Commas (,) must be followed by white space.
(#785) Variable "X" must be all lower-case
(#785) Inline control structures are not allowed
(#785) Expected 1 space before "=="; 0 found
(#785) Expected 1 space after "=="; 0 found
(#785) Expected 1 space before "="; 0 found
(#785) Expected 1 space after "="; 0 found
(#785) Commas (,) must be followed by white space.
(#785) Variable "X" must be all lower-case
(#785) Variable "Q" must be all lower-case
(#785) Expected 1 space before "=="; 0 found
(#785) Expected 1 space after "=="; 0 found
(#785) Expected 1 space before "?"; 0 found
(#785) Expected 1 space after "?"; 0 found
(#785) Variable "Lc" must be all lower-case
(#785) Variable "X" must be all lower-case
(#785) Commas (,) must be followed by white space.
(#785) Expected 1 space before "+"; 0 found
(#785) Expected 1 space after "+"; 0 found
(#785) Variable "X" must be all lower-case
(#785) Expected 1 space before ":"; 0 found
(#785) Expected 1 space after ":"; 0 found
(#785) Variable "X" must be all lower-case
(#785) Inline control structures are not allowed
(#785) Expected 1 space before "!="; 0 found
(#785) Expected 1 space after "!="; 0 found
(#785) Variable "X" must be all lower-case
(#785) Variable "Q" must be all lower-case
(#785) Variable "X" must be all lower-case
(#785) Commas (,) must be followed by white space.
(#785) Variable "X" must be all lower-case
(#785) Expected 1 space before "="; 0 found
(#785) Expected 1 space after "="; 0 found
(#785) Closing brace must be on a line by itself
(#785) Closing brace must be on a line by itself
(#785) Closing brace must be on a line by itself
(#785) Inline control structures are not allowed
(#785) Variable "Q" must be all lower-case
(#785) Expected 1 space before "=="; 0 found
(#785) Expected 1 space after "=="; 0 found
(#785) Line exceeds maximum limit of 180 characters; contains 405 characters
(#785) Line exceeds maximum limit of 180 characters; contains 405 characters
(#785) Line exceeds maximum limit of 180 characters; contains 405 characters
(#785) Line exceeds maximum limit of 180 characters; contains 405 characters
(#785) Line exceeds maximum limit of 180 characters; contains 405 characters
(#785) Line exceeds maximum limit of 180 characters; contains 405 characters
(#785) Line exceeds maximum limit of 180 characters; contains 405 characters
(#785) Line exceeds maximum limit of 180 characters; contains 405 characters
(#786) Line indented incorrectly; expected at least 12 spaces, found 0
(#786) Variable "C" must be all lower-case
(#786) Commas (,) must be followed by white space.
(#786) Inline control structures are not allowed
(#786) Variable "Q" must be all lower-case
(#786) Expected 1 space before "!="; 0 found
(#786) Expected 1 space after "!="; 0 found
(#786) Variable "C" must be all lower-case
(#786) Variable "Q" must be all lower-case
(#786) Variable "C" must be all lower-case
(#786) Inline control structures are not allowed
(#786) Variable "Lc" must be all lower-case
(#786) Expected 1 space before "="; 0 found
(#786) Expected 1 space after "="; 0 found
(#786) Variable "Lc" must be all lower-case
(#786) Expected "foreach (...) {\n"; found "foreach(...){"
(#786) Expected 1 space before "=>"; 0 found
(#786) Expected 1 space after "=>"; 0 found
(#786) Expected 1 space after "as"; 0 found
(#786) Line exceeds 132 characters; contains 165 characters
(#786) Line exceeds 132 characters; contains 165 characters
(#786) Line exceeds 132 characters; contains 165 characters
(#786) Line exceeds 132 characters; contains 165 characters
(#786) Line exceeds 132 characters; contains 165 characters
(#786) Line exceeds 132 characters; contains 165 characters
(#786) Line exceeds 132 characters; contains 165 characters
(#786) Line exceeds 132 characters; contains 165 characters
(#787) Line indented incorrectly; expected at least 12 spaces, found 0
(#787) Expected 1 space before "=>"; 0 found
(#787) Expected 1 space after "=>"; 0 found
(#787) Variable "X" must be all lower-case
(#787) Inline control structures are not allowed
(#787) Variable "C" must be all lower-case
(#787) Commas (,) must be followed by white space.
(#787) Variable "X" must be all lower-case
(#788) Line indented incorrectly; expected at least 16 spaces, found 0
(#788) Closing brace must be on a line by itself
(#789) Line indented incorrectly; expected at least 12 spaces, found 0
(#789) Closing brace must be on a line by itself
(#790) Line indented incorrectly; expected at least 8 spaces, found 0
(#790) Variable "Q" must be all lower-case
(#790) Commas (,) must be followed by white space.
(#790) Expected 1 space after closing parenthesis; found 0
(#790) Opening brace must be the last content on the line
(#790) Expected 1 space before "="; 0 found
(#790) Expected 1 space after "="; 0 found
(#790) Variable "Xb" must be all lower-case
(#790) Expected 1 space before "="; 0 found
(#790) Expected 1 space after "="; 0 found
(#790) Expected "foreach (...) {\n"; found "foreach(...){"
(#790) Expected 1 space after "as"; 0 found
(#791) Line indented incorrectly; expected at least 12 spaces, found 0
(#791) Variable "X" must be all lower-case
(#791) Expected "if (...) {\n"; found "if(...){"
(#791) Variable "X" must be all lower-case
(#791) Expected 1 space before "=="; 0 found
(#791) Expected 1 space after "=="; 0 found
(#791) Inline control structures are not allowed
(#791) Variable "X" must be all lower-case
(#791) Expected 1 space before "=="; 0 found
(#791) Expected 1 space after "=="; 0 found
(#791) Variable "Xb" must be all lower-case
(#791) Expected 1 space before "="; 0 found
(#791) Expected 1 space after "="; 0 found
(#791) Variable "X" must be all lower-case
(#791) Inline control structures are not allowed
(#791) Expected 1 space before "="; 0 found
(#791) Expected 1 space after "="; 0 found
(#791) Variable "X" must be all lower-case
(#791) Variable "Q" must be all lower-case
(#791) Closing brace must be on a line by itself
(#791) Inline control structures are not allowed
(#791) Usage of ELSEIF not allowed; use ELSE IF instead
(#791) Variable "X" must be all lower-case
(#791) Expected 1 space before "!="; 0 found
(#791) Expected 1 space after "!="; 0 found
(#791) Expected 1 space before "?"; 0 found
(#791) Expected 1 space after "?"; 0 found
(#791) Variable "X" must be all lower-case
(#791) Variable "X" must be all lower-case
(#791) Expected 1 space before "!="; 0 found
(#791) Expected 1 space after "!="; 0 found
(#791) Expected 1 space before "?"; 0 found
(#791) Expected 1 space after "?"; 0 found
(#791) Expected 1 space before ":"; 0 found
(#791) Expected 1 space after ":"; 0 found
(#791) Variable "X" must be all lower-case
(#791) Expected 1 space before "!="; 0 found
(#791) Expected 1 space after "!="; 0 found
(#791) Expected 1 space before "?"; 0 found
(#791) Expected 1 space after "?"; 0 found
(#791) Variable "X" must be all lower-case
(#791) Expected 1 space before ":"; 0 found
(#791) Expected 1 space after ":"; 0 found
(#791) Variable "Q" must be all lower-case
(#791) Variable "Q" must be all lower-case
(#791) Expected 1 space before ":"; 0 found
(#791) Expected 1 space after ":"; 0 found
(#791) Variable "Q" must be all lower-case
(#791) Commas (,) must be followed by white space.
(#791) Variable "X" must be all lower-case
(#791) Line exceeds maximum limit of 180 characters; contains 333 characters
(#791) Line exceeds maximum limit of 180 characters; contains 333 characters
(#791) Line exceeds maximum limit of 180 characters; contains 333 characters
(#791) Line exceeds maximum limit of 180 characters; contains 333 characters
(#791) Line exceeds maximum limit of 180 characters; contains 333 characters
(#791) Line exceeds maximum limit of 180 characters; contains 333 characters
(#791) Line exceeds maximum limit of 180 characters; contains 333 characters
(#791) Line exceeds maximum limit of 180 characters; contains 333 characters
(#792) Line indented incorrectly; expected at least 16 spaces, found 0
(#792) Closing brace must be on a line by itself
(#792) Commas (,) must be followed by white space.
(#792) Variable "Xb" must be all lower-case
(#792) Variable "Q" must be all lower-case
(#792) Commas (,) must be followed by white space.
(#792) Variable "Xb" must be all lower-case
(#792) Closing brace must be on a line by itself
(#792) Line exceeds 132 characters; contains 139 characters
(#792) Line exceeds 132 characters; contains 139 characters
(#792) Line exceeds 132 characters; contains 139 characters
(#792) Line exceeds 132 characters; contains 139 characters
(#792) Line exceeds 132 characters; contains 139 characters
(#792) Line exceeds 132 characters; contains 139 characters
(#792) Line exceeds 132 characters; contains 139 characters
(#792) Line exceeds 132 characters; contains 139 characters
(#793) Line indented incorrectly; expected at least 12 spaces, found 0
(#793) Expected 1 space after closing parenthesis; found 0
(#793) Opening brace must be the last content on the line
(#793) Closing brace must be on a line by itself
(#794) Line indented incorrectly; expected at least 12 spaces, found 0
(#794) Commas (,) must be followed by white space.
(#794) Variable "H" must be all lower-case
(#794) Expected 1 space after closing parenthesis; found 0
(#794) Opening brace must be the last content on the line
(#794) Variable "J" must be all lower-case
(#794) Expected 1 space before "="; 0 found
(#794) Expected 1 space after "="; 0 found
(#794) Variable "H" must be all lower-case
(#794) Variable "J" must be all lower-case
(#794) Closing brace must be on a line by itself
(#795) Line indented incorrectly; expected at least 12 spaces, found 0
(#795) Variable "R" must be all lower-case
(#795) Commas (,) must be followed by white space.
(#795) Variable "Z" must be all lower-case
(#795) Closing brace must be on a line by itself
(#796) Line indented incorrectly; expected at least 12 spaces, found 0
(#796) Variable "Q" must be all lower-case
(#796) Expected 1 space after closing parenthesis; found 0
(#796) Opening brace must be the last content on the line
(#796) Variable "J" must be all lower-case
(#796) Expected 1 space before "="; 0 found
(#796) Expected 1 space after "="; 0 found
(#796) Expected "foreach (...) {\n"; found "foreach(...){"
(#796) Expected 1 space before "as"; 0 found
(#796) Expected 1 space after "as"; 0 found
(#796) Variable "Q" must be all lower-case
(#796) Variable "K" must be all lower-case
(#796) Variable "J" must be all lower-case
(#796) Variable "K" must be all lower-case
(#796) Expected 1 space before "="; 0 found
(#796) Expected 1 space after "="; 0 found
(#796) Variable "K" must be all lower-case
(#796) Expected 1 space before "="; 0 found
(#796) Expected 1 space after "="; 0 found
(#796) Variable "K" must be all lower-case
(#796) Expected 1 space before "="; 0 found
(#796) Expected 1 space after "="; 0 found
(#796) Variable "K" must be all lower-case
(#796) Closing brace must be on a line by itself
(#796) Variable "J" must be all lower-case
(#796) Closing brace must be on a line by itself
(#796) Line exceeds maximum limit of 180 characters; contains 232 characters
(#796) Line exceeds maximum limit of 180 characters; contains 232 characters
(#796) Line exceeds maximum limit of 180 characters; contains 232 characters
(#796) Line exceeds maximum limit of 180 characters; contains 232 characters
(#796) Line exceeds maximum limit of 180 characters; contains 232 characters
(#796) Line exceeds maximum limit of 180 characters; contains 232 characters
(#796) Line exceeds maximum limit of 180 characters; contains 232 characters
(#796) Line exceeds maximum limit of 180 characters; contains 232 characters
(#797) Line indented incorrectly; expected at least 12 spaces, found 0
(#797) Variable "S" must be all lower-case
(#797) Expected 1 space after closing parenthesis; found 0
(#797) Opening brace must be the last content on the line
(#798) Line indented incorrectly; expected at least 16 spaces, found 0
(#798) Commas (,) must be followed by white space.
(#798) Variable "S" must be all lower-case
(#798) Closing brace must be on a line by itself
(#799) Line indented incorrectly; expected at least 12 spaces, found 0
(#799) Variable "Zh" must be all lower-case
(#799) Expected 1 space after closing parenthesis; found 0
(#799) Opening brace must be the last content on the line
(#800) Line indented incorrectly; expected at least 16 spaces, found 0
(#800) Commas (,) must be followed by white space.
(#800) Commas (,) must be followed by white space.
(#800) Variable "Zh" must be all lower-case
(#800) Closing brace must be on a line by itself
(#801) Line indented incorrectly; expected at least 16 spaces, found 0
(#801) Variable "S" must be all lower-case
(#801) Expected 1 space after closing parenthesis; found 0
(#801) Opening brace must be the last content on the line
(#802) Line indented incorrectly; expected at least 20 spaces, found 0
(#802) Commas (,) must be followed by white space.
(#802) Commas (,) must be followed by white space.
(#802) Variable "S" must be all lower-case
(#802) Closing brace must be on a line by itself
(#803) Line indented incorrectly; expected at least 16 spaces, found 0
(#803) Variable "S" must be all lower-case
(#803) Commas (,) must be followed by white space.
(#803) Variable "Zh" must be all lower-case
(#803) Commas (,) must be followed by white space.
(#803) Expected 1 space after closing parenthesis; found 0
(#803) Opening brace must be the last content on the line
(#804) Line indented incorrectly; expected at least 20 spaces, found 0
(#804) Commas (,) must be followed by white space.
(#804) Variable "S" must be all lower-case
(#804) Commas (,) must be followed by white space.
(#804) Variable "Zh" must be all lower-case
(#804) Closing brace must be on a line by itself
(#805) Line indented incorrectly; expected at least 20 spaces, found 0
(#805) Variable "C" must be all lower-case
(#805) Expected 1 space after closing parenthesis; found 0
(#805) Opening brace must be the last content on the line
(#805) Inline control structures are not allowed
(#805) Variable "C" must be all lower-case
(#805) Expected 1 space before "=="; 0 found
(#805) Expected 1 space after "=="; 0 found
(#806) Line indented incorrectly; expected at least 24 spaces, found 0
(#806) Variable "L" must be all lower-case
(#806) Expected 1 space before "="; 0 found
(#806) Expected 1 space after "="; 0 found
(#807) Line exceeds maximum limit of 180 characters; contains 218 characters
(#807) Line exceeds maximum limit of 180 characters; contains 218 characters
(#807) Line exceeds maximum limit of 180 characters; contains 218 characters
(#807) Line exceeds maximum limit of 180 characters; contains 218 characters
(#807) Line exceeds maximum limit of 180 characters; contains 218 characters
(#807) Line exceeds maximum limit of 180 characters; contains 218 characters
(#807) Line exceeds maximum limit of 180 characters; contains 218 characters
(#807) Line exceeds maximum limit of 180 characters; contains 218 characters
(#812) Variable "C" must be all lower-case
(#812) Variable "J" must be all lower-case
(#812) Expected 1 space before "="; 0 found
(#812) Expected 1 space after "="; 0 found
(#812) Variable "L" must be all lower-case
(#812) Inline control structures are not allowed
(#812) Variable "J" must be all lower-case
(#812) Variable "J" must be all lower-case
(#812) Expected 1 space before "="; 0 found
(#812) Expected 1 space after "="; 0 found
(#812) Commas (,) must be followed by white space.
(#812) Commas (,) must be followed by white space.
(#812) Variable "J" must be all lower-case
(#812) Variable "J" must be all lower-case
(#812) Closing brace must be on a line by itself
(#812) Line exceeds 132 characters; contains 145 characters
(#812) Line exceeds 132 characters; contains 145 characters
(#812) Line exceeds 132 characters; contains 145 characters
(#812) Line exceeds 132 characters; contains 145 characters
(#812) Line exceeds 132 characters; contains 145 characters
(#812) Line exceeds 132 characters; contains 145 characters
(#812) Line exceeds 132 characters; contains 145 characters
(#812) Line exceeds 132 characters; contains 145 characters
(#813) Line indented incorrectly; expected at least 20 spaces, found 0
(#813) Variable "Q" must be all lower-case
(#813) Expected 1 space after closing parenthesis; found 0
(#813) Opening brace must be the last content on the line
(#813) Variable "J" must be all lower-case
(#813) Expected 1 space before "="; 0 found
(#813) Expected 1 space after "="; 0 found
(#813) Inline control structures are not allowed
(#813) Expected 1 space before "as"; 0 found
(#813) Expected 1 space after "as"; 0 found
(#814) Line exceeds maximum limit of 180 characters; contains 227 characters
(#814) Line exceeds maximum limit of 180 characters; contains 227 characters
(#814) Line exceeds maximum limit of 180 characters; contains 227 characters
(#814) Line exceeds maximum limit of 180 characters; contains 227 characters
(#814) Line exceeds maximum limit of 180 characters; contains 227 characters
(#814) Line exceeds maximum limit of 180 characters; contains 227 characters
(#814) Line exceeds maximum limit of 180 characters; contains 227 characters
(#814) Line exceeds maximum limit of 180 characters; contains 227 characters
(#818) Variable "Q" must be all lower-case
(#818) Variable "K" must be all lower-case
(#818) Variable "J" must be all lower-case
(#818) Variable "K" must be all lower-case
(#818) Expected 1 space before "="; 0 found
(#818) Expected 1 space after "="; 0 found
(#818) Variable "K" must be all lower-case
(#818) Commas (,) must be followed by white space.
(#818) Variable "K" must be all lower-case
(#818) Variable "J" must be all lower-case
(#818) Closing brace must be on a line by itself
(#819) Expected 1 space after closing parenthesis; found 0
(#819) Opening brace must be the last content on the line
(#820) Line indented incorrectly; expected at least 4 spaces, found 0
(#820) Expected 1 space before "=>"; 0 found
(#820) Expected 1 space after "=>"; 0 found
(#820) Commas (,) must be followed by white space.
(#820) Commas (,) must be followed by white space.
(#820) Expected 1 space before "=>"; 0 found
(#820) Expected 1 space after "=>"; 0 found
(#820) Commas (,) must be followed by white space.
(#820) Commas (,) must be followed by white space.
(#820) Commas (,) must be followed by white space.
(#820) Expected 1 space before "=>"; 0 found
(#820) Expected 1 space after "=>"; 0 found
(#820) Commas (,) must be followed by white space.
(#820) Closing brace must be on a line by itself
(#821) Expected 1 space after closing parenthesis; found 0
(#821) Opening brace must be the last content on the line
(#822) Line indented incorrectly; expected at least 4 spaces, found 0
(#822) Closing brace must be on a line by itself
(#823) Line indented incorrectly; expected at least 4 spaces, found 0
(#823) Expected 1 space after closing parenthesis; found 0
(#823) Opening brace must be the last content on the line
(#823) Inline control structures are not allowed
(#823) Expected 1 space before "!="; 0 found
(#823) Expected 1 space after "!="; 0 found
(#823) Closing brace must be on a line by itself
(#824) Line indented incorrectly; expected at least 4 spaces, found 0
(#824) Expected 1 space after closing parenthesis; found 0
(#824) Opening brace must be the last content on the line
(#825) Line indented incorrectly; expected at least 8 spaces, found 0
(#825) Closing brace must be on a line by itself
(#826) Line indented incorrectly; expected at least 4 spaces, found 0
(#826) Expected 1 space after closing parenthesis; found 0
(#826) Opening brace must be the last content on the line
(#826) Closing brace must be on a line by itself
(#827) Line indented incorrectly; expected at least 4 spaces, found 0
(#827) Expected 1 space after closing parenthesis; found 0
(#827) Opening brace must be the last content on the line
(#828) Line indented incorrectly; expected at least 8 spaces, found 0
(#828) Closing brace must be on a line by itself
(#829) Line indented incorrectly; expected at least 4 spaces, found 0
(#829) Expected 1 space after closing parenthesis; found 0
(#829) Opening brace must be the last content on the line
(#830) Line indented incorrectly; expected at least 8 spaces, found 0
(#830) Closing brace must be on a line by itself
(#831) Line indented incorrectly; expected at least 8 spaces, found 0
(#831) Closing brace must be on a line by itself
(#832) Line indented incorrectly; expected at least 8 spaces, found 0
(#832) Commas (,) must be followed by white space.
(#832) Variable "J" must be all lower-case
(#832) Expected 1 space after closing parenthesis; found 0
(#832) Opening brace must be the last content on the line
(#832) Variable "J" must be all lower-case
(#832) Closing brace must be on a line by itself
(#833) Line indented incorrectly; expected at least 8 spaces, found 0
(#833) Variable "Ec" must be all lower-case
(#833) Expected 1 space after closing parenthesis; found 0
(#833) Opening brace must be the last content on the line
(#834) Line indented incorrectly; expected at least 12 spaces, found 0
(#834) Commas (,) must be followed by white space.
(#834) Variable "Ec" must be all lower-case
(#834) Closing brace must be on a line by itself
(#834) Expected 1 space before "="; 0 found
(#834) Expected 1 space after "="; 0 found
(#834) Variable "Ch" must be all lower-case
(#834) Expected 1 space before "="; 0 found
(#834) Expected 1 space after "="; 0 found
(#834) Variable "Mg" must be all lower-case
(#834) Expected 1 space before "="; 0 found
(#834) Expected 1 space after "="; 0 found
(#834) Expected "foreach (...) {\n"; found "foreach(...){"
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Expected 1 space before "as"; 0 found
(#834) Expected 1 space after "as"; 0 found
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Variable "X" must be all lower-case
(#834) Variable "Ch" must be all lower-case
(#834) Expected 1 space before "+="; 0 found
(#834) Expected 1 space after "+="; 0 found
(#834) Variable "X" must be all lower-case
(#834) Variable "Mg" must be all lower-case
(#834) Expected 1 space before "="; 0 found
(#834) Expected 1 space after "="; 0 found
(#834) Variable "X" must be all lower-case
(#834) Closing brace must be on a line by itself
(#834) Variable "Jh" must be all lower-case
(#834) Expected 1 space before "="; 0 found
(#834) Expected 1 space after "="; 0 found
(#834) Variable "Se" must be all lower-case
(#834) Expected 1 space before "="; 0 found
(#834) Expected 1 space after "="; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Variable "Tc" must be all lower-case
(#834) Expected 1 space before "="; 0 found
(#834) Expected 1 space after "="; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Variable "Yc" must be all lower-case
(#834) Expected 1 space before "="; 0 found
(#834) Expected 1 space after "="; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "="; 0 found
(#834) Expected 1 space after "="; 0 found
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=>"; 0 found
(#834) Expected 1 space after "=>"; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Closing brace must be on a line by itself
(#834) Variable "Wb" must be all lower-case
(#834) Expected 1 space before "="; 0 found
(#834) Expected 1 space after "="; 0 found
(#834) Expected "if (...) {\n"; found "if(...){"
(#834) Variable "_f" must not contain underscores.
(#834) Expected 1 space before "="; 0 found
(#834) Expected 1 space after "="; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Expected "if (...) {\n"; found "if(...){"
(#834) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 248
(#834) Line exceeds maximum limit of 180 characters; contains 1117 characters
(#834) Line exceeds maximum limit of 180 characters; contains 1117 characters
(#834) Line exceeds maximum limit of 180 characters; contains 1117 characters
(#834) Line exceeds maximum limit of 180 characters; contains 1117 characters
(#834) Line exceeds maximum limit of 180 characters; contains 1117 characters
(#834) Line exceeds maximum limit of 180 characters; contains 1117 characters
(#834) Line exceeds maximum limit of 180 characters; contains 1117 characters
(#834) Line exceeds maximum limit of 180 characters; contains 1117 characters
(#835) Line indented incorrectly; expected at least 12 spaces, found 0
(#835) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#835) Scope modifier not specified for member variable "$extension"
(#835) Expected 1 space before "="; 0 found
(#835) Expected 1 space after "="; 0 found
(#835) Commas (,) must be followed by white space.
(#835) Member variable "server_info" must not contain underscores.
(#835) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#835) Scope modifier not specified for member variable "$server_info"
(#835) Commas (,) must be followed by white space.
(#835) Member variable "affected_rows" must not contain underscores.
(#835) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#835) Scope modifier not specified for member variable "$affected_rows"
(#835) Commas (,) must be followed by white space.
(#835) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#835) Scope modifier not specified for member variable "$errno"
(#835) Commas (,) must be followed by white space.
(#835) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#835) Scope modifier not specified for member variable "$error"
(#835) Commas (,) must be followed by white space.
(#835) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#835) Scope modifier not specified for member variable "$_link"
(#835) Commas (,) must be followed by white space.
(#835) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#835) Scope modifier not specified for member variable "$_result"
(#835) Visibility must be declared on method "connect"
(#836) Line indented incorrectly; expected at least 16 spaces, found 0
(#836) Variable "N" must be all lower-case
(#836) Commas (,) must be followed by white space.
(#836) Variable "V" must be all lower-case
(#836) Commas (,) must be followed by white space.
(#836) Variable "G" must be all lower-case
(#836) Expected 1 space after closing parenthesis; found 0
(#836) Opening brace must be the last content on the line
(#836) Expected 1 space before "="; 0 found
(#836) Expected 1 space after "="; 0 found
(#836) Variable "N" must be all lower-case
(#836) Commas (,) must be followed by white space.
(#836) Variable "V" must be all lower-case
(#836) Commas (,) must be followed by white space.
(#836) Variable "G" must be all lower-case
(#836) Expected "if (...) {\n"; found "if(...){"
(#836) Variable "Mh" must be all lower-case
(#836) Expected 1 space before "="; 0 found
(#836) Expected 1 space after "="; 0 found
(#836) Commas (,) must be followed by white space.
(#836) Variable "N" must be all lower-case
(#836) Expected 1 space before "="; 0 found
(#836) Expected 1 space after "="; 0 found
(#836) Variable "Mh" must be all lower-case
(#836) Commas (,) must be followed by white space.
(#836) Variable "V" must be all lower-case
(#836) Commas (,) must be followed by white space.
(#836) Variable "G" must be all lower-case
(#836) Expected 1 space before "="; 0 found
(#836) Expected 1 space after "="; 0 found
(#836) Commas (,) must be followed by white space.
(#836) Closing brace must be on a line by itself
(#836) Expected "} else {\n"; found "}else{"
(#836) Expected 1 space before "="; 0 found
(#836) Expected 1 space after "="; 0 found
(#836) Expected 1 space before "="; 0 found
(#836) Expected 1 space after "="; 0 found
(#836) Closing brace must be on a line by itself
(#836) Closing brace must be on a line by itself
(#836) Line exceeds maximum limit of 180 characters; contains 328 characters
(#836) Visibility must be declared on method "quote"
(#836) Line exceeds maximum limit of 180 characters; contains 328 characters
(#836) Line exceeds maximum limit of 180 characters; contains 328 characters
(#836) Line exceeds maximum limit of 180 characters; contains 328 characters
(#836) Line exceeds maximum limit of 180 characters; contains 328 characters
(#836) Line exceeds maximum limit of 180 characters; contains 328 characters
(#836) Line exceeds maximum limit of 180 characters; contains 328 characters
(#836) Line exceeds maximum limit of 180 characters; contains 328 characters
(#837) Line indented incorrectly; expected at least 16 spaces, found 0
(#837) Variable "P" must be all lower-case
(#837) Expected 1 space after closing parenthesis; found 0
(#837) Opening brace must be the last content on the line
(#837) Commas (,) must be followed by white space.
(#837) Commas (,) must be followed by white space.
(#837) Variable "P" must be all lower-case
(#837) Closing brace must be on a line by itself
(#837) Visibility must be declared on method "select_db"
(#838) Line indented incorrectly; expected at least 16 spaces, found 0
(#838) Expected 1 space after closing parenthesis; found 0
(#838) Opening brace must be the last content on the line
(#838) Expected 1 space before "=="; 0 found
(#838) Expected 1 space after "=="; 0 found
(#838) Closing brace must be on a line by itself
(#838) Visibility must be declared on method "query"
(#839) Line indented incorrectly; expected at least 16 spaces, found 0
(#839) Variable "H" must be all lower-case
(#839) Commas (,) must be followed by white space.
(#839) Variable "Dh" must be all lower-case
(#839) Expected 1 space after closing parenthesis; found 0
(#839) Opening brace must be the last content on the line
(#839) Variable "I" must be all lower-case
(#839) Expected 1 space before "="; 0 found
(#839) Expected 1 space after "="; 0 found
(#839) Variable "H" must be all lower-case
(#839) Commas (,) must be followed by white space.
(#839) Expected "if (...) {\n"; found "if(...){"
(#839) Variable "I" must be all lower-case
(#839) Expected 1 space before "="; 0 found
(#839) Expected 1 space after "="; 0 found
(#839) Expected 1 space before "="; 0 found
(#839) Expected 1 space after "="; 0 found
(#840) Line indented incorrectly; expected at least 24 spaces, found 0
(#840) Closing brace must be on a line by itself
(#840) Expected 1 space before "="; 0 found
(#840) Expected 1 space after "="; 0 found
(#840) Expected "if (...) {\n"; found "if(...){"
(#840) Variable "I" must be all lower-case
(#840) Expected 1 space before "==="; 0 found
(#840) Expected 1 space after "==="; 0 found
(#840) Expected 1 space before "="; 0 found
(#840) Expected 1 space after "="; 0 found
(#841) Line indented incorrectly; expected at least 20 spaces, found 0
(#841) Closing brace must be on a line by itself
(#842) Line indented incorrectly; expected at least 24 spaces, found 0
(#843) Line indented incorrectly; expected at least 24 spaces, found 0
(#843) Variable "I" must be all lower-case
(#843) Closing brace must be on a line by itself
(#843) Visibility must be declared on method "multi_query"
(#844) Line indented incorrectly; expected at least 16 spaces, found 0
(#844) Variable "H" must be all lower-case
(#844) Expected 1 space after closing parenthesis; found 0
(#844) Opening brace must be the last content on the line
(#844) Expected 1 space before "="; 0 found
(#844) Expected 1 space after "="; 0 found
(#844) Variable "H" must be all lower-case
(#844) Closing brace must be on a line by itself
(#844) Visibility must be declared on method "store_result"
(#845) Line indented incorrectly; expected at least 16 spaces, found 0
(#845) Expected 1 space after closing parenthesis; found 0
(#845) Opening brace must be the last content on the line
(#845) Closing brace must be on a line by itself
(#845) Visibility must be declared on method "next_result"
(#846) Line indented incorrectly; expected at least 16 spaces, found 0
(#846) Expected 1 space after closing parenthesis; found 0
(#846) Opening brace must be the last content on the line
(#847) Line indented incorrectly; expected at least 20 spaces, found 0
(#847) Closing brace must be on a line by itself
(#847) Visibility must be declared on method "result"
(#848) Line indented incorrectly; expected at least 16 spaces, found 0
(#848) Variable "H" must be all lower-case
(#848) Commas (,) must be followed by white space.
(#848) Expected 1 space after closing parenthesis; found 0
(#848) Opening brace must be the last content on the line
(#848) Variable "I" must be all lower-case
(#848) Expected 1 space before "="; 0 found
(#848) Expected 1 space after "="; 0 found
(#848) Variable "H" must be all lower-case
(#848) Inline control structures are not allowed
(#848) Variable "I" must be all lower-case
(#848) Variable "I" must be all lower-case
(#849) Line indented incorrectly; expected at least 20 spaces, found 0
(#849) Variable "K" must be all lower-case
(#849) Expected 1 space before "="; 0 found
(#849) Expected 1 space after "="; 0 found
(#849) Variable "I" must be all lower-case
(#849) Variable "K" must be all lower-case
(#849) Closing brace must be on a line by itself
(#849) Closing brace must be on a line by itself
(#849) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 219
(#850) Line indented incorrectly; expected at least 12 spaces, found 0
(#850) Member variable "num_rows" must not contain underscores.
(#850) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#850) Scope modifier not specified for member variable "$num_rows"
(#850) Commas (,) must be followed by white space.
(#850) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#850) Scope modifier not specified for member variable "$_result"
(#850) Commas (,) must be followed by white space.
(#850) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#850) Scope modifier not specified for member variable "$_offset"
(#850) Expected 1 space before "="; 0 found
(#850) Expected 1 space after "="; 0 found
(#850) Visibility must be declared on method "__construct"
(#851) Line indented incorrectly; expected at least 16 spaces, found 0
(#851) Variable "I" must be all lower-case
(#851) Expected 1 space after closing parenthesis; found 0
(#851) Opening brace must be the last content on the line
(#851) Expected 1 space before "="; 0 found
(#851) Expected 1 space after "="; 0 found
(#851) Variable "I" must be all lower-case
(#851) Closing brace must be on a line by itself
(#851) Visibility must be declared on method "fetch_assoc"
(#852) Line indented incorrectly; expected at least 16 spaces, found 0
(#852) Expected 1 space after closing parenthesis; found 0
(#852) Opening brace must be the last content on the line
(#853) Line indented incorrectly; expected at least 20 spaces, found 0
(#853) Closing brace must be on a line by itself
(#853) Visibility must be declared on method "fetch_row"
(#854) Line indented incorrectly; expected at least 16 spaces, found 0
(#854) Expected 1 space after closing parenthesis; found 0
(#854) Opening brace must be the last content on the line
(#855) Line indented incorrectly; expected at least 20 spaces, found 0
(#855) Closing brace must be on a line by itself
(#855) Visibility must be declared on method "fetch_field"
(#856) Line indented incorrectly; expected at least 20 spaces, found 0
(#856) Expected 1 space after closing parenthesis; found 0
(#856) Opening brace must be the last content on the line
(#856) Expected 1 space before "="; 0 found
(#856) Expected 1 space after "="; 0 found
(#856) Commas (,) must be followed by white space.
(#856) Expected 1 space before "=>"; 0 found
(#856) Expected 1 space after "=>"; 0 found
(#856) Commas (,) must be followed by white space.
(#856) Expected 1 space before "=>"; 0 found
(#856) Expected 1 space after "=>"; 0 found
(#856) Commas (,) must be followed by white space.
(#856) Expected 1 space before "=>"; 0 found
(#856) Expected 1 space after "=>"; 0 found
(#856) Commas (,) must be followed by white space.
(#856) Expected 1 space before "=>"; 0 found
(#856) Expected 1 space after "=>"; 0 found
(#856) Commas (,) must be followed by white space.
(#856) Closing brace must be on a line by itself
(#856) Line exceeds maximum limit of 180 characters; contains 184 characters
(#856) Visibility must be declared on method "__destruct"
(#856) Line exceeds maximum limit of 180 characters; contains 184 characters
(#856) Line exceeds maximum limit of 180 characters; contains 184 characters
(#856) Line exceeds maximum limit of 180 characters; contains 184 characters
(#856) Line exceeds maximum limit of 180 characters; contains 184 characters
(#856) Line exceeds maximum limit of 180 characters; contains 184 characters
(#856) Line exceeds maximum limit of 180 characters; contains 184 characters
(#856) Line exceeds maximum limit of 180 characters; contains 184 characters
(#857) Line indented incorrectly; expected at least 20 spaces, found 0
(#857) Expected 1 space after closing parenthesis; found 0
(#857) Opening brace must be the last content on the line
(#857) Closing brace must be on a line by itself
(#857) Closing brace must be on a line by itself
(#857) Closing brace must be on a line by itself
(#857) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 258
(#858) Line indented incorrectly; expected at least 12 spaces, found 0
(#859) Line indented incorrectly; expected at least 12 spaces, found 0
(#860) Line indented incorrectly; expected at least 12 spaces, found 0
(#860) Closing brace must be on a line by itself
(#861) Line indented incorrectly; expected at least 12 spaces, found 0
(#861) Expected 1 space after closing parenthesis; found 0
(#861) Opening brace must be the last content on the line
(#861) Commas (,) must be followed by white space.
(#861) Commas (,) must be followed by white space.
(#861) Closing brace must be on a line by itself
(#862) Line indented incorrectly; expected at least 12 spaces, found 0
(#862) Expected 1 space after closing parenthesis; found 0
(#862) Opening brace must be the last content on the line
(#863) Line indented incorrectly; expected at least 16 spaces, found 0
(#863) Closing brace must be on a line by itself
(#864) Line indented incorrectly; expected at least 12 spaces, found 0
(#864) Expected 1 space after closing parenthesis; found 0
(#864) Opening brace must be the last content on the line
(#864) Expected 1 space before "="; 0 found
(#864) Expected 1 space after "="; 0 found
(#865) Line indented incorrectly; expected at least 16 spaces, found 0
(#865) Expected 1 space before "="; 0 found
(#865) Expected 1 space after "="; 0 found
(#865) Inline control structures are not allowed
(#865) Commas (,) must be followed by white space.
(#865) Commas (,) must be followed by white space.
(#865) Closing brace must be on a line by itself
(#866) Line indented incorrectly; expected at least 16 spaces, found 0
(#866) Variable "Kc" must be all lower-case
(#866) Expected 1 space after closing parenthesis; found 0
(#866) Opening brace must be the last content on the line
(#867) Line indented incorrectly; expected at least 20 spaces, found 0
(#867) Closing brace must be on a line by itself
(#868) Line indented incorrectly; expected at least 16 spaces, found 0
(#868) Variable "H" must be all lower-case
(#868) Commas (,) must be followed by white space.
(#868) Variable "Z" must be all lower-case
(#868) Commas (,) must be followed by white space.
(#868) Commas (,) must be followed by white space.
(#868) Variable "D" must be all lower-case
(#868) Commas (,) must be followed by white space.
(#868) Expected 1 space after closing parenthesis; found 0
(#868) Opening brace must be the last content on the line
(#868) Variable "J" must be all lower-case
(#868) Expected 1 space before "="; 0 found
(#868) Expected 1 space after "="; 0 found
(#868) Variable "J" must be all lower-case
(#868) Expected 1 space before ".="; 0 found
(#868) Expected 1 space after ".="; 0 found
(#868) Expected 1 space before "!=="; 0 found
(#868) Expected 1 space after "!=="; 0 found
(#868) Expected 1 space before "?"; 0 found
(#868) Expected 1 space after "?"; 0 found
(#868) Variable "D" must be all lower-case
(#868) Expected 1 space before "?"; 0 found
(#868) Expected 1 space after "?"; 0 found
(#868) Variable "D" must be all lower-case
(#868) Expected 1 space before ":"; 0 found
(#868) Expected 1 space after ":"; 0 found
(#868) Expected 1 space before ":"; 0 found
(#868) Expected 1 space after ":"; 0 found
(#868) Variable "J" must be all lower-case
(#868) Expected 1 space before ".="; 0 found
(#868) Expected 1 space after ".="; 0 found
(#868) Variable "H" must be all lower-case
(#868) Variable "J" must be all lower-case
(#868) Closing brace must be on a line by itself
(#869) Line indented incorrectly; expected at least 16 spaces, found 0
(#869) Variable "H" must be all lower-case
(#869) Commas (,) must be followed by white space.
(#869) Variable "Z" must be all lower-case
(#869) Expected 1 space after closing parenthesis; found 0
(#869) Opening brace must be the last content on the line
(#870) Line indented incorrectly; expected at least 20 spaces, found 0
(#870) Variable "H" must be all lower-case
(#870) Commas (,) must be followed by white space.
(#870) Variable "Z" must be all lower-case
(#870) Commas (,) must be followed by white space.
(#870) Closing brace must be on a line by itself
(#871) Line indented incorrectly; expected at least 16 spaces, found 0
(#871) Commas (,) must be followed by white space.
(#871) Closing brace must be on a line by itself
(#872) Line indented incorrectly; expected at least 16 spaces, found 0
(#872) Expected 1 space after closing parenthesis; found 0
(#872) Opening brace must be the last content on the line
(#873) Line indented incorrectly; expected at least 20 spaces, found 0
(#873) Closing brace must be on a line by itself
(#874) Line indented incorrectly; expected at least 16 spaces, found 0
(#874) Expected 1 space after closing parenthesis; found 0
(#874) Opening brace must be the last content on the line
(#874) Expected 1 space before "="; 0 found
(#874) Expected 1 space after "="; 0 found
(#874) Closing brace must be on a line by itself
(#875) Line indented incorrectly; expected at least 16 spaces, found 0
(#875) Expected 1 space after closing parenthesis; found 0
(#875) Opening brace must be the last content on the line
(#875) Variable "H" must be all lower-case
(#875) Expected 1 space before "="; 0 found
(#875) Expected 1 space after "="; 0 found
(#875) Variable "I" must be all lower-case
(#875) Expected 1 space before "="; 0 found
(#875) Expected 1 space after "="; 0 found
(#875) Commas (,) must be followed by white space.
(#875) Variable "H" must be all lower-case
(#875) Variable "J" must be all lower-case
(#875) Expected 1 space before "="; 0 found
(#875) Expected 1 space after "="; 0 found
(#875) Inline control structures are not allowed
(#875) Variable "K" must be all lower-case
(#875) Expected 1 space before "="; 0 found
(#875) Expected 1 space after "="; 0 found
(#875) Variable "I" must be all lower-case
(#875) Variable "J" must be all lower-case
(#875) Variable "K" must be all lower-case
(#875) Expected 1 space before "="; 0 found
(#875) Expected 1 space after "="; 0 found
(#875) Variable "J" must be all lower-case
(#875) Variable "J" must be all lower-case
(#875) Closing brace must be on a line by itself
(#875) Line exceeds maximum limit of 180 characters; contains 233 characters
(#875) Line exceeds maximum limit of 180 characters; contains 233 characters
(#875) Line exceeds maximum limit of 180 characters; contains 233 characters
(#875) Line exceeds maximum limit of 180 characters; contains 233 characters
(#875) Line exceeds maximum limit of 180 characters; contains 233 characters
(#875) Line exceeds maximum limit of 180 characters; contains 233 characters
(#875) Line exceeds maximum limit of 180 characters; contains 233 characters
(#875) Line exceeds maximum limit of 180 characters; contains 233 characters
(#876) Line indented incorrectly; expected at least 16 spaces, found 0
(#876) Expected 1 space after closing parenthesis; found 0
(#876) Opening brace must be the last content on the line
(#877) Line indented incorrectly; expected at least 20 spaces, found 0
(#877) Closing brace must be on a line by itself
(#878) Line indented incorrectly; expected at least 16 spaces, found 0
(#878) Variable "C" must be all lower-case
(#878) Commas (,) must be followed by white space.
(#878) Variable "Dc" must be all lower-case
(#878) Expected 1 space after closing parenthesis; found 0
(#878) Opening brace must be the last content on the line
(#878) Variable "J" must be all lower-case
(#878) Expected 1 space before "="; 0 found
(#878) Expected 1 space after "="; 0 found
(#878) Variable "Eb" must be all lower-case
(#878) Expected 1 space before "="; 0 found
(#878) Expected 1 space after "="; 0 found
(#878) Expected "foreach (...) {\n"; found "foreach(...){"
(#878) Expected 1 space before "=>"; 0 found
(#878) Expected 1 space after "=>"; 0 found
(#878) Expected 1 space after "as"; 0 found
(#878) Variable "Eb" must be all lower-case
(#879) Line indented incorrectly; expected at least 20 spaces, found 0
(#879) Expected 1 space before "=>"; 0 found
(#879) Expected 1 space after "=>"; 0 found
(#879) Variable "X" must be all lower-case
(#879) Expected 1 space before "="; 0 found
(#879) Expected 1 space after "="; 0 found
(#879) Variable "J" must be all lower-case
(#879) Expected 1 space before "="; 0 found
(#879) Expected 1 space after "="; 0 found
(#879) Expected 1 space before "=>"; 0 found
(#879) Expected 1 space after "=>"; 0 found
(#879) Commas (,) must be followed by white space.
(#879) Expected 1 space before "=>"; 0 found
(#879) Expected 1 space after "=>"; 0 found
(#879) Commas (,) must be followed by white space.
(#879) Inline control structures are not allowed
(#879) Variable "C" must be all lower-case
(#879) Expected 1 space before "=="; 0 found
(#879) Expected 1 space after "=="; 0 found
(#879) Variable "J" must be all lower-case
(#879) Closing brace must be on a line by itself
(#879) Variable "J" must be all lower-case
(#879) Closing brace must be on a line by itself
(#880) Line indented incorrectly; expected at least 20 spaces, found 0
(#880) Variable "R" must be all lower-case
(#880) Expected 1 space after closing parenthesis; found 0
(#880) Opening brace must be the last content on the line
(#881) Line indented incorrectly; expected at least 24 spaces, found 0
(#881) Closing brace must be on a line by itself
(#882) Line indented incorrectly; expected at least 20 spaces, found 0
(#882) Variable "R" must be all lower-case
(#882) Expected 1 space after closing parenthesis; found 0
(#882) Opening brace must be the last content on the line
(#883) Line indented incorrectly; expected at least 24 spaces, found 0
(#883) Commas (,) must be followed by white space.
(#883) Variable "R" must be all lower-case
(#883) Closing brace must be on a line by itself
(#884) Line indented incorrectly; expected at least 24 spaces, found 0
(#884) Variable "Q" must be all lower-case
(#884) Expected 1 space after closing parenthesis; found 0
(#884) Opening brace must be the last content on the line
(#884) Variable "J" must be all lower-case
(#884) Expected 1 space before "="; 0 found
(#884) Expected 1 space after "="; 0 found
(#884) Variable "H" must be all lower-case
(#884) Expected 1 space before "="; 0 found
(#884) Expected 1 space after "="; 0 found
(#915) Variable "Q" must be all lower-case
(#916) Variable "I" must be all lower-case
(#916) Expected 1 space before "="; 0 found
(#916) Expected 1 space after "="; 0 found
(#916) Commas (,) must be followed by white space.
(#916) Variable "H" must be all lower-case
(#916) Inline control structures are not allowed
(#916) Variable "K" must be all lower-case
(#916) Expected 1 space before "="; 0 found
(#916) Expected 1 space after "="; 0 found
(#916) Variable "I" must be all lower-case
(#916) Variable "J" must be all lower-case
(#916) Variable "K" must be all lower-case
(#916) Expected 1 space before "="; 0 found
(#916) Expected 1 space after "="; 0 found
(#916) Expected 1 space before "=>"; 0 found
(#916) Expected 1 space after "=>"; 0 found
(#916) Variable "K" must be all lower-case
(#916) Commas (,) must be followed by white space.
(#916) Expected 1 space before "=>"; 0 found
(#916) Expected 1 space after "=>"; 0 found
(#916) Variable "K" must be all lower-case
(#916) Commas (,) must be followed by white space.
(#916) Expected 1 space before "=>"; 0 found
(#916) Expected 1 space after "=>"; 0 found
(#916) Variable "K" must be all lower-case
(#916) Commas (,) must be followed by white space.
(#916) Expected 1 space before "=>"; 0 found
(#916) Expected 1 space after "=>"; 0 found
(#916) Variable "K" must be all lower-case
(#916) Commas (,) must be followed by white space.
(#916) Expected 1 space before "=>"; 0 found
(#916) Expected 1 space after "=>"; 0 found
(#916) Variable "K" must be all lower-case
(#916) Expected 1 space before "=="; 0 found
(#916) Expected 1 space after "=="; 0 found
(#916) Commas (,) must be followed by white space.
(#916) Expected 1 space before "=>"; 0 found
(#916) Expected 1 space after "=>"; 0 found
(#916) Commas (,) must be followed by white space.
(#916) Expected 1 space before "=>"; 0 found
(#916) Expected 1 space after "=>"; 0 found
(#916) Variable "K" must be all lower-case
(#916) Commas (,) must be followed by white space.
(#916) Expected 1 space before "=>"; 0 found
(#916) Expected 1 space after "=>"; 0 found
(#916) Expected 1 space before "=>"; 0 found
(#916) Expected 1 space after "=>"; 0 found
(#916) Commas (,) must be followed by white space.
(#916) Expected 1 space before "=>"; 0 found
(#916) Expected 1 space after "=>"; 0 found
(#916) Commas (,) must be followed by white space.
(#916) Expected 1 space before "=>"; 0 found
(#916) Expected 1 space after "=>"; 0 found
(#916) Commas (,) must be followed by white space.
(#916) Expected 1 space before "=>"; 0 found
(#916) Expected 1 space after "=>"; 0 found
(#916) Variable "K" must be all lower-case
(#916) Commas (,) must be followed by white space.
(#916) Variable "J" must be all lower-case
(#916) Closing brace must be on a line by itself
(#916) Line exceeds maximum limit of 180 characters; contains 506 characters
(#916) Line exceeds maximum limit of 180 characters; contains 506 characters
(#916) Line exceeds maximum limit of 180 characters; contains 506 characters
(#916) Line exceeds maximum limit of 180 characters; contains 506 characters
(#916) Line exceeds maximum limit of 180 characters; contains 506 characters
(#916) Line exceeds maximum limit of 180 characters; contains 506 characters
(#916) Line exceeds maximum limit of 180 characters; contains 506 characters
(#916) Line exceeds maximum limit of 180 characters; contains 506 characters
(#917) Line indented incorrectly; expected at least 24 spaces, found 0
(#917) Variable "Q" must be all lower-case
(#917) Commas (,) must be followed by white space.
(#917) Expected 1 space after closing parenthesis; found 0
(#917) Opening brace must be the last content on the line
(#917) Variable "J" must be all lower-case
(#917) Expected 1 space before "="; 0 found
(#917) Expected 1 space after "="; 0 found
(#917) Variable "J" must be all lower-case
(#917) Closing brace must be on a line by itself
(#918) Line indented incorrectly; expected at least 24 spaces, found 0
(#918) Variable "Q" must be all lower-case
(#918) Expected 1 space after closing parenthesis; found 0
(#918) Opening brace must be the last content on the line
(#919) Line indented incorrectly; expected at least 28 spaces, found 0
(#919) Closing brace must be on a line by itself
(#920) Line indented incorrectly; expected at least 24 spaces, found 0
(#920) Expected 1 space after closing parenthesis; found 0
(#920) Opening brace must be the last content on the line
(#921) Line indented incorrectly; expected at least 28 spaces, found 0
(#921) Closing brace must be on a line by itself
(#922) Line indented incorrectly; expected at least 28 spaces, found 0
(#922) Expected 1 space after closing parenthesis; found 0
(#922) Opening brace must be the last content on the line
(#923) Line indented incorrectly; expected at least 32 spaces, found 0
(#923) Closing brace must be on a line by itself
(#924) Line indented incorrectly; expected at least 28 spaces, found 0
(#924) Expected 1 space after closing parenthesis; found 0
(#924) Opening brace must be the last content on the line
(#925) Line indented incorrectly; expected at least 32 spaces, found 0
(#925) Closing brace must be on a line by itself
(#926) Line indented incorrectly; expected at least 32 spaces, found 0
(#926) Expected 1 space after closing parenthesis; found 0
(#926) Opening brace must be the last content on the line
(#927) Line indented incorrectly; expected at least 36 spaces, found 0
(#927) Closing brace must be on a line by itself
(#928) Line indented incorrectly; expected at least 32 spaces, found 0
(#928) Expected 1 space after closing parenthesis; found 0
(#928) Opening brace must be the last content on the line
(#929) Line indented incorrectly; expected at least 36 spaces, found 0
(#929) Closing brace must be on a line by itself
(#930) Line indented incorrectly; expected at least 36 spaces, found 0
(#930) Expected 1 space after closing parenthesis; found 0
(#930) Opening brace must be the last content on the line
(#930) Closing brace must be on a line by itself
(#931) Line indented incorrectly; expected at least 36 spaces, found 0
(#931) Expected 1 space after closing parenthesis; found 0
(#931) Opening brace must be the last content on the line
(#932) Line indented incorrectly; expected at least 40 spaces, found 0
(#932) Closing brace must be on a line by itself
(#933) Line indented incorrectly; expected at least 36 spaces, found 0
(#933) Variable "Ec" must be all lower-case
(#933) Expected 1 space after closing parenthesis; found 0
(#933) Opening brace must be the last content on the line
(#934) Line indented incorrectly; expected at least 40 spaces, found 0
(#934) Commas (,) must be followed by white space.
(#934) Variable "Ec" must be all lower-case
(#934) Closing brace must be on a line by itself
(#934) Expected 1 space before "="; 0 found
(#934) Expected 1 space after "="; 0 found
(#934) Variable "Se" must be all lower-case
(#934) Expected 1 space before "="; 0 found
(#934) Expected 1 space after "="; 0 found
(#934) Variable "Tc" must be all lower-case
(#934) Expected 1 space before "="; 0 found
(#934) Expected 1 space after "="; 0 found
(#934) Variable "Yc" must be all lower-case
(#934) Expected 1 space before "="; 0 found
(#934) Expected 1 space after "="; 0 found
(#934) Expected 1 space before "="; 0 found
(#934) Expected 1 space after "="; 0 found
(#934) Closing brace must be on a line by itself
(#934) Variable "Wb" must be all lower-case
(#934) Expected 1 space before "="; 0 found
(#934) Expected 1 space after "="; 0 found
(#934) Expected "if (...) {\n"; found "if(...){"
(#934) Variable "_f" must not contain underscores.
(#934) Expected 1 space before "="; 0 found
(#934) Expected 1 space after "="; 0 found
(#934) Commas (,) must be followed by white space.
(#934) Expected "if (...) {\n"; found "if(...){"
(#934) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 248
(#934) Line exceeds maximum limit of 180 characters; contains 265 characters
(#934) Line exceeds maximum limit of 180 characters; contains 265 characters
(#934) Line exceeds maximum limit of 180 characters; contains 265 characters
(#934) Line exceeds maximum limit of 180 characters; contains 265 characters
(#934) Line exceeds maximum limit of 180 characters; contains 265 characters
(#934) Line exceeds maximum limit of 180 characters; contains 265 characters
(#934) Line exceeds maximum limit of 180 characters; contains 265 characters
(#934) Line exceeds maximum limit of 180 characters; contains 265 characters
(#935) Line indented incorrectly; expected at least 20 spaces, found 0
(#935) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#935) Scope modifier not specified for member variable "$extension"
(#935) Expected 1 space before "="; 0 found
(#935) Expected 1 space after "="; 0 found
(#935) Commas (,) must be followed by white space.
(#935) Member variable "server_info" must not contain underscores.
(#935) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#935) Scope modifier not specified for member variable "$server_info"
(#935) Expected 1 space before "="; 0 found
(#935) Expected 1 space after "="; 0 found
(#935) Commas (,) must be followed by white space.
(#935) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#935) Scope modifier not specified for member variable "$error"
(#935) Commas (,) must be followed by white space.
(#935) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#935) Scope modifier not specified for member variable "$timeout"
(#935) Commas (,) must be followed by white space.
(#935) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#935) Scope modifier not specified for member variable "$next"
(#935) Commas (,) must be followed by white space.
(#935) Member variable "affected_rows" must not contain underscores.
(#935) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#935) Scope modifier not specified for member variable "$affected_rows"
(#935) Commas (,) must be followed by white space.
(#935) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#935) Scope modifier not specified for member variable "$_result"
(#935) Visibility must be declared on method "select_db"
(#936) Line indented incorrectly; expected at least 24 spaces, found 0
(#936) Expected 1 space after closing parenthesis; found 0
(#936) Opening brace must be the last content on the line
(#936) Expected 1 space before "=="; 0 found
(#936) Expected 1 space after "=="; 0 found
(#936) Closing brace must be on a line by itself
(#936) Visibility must be declared on method "query"
(#937) Line indented incorrectly; expected at least 24 spaces, found 0
(#937) Variable "H" must be all lower-case
(#937) Commas (,) must be followed by white space.
(#937) Variable "Dh" must be all lower-case
(#937) Expected 1 space after closing parenthesis; found 0
(#937) Opening brace must be the last content on the line
(#937) Variable "F" must be all lower-case
(#937) Expected 1 space before "="; 0 found
(#937) Expected 1 space after "="; 0 found
(#937) Expected 1 space before "=>"; 0 found
(#937) Expected 1 space after "=>"; 0 found
(#937) Variable "H" must be all lower-case
(#937) Commas (,) must be followed by white space.
(#937) Expected 1 space before "=>"; 0 found
(#937) Expected 1 space after "=>"; 0 found
(#937) Inline control structures are not allowed
(#937) Variable "F" must be all lower-case
(#937) Expected 1 space before "="; 0 found
(#937) Expected 1 space after "="; 0 found
(#937) Variable "I" must be all lower-case
(#937) Expected 1 space before "="; 0 found
(#937) Expected 1 space after "="; 0 found
(#937) Commas (,) must be followed by white space.
(#937) Commas (,) must be followed by white space.
(#937) Variable "F" must be all lower-case
(#937) Commas (,) must be followed by white space.
(#937) Inline control structures are not allowed
(#937) Variable "I" must be all lower-case
(#937) Expected 1 space before "==="; 0 found
(#937) Expected 1 space after "==="; 0 found
(#937) Variable "I" must be all lower-case
(#937) Expected "if (...) {\n"; found "if(...){"
(#937) Commas (,) must be followed by white space.
(#937) Variable "H" must be all lower-case
(#937) Variable "Qg" must be all lower-case
(#937) Expected 1 space before "="; 0 found
(#937) Expected 1 space after "="; 0 found
(#937) Inline control structures are not allowed
(#937) Expected 1 space after "as"; 0 found
(#937) Line exceeds maximum limit of 180 characters; contains 259 characters
(#937) Variable "I" must be all lower-case
(#937) Line exceeds maximum limit of 180 characters; contains 259 characters
(#937) Line exceeds maximum limit of 180 characters; contains 259 characters
(#937) Line exceeds maximum limit of 180 characters; contains 259 characters
(#937) Line exceeds maximum limit of 180 characters; contains 259 characters
(#937) Line exceeds maximum limit of 180 characters; contains 259 characters
(#937) Line exceeds maximum limit of 180 characters; contains 259 characters
(#937) Line exceeds maximum limit of 180 characters; contains 259 characters
(#938) Line indented incorrectly; expected at least 32 spaces, found 0
(#938) Variable "Dd" must be all lower-case
(#938) Variable "Qg" must be all lower-case
(#938) Expected 1 space before "+="; 0 found
(#938) Expected 1 space after "+="; 0 found
(#938) Variable "Dd" must be all lower-case
(#938) Variable "I" must be all lower-case
(#938) Expected 1 space before "="; 0 found
(#938) Expected 1 space after "="; 0 found
(#938) Expected 1 space before "=>"; 0 found
(#938) Expected 1 space after "=>"; 0 found
(#938) Expected 1 space before "=>"; 0 found
(#938) Expected 1 space after "=>"; 0 found
(#938) Commas (,) must be followed by white space.
(#938) Expected 1 space before "=>"; 0 found
(#938) Expected 1 space after "=>"; 0 found
(#938) Variable "Qg" must be all lower-case
(#938) Commas (,) must be followed by white space.
(#938) Closing brace must be on a line by itself
(#939) Line indented incorrectly; expected at least 24 spaces, found 0
(#940) Line indented incorrectly; expected at least 24 spaces, found 0
(#940) Variable "I" must be all lower-case
(#940) Closing brace must be on a line by itself
(#940) Visibility must be declared on method "multi_query"
(#941) Line indented incorrectly; expected at least 24 spaces, found 0
(#941) Variable "H" must be all lower-case
(#941) Expected 1 space after closing parenthesis; found 0
(#941) Opening brace must be the last content on the line
(#941) Expected 1 space before "="; 0 found
(#941) Expected 1 space after "="; 0 found
(#941) Variable "H" must be all lower-case
(#941) Closing brace must be on a line by itself
(#941) Visibility must be declared on method "store_result"
(#942) Line indented incorrectly; expected at least 24 spaces, found 0
(#942) Expected 1 space after closing parenthesis; found 0
(#942) Opening brace must be the last content on the line
(#942) Closing brace must be on a line by itself
(#942) Visibility must be declared on method "next_result"
(#943) Line indented incorrectly; expected at least 24 spaces, found 0
(#943) Expected 1 space after closing parenthesis; found 0
(#943) Opening brace must be the last content on the line
(#944) Line indented incorrectly; expected at least 28 spaces, found 0
(#944) Closing brace must be on a line by itself
(#944) Visibility must be declared on method "quote"
(#945) Line indented incorrectly; expected at least 24 spaces, found 0
(#945) Variable "P" must be all lower-case
(#945) Expected 1 space after closing parenthesis; found 0
(#945) Opening brace must be the last content on the line
(#945) Commas (,) must be followed by white space.
(#945) Commas (,) must be followed by white space.
(#945) Variable "P" must be all lower-case
(#945) Closing brace must be on a line by itself
(#945) Closing brace must be on a line by itself
(#945) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 219
(#946) Line indented incorrectly; expected at least 40 spaces, found 0
(#946) Member variable "num_rows" must not contain underscores.
(#946) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#946) Scope modifier not specified for member variable "$num_rows"
(#946) Commas (,) must be followed by white space.
(#946) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#946) Scope modifier not specified for member variable "$_rows"
(#946) Expected 1 space before "="; 0 found
(#946) Expected 1 space after "="; 0 found
(#946) Commas (,) must be followed by white space.
(#946) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#946) Scope modifier not specified for member variable "$_offset"
(#946) Expected 1 space before "="; 0 found
(#946) Expected 1 space after "="; 0 found
(#946) Visibility must be declared on method "__construct"
(#947) Line indented incorrectly; expected at least 44 spaces, found 0
(#947) Variable "I" must be all lower-case
(#947) Expected 1 space after closing parenthesis; found 0
(#947) Opening brace must be the last content on the line
(#947) Expected "foreach (...) {\n"; found "foreach(...){"
(#947) Expected 1 space after "as"; 0 found
(#947) Variable "I" must be all lower-case
(#948) Line indented incorrectly; expected at least 48 spaces, found 0
(#948) Variable "Dd" must be all lower-case
(#948) Variable "K" must be all lower-case
(#948) Expected 1 space before "="; 0 found
(#948) Expected 1 space after "="; 0 found
(#948) Inline control structures are not allowed
(#948) Variable "Dd" must be all lower-case
(#948) Expected 1 space before "!="; 0 found
(#948) Expected 1 space after "!="; 0 found
(#948) Variable "K" must be all lower-case
(#948) Expected 1 space before "="; 0 found
(#948) Expected 1 space after "="; 0 found
(#948) Variable "Dd" must be all lower-case
(#948) Expected "foreach (...) {\n"; found "foreach(...){"
(#948) Expected 1 space after "as"; 0 found
(#948) Variable "Dd" must be all lower-case
(#949) Line indented incorrectly; expected at least 52 spaces, found 0
(#949) Variable "Ia" must be all lower-case
(#949) Variable "C" must be all lower-case
(#949) Expected 1 space before "="; 0 found
(#949) Expected 1 space after "="; 0 found
(#949) Variable "Ia" must be all lower-case
(#949) Variable "Y" must be all lower-case
(#949) Expected 1 space before "="; 0 found
(#949) Expected 1 space after "="; 0 found
(#949) Variable "Ia" must be all lower-case
(#949) Expected "if (...) {\n"; found "if(...){"
(#949) Variable "K" must be all lower-case
(#949) Variable "C" must be all lower-case
(#949) Variable "K" must be all lower-case
(#949) Variable "C" must be all lower-case
(#949) Expected 1 space before "="; 0 found
(#949) Expected 1 space after "="; 0 found
(#949) Variable "K" must be all lower-case
(#949) Variable "C" must be all lower-case
(#949) Variable "K" must be all lower-case
(#949) Variable "C" must be all lower-case
(#949) Expected 1 space before "="; 0 found
(#949) Expected 1 space after "="; 0 found
(#949) Variable "Y" must be all lower-case
(#949) Closing brace must be on a line by itself
(#949) Inline control structures are not allowed
(#949) Variable "K" must be all lower-case
(#949) Variable "C" must be all lower-case
(#949) Expected 1 space before "="; 0 found
(#949) Expected 1 space after "="; 0 found
(#949) Variable "Y" must be all lower-case
(#949) Closing brace must be on a line by itself
(#949) Expected 1 space before "="; 0 found
(#949) Expected 1 space after "="; 0 found
(#949) Variable "K" must be all lower-case
(#949) Expected "foreach (...) {\n"; found "foreach(...){"
(#949) Expected 1 space before "=>"; 0 found
(#949) Expected 1 space after "=>"; 0 found
(#949) Expected 1 space after "as"; 0 found
(#949) Line exceeds 132 characters; contains 173 characters
(#949) Line exceeds 132 characters; contains 173 characters
(#949) Line exceeds 132 characters; contains 173 characters
(#949) Line exceeds 132 characters; contains 173 characters
(#949) Line exceeds 132 characters; contains 173 characters
(#949) Line exceeds 132 characters; contains 173 characters
(#949) Line exceeds 132 characters; contains 173 characters
(#949) Line exceeds 132 characters; contains 173 characters
(#949) Variable "K" must be all lower-case
(#950) Line indented incorrectly; expected at least 52 spaces, found 0
(#950) Expected 1 space before "=>"; 0 found
(#950) Expected 1 space after "=>"; 0 found
(#950) Variable "X" must be all lower-case
(#950) Inline control structures are not allowed
(#950) Expected 1 space before "="; 0 found
(#950) Expected 1 space after "="; 0 found
(#950) Closing brace must be on a line by itself
(#950) Closing brace must be on a line by itself
(#950) Expected 1 space before "="; 0 found
(#950) Expected 1 space after "="; 0 found
(#950) Closing brace must be on a line by itself
(#950) method name "Min_Result::_processValue" must be in lower-case letters only
(#950) Visibility must be declared on method "_processValue"
(#951) Line indented incorrectly; expected at least 40 spaces, found 0
(#951) Expected 1 space after closing parenthesis; found 0
(#951) Opening brace must be the last content on the line
(#951) Expected 1 space before "=="; 0 found
(#951) Expected 1 space after "=="; 0 found
(#951) Expected 1 space before "?"; 0 found
(#951) Expected 1 space after "?"; 0 found
(#951) Expected 1 space before ":"; 0 found
(#951) Expected 1 space after ":"; 0 found
(#951) Closing brace must be on a line by itself
(#951) Visibility must be declared on method "fetch_assoc"
(#952) Line indented incorrectly; expected at least 40 spaces, found 0
(#952) Expected 1 space after closing parenthesis; found 0
(#952) Opening brace must be the last content on the line
(#952) Variable "K" must be all lower-case
(#952) Expected 1 space before "="; 0 found
(#952) Expected 1 space after "="; 0 found
(#952) Inline control structures are not allowed
(#952) Variable "K" must be all lower-case
(#952) Variable "K" must be all lower-case
(#952) Variable "J" must be all lower-case
(#952) Expected 1 space before "="; 0 found
(#952) Expected 1 space after "="; 0 found
(#952) Inline control structures are not allowed
(#952) Expected 1 space before "=>"; 0 found
(#952) Expected 1 space after "=>"; 0 found
(#952) Expected 1 space before "as"; 0 found
(#952) Expected 1 space after "as"; 0 found
(#952) Expected 1 space before "=>"; 0 found
(#952) Expected 1 space after "=>"; 0 found
(#952) Variable "X" must be all lower-case
(#952) Variable "J" must be all lower-case
(#952) Expected 1 space before "="; 0 found
(#952) Expected 1 space after "="; 0 found
(#952) Variable "K" must be all lower-case
(#952) Variable "J" must be all lower-case
(#952) Closing brace must be on a line by itself
(#952) Line exceeds 132 characters; contains 149 characters
(#952) Line exceeds 132 characters; contains 149 characters
(#952) Line exceeds 132 characters; contains 149 characters
(#952) Line exceeds 132 characters; contains 149 characters
(#952) Line exceeds 132 characters; contains 149 characters
(#952) Line exceeds 132 characters; contains 149 characters
(#952) Line exceeds 132 characters; contains 149 characters
(#952) Line exceeds 132 characters; contains 149 characters
(#952) Visibility must be declared on method "fetch_row"
(#953) Line indented incorrectly; expected at least 40 spaces, found 0
(#953) Expected 1 space after closing parenthesis; found 0
(#953) Opening brace must be the last content on the line
(#953) Variable "J" must be all lower-case
(#953) Expected 1 space before "="; 0 found
(#953) Expected 1 space after "="; 0 found
(#953) Inline control structures are not allowed
(#953) Variable "J" must be all lower-case
(#953) Variable "J" must be all lower-case
(#954) Line indented incorrectly; expected at least 44 spaces, found 0
(#954) Variable "J" must be all lower-case
(#954) Closing brace must be on a line by itself
(#954) Visibility must be declared on method "fetch_field"
(#955) Line indented incorrectly; expected at least 40 spaces, found 0
(#955) Expected 1 space after closing parenthesis; found 0
(#955) Opening brace must be the last content on the line
(#955) Variable "Jd" must be all lower-case
(#955) Expected 1 space before "="; 0 found
(#955) Expected 1 space after "="; 0 found
(#955) Expected 1 space before "=>"; 0 found
(#955) Expected 1 space after "=>"; 0 found
(#955) Variable "Jd" must be all lower-case
(#955) Closing brace must be on a line by itself
(#955) Closing brace must be on a line by itself
(#955) Closing brace must be on a line by itself
(#955) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 258
(#956) Line indented incorrectly; expected at least 40 spaces, found 0
(#957) Line indented incorrectly; expected at least 40 spaces, found 0
(#958) Line indented incorrectly; expected at least 40 spaces, found 0
(#958) Scope keyword "public" must be followed by a single space
(#958) Member variable "Cf" must be all lower-case
(#958) Expected 1 space before "="; 0 found
(#958) Expected 1 space after "="; 0 found
(#958) method name "Min_Driver::_chunkRequest" must be in lower-case letters only
(#959) Line indented incorrectly; expected at least 44 spaces, found 0
(#959) Commas (,) must be followed by white space.
(#959) Commas (,) must be followed by white space.
(#959) Variable "F" must be all lower-case
(#959) Commas (,) must be followed by white space.
(#959) Expected 1 space after closing parenthesis; found 0
(#959) Opening brace must be the last content on the line
(#959) Expected "foreach (...) {\n"; found "foreach(...){"
(#959) Expected 1 space before "as"; 0 found
(#959) Expected 1 space after "as"; 0 found
(#959) Commas (,) must be followed by white space.
(#959) Expected 1 space before "="; 0 found
(#959) Expected 1 space after "="; 0 found
(#959) Variable "F" must be all lower-case
(#959) Expected "foreach (...) {\n"; found "foreach(...){"
(#959) Expected 1 space before "=>"; 0 found
(#959) Expected 1 space after "=>"; 0 found
(#959) Expected 1 space after "as"; 0 found
(#960) Line indented incorrectly; expected at least 52 spaces, found 0
(#960) Expected 1 space before "=>"; 0 found
(#960) Expected 1 space after "=>"; 0 found
(#960) Expected 1 space before "="; 0 found
(#960) Expected 1 space after "="; 0 found
(#960) Inline control structures are not allowed
(#960) Expected 1 space before "=>"; 0 found
(#960) Expected 1 space after "=>"; 0 found
(#960) Expected 1 space after "as"; 0 found
(#961) Line indented incorrectly; expected at least 56 spaces, found 0
(#961) Expected 1 space before "=>"; 0 found
(#961) Expected 1 space after "=>"; 0 found
(#961) Variable "X" must be all lower-case
(#961) Expected 1 space before "="; 0 found
(#961) Expected 1 space after "="; 0 found
(#961) Variable "X" must be all lower-case
(#961) Closing brace must be on a line by itself
(#961) Inline control structures are not allowed
(#961) Commas (,) must be followed by white space.
(#962) Line indented incorrectly; expected at least 44 spaces, found 0
(#962) Closing brace must be on a line by itself
(#962) Expected 1 space before "="; 0 found
(#962) Expected 1 space after "="; 0 found
(#963) Line indented incorrectly; expected at least 44 spaces, found 0
(#963) Closing brace must be on a line by itself
(#963) method name "Min_Driver::_extractIds" must be in lower-case letters only
(#963) Visibility must be declared on method "_extractIds"
(#964) Line indented incorrectly; expected at least 40 spaces, found 0
(#964) Variable "Q" must be all lower-case
(#964) Commas (,) must be followed by white space.
(#964) Variable "Nf" must be all lower-case
(#964) Commas (,) must be followed by white space.
(#964) Expected 1 space after closing parenthesis; found 0
(#964) Opening brace must be the last content on the line
(#964) Variable "J" must be all lower-case
(#964) Expected 1 space before "="; 0 found
(#964) Expected 1 space after "="; 0 found
(#964) Inline control structures are not allowed
(#964) Commas (,) must be followed by white space.
(#964) Variable "Nf" must be all lower-case
(#964) Commas (,) must be followed by white space.
(#964) Variable "J" must be all lower-case
(#964) Expected 1 space before "="; 0 found
(#964) Expected 1 space after "="; 0 found
(#964) Commas (,) must be followed by white space.
(#964) Inline control structures are not allowed
(#964) Expected 1 space before "as"; 0 found
(#964) Expected 1 space after "as"; 0 found
(#964) Commas (,) must be followed by white space.
(#964) Commas (,) must be followed by white space.
(#964) Expected 1 space before "=>"; 0 found
(#964) Expected 1 space after "=>"; 0 found
(#964) Variable "Q" must be all lower-case
(#964) Variable "Nf" must be all lower-case
(#964) Expected 1 space before "?"; 0 found
(#964) Expected 1 space after "?"; 0 found
(#964) Expected 1 space before ":"; 0 found
(#964) Expected 1 space after ":"; 0 found
(#964) Variable "Dd" must be all lower-case
(#964) Variable "J" must be all lower-case
(#964) Expected 1 space before "="; 0 found
(#964) Expected 1 space after "="; 0 found
(#964) Variable "Dd" must be all lower-case
(#964) Closing brace must be on a line by itself
(#964) Variable "J" must be all lower-case
(#964) Closing brace must be on a line by itself
(#964) Line exceeds maximum limit of 180 characters; contains 301 characters
(#964) Visibility must be declared on method "select"
(#964) Line exceeds maximum limit of 180 characters; contains 301 characters
(#964) Line exceeds maximum limit of 180 characters; contains 301 characters
(#964) Line exceeds maximum limit of 180 characters; contains 301 characters
(#964) Line exceeds maximum limit of 180 characters; contains 301 characters
(#964) Line exceeds maximum limit of 180 characters; contains 301 characters
(#964) Line exceeds maximum limit of 180 characters; contains 301 characters
(#964) Line exceeds maximum limit of 180 characters; contains 301 characters
(#965) Line indented incorrectly; expected at least 40 spaces, found 0
(#965) Variable "Q" must be all lower-case
(#965) Commas (,) must be followed by white space.
(#965) Variable "M" must be all lower-case
(#965) Commas (,) must be followed by white space.
(#965) Variable "Z" must be all lower-case
(#965) Commas (,) must be followed by white space.
(#965) Variable "Wc" must be all lower-case
(#965) Commas (,) must be followed by white space.
(#965) Variable "Xe" must be all lower-case
(#965) Commas (,) must be followed by white space.
(#965) Commas (,) must be followed by white space.
(#965) Variable "E" must be all lower-case
(#965) Commas (,) must be followed by white space.
(#965) Variable "Ef" must be all lower-case
(#965) Expected 1 space after closing parenthesis; found 0
(#965) Opening brace must be the last content on the line
(#965) Expected 1 space before "="; 0 found
(#965) Expected 1 space after "="; 0 found
(#965) Variable "J" must be all lower-case
(#965) Expected 1 space before "="; 0 found
(#965) Expected 1 space after "="; 0 found
(#965) Variable "Q" must be all lower-case
(#965) Commas (,) must be followed by white space.
(#965) Variable "M" must be all lower-case
(#965) Commas (,) must be followed by white space.
(#965) Variable "Z" must be all lower-case
(#965) Commas (,) must be followed by white space.
(#965) Variable "Wc" must be all lower-case
(#965) Commas (,) must be followed by white space.
(#965) Variable "Xe" must be all lower-case
(#965) Commas (,) must be followed by white space.
(#965) Commas (,) must be followed by white space.
(#965) Variable "E" must be all lower-case
(#965) Commas (,) must be followed by white space.
(#965) Variable "Ef" must be all lower-case
(#965) Expected 1 space before "="; 0 found
(#965) Expected 1 space after "="; 0 found
(#965) Variable "J" must be all lower-case
(#965) Closing brace must be on a line by itself
(#965) Line exceeds 132 characters; contains 160 characters
(#965) Line exceeds 132 characters; contains 160 characters
(#965) Line exceeds 132 characters; contains 160 characters
(#965) Line exceeds 132 characters; contains 160 characters
(#965) Line exceeds 132 characters; contains 160 characters
(#965) Line exceeds 132 characters; contains 160 characters
(#965) Line exceeds 132 characters; contains 160 characters
(#965) Line exceeds 132 characters; contains 160 characters
(#965) Visibility must be declared on method "delete"
(#966) Line indented incorrectly; expected at least 40 spaces, found 0
(#966) Variable "Q" must be all lower-case
(#966) Commas (,) must be followed by white space.
(#966) Variable "Nf" must be all lower-case
(#966) Commas (,) must be followed by white space.
(#966) Expected 1 space after closing parenthesis; found 0
(#966) Opening brace must be the last content on the line
(#966) Variable "Q" must be all lower-case
(#966) Commas (,) must be followed by white space.
(#966) Variable "Nf" must be all lower-case
(#966) Commas (,) must be followed by white space.
(#966) Commas (,) must be followed by white space.
(#966) Commas (,) must be followed by white space.
(#966) Expected 1 space before "=>"; 0 found
(#966) Expected 1 space after "=>"; 0 found
(#966) Variable "Q" must be all lower-case
(#966) Closing brace must be on a line by itself
(#966) Line exceeds 132 characters; contains 135 characters
(#966) Line exceeds 132 characters; contains 135 characters
(#966) Line exceeds 132 characters; contains 135 characters
(#966) Line exceeds 132 characters; contains 135 characters
(#966) Line exceeds 132 characters; contains 135 characters
(#966) Line exceeds 132 characters; contains 135 characters
(#966) Line exceeds 132 characters; contains 135 characters
(#966) Line exceeds 132 characters; contains 135 characters
(#966) Visibility must be declared on method "update"
(#967) Line indented incorrectly; expected at least 40 spaces, found 0
(#967) Variable "Q" must be all lower-case
(#967) Commas (,) must be followed by white space.
(#967) Variable "O" must be all lower-case
(#967) Commas (,) must be followed by white space.
(#967) Variable "Nf" must be all lower-case
(#967) Commas (,) must be followed by white space.
(#967) Commas (,) must be followed by white space.
(#967) Expected 1 space after closing parenthesis; found 0
(#967) Opening brace must be the last content on the line
(#967) Variable "Lb" must be all lower-case
(#967) Expected 1 space before "="; 0 found
(#967) Expected 1 space after "="; 0 found
(#967) Expected 1 space before "="; 0 found
(#967) Expected 1 space after "="; 0 found
(#967) Expected 1 space before "="; 0 found
(#967) Expected 1 space after "="; 0 found
(#967) Expected 1 space before "="; 0 found
(#967) Expected 1 space after "="; 0 found
(#967) Variable "Q" must be all lower-case
(#967) Commas (,) must be followed by white space.
(#967) Variable "Nf" must be all lower-case
(#967) Commas (,) must be followed by white space.
(#967) Expected 1 space before "="; 0 found
(#967) Expected 1 space after "="; 0 found
(#967) Variable "O" must be all lower-case
(#967) The use of backticks in strings is not recommended
(#967) Variable "O" must be all lower-case
(#967) The use of backticks in strings is not recommended
(#967) Expected "foreach (...) {\n"; found "foreach(...){"
(#967) Expected 1 space before "=>"; 0 found
(#967) Expected 1 space after "=>"; 0 found
(#967) Expected 1 space after "as"; 0 found
(#967) Line exceeds 132 characters; contains 168 characters
(#967) Line exceeds 132 characters; contains 168 characters
(#967) Line exceeds 132 characters; contains 168 characters
(#967) Line exceeds 132 characters; contains 168 characters
(#967) Line exceeds 132 characters; contains 168 characters
(#967) Line exceeds 132 characters; contains 168 characters
(#967) Line exceeds 132 characters; contains 168 characters
(#967) Line exceeds 132 characters; contains 168 characters
(#967) Variable "O" must be all lower-case
(#968) Line indented incorrectly; expected at least 44 spaces, found 0
(#968) Expected 1 space before "=>"; 0 found
(#968) Expected 1 space after "=>"; 0 found
(#968) Variable "X" must be all lower-case
(#968) Expected 1 space before "="; 0 found
(#968) Expected 1 space after "="; 0 found
(#968) Inline control structures are not allowed
(#968) Variable "X" must be all lower-case
(#968) Expected 1 space before "=="; 0 found
(#968) Expected 1 space after "=="; 0 found
(#968) Expected 1 space before "!="; 0 found
(#968) Expected 1 space after "!="; 0 found
(#968) Expected 1 space before "!="; 0 found
(#968) Expected 1 space after "!="; 0 found
(#968) Variable "Lb" must be all lower-case
(#968) Variable "Lb" must be all lower-case
(#968) Expected 1 space before "="; 0 found
(#968) Expected 1 space after "="; 0 found
(#968) Expected "if (...) {\n"; found "if(...){"
(#968) Variable "X" must be all lower-case
(#968) Expected 1 space before "!="; 0 found
(#968) Expected 1 space after "!="; 0 found
(#968) Expected "foreach (...) {\n"; found "foreach(...){"
(#968) Expected 1 space before "=>"; 0 found
(#968) Expected 1 space after "=>"; 0 found
(#968) Expected 1 space after "as"; 0 found
(#968) Line exceeds 132 characters; contains 144 characters
(#968) Line exceeds 132 characters; contains 144 characters
(#968) Line exceeds 132 characters; contains 144 characters
(#968) Line exceeds 132 characters; contains 144 characters
(#968) Line exceeds 132 characters; contains 144 characters
(#968) Line exceeds 132 characters; contains 144 characters
(#968) Line exceeds 132 characters; contains 144 characters
(#968) Line exceeds 132 characters; contains 144 characters
(#968) Variable "X" must be all lower-case
(#969) Line indented incorrectly; expected at least 52 spaces, found 0
(#969) Variable "Fd" must be all lower-case
(#969) Expected 1 space before "=>"; 0 found
(#969) Expected 1 space after "=>"; 0 found
(#969) Variable "W" must be all lower-case
(#969) Expected 1 space before "="; 0 found
(#969) Expected 1 space after "="; 0 found
(#969) Expected 1 space before "="; 0 found
(#969) Expected 1 space after "="; 0 found
(#969) Variable "X" must be all lower-case
(#969) Expected 1 space before "?"; 0 found
(#969) Expected 1 space after "?"; 0 found
(#969) Variable "W" must be all lower-case
(#969) Expected 1 space before ":"; 0 found
(#969) Expected 1 space after ":"; 0 found
(#969) Variable "W" must be all lower-case
(#969) Inline control structures are not allowed
(#969) Variable "Fd" must be all lower-case
(#969) Expected 1 space before "="; 0 found
(#969) Expected 1 space after "="; 0 found
(#969) Closing brace must be on a line by itself
(#969) Closing brace must be on a line by itself
(#969) Closing brace must be on a line by itself
(#969) Variable "F" must be all lower-case
(#969) Expected 1 space before "="; 0 found
(#969) Expected 1 space after "="; 0 found
(#969) Expected 1 space before "=>"; 0 found
(#969) Expected 1 space after "=>"; 0 found
(#969) Variable "Q" must be all lower-case
(#969) Expected 1 space before "!="; 0 found
(#969) Expected 1 space after "!="; 0 found
(#969) Expected 1 space before "?"; 0 found
(#969) Expected 1 space after "?"; 0 found
(#969) Expected 1 space before ":"; 0 found
(#969) Expected 1 space after ":"; 0 found
(#969) Commas (,) must be followed by white space.
(#969) Commas (,) must be followed by white space.
(#969) Variable "F" must be all lower-case
(#969) Commas (,) must be followed by white space.
(#969) Variable "Lb" must be all lower-case
(#969) Commas (,) must be followed by white space.
(#969) Commas (,) must be followed by white space.
(#969) Variable "F" must be all lower-case
(#969) Commas (,) must be followed by white space.
(#969) Variable "Lb" must be all lower-case
(#969) Closing brace must be on a line by itself
(#969) Line exceeds maximum limit of 180 characters; contains 342 characters
(#969) Visibility must be declared on method "insert"
(#969) Line exceeds maximum limit of 180 characters; contains 342 characters
(#969) Line exceeds maximum limit of 180 characters; contains 342 characters
(#969) Line exceeds maximum limit of 180 characters; contains 342 characters
(#969) Line exceeds maximum limit of 180 characters; contains 342 characters
(#969) Line exceeds maximum limit of 180 characters; contains 342 characters
(#969) Line exceeds maximum limit of 180 characters; contains 342 characters
(#969) Line exceeds maximum limit of 180 characters; contains 342 characters
(#970) Line indented incorrectly; expected at least 40 spaces, found 0
(#970) Variable "Q" must be all lower-case
(#970) Commas (,) must be followed by white space.
(#970) Variable "O" must be all lower-case
(#970) Expected 1 space after closing parenthesis; found 0
(#970) Opening brace must be the last content on the line
(#970) Variable "F" must be all lower-case
(#970) Expected 1 space before "="; 0 found
(#970) Expected 1 space after "="; 0 found
(#970) Expected 1 space before "=>"; 0 found
(#970) Expected 1 space after "=>"; 0 found
(#970) Variable "Q" must be all lower-case
(#970) Expected 1 space before "="; 0 found
(#970) Expected 1 space after "="; 0 found
(#970) Expected "foreach (...) {\n"; found "foreach(...){"
(#970) Expected 1 space before "=>"; 0 found
(#970) Expected 1 space after "=>"; 0 found
(#970) Expected 1 space after "as"; 0 found
(#970) Variable "O" must be all lower-case
(#971) Line indented incorrectly; expected at least 44 spaces, found 0
(#971) Variable "C" must be all lower-case
(#971) Expected 1 space before "=>"; 0 found
(#971) Expected 1 space after "=>"; 0 found
(#971) Variable "Y" must be all lower-case
(#971) Expected "if (...) {\n"; found "if(...){"
(#971) Variable "Y" must be all lower-case
(#971) Expected 1 space before "!="; 0 found
(#971) Expected 1 space after "!="; 0 found
(#971) Variable "C" must be all lower-case
(#971) Expected 1 space before "="; 0 found
(#971) Expected 1 space after "="; 0 found
(#971) Variable "C" must be all lower-case
(#971) Inline control structures are not allowed
(#971) Variable "C" must be all lower-case
(#971) Expected 1 space before "=="; 0 found
(#971) Expected 1 space after "=="; 0 found
(#971) Variable "F" must be all lower-case
(#971) Expected 1 space before "="; 0 found
(#971) Expected 1 space after "="; 0 found
(#971) Variable "Y" must be all lower-case
(#971) Expected "foreach (...) {\n"; found "foreach(...){"
(#971) Expected 1 space after "as"; 0 found
(#971) Variable "Y" must be all lower-case
(#972) Line indented incorrectly; expected at least 56 spaces, found 0
(#972) Variable "X" must be all lower-case
(#972) Variable "F" must be all lower-case
(#972) Expected 1 space before "="; 0 found
(#972) Expected 1 space after "="; 0 found
(#972) Variable "C" must be all lower-case
(#972) Variable "F" must be all lower-case
(#972) Expected 1 space before "="; 0 found
(#972) Expected 1 space after "="; 0 found
(#972) Variable "Y" must be all lower-case
(#972) Expected 1 space before "?"; 0 found
(#972) Expected 1 space after "?"; 0 found
(#972) Variable "X" must be all lower-case
(#972) Expected 1 space before ":"; 0 found
(#972) Expected 1 space after ":"; 0 found
(#972) Variable "Y" must be all lower-case
(#972) Closing brace must be on a line by itself
(#972) Closing brace must be on a line by itself
(#972) Closing brace must be on a line by itself
(#972) Closing brace must be on a line by itself
(#973) Line indented incorrectly; expected at least 40 spaces, found 0
(#973) Commas (,) must be followed by white space.
(#973) Variable "F" must be all lower-case
(#973) Closing brace must be on a line by itself
(#973) method name "Min_Driver::insertUpdate" must be in lower-case letters only
(#973) Visibility must be declared on method "insertUpdate"
(#974) Line indented incorrectly; expected at least 52 spaces, found 0
(#974) Variable "Q" must be all lower-case
(#974) Commas (,) must be followed by white space.
(#974) Variable "L" must be all lower-case
(#974) Commas (,) must be followed by white space.
(#974) Variable "Cf" must be all lower-case
(#974) Expected 1 space after closing parenthesis; found 0
(#974) Opening brace must be the last content on the line
(#974) Expected "foreach (...) {\n"; found "foreach(...){"
(#974) Expected 1 space after "as"; 0 found
(#974) Variable "L" must be all lower-case
(#975) Line indented incorrectly; expected at least 56 spaces, found 0
(#975) Variable "O" must be all lower-case
(#975) Inline control structures are not allowed
(#975) Variable "Q" must be all lower-case
(#975) Commas (,) must be followed by white space.
(#975) Variable "O" must be all lower-case
(#975) Commas (,) must be followed by white space.
(#975) The use of backticks in strings is not recommended
(#975) Variable "O" must be all lower-case
(#975) The use of backticks in strings is not recommended
(#976) Line indented incorrectly; expected at least 60 spaces, found 0
(#976) Closing brace must be on a line by itself
(#977) Line indented incorrectly; expected at least 52 spaces, found 0
(#977) Closing brace must be on a line by itself
(#977) Visibility must be declared on method "begin"
(#978) Line indented incorrectly; expected at least 40 spaces, found 0
(#978) Expected 1 space after closing parenthesis; found 0
(#978) Opening brace must be the last content on the line
(#979) Line indented incorrectly; expected at least 44 spaces, found 0
(#979) Closing brace must be on a line by itself
(#979) Visibility must be declared on method "commit"
(#980) Line indented incorrectly; expected at least 52 spaces, found 0
(#980) Expected 1 space after closing parenthesis; found 0
(#980) Opening brace must be the last content on the line
(#981) Line indented incorrectly; expected at least 56 spaces, found 0
(#981) Closing brace must be on a line by itself
(#981) Visibility must be declared on method "rollback"
(#982) Line indented incorrectly; expected at least 44 spaces, found 0
(#982) Expected 1 space after closing parenthesis; found 0
(#982) Opening brace must be the last content on the line
(#983) Line indented incorrectly; expected at least 48 spaces, found 0
(#983) Closing brace must be on a line by itself
(#983) Closing brace must be on a line by itself
(#984) Line indented incorrectly; expected at least 40 spaces, found 0
(#984) Expected 1 space after closing parenthesis; found 0
(#984) Opening brace must be the last content on the line
(#985) Line indented incorrectly; expected at least 44 spaces, found 0
(#986) Line indented incorrectly; expected at least 44 spaces, found 0
(#986) Closing brace must be on a line by itself
(#987) Line indented incorrectly; expected at least 48 spaces, found 0
(#987) Variable "Ec" must be all lower-case
(#987) Expected 1 space after closing parenthesis; found 0
(#987) Opening brace must be the last content on the line
(#988) Line indented incorrectly; expected at least 52 spaces, found 0
(#988) Commas (,) must be followed by white space.
(#988) Variable "Ec" must be all lower-case
(#988) Closing brace must be on a line by itself
(#989) Line indented incorrectly; expected at least 44 spaces, found 0
(#989) Expected 1 space after closing parenthesis; found 0
(#989) Opening brace must be the last content on the line
(#989) Expected 1 space before "="; 0 found
(#989) Expected 1 space after "="; 0 found
(#989) Closing brace must be on a line by itself
(#990) Line indented incorrectly; expected at least 44 spaces, found 0
(#990) Expected 1 space after closing parenthesis; found 0
(#990) Opening brace must be the last content on the line
(#991) Line indented incorrectly; expected at least 48 spaces, found 0
(#991) Closing brace must be on a line by itself
(#992) Line indented incorrectly; expected at least 44 spaces, found 0
(#992) Expected 1 space after closing parenthesis; found 0
(#992) Opening brace must be the last content on the line
(#993) Line indented incorrectly; expected at least 48 spaces, found 0
(#993) Closing brace must be on a line by itself
(#994) Line indented incorrectly; expected at least 48 spaces, found 0
(#994) Commas (,) must be followed by white space.
(#994) Closing brace must be on a line by itself
(#995) Line indented incorrectly; expected at least 48 spaces, found 0
(#995) Expected 1 space after closing parenthesis; found 0
(#995) Opening brace must be the last content on the line
(#995) Variable "J" must be all lower-case
(#995) Expected 1 space before "="; 0 found
(#995) Expected 1 space after "="; 0 found
(#995) Inline control structures are not allowed
(#995) Expected 1 space before "as"; 0 found
(#995) Expected 1 space after "as"; 0 found
(#995) Commas (,) must be followed by white space.
(#995) Variable "Q" must be all lower-case
(#995) Variable "J" must be all lower-case
(#995) Variable "Q" must be all lower-case
(#995) Expected 1 space before "="; 0 found
(#995) Expected 1 space after "="; 0 found
(#995) Inline control structures are not allowed
(#995) Variable "J" must be all lower-case
(#995) Closing brace must be on a line by itself
(#995) Line exceeds maximum limit of 180 characters; contains 213 characters
(#995) Line exceeds maximum limit of 180 characters; contains 213 characters
(#995) Line exceeds maximum limit of 180 characters; contains 213 characters
(#995) Line exceeds maximum limit of 180 characters; contains 213 characters
(#995) Line exceeds maximum limit of 180 characters; contains 213 characters
(#995) Line exceeds maximum limit of 180 characters; contains 213 characters
(#995) Line exceeds maximum limit of 180 characters; contains 213 characters
(#995) Line exceeds maximum limit of 180 characters; contains 213 characters
(#996) Line indented incorrectly; expected at least 48 spaces, found 0
(#996) Variable "C" must be all lower-case
(#996) Commas (,) must be followed by white space.
(#996) Variable "Dc" must be all lower-case
(#996) Expected 1 space after closing parenthesis; found 0
(#996) Opening brace must be the last content on the line
(#996) Variable "J" must be all lower-case
(#996) Expected 1 space before "="; 0 found
(#996) Expected 1 space after "="; 0 found
(#996) Expected "foreach (...) {\n"; found "foreach(...){"
(#996) Expected 1 space before "=>"; 0 found
(#996) Expected 1 space after "=>"; 0 found
(#996) Expected 1 space before "as"; 0 found
(#996) Expected 1 space after "as"; 0 found
(#996) Variable "C" must be all lower-case
(#996) Expected 1 space before "!="; 0 found
(#996) Expected 1 space after "!="; 0 found
(#996) Expected 1 space before "?"; 0 found
(#996) Expected 1 space after "?"; 0 found
(#996) Variable "C" must be all lower-case
(#996) Expected 1 space before "=>"; 0 found
(#996) Expected 1 space after "=>"; 0 found
(#996) Expected 1 space before ":"; 0 found
(#996) Expected 1 space after ":"; 0 found
(#996) Variable "Q" must be all lower-case
(#996) Expected 1 space before "=>"; 0 found
(#996) Expected 1 space after "=>"; 0 found
(#996) Variable "U" must be all lower-case
(#996) Variable "K" must be all lower-case
(#996) Expected 1 space before "="; 0 found
(#996) Expected 1 space after "="; 0 found
(#996) Expected 1 space before "=>"; 0 found
(#996) Expected 1 space after "=>"; 0 found
(#996) Variable "Q" must be all lower-case
(#996) Commas (,) must be followed by white space.
(#996) Expected 1 space before "=>"; 0 found
(#996) Expected 1 space after "=>"; 0 found
(#996) Expected "if (...) {\n"; found "if(...){"
(#996) Variable "Dc" must be all lower-case
(#996) Expected 1 space before "="; 0 found
(#996) Expected 1 space after "="; 0 found
(#996) Commas (,) must be followed by white space.
(#996) Expected 1 space before "=>"; 0 found
(#996) Expected 1 space after "=>"; 0 found
(#996) Variable "Q" must be all lower-case
(#996) Expected "if (...) {\n"; found "if(...){"
(#996) Inline control structures are not allowed
(#996) Expected 1 space before "=>"; 0 found
(#996) Expected 1 space after "=>"; 0 found
(#996) Expected 1 space before "as"; 0 found
(#996) Expected 1 space after "as"; 0 found
(#996) Expected 1 space before "=>"; 0 found
(#996) Expected 1 space after "=>"; 0 found
(#996) Commas (,) must be followed by white space.
(#996) Expected 1 space before "=>"; 0 found
(#996) Expected 1 space after "=>"; 0 found
(#996) Commas (,) must be followed by white space.
(#996) Expected 1 space before "=>"; 0 found
(#996) Expected 1 space after "=>"; 0 found
(#996) Commas (,) must be followed by white space.
(#996) Expected 1 space before "=>"; 0 found
(#996) Expected 1 space after "=>"; 0 found
(#996) Commas (,) must be followed by white space.
(#996) Expected 1 space before "=>"; 0 found
(#996) Expected 1 space after "=>"; 0 found
(#996) Variable "X" must be all lower-case
(#996) Variable "K" must be all lower-case
(#996) Expected 1 space before "="; 0 found
(#996) Expected 1 space after "="; 0 found
(#996) Variable "X" must be all lower-case
(#996) Closing brace must be on a line by itself
(#996) Closing brace must be on a line by itself
(#996) Inline control structures are not allowed
(#996) Variable "C" must be all lower-case
(#996) Expected 1 space before "!="; 0 found
(#996) Expected 1 space after "!="; 0 found
(#996) Variable "K" must be all lower-case
(#996) Variable "J" must be all lower-case
(#996) Variable "Q" must be all lower-case
(#996) Expected 1 space before "="; 0 found
(#996) Expected 1 space after "="; 0 found
(#996) Variable "K" must be all lower-case
(#996) Closing brace must be on a line by itself
(#996) Variable "J" must be all lower-case
(#996) Closing brace must be on a line by itself
(#996) Line exceeds maximum limit of 180 characters; contains 449 characters
(#996) Line exceeds maximum limit of 180 characters; contains 449 characters
(#996) Line exceeds maximum limit of 180 characters; contains 449 characters
(#996) Line exceeds maximum limit of 180 characters; contains 449 characters
(#996) Line exceeds maximum limit of 180 characters; contains 449 characters
(#996) Line exceeds maximum limit of 180 characters; contains 449 characters
(#996) Line exceeds maximum limit of 180 characters; contains 449 characters
(#996) Line exceeds maximum limit of 180 characters; contains 449 characters
(#997) Line indented incorrectly; expected at least 48 spaces, found 0
(#997) Commas (,) must be followed by white space.
(#997) Variable "H" must be all lower-case
(#997) Closing brace must be on a line by itself
(#998) Line indented incorrectly; expected at least 48 spaces, found 0
(#998) Expected 1 space after closing parenthesis; found 0
(#998) Opening brace must be the last content on the line
(#999) Line indented incorrectly; expected at least 52 spaces, found 0
(#999) Closing brace must be on a line by itself
(#1000) Line indented incorrectly; expected at least 48 spaces, found 0
(#1000) Closing brace must be on a line by itself
(#1001) Line indented incorrectly; expected at least 48 spaces, found 0
(#1001) Variable "R" must be all lower-case
(#1001) Closing brace must be on a line by itself
(#1002) Line indented incorrectly; expected at least 48 spaces, found 0
(#1002) Variable "Q" must be all lower-case
(#1002) Commas (,) must be followed by white space.
(#1002) Expected 1 space after closing parenthesis; found 0
(#1002) Opening brace must be the last content on the line
(#1003) Line indented incorrectly; expected at least 52 spaces, found 0
(#1003) Expected 1 space before "=>"; 0 found
(#1003) Expected 1 space after "=>"; 0 found
(#1003) Commas (,) must be followed by white space.
(#1003) Expected 1 space before "=>"; 0 found
(#1003) Expected 1 space after "=>"; 0 found
(#1003) Commas (,) must be followed by white space.
(#1003) Closing brace must be on a line by itself
(#1004) Line indented incorrectly; expected at least 48 spaces, found 0
(#1004) Variable "Q" must be all lower-case
(#1004) Expected 1 space after closing parenthesis; found 0
(#1004) Opening brace must be the last content on the line
(#1005) Line indented incorrectly; expected at least 52 spaces, found 0
(#1005) Closing brace must be on a line by itself
(#1006) Line indented incorrectly; expected at least 52 spaces, found 0
(#1006) Variable "Q" must be all lower-case
(#1006) Expected 1 space after closing parenthesis; found 0
(#1006) Opening brace must be the last content on the line
(#1007) Line indented incorrectly; expected at least 56 spaces, found 0
(#1007) Closing brace must be on a line by itself
(#1008) Line indented incorrectly; expected at least 52 spaces, found 0
(#1008) Expected 1 space after closing parenthesis; found 0
(#1008) Opening brace must be the last content on the line
(#1009) Line indented incorrectly; expected at least 56 spaces, found 0
(#1009) Closing brace must be on a line by itself
(#1010) Line indented incorrectly; expected at least 56 spaces, found 0
(#1010) Expected 1 space after closing parenthesis; found 0
(#1010) Opening brace must be the last content on the line
(#1010) The use of backticks in strings is not recommended
(#1010) The use of backticks in strings is not recommended
(#1010) Commas (,) must be followed by white space.
(#1010) The use of backticks in strings is not recommended
(#1010) Commas (,) must be followed by white space.
(#1010) The use of backticks in strings is not recommended
(#1010) Closing brace must be on a line by itself
(#1011) Line indented incorrectly; expected at least 56 spaces, found 0
(#1011) Variable "H" must be all lower-case
(#1011) Commas (,) must be followed by white space.
(#1011) Variable "Z" must be all lower-case
(#1011) Commas (,) must be followed by white space.
(#1011) Commas (,) must be followed by white space.
(#1011) Variable "D" must be all lower-case
(#1011) Commas (,) must be followed by white space.
(#1011) Expected 1 space after closing parenthesis; found 0
(#1011) Opening brace must be the last content on the line
(#1011) Variable "H" must be all lower-case
(#1011) Expected 1 space before "!=="; 0 found
(#1011) Expected 1 space after "!=="; 0 found
(#1011) Expected 1 space before "?"; 0 found
(#1011) Expected 1 space after "?"; 0 found
(#1011) Expected 1 space before ":"; 0 found
(#1011) Expected 1 space after ":"; 0 found
(#1011) Closing brace must be on a line by itself
(#1012) Line indented incorrectly; expected at least 56 spaces, found 0
(#1012) Commas (,) must be followed by white space.
(#1012) Variable "J" must be all lower-case
(#1012) Expected 1 space after closing parenthesis; found 0
(#1012) Opening brace must be the last content on the line
(#1012) Variable "J" must be all lower-case
(#1012) Closing brace must be on a line by itself
(#1013) Line indented incorrectly; expected at least 56 spaces, found 0
(#1013) Variable "R" must be all lower-case
(#1013) Closing brace must be on a line by itself
(#1014) Line indented incorrectly; expected at least 56 spaces, found 0
(#1014) Expected 1 space after closing parenthesis; found 0
(#1014) Opening brace must be the last content on the line
(#1015) Line indented incorrectly; expected at least 60 spaces, found 0
(#1015) Closing brace must be on a line by itself
(#1016) Line indented incorrectly; expected at least 56 spaces, found 0
(#1016) Variable "Q" must be all lower-case
(#1016) Commas (,) must be followed by white space.
(#1016) Variable "C" must be all lower-case
(#1016) Commas (,) must be followed by white space.
(#1016) Commas (,) must be followed by white space.
(#1016) Variable "Lc" must be all lower-case
(#1016) Commas (,) must be followed by white space.
(#1016) Commas (,) must be followed by white space.
(#1016) Commas (,) must be followed by white space.
(#1016) Commas (,) must be followed by white space.
(#1016) Variable "La" must be all lower-case
(#1016) Commas (,) must be followed by white space.
(#1016) Expected 1 space after closing parenthesis; found 0
(#1016) Opening brace must be the last content on the line
(#1016) Variable "Q" must be all lower-case
(#1016) Expected 1 space before "=="; 0 found
(#1016) Expected 1 space after "=="; 0 found
(#1016) Commas (,) must be followed by white space.
(#1016) Expected 1 space before "=>"; 0 found
(#1016) Expected 1 space after "=>"; 0 found
(#1016) Variable "C" must be all lower-case
(#1016) Closing brace must be on a line by itself
(#1017) Line indented incorrectly; expected at least 56 spaces, found 0
(#1017) Variable "S" must be all lower-case
(#1017) Expected 1 space after closing parenthesis; found 0
(#1017) Opening brace must be the last content on the line
(#1017) Expected "foreach (...) {\n"; found "foreach(...){"
(#1017) Expected 1 space after "as"; 0 found
(#1017) Variable "S" must be all lower-case
(#1018) Line indented incorrectly; expected at least 60 spaces, found 0
(#1018) Variable "Q" must be all lower-case
(#1018) Inline control structures are not allowed
(#1018) Commas (,) must be followed by white space.
(#1018) Expected 1 space before "=>"; 0 found
(#1018) Expected 1 space after "=>"; 0 found
(#1018) Variable "Q" must be all lower-case
(#1019) Line indented incorrectly; expected at least 64 spaces, found 0
(#1019) Closing brace must be on a line by itself
(#1020) Line indented incorrectly; expected at least 56 spaces, found 0
(#1020) Closing brace must be on a line by itself
(#1021) Line indented incorrectly; expected at least 56 spaces, found 0
(#1021) Expected 1 space after closing parenthesis; found 0
(#1021) Opening brace must be the last content on the line
(#1021) Inline control structures are not allowed
(#1021) Expected 1 space after "as"; 0 found
(#1022) Line indented incorrectly; expected at least 60 spaces, found 0
(#1023) Line indented incorrectly; expected at least 60 spaces, found 0
(#1023) Expected 1 space before "=>"; 0 found
(#1023) Expected 1 space after "=>"; 0 found
(#1023) Closing brace must be on a line by itself
(#1024) Line indented incorrectly; expected at least 56 spaces, found 0
(#1024) Variable "R" must be all lower-case
(#1024) Commas (,) must be followed by white space.
(#1024) Variable "Z" must be all lower-case
(#1024) Expected 1 space after closing parenthesis; found 0
(#1024) Opening brace must be the last content on the line
(#1024) Variable "Z" must be all lower-case
(#1024) Expected 1 space before "?"; 0 found
(#1024) Expected 1 space after "?"; 0 found
(#1024) Expected 1 space before ":"; 0 found
(#1024) Expected 1 space after ":"; 0 found
(#1024) Variable "R" must be all lower-case
(#1024) Closing brace must be on a line by itself
(#1025) Line indented incorrectly; expected at least 56 spaces, found 0
(#1025) Closing brace must be on a line by itself
(#1026) Line indented incorrectly; expected at least 56 spaces, found 0
(#1026) Variable "Ba" must be all lower-case
(#1026) Commas (,) must be followed by white space.
(#1026) Variable "Eb" must be all lower-case
(#1026) Commas (,) must be followed by white space.
(#1026) Commas (,) must be followed by white space.
(#1026) Variable "Rf" must be all lower-case
(#1026) Expected 1 space after closing parenthesis; found 0
(#1026) Opening brace must be the last content on the line
(#1026) Variable "Ua" must be all lower-case
(#1026) Expected 1 space before "="; 0 found
(#1026) Expected 1 space after "="; 0 found
(#1026) Inline control structures are not allowed
(#1026) Expected 1 space before ">"; 0 found
(#1026) Expected 1 space after ">"; 0 found
(#1026) Variable "Ua" must be all lower-case
(#1026) Expected 1 space before "="; 0 found
(#1026) Expected 1 space after "="; 0 found
(#1026) Commas (,) must be followed by white space.
(#1026) Variable "Ba" must be all lower-case
(#1026) Expected 1 space before "="; 0 found
(#1026) Expected 1 space after "="; 0 found
(#1026) Commas (,) must be followed by white space.
(#1026) Variable "Ua" must be all lower-case
(#1026) Commas (,) must be followed by white space.
(#1026) Variable "Gd" must be all lower-case
(#1026) Expected 1 space before "="; 0 found
(#1026) Expected 1 space after "="; 0 found
(#1026) Expected 1 space before "^"; 0 found
(#1026) Expected 1 space after "^"; 0 found
(#1026) Commas (,) must be followed by white space.
(#1026) Variable "Ua" must be all lower-case
(#1026) Variable "Hd" must be all lower-case
(#1026) Expected 1 space before "="; 0 found
(#1026) Expected 1 space after "="; 0 found
(#1026) Expected 1 space before "^"; 0 found
(#1026) Expected 1 space after "^"; 0 found
(#1026) Commas (,) must be followed by white space.
(#1026) Variable "Ua" must be all lower-case
(#1026) Variable "J" must be all lower-case
(#1026) Expected 1 space before "="; 0 found
(#1026) Expected 1 space after "="; 0 found
(#1026) Variable "Ba" must be all lower-case
(#1026) Variable "Hd" must be all lower-case
(#1026) Commas (,) must be followed by white space.
(#1026) Variable "Ba" must be all lower-case
(#1026) Variable "Gd" must be all lower-case
(#1026) Variable "Eb" must be all lower-case
(#1026) Inline control structures are not allowed
(#1026) Variable "Rf" must be all lower-case
(#1026) Variable "J" must be all lower-case
(#1026) Expected 1 space before "="; 0 found
(#1026) Expected 1 space after "="; 0 found
(#1026) Commas (,) must be followed by white space.
(#1026) Variable "J" must be all lower-case
(#1026) Variable "J" must be all lower-case
(#1026) Closing brace must be on a line by itself
(#1026) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1026) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1026) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1026) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1026) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1026) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1026) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1026) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1027) Line indented incorrectly; expected at least 56 spaces, found 0
(#1027) Commas (,) must be followed by white space.
(#1027) Variable "F" must be all lower-case
(#1027) Expected 1 space after closing parenthesis; found 0
(#1027) Opening brace must be the last content on the line
(#1027) Commas (,) must be followed by white space.
(#1027) Commas (,) must be followed by white space.
(#1027) Variable "F" must be all lower-case
(#1027) Commas (,) must be followed by white space.
(#1027) Expected 1 space before "="; 0 found
(#1027) Expected 1 space after "="; 0 found
(#1027) Variable "F" must be all lower-case
(#1027) Expected 1 space before "="; 0 found
(#1027) Expected 1 space after "="; 0 found
(#1027) Variable "F" must be all lower-case
(#1027) Expected 1 space before "="; 0 found
(#1027) Expected 1 space after "="; 0 found
(#1027) Variable "F" must be all lower-case
(#1027) Expected 1 space before "="; 0 found
(#1027) Expected 1 space after "="; 0 found
(#1027) Variable "F" must be all lower-case
(#1027) Expected 1 space before "="; 0 found
(#1027) Expected 1 space after "="; 0 found
(#1027) Variable "F" must be all lower-case
(#1027) Expected 1 space before "="; 0 found
(#1027) Expected 1 space after "="; 0 found
(#1027) Variable "F" must be all lower-case
(#1027) Variable "H" must be all lower-case
(#1027) Expected 1 space before "="; 0 found
(#1027) Expected 1 space after "="; 0 found
(#1027) Inline control structures are not allowed
(#1027) Expected 1 space before "=>"; 0 found
(#1027) Expected 1 space after "=>"; 0 found
(#1027) Expected 1 space after "as"; 0 found
(#1027) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1027) Variable "F" must be all lower-case
(#1027) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1027) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1027) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1027) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1027) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1027) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1027) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1028) Line indented incorrectly; expected at least 60 spaces, found 0
(#1028) Expected 1 space before "=>"; 0 found
(#1028) Expected 1 space after "=>"; 0 found
(#1028) Variable "X" must be all lower-case
(#1028) Variable "H" must be all lower-case
(#1028) Expected 1 space before ".="; 0 found
(#1028) Expected 1 space after ".="; 0 found
(#1028) Variable "X" must be all lower-case
(#1028) Variable "H" must be all lower-case
(#1028) Expected 1 space before "="; 0 found
(#1028) Expected 1 space after "="; 0 found
(#1028) Commas (,) must be followed by white space.
(#1028) Commas (,) must be followed by white space.
(#1028) Variable "H" must be all lower-case
(#1028) Commas (,) must be followed by white space.
(#1028) Variable "H" must be all lower-case
(#1028) Expected 1 space before ".="; 0 found
(#1028) Expected 1 space after ".="; 0 found
(#1028) Commas (,) must be followed by white space.
(#1028) Commas (,) must be followed by white space.
(#1028) Commas (,) must be followed by white space.
(#1028) Variable "H" must be all lower-case
(#1028) Commas (,) must be followed by white space.
(#1028) Commas (,) must be followed by white space.
(#1028) Commas (,) must be followed by white space.
(#1028) Variable "Gc" must be all lower-case
(#1028) Expected 1 space before "="; 0 found
(#1028) Expected 1 space after "="; 0 found
(#1028) Commas (,) must be followed by white space.
(#1028) Expected 1 space before "?"; 0 found
(#1028) Expected 1 space after "?"; 0 found
(#1028) Expected 1 space before ":"; 0 found
(#1028) Expected 1 space after ":"; 0 found
(#1028) Commas (,) must be followed by white space.
(#1028) Commas (,) must be followed by white space.
(#1028) Expected 1 space before "=>"; 0 found
(#1028) Expected 1 space after "=>"; 0 found
(#1028) Expected 1 space before "=>"; 0 found
(#1028) Expected 1 space after "=>"; 0 found
(#1028) Commas (,) must be followed by white space.
(#1028) Expected 1 space before "=>"; 0 found
(#1028) Expected 1 space after "=>"; 0 found
(#1028) Variable "H" must be all lower-case
(#1028) Commas (,) must be followed by white space.
(#1028) Expected 1 space before "=>"; 0 found
(#1028) Expected 1 space after "=>"; 0 found
(#1028) Commas (,) must be followed by white space.
(#1028) Expected "if (...) {\n"; found "if(...){"
(#1028) Variable "Gc" must be all lower-case
(#1028) Expected 1 space before "="; 0 found
(#1028) Expected 1 space after "="; 0 found
(#1028) Variable "php_errormsg" must not contain underscores.
(#1028) Line exceeds maximum limit of 180 characters; contains 457 characters
(#1028) Line exceeds maximum limit of 180 characters; contains 457 characters
(#1028) Line exceeds maximum limit of 180 characters; contains 457 characters
(#1028) Line exceeds maximum limit of 180 characters; contains 457 characters
(#1028) Line exceeds maximum limit of 180 characters; contains 457 characters
(#1028) Line exceeds maximum limit of 180 characters; contains 457 characters
(#1028) Line exceeds maximum limit of 180 characters; contains 457 characters
(#1028) Line exceeds maximum limit of 180 characters; contains 457 characters
(#1029) Line indented incorrectly; expected at least 64 spaces, found 0
(#1029) Closing brace must be on a line by itself
(#1029) Expected 1 space before "="; 0 found
(#1029) Expected 1 space after "="; 0 found
(#1029) Variable "Gc" must be all lower-case
(#1029) Expected "if (...) {\n"; found "if(...){"
(#1029) Expected 1 space before "="; 0 found
(#1029) Expected 1 space after "="; 0 found
(#1029) Expected 1 space before "="; 0 found
(#1029) Expected 1 space after "="; 0 found
(#1029) Line exceeds 132 characters; contains 135 characters
(#1029) Line exceeds 132 characters; contains 135 characters
(#1029) Line exceeds 132 characters; contains 135 characters
(#1029) Line exceeds 132 characters; contains 135 characters
(#1029) Line exceeds 132 characters; contains 135 characters
(#1029) Line exceeds 132 characters; contains 135 characters
(#1029) Line exceeds 132 characters; contains 135 characters
(#1029) Line exceeds 132 characters; contains 135 characters
(#1030) Line indented incorrectly; expected at least 64 spaces, found 0
(#1030) Closing brace must be on a line by itself
(#1030) Expected "if (...) {\n"; found "if(...){"
(#1030) Expected 1 space before "="; 0 found
(#1030) Expected 1 space after "="; 0 found
(#1030) Expected 1 space before "="; 0 found
(#1030) Expected 1 space after "="; 0 found
(#1031) Line indented incorrectly; expected at least 68 spaces, found 0
(#1031) Closing brace must be on a line by itself
(#1031) Expected 1 space before "="; 0 found
(#1031) Expected 1 space after "="; 0 found
(#1031) Expected 1 space before "="; 0 found
(#1031) Expected 1 space after "="; 0 found
(#1031) Expected 1 space before "?"; 0 found
(#1031) Expected 1 space after "?"; 0 found
(#1031) Expected 1 space before ":"; 0 found
(#1031) Expected 1 space after ":"; 0 found
(#1031) Closing brace must be on a line by itself
(#1032) Line indented incorrectly; expected at least 56 spaces, found 0
(#1032) Commas (,) must be followed by white space.
(#1032) Commas (,) must be followed by white space.
(#1032) Variable "F" must be all lower-case
(#1032) Commas (,) must be followed by white space.
(#1032) Expected 1 space after closing parenthesis; found 0
(#1032) Opening brace must be the last content on the line
(#1032) Variable "J" must be all lower-case
(#1032) Expected 1 space before "="; 0 found
(#1032) Expected 1 space after "="; 0 found
(#1032) Variable "Ig" must be all lower-case
(#1032) Expected 1 space before "="; 0 found
(#1032) Expected 1 space after "="; 0 found
(#1032) Expected 1 space before "?"; 0 found
(#1032) Expected 1 space after "?"; 0 found
(#1032) Expected 1 space before ":"; 0 found
(#1032) Expected 1 space after ":"; 0 found
(#1032) Expected 1 space before "="; 0 found
(#1032) Expected 1 space after "="; 0 found
(#1032) Commas (,) must be followed by white space.
(#1032) Variable "F" must be all lower-case
(#1032) Commas (,) must be followed by white space.
(#1032) Variable "B" must be all lower-case
(#1032) Expected 1 space before "?"; 0 found
(#1032) Expected 1 space after "?"; 0 found
(#1032) Variable "B" must be all lower-case
(#1032) Expected 1 space before ":"; 0 found
(#1032) Expected 1 space after ":"; 0 found
(#1032) Expected "do {\n...} while (...);\n"; found "do{...}while(...);"
(#1032) Expected 1 space before "="; 0 found
(#1032) Expected 1 space after "="; 0 found
(#1032) Commas (,) must be followed by white space.
(#1032) Variable "F" must be all lower-case
(#1032) Inline control structures are not allowed
(#1032) Inline control structures are not allowed
(#1032) Expected 1 space after "as"; 0 found
(#1032) Line exceeds maximum limit of 180 characters; contains 212 characters
(#1032) Line exceeds maximum limit of 180 characters; contains 212 characters
(#1032) Line exceeds maximum limit of 180 characters; contains 212 characters
(#1032) Line exceeds maximum limit of 180 characters; contains 212 characters
(#1032) Line exceeds maximum limit of 180 characters; contains 212 characters
(#1032) Line exceeds maximum limit of 180 characters; contains 212 characters
(#1032) Line exceeds maximum limit of 180 characters; contains 212 characters
(#1032) Line exceeds maximum limit of 180 characters; contains 212 characters
(#1033) Line indented incorrectly; expected at least 64 spaces, found 0
(#1033) Variable "J" must be all lower-case
(#1033) Expected 1 space before "="; 0 found
(#1033) Expected 1 space after "="; 0 found
(#1033) Expected "if (...) {\n"; found "if(...){"
(#1033) Variable "J" must be all lower-case
(#1033) Expected 1 space before ">="; 0 found
(#1033) Expected 1 space after ">="; 0 found
(#1033) Expected 1 space before "="; 0 found
(#1033) Expected 1 space after "="; 0 found
(#1033) Closing brace must be on a line by itself
(#1033) Inline control structures are not allowed
(#1033) Expected 1 space before "-"; 0 found
(#1033) Expected 1 space after "-"; 0 found
(#1033) Variable "Ig" must be all lower-case
(#1033) Expected 1 space before ">"; 0 found
(#1033) Expected 1 space after ">"; 0 found
(#1034) Line indented incorrectly; expected at least 64 spaces, found 0
(#1034) Variable "F" must be all lower-case
(#1034) Expected 1 space before "="; 0 found
(#1034) Expected 1 space after "="; 0 found
(#1034) Inline control structures are not allowed
(#1034) Variable "F" must be all lower-case
(#1034) Expected 1 space before "="; 0 found
(#1034) Expected 1 space after "="; 0 found
(#1034) Commas (,) must be followed by white space.
(#1034) Expected 1 space before "-"; 0 found
(#1034) Expected 1 space after "-"; 0 found
(#1034) Variable "J" must be all lower-case
(#1034) Commas (,) must be followed by white space.
(#1034) Variable "F" must be all lower-case
(#1034) Closing brace must be on a line by itself
(#1034) Variable "J" must be all lower-case
(#1034) Closing brace must be on a line by itself
(#1034) Expected 1 space before "="; 0 found
(#1034) Expected 1 space after "="; 0 found
(#1034) Variable "Se" must be all lower-case
(#1034) Expected 1 space before "="; 0 found
(#1034) Expected 1 space after "="; 0 found
(#1034) Commas (,) must be followed by white space.
(#1034) Commas (,) must be followed by white space.
(#1034) Commas (,) must be followed by white space.
(#1034) Commas (,) must be followed by white space.
(#1034) Commas (,) must be followed by white space.
(#1034) Commas (,) must be followed by white space.
(#1034) Commas (,) must be followed by white space.
(#1034) Commas (,) must be followed by white space.
(#1034) Commas (,) must be followed by white space.
(#1034) Commas (,) must be followed by white space.
(#1034) Commas (,) must be followed by white space.
(#1034) Variable "Tc" must be all lower-case
(#1034) Expected 1 space before "="; 0 found
(#1034) Expected 1 space after "="; 0 found
(#1034) Variable "Yc" must be all lower-case
(#1034) Expected 1 space before "="; 0 found
(#1034) Expected 1 space after "="; 0 found
(#1034) Expected 1 space before "="; 0 found
(#1034) Expected 1 space after "="; 0 found
(#1034) Closing brace must be on a line by itself
(#1034) Variable "Wb" must be all lower-case
(#1034) Expected 1 space before "="; 0 found
(#1034) Expected 1 space after "="; 0 found
(#1034) Expected "if (...) {\n"; found "if(...){"
(#1034) Variable "_f" must not contain underscores.
(#1034) Expected 1 space before "="; 0 found
(#1034) Expected 1 space after "="; 0 found
(#1034) Commas (,) must be followed by white space.
(#1034) Expected "if (...) {\n"; found "if(...){"
(#1034) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 248
(#1034) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1034) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1034) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1034) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1034) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1034) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1034) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1034) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1035) Line indented incorrectly; expected at least 48 spaces, found 0
(#1035) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1035) Scope modifier not specified for member variable "$extension"
(#1035) Expected 1 space before "="; 0 found
(#1035) Expected 1 space after "="; 0 found
(#1035) Commas (,) must be followed by white space.
(#1035) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1035) Scope modifier not specified for member variable "$error"
(#1035) Commas (,) must be followed by white space.
(#1035) Member variable "last_id" must not contain underscores.
(#1035) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1035) Scope modifier not specified for member variable "$last_id"
(#1035) Commas (,) must be followed by white space.
(#1035) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1035) Scope modifier not specified for member variable "$_link"
(#1035) Commas (,) must be followed by white space.
(#1035) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1035) Scope modifier not specified for member variable "$_db"
(#1035) Visibility must be declared on method "connect"
(#1036) Line indented incorrectly; expected at least 52 spaces, found 0
(#1036) Variable "N" must be all lower-case
(#1036) Commas (,) must be followed by white space.
(#1036) Variable "V" must be all lower-case
(#1036) Commas (,) must be followed by white space.
(#1036) Variable "G" must be all lower-case
(#1036) Expected 1 space after closing parenthesis; found 0
(#1036) Opening brace must be the last content on the line
(#1036) Expected 1 space before "="; 0 found
(#1036) Expected 1 space after "="; 0 found
(#1036) Variable "Ve" must be all lower-case
(#1036) Expected 1 space before "="; 0 found
(#1036) Expected 1 space after "="; 0 found
(#1036) Expected "if (...) {\n"; found "if(...){"
(#1036) Variable "V" must be all lower-case
(#1036) Expected 1 space before "!="; 0 found
(#1036) Expected 1 space after "!="; 0 found
(#1036) Variable "Ve" must be all lower-case
(#1036) Expected 1 space before "="; 0 found
(#1036) Expected 1 space after "="; 0 found
(#1036) Variable "V" must be all lower-case
(#1036) Variable "Ve" must be all lower-case
(#1036) Expected 1 space before "="; 0 found
(#1036) Expected 1 space after "="; 0 found
(#1036) Variable "G" must be all lower-case
(#1036) Closing brace must be on a line by itself
(#1036) Inline control structures are not allowed
(#1036) Expected 1 space before "!="; 0 found
(#1036) Expected 1 space after "!="; 0 found
(#1036) Variable "Ve" must be all lower-case
(#1036) Expected 1 space before "="; 0 found
(#1036) Expected 1 space after "="; 0 found
(#1036) Expected "try {\n...} catch (...) {\n"; found "try{...}catch(...){"
(#1036) Expected 1 space before "="; 0 found
(#1036) Expected 1 space after "="; 0 found
(#1036) Line exceeds 132 characters; contains 151 characters
(#1036) Line exceeds 132 characters; contains 151 characters
(#1036) Line exceeds 132 characters; contains 151 characters
(#1036) Line exceeds 132 characters; contains 151 characters
(#1036) Line exceeds 132 characters; contains 151 characters
(#1036) Line exceeds 132 characters; contains 151 characters
(#1036) Line exceeds 132 characters; contains 151 characters
(#1036) Line exceeds 132 characters; contains 151 characters
(#1037) Line indented incorrectly; expected at least 60 spaces, found 0
(#1037) Variable "N" must be all lower-case
(#1037) Commas (,) must be followed by white space.
(#1037) Variable "Ve" must be all lower-case
(#1038) Line indented incorrectly; expected at least 60 spaces, found 0
(#1038) Closing brace must be on a line by itself
(#1038) Expected 1 space before "="; 0 found
(#1038) Expected 1 space after "="; 0 found
(#1039) Line indented incorrectly; expected at least 56 spaces, found 0
(#1039) Closing brace must be on a line by itself
(#1039) Closing brace must be on a line by itself
(#1039) Visibility must be declared on method "query"
(#1040) Line indented incorrectly; expected at least 48 spaces, found 0
(#1040) Variable "H" must be all lower-case
(#1040) Expected 1 space after closing parenthesis; found 0
(#1040) Opening brace must be the last content on the line
(#1041) Line indented incorrectly; expected at least 52 spaces, found 0
(#1041) Closing brace must be on a line by itself
(#1041) Visibility must be declared on method "select_db"
(#1042) Line indented incorrectly; expected at least 56 spaces, found 0
(#1042) Expected 1 space after closing parenthesis; found 0
(#1042) Opening brace must be the last content on the line
(#1042) Expected "try {\n...} catch (...) {\n"; found "try{...}catch(...){"
(#1042) Expected 1 space before "="; 0 found
(#1042) Expected 1 space after "="; 0 found
(#1043) Line indented incorrectly; expected at least 64 spaces, found 0
(#1043) Closing brace must be on a line by itself
(#1043) Expected 1 space before "="; 0 found
(#1043) Expected 1 space after "="; 0 found
(#1044) Line indented incorrectly; expected at least 60 spaces, found 0
(#1044) Closing brace must be on a line by itself
(#1044) Closing brace must be on a line by itself
(#1044) Visibility must be declared on method "quote"
(#1045) Line indented incorrectly; expected at least 52 spaces, found 0
(#1045) Variable "P" must be all lower-case
(#1045) Expected 1 space after closing parenthesis; found 0
(#1045) Opening brace must be the last content on the line
(#1045) Variable "P" must be all lower-case
(#1045) Closing brace must be on a line by itself
(#1045) Closing brace must be on a line by itself
(#1045) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 219
(#1046) Line indented incorrectly; expected at least 64 spaces, found 0
(#1046) Member variable "num_rows" must not contain underscores.
(#1046) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1046) Scope modifier not specified for member variable "$num_rows"
(#1046) Commas (,) must be followed by white space.
(#1046) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1046) Scope modifier not specified for member variable "$_rows"
(#1046) Expected 1 space before "="; 0 found
(#1046) Expected 1 space after "="; 0 found
(#1046) Commas (,) must be followed by white space.
(#1046) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1046) Scope modifier not specified for member variable "$_offset"
(#1046) Expected 1 space before "="; 0 found
(#1046) Expected 1 space after "="; 0 found
(#1046) Commas (,) must be followed by white space.
(#1046) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1046) Scope modifier not specified for member variable "$_charset"
(#1046) Expected 1 space before "="; 0 found
(#1046) Expected 1 space after "="; 0 found
(#1046) Visibility must be declared on method "__construct"
(#1047) Line indented incorrectly; expected at least 68 spaces, found 0
(#1047) Variable "I" must be all lower-case
(#1047) Expected 1 space after closing parenthesis; found 0
(#1047) Opening brace must be the last content on the line
(#1047) Expected "foreach (...) {\n"; found "foreach(...){"
(#1047) Expected 1 space after "as"; 0 found
(#1047) Variable "I" must be all lower-case
(#1048) Line indented incorrectly; expected at least 72 spaces, found 0
(#1048) Variable "Dd" must be all lower-case
(#1048) Variable "K" must be all lower-case
(#1048) Expected 1 space before "="; 0 found
(#1048) Expected 1 space after "="; 0 found
(#1048) Expected "foreach (...) {\n"; found "foreach(...){"
(#1048) Expected 1 space before "=>"; 0 found
(#1048) Expected 1 space after "=>"; 0 found
(#1048) Expected 1 space after "as"; 0 found
(#1048) Variable "Dd" must be all lower-case
(#1049) Line indented incorrectly; expected at least 76 spaces, found 0
(#1049) Expected 1 space before "=>"; 0 found
(#1049) Expected 1 space after "=>"; 0 found
(#1049) Variable "X" must be all lower-case
(#1049) Inline control structures are not allowed
(#1049) Variable "X" must be all lower-case
(#1049) Commas (,) must be followed by white space.
(#1049) Expected 1 space before "="; 0 found
(#1049) Expected 1 space after "="; 0 found
(#1049) Variable "K" must be all lower-case
(#1049) Expected 1 space before "="; 0 found
(#1049) Expected 1 space after "="; 0 found
(#1049) Variable "X" must be all lower-case
(#1049) Commas (,) must be followed by white space.
(#1049) Expected 1 space before "?"; 0 found
(#1049) Expected 1 space after "?"; 0 found
(#1049) Variable "X" must be all lower-case
(#1049) Expected 1 space before ":"; 0 found
(#1049) Expected 1 space after ":"; 0 found
(#1049) Variable "X" must be all lower-case
(#1049) Commas (,) must be followed by white space.
(#1049) Expected 1 space before "?"; 0 found
(#1049) Expected 1 space after "?"; 0 found
(#1049) Commas (,) must be followed by white space.
(#1049) Variable "X" must be all lower-case
(#1049) Expected 1 space before ":"; 0 found
(#1049) Expected 1 space after ":"; 0 found
(#1049) Variable "X" must be all lower-case
(#1049) Commas (,) must be followed by white space.
(#1049) Expected 1 space before "?"; 0 found
(#1049) Expected 1 space after "?"; 0 found
(#1049) Variable "X" must be all lower-case
(#1049) Expected 1 space before ":"; 0 found
(#1049) Expected 1 space after ":"; 0 found
(#1049) Variable "X" must be all lower-case
(#1049) Commas (,) must be followed by white space.
(#1049) Expected 1 space before "?"; 0 found
(#1049) Expected 1 space after "?"; 0 found
(#1049) Variable "X" must be all lower-case
(#1049) Expected 1 space before ":"; 0 found
(#1049) Expected 1 space after ":"; 0 found
(#1049) Variable "X" must be all lower-case
(#1049) Expected 1 space before "?"; 0 found
(#1049) Expected 1 space after "?"; 0 found
(#1049) Variable "X" must be all lower-case
(#1049) Expected 1 space before ":"; 0 found
(#1049) Expected 1 space after ":"; 0 found
(#1049) Variable "X" must be all lower-case
(#1049) Closing brace must be on a line by itself
(#1049) Expected 1 space before "="; 0 found
(#1049) Expected 1 space after "="; 0 found
(#1049) Variable "K" must be all lower-case
(#1049) Expected "foreach (...) {\n"; found "foreach(...){"
(#1049) Expected 1 space before "=>"; 0 found
(#1049) Expected 1 space after "=>"; 0 found
(#1049) Expected 1 space after "as"; 0 found
(#1049) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1049) Variable "K" must be all lower-case
(#1049) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1049) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1049) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1049) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1049) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1049) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1049) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1050) Line indented incorrectly; expected at least 76 spaces, found 0
(#1050) Expected 1 space before "=>"; 0 found
(#1050) Expected 1 space after "=>"; 0 found
(#1050) Variable "X" must be all lower-case
(#1050) Inline control structures are not allowed
(#1050) Expected 1 space before "="; 0 found
(#1050) Expected 1 space after "="; 0 found
(#1050) Closing brace must be on a line by itself
(#1050) Closing brace must be on a line by itself
(#1050) Expected 1 space before "="; 0 found
(#1050) Expected 1 space after "="; 0 found
(#1050) Closing brace must be on a line by itself
(#1050) Visibility must be declared on method "fetch_assoc"
(#1051) Line indented incorrectly; expected at least 64 spaces, found 0
(#1051) Expected 1 space after closing parenthesis; found 0
(#1051) Opening brace must be the last content on the line
(#1051) Variable "K" must be all lower-case
(#1051) Expected 1 space before "="; 0 found
(#1051) Expected 1 space after "="; 0 found
(#1051) Inline control structures are not allowed
(#1051) Variable "K" must be all lower-case
(#1051) Variable "K" must be all lower-case
(#1051) Variable "J" must be all lower-case
(#1051) Expected 1 space before "="; 0 found
(#1051) Expected 1 space after "="; 0 found
(#1051) Inline control structures are not allowed
(#1051) Expected 1 space before "=>"; 0 found
(#1051) Expected 1 space after "=>"; 0 found
(#1051) Expected 1 space before "as"; 0 found
(#1051) Expected 1 space after "as"; 0 found
(#1051) Expected 1 space before "=>"; 0 found
(#1051) Expected 1 space after "=>"; 0 found
(#1051) Variable "X" must be all lower-case
(#1051) Variable "J" must be all lower-case
(#1051) Expected 1 space before "="; 0 found
(#1051) Expected 1 space after "="; 0 found
(#1051) Variable "K" must be all lower-case
(#1051) Variable "J" must be all lower-case
(#1051) Closing brace must be on a line by itself
(#1051) Line exceeds 132 characters; contains 149 characters
(#1051) Line exceeds 132 characters; contains 149 characters
(#1051) Line exceeds 132 characters; contains 149 characters
(#1051) Line exceeds 132 characters; contains 149 characters
(#1051) Line exceeds 132 characters; contains 149 characters
(#1051) Line exceeds 132 characters; contains 149 characters
(#1051) Line exceeds 132 characters; contains 149 characters
(#1051) Line exceeds 132 characters; contains 149 characters
(#1051) Visibility must be declared on method "fetch_row"
(#1052) Line indented incorrectly; expected at least 64 spaces, found 0
(#1052) Expected 1 space after closing parenthesis; found 0
(#1052) Opening brace must be the last content on the line
(#1052) Variable "J" must be all lower-case
(#1052) Expected 1 space before "="; 0 found
(#1052) Expected 1 space after "="; 0 found
(#1052) Inline control structures are not allowed
(#1052) Variable "J" must be all lower-case
(#1052) Variable "J" must be all lower-case
(#1053) Line indented incorrectly; expected at least 68 spaces, found 0
(#1053) Variable "J" must be all lower-case
(#1053) Closing brace must be on a line by itself
(#1053) Visibility must be declared on method "fetch_field"
(#1054) Line indented incorrectly; expected at least 64 spaces, found 0
(#1054) Expected 1 space after closing parenthesis; found 0
(#1054) Opening brace must be the last content on the line
(#1054) Variable "Jd" must be all lower-case
(#1054) Expected 1 space before "="; 0 found
(#1054) Expected 1 space after "="; 0 found
(#1054) Variable "C" must be all lower-case
(#1054) Expected 1 space before "="; 0 found
(#1054) Expected 1 space after "="; 0 found
(#1054) Variable "Jd" must be all lower-case
(#1054) Expected 1 space before "=>"; 0 found
(#1054) Expected 1 space after "=>"; 0 found
(#1054) Variable "C" must be all lower-case
(#1054) Commas (,) must be followed by white space.
(#1054) Expected 1 space before "=>"; 0 found
(#1054) Expected 1 space after "=>"; 0 found
(#1054) Variable "C" must be all lower-case
(#1054) Commas (,) must be followed by white space.
(#1054) Closing brace must be on a line by itself
(#1054) Closing brace must be on a line by itself
(#1054) Closing brace must be on a line by itself
(#1054) Line exceeds 132 characters; contains 145 characters
(#1054) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 258
(#1054) Line exceeds 132 characters; contains 145 characters
(#1054) Line exceeds 132 characters; contains 145 characters
(#1054) Line exceeds 132 characters; contains 145 characters
(#1054) Line exceeds 132 characters; contains 145 characters
(#1054) Line exceeds 132 characters; contains 145 characters
(#1054) Line exceeds 132 characters; contains 145 characters
(#1054) Line exceeds 132 characters; contains 145 characters
(#1055) Line indented incorrectly; expected at least 64 spaces, found 0
(#1056) Line indented incorrectly; expected at least 64 spaces, found 0
(#1057) Line indented incorrectly; expected at least 64 spaces, found 0
(#1057) Scope keyword "public" must be followed by a single space
(#1057) Member variable "Cf" must be all lower-case
(#1057) Expected 1 space before "="; 0 found
(#1057) Expected 1 space after "="; 0 found
(#1058) Line indented incorrectly; expected at least 68 spaces, found 0
(#1058) Variable "Q" must be all lower-case
(#1058) Commas (,) must be followed by white space.
(#1058) Variable "M" must be all lower-case
(#1058) Commas (,) must be followed by white space.
(#1058) Variable "Z" must be all lower-case
(#1058) Commas (,) must be followed by white space.
(#1058) Variable "Wc" must be all lower-case
(#1058) Commas (,) must be followed by white space.
(#1058) Variable "Xe" must be all lower-case
(#1058) Commas (,) must be followed by white space.
(#1058) Commas (,) must be followed by white space.
(#1058) Variable "E" must be all lower-case
(#1058) Commas (,) must be followed by white space.
(#1058) Variable "Ef" must be all lower-case
(#1058) Expected 1 space after closing parenthesis; found 0
(#1058) Opening brace must be the last content on the line
(#1058) Variable "M" must be all lower-case
(#1058) Expected 1 space before "="; 0 found
(#1058) Expected 1 space after "="; 0 found
(#1058) Variable "M" must be all lower-case
(#1058) Expected 1 space before "=="; 0 found
(#1058) Expected 1 space after "=="; 0 found
(#1058) Expected 1 space before "?"; 0 found
(#1058) Expected 1 space after "?"; 0 found
(#1058) Expected 1 space before ":"; 0 found
(#1058) Expected 1 space after ":"; 0 found
(#1058) Variable "M" must be all lower-case
(#1058) Commas (,) must be followed by white space.
(#1058) Variable "Dg" must be all lower-case
(#1058) Expected 1 space before "="; 0 found
(#1058) Expected 1 space after "="; 0 found
(#1058) Expected "foreach (...) {\n"; found "foreach(...){"
(#1058) Expected 1 space after "as"; 0 found
(#1058) Variable "Xe" must be all lower-case
(#1059) Line indented incorrectly; expected at least 72 spaces, found 0
(#1059) Variable "X" must be all lower-case
(#1059) Variable "X" must be all lower-case
(#1059) Expected 1 space before "="; 0 found
(#1059) Expected 1 space after "="; 0 found
(#1059) Commas (,) must be followed by white space.
(#1059) Commas (,) must be followed by white space.
(#1059) Variable "X" must be all lower-case
(#1059) Commas (,) must be followed by white space.
(#1059) Commas (,) must be followed by white space.
(#1059) Variable "Ab" must be all lower-case
(#1059) Variable "Dg" must be all lower-case
(#1059) Variable "X" must be all lower-case
(#1059) Expected 1 space before "="; 0 found
(#1059) Expected 1 space after "="; 0 found
(#1059) Variable "Ab" must be all lower-case
(#1059) Expected 1 space before "?"; 0 found
(#1059) Expected 1 space after "?"; 0 found
(#1059) Expected 1 space before ":"; 0 found
(#1059) Expected 1 space after ":"; 0 found
(#1059) Closing brace must be on a line by itself
(#1060) Line indented incorrectly; expected at least 72 spaces, found 0
(#1061) Line indented incorrectly; expected at least 72 spaces, found 0
(#1061) Variable "Q" must be all lower-case
(#1061) Commas (,) must be followed by white space.
(#1061) Variable "M" must be all lower-case
(#1061) Variable "Dg" must be all lower-case
(#1061) Variable "E" must be all lower-case
(#1061) Expected 1 space before "*"; 0 found
(#1061) Expected 1 space after "*"; 0 found
(#1061) Closing brace must be on a line by itself
(#1061) Visibility must be declared on method "insert"
(#1062) Line indented incorrectly; expected at least 64 spaces, found 0
(#1062) Variable "Q" must be all lower-case
(#1062) Commas (,) must be followed by white space.
(#1062) Variable "O" must be all lower-case
(#1062) Expected 1 space after closing parenthesis; found 0
(#1062) Opening brace must be the last content on the line
(#1062) Expected "try {\n...} catch (...) {\n"; found "try{...}catch(...){"
(#1062) Variable "J" must be all lower-case
(#1062) Expected 1 space before "="; 0 found
(#1062) Expected 1 space after "="; 0 found
(#1062) Variable "Q" must be all lower-case
(#1062) Variable "O" must be all lower-case
(#1062) Expected 1 space before "="; 0 found
(#1062) Expected 1 space after "="; 0 found
(#1062) Variable "J" must be all lower-case
(#1062) Expected 1 space before "="; 0 found
(#1062) Expected 1 space after "="; 0 found
(#1062) Variable "J" must be all lower-case
(#1062) Expected 1 space before "="; 0 found
(#1062) Expected 1 space after "="; 0 found
(#1062) Variable "O" must be all lower-case
(#1062) Variable "J" must be all lower-case
(#1062) Closing brace must be on a line by itself
(#1062) Expected 1 space before "="; 0 found
(#1062) Expected 1 space after "="; 0 found
(#1062) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1062) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1062) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1062) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1062) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1062) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1062) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1062) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1063) Line indented incorrectly; expected at least 72 spaces, found 0
(#1063) Closing brace must be on a line by itself
(#1063) Closing brace must be on a line by itself
(#1063) Closing brace must be on a line by itself
(#1064) Line indented incorrectly; expected at least 64 spaces, found 0
(#1064) Expected 1 space after closing parenthesis; found 0
(#1064) Opening brace must be the last content on the line
(#1064) Expected 1 space before "="; 0 found
(#1064) Expected 1 space after "="; 0 found
(#1065) Line indented incorrectly; expected at least 68 spaces, found 0
(#1065) Expected 1 space before "="; 0 found
(#1065) Expected 1 space after "="; 0 found
(#1065) Inline control structures are not allowed
(#1065) Commas (,) must be followed by white space.
(#1065) Commas (,) must be followed by white space.
(#1065) Closing brace must be on a line by itself
(#1066) Line indented incorrectly; expected at least 72 spaces, found 0
(#1066) Expected 1 space after closing parenthesis; found 0
(#1066) Opening brace must be the last content on the line
(#1067) Line indented incorrectly; expected at least 76 spaces, found 0
(#1067) Closing brace must be on a line by itself
(#1068) Line indented incorrectly; expected at least 68 spaces, found 0
(#1068) Expected 1 space after closing parenthesis; found 0
(#1068) Opening brace must be the last content on the line
(#1068) Expected 1 space before "="; 0 found
(#1068) Expected 1 space after "="; 0 found
(#1068) Closing brace must be on a line by itself
(#1069) Line indented incorrectly; expected at least 68 spaces, found 0
(#1069) Variable "Kc" must be all lower-case
(#1069) Expected 1 space after closing parenthesis; found 0
(#1069) Opening brace must be the last content on the line
(#1069) Variable "J" must be all lower-case
(#1069) Expected 1 space before "="; 0 found
(#1069) Expected 1 space after "="; 0 found
(#1069) Variable "Ib" must be all lower-case
(#1069) Expected 1 space before "="; 0 found
(#1069) Expected 1 space after "="; 0 found
(#1069) Inline control structures are not allowed
(#1069) Expected 1 space before "as"; 0 found
(#1069) Expected 1 space after "as"; 0 found
(#1069) Variable "Ib" must be all lower-case
(#1069) Variable "J" must be all lower-case
(#1069) Expected 1 space before "="; 0 found
(#1069) Expected 1 space after "="; 0 found
(#1069) Variable "J" must be all lower-case
(#1069) Closing brace must be on a line by itself
(#1070) Line indented incorrectly; expected at least 68 spaces, found 0
(#1070) Expected 1 space after closing parenthesis; found 0
(#1070) Opening brace must be the last content on the line
(#1071) Line indented incorrectly; expected at least 72 spaces, found 0
(#1071) Closing brace must be on a line by itself
(#1072) Line indented incorrectly; expected at least 68 spaces, found 0
(#1072) Commas (,) must be followed by white space.
(#1072) Closing brace must be on a line by itself
(#1073) Line indented incorrectly; expected at least 68 spaces, found 0
(#1073) Expected 1 space after closing parenthesis; found 0
(#1073) Opening brace must be the last content on the line
(#1073) Variable "J" must be all lower-case
(#1073) Expected 1 space before "="; 0 found
(#1073) Expected 1 space after "="; 0 found
(#1073) Inline control structures are not allowed
(#1073) Expected 1 space after "as"; 0 found
(#1074) Line indented incorrectly; expected at least 72 spaces, found 0
(#1074) Variable "J" must be all lower-case
(#1074) Expected 1 space before "="; 0 found
(#1074) Expected 1 space after "="; 0 found
(#1074) Variable "J" must be all lower-case
(#1074) Closing brace must be on a line by itself
(#1075) Line indented incorrectly; expected at least 68 spaces, found 0
(#1075) Expected 1 space after closing parenthesis; found 0
(#1075) Opening brace must be the last content on the line
(#1076) Line indented incorrectly; expected at least 72 spaces, found 0
(#1076) Commas (,) must be followed by white space.
(#1076) Closing brace must be on a line by itself
(#1077) Line indented incorrectly; expected at least 72 spaces, found 0
(#1077) Variable "C" must be all lower-case
(#1077) Commas (,) must be followed by white space.
(#1077) Variable "Dc" must be all lower-case
(#1077) Expected 1 space after closing parenthesis; found 0
(#1077) Opening brace must be the last content on the line
(#1077) Variable "J" must be all lower-case
(#1077) Expected 1 space before "="; 0 found
(#1077) Expected 1 space after "="; 0 found
(#1077) Expected "foreach (...) {\n"; found "foreach(...){"
(#1077) Expected 1 space before "=>"; 0 found
(#1077) Expected 1 space after "=>"; 0 found
(#1077) Expected 1 space before "as"; 0 found
(#1077) Expected 1 space after "as"; 0 found
(#1077) Variable "Q" must be all lower-case
(#1077) Expected 1 space before "=>"; 0 found
(#1077) Expected 1 space after "=>"; 0 found
(#1077) Variable "U" must be all lower-case
(#1077) Variable "J" must be all lower-case
(#1077) Variable "Q" must be all lower-case
(#1077) Expected 1 space before "="; 0 found
(#1077) Expected 1 space after "="; 0 found
(#1077) Expected 1 space before "=>"; 0 found
(#1077) Expected 1 space after "=>"; 0 found
(#1077) Variable "Q" must be all lower-case
(#1077) Inline control structures are not allowed
(#1077) Variable "C" must be all lower-case
(#1077) Expected 1 space before "=="; 0 found
(#1077) Expected 1 space after "=="; 0 found
(#1077) Variable "Q" must be all lower-case
(#1077) Variable "J" must be all lower-case
(#1077) Variable "Q" must be all lower-case
(#1077) Closing brace must be on a line by itself
(#1077) Variable "J" must be all lower-case
(#1077) Closing brace must be on a line by itself
(#1077) Line exceeds 132 characters; contains 139 characters
(#1077) Line exceeds 132 characters; contains 139 characters
(#1077) Line exceeds 132 characters; contains 139 characters
(#1077) Line exceeds 132 characters; contains 139 characters
(#1077) Line exceeds 132 characters; contains 139 characters
(#1077) Line exceeds 132 characters; contains 139 characters
(#1077) Line exceeds 132 characters; contains 139 characters
(#1077) Line exceeds 132 characters; contains 139 characters
(#1078) Line indented incorrectly; expected at least 72 spaces, found 0
(#1078) Closing brace must be on a line by itself
(#1079) Line indented incorrectly; expected at least 72 spaces, found 0
(#1079) Variable "R" must be all lower-case
(#1079) Closing brace must be on a line by itself
(#1080) Line indented incorrectly; expected at least 72 spaces, found 0
(#1080) Expected 1 space after closing parenthesis; found 0
(#1080) Opening brace must be the last content on the line
(#1080) Expected "foreach (...) {\n"; found "foreach(...){"
(#1080) Expected 1 space after "as"; 0 found
(#1081) Line indented incorrectly; expected at least 76 spaces, found 0
(#1081) Expected 1 space before "="; 0 found
(#1081) Expected 1 space after "="; 0 found
(#1081) Inline control structures are not allowed
(#1082) Line indented incorrectly; expected at least 80 spaces, found 0
(#1082) Closing brace must be on a line by itself
(#1083) Line indented incorrectly; expected at least 72 spaces, found 0
(#1083) Closing brace must be on a line by itself
(#1084) Line indented incorrectly; expected at least 72 spaces, found 0
(#1084) Variable "Q" must be all lower-case
(#1084) Commas (,) must be followed by white space.
(#1084) Expected 1 space after closing parenthesis; found 0
(#1084) Opening brace must be the last content on the line
(#1084) Variable "J" must be all lower-case
(#1084) Expected 1 space before "="; 0 found
(#1084) Expected 1 space after "="; 0 found
(#1084) Expected "foreach (...) {\n"; found "foreach(...){"
(#1084) Expected 1 space before "as"; 0 found
(#1084) Expected 1 space after "as"; 0 found
(#1084) Variable "Q" must be all lower-case
(#1084) Variable "Ob" must be all lower-case
(#1084) Expected 1 space before "="; 0 found
(#1084) Expected 1 space after "="; 0 found
(#1084) Inline control structures are not allowed
(#1084) Expected 1 space before "=>"; 0 found
(#1084) Expected 1 space after "=>"; 0 found
(#1084) Expected 1 space before "as"; 0 found
(#1084) Expected 1 space after "as"; 0 found
(#1084) Expected 1 space before "=>"; 0 found
(#1084) Expected 1 space after "=>"; 0 found
(#1084) Variable "U" must be all lower-case
(#1084) Variable "Ob" must be all lower-case
(#1084) Expected 1 space before "="; 0 found
(#1084) Expected 1 space after "="; 0 found
(#1084) Variable "U" must be all lower-case
(#1084) Expected 1 space before "=="; 0 found
(#1084) Expected 1 space after "=="; 0 found
(#1084) Expected 1 space before "?"; 0 found
(#1084) Expected 1 space after "?"; 0 found
(#1084) Expected 1 space before ":"; 0 found
(#1084) Expected 1 space after ":"; 0 found
(#1084) Variable "J" must be all lower-case
(#1084) Expected 1 space before "="; 0 found
(#1084) Expected 1 space after "="; 0 found
(#1084) Expected 1 space before "=>"; 0 found
(#1084) Expected 1 space after "=>"; 0 found
(#1084) Expected 1 space before "=="; 0 found
(#1084) Expected 1 space after "=="; 0 found
(#1084) Expected 1 space before "?"; 0 found
(#1084) Expected 1 space after "?"; 0 found
(#1084) Expected 1 space before ":"; 0 found
(#1084) Expected 1 space after ":"; 0 found
(#1084) Expected 1 space before "?"; 0 found
(#1084) Expected 1 space after "?"; 0 found
(#1084) Expected 1 space before ":"; 0 found
(#1084) Expected 1 space after ":"; 0 found
(#1084) Commas (,) must be followed by white space.
(#1084) Expected 1 space before "=>"; 0 found
(#1084) Expected 1 space after "=>"; 0 found
(#1084) Commas (,) must be followed by white space.
(#1084) Expected 1 space before "=>"; 0 found
(#1084) Expected 1 space after "=>"; 0 found
(#1084) Commas (,) must be followed by white space.
(#1084) Expected 1 space before "=>"; 0 found
(#1084) Expected 1 space after "=>"; 0 found
(#1084) Variable "Ob" must be all lower-case
(#1084) Commas (,) must be followed by white space.
(#1084) Closing brace must be on a line by itself
(#1084) Variable "J" must be all lower-case
(#1084) Closing brace must be on a line by itself
(#1084) Line exceeds maximum limit of 180 characters; contains 339 characters
(#1084) Line exceeds maximum limit of 180 characters; contains 339 characters
(#1084) Line exceeds maximum limit of 180 characters; contains 339 characters
(#1084) Line exceeds maximum limit of 180 characters; contains 339 characters
(#1084) Line exceeds maximum limit of 180 characters; contains 339 characters
(#1084) Line exceeds maximum limit of 180 characters; contains 339 characters
(#1084) Line exceeds maximum limit of 180 characters; contains 339 characters
(#1084) Line exceeds maximum limit of 180 characters; contains 339 characters
(#1085) Line indented incorrectly; expected at least 72 spaces, found 0
(#1085) Variable "Q" must be all lower-case
(#1085) Expected 1 space after closing parenthesis; found 0
(#1085) Opening brace must be the last content on the line
(#1086) Line indented incorrectly; expected at least 76 spaces, found 0
(#1086) Closing brace must be on a line by itself
(#1087) Line indented incorrectly; expected at least 72 spaces, found 0
(#1087) Closing brace must be on a line by itself
(#1088) Line indented incorrectly; expected at least 72 spaces, found 0
(#1088) Commas (,) must be followed by white space.
(#1088) Variable "J" must be all lower-case
(#1088) Expected 1 space after closing parenthesis; found 0
(#1088) Opening brace must be the last content on the line
(#1088) Variable "J" must be all lower-case
(#1088) Closing brace must be on a line by itself
(#1089) Line indented incorrectly; expected at least 72 spaces, found 0
(#1089) Variable "Q" must be all lower-case
(#1089) Expected 1 space after closing parenthesis; found 0
(#1089) Opening brace must be the last content on the line
(#1090) Line indented incorrectly; expected at least 76 spaces, found 0
(#1090) Closing brace must be on a line by itself
(#1091) Line indented incorrectly; expected at least 72 spaces, found 0
(#1091) Variable "R" must be all lower-case
(#1091) Closing brace must be on a line by itself
(#1092) Line indented incorrectly; expected at least 72 spaces, found 0
(#1092) Expected 1 space after closing parenthesis; found 0
(#1092) Opening brace must be the last content on the line
(#1093) Line indented incorrectly; expected at least 76 spaces, found 0
(#1093) Closing brace must be on a line by itself
(#1094) Line indented incorrectly; expected at least 72 spaces, found 0
(#1094) Variable "R" must be all lower-case
(#1094) Commas (,) must be followed by white space.
(#1094) Variable "Z" must be all lower-case
(#1094) Expected 1 space after closing parenthesis; found 0
(#1094) Opening brace must be the last content on the line
(#1094) Variable "Z" must be all lower-case
(#1094) Closing brace must be on a line by itself
(#1095) Line indented incorrectly; expected at least 72 spaces, found 0
(#1095) Variable "Q" must be all lower-case
(#1095) Commas (,) must be followed by white space.
(#1095) Variable "C" must be all lower-case
(#1095) Commas (,) must be followed by white space.
(#1095) Commas (,) must be followed by white space.
(#1095) Variable "Lc" must be all lower-case
(#1095) Commas (,) must be followed by white space.
(#1095) Commas (,) must be followed by white space.
(#1095) Commas (,) must be followed by white space.
(#1095) Commas (,) must be followed by white space.
(#1095) Variable "La" must be all lower-case
(#1095) Commas (,) must be followed by white space.
(#1095) Expected 1 space after closing parenthesis; found 0
(#1095) Opening brace must be the last content on the line
(#1095) Expected "if (...) {\n"; found "if(...){"
(#1095) Variable "Q" must be all lower-case
(#1095) Expected 1 space before "=="; 0 found
(#1095) Expected 1 space after "=="; 0 found
(#1095) Variable "C" must be all lower-case
(#1096) Line indented incorrectly; expected at least 80 spaces, found 0
(#1096) Closing brace must be on a line by itself
(#1096) Closing brace must be on a line by itself
(#1097) Line indented incorrectly; expected at least 72 spaces, found 0
(#1097) Variable "S" must be all lower-case
(#1097) Expected 1 space after closing parenthesis; found 0
(#1097) Opening brace must be the last content on the line
(#1097) Expected "foreach (...) {\n"; found "foreach(...){"
(#1097) Expected 1 space after "as"; 0 found
(#1097) Variable "S" must be all lower-case
(#1098) Line indented incorrectly; expected at least 76 spaces, found 0
(#1098) Variable "Q" must be all lower-case
(#1098) Expected 1 space before "="; 0 found
(#1098) Expected 1 space after "="; 0 found
(#1098) Variable "Q" must be all lower-case
(#1098) Inline control structures are not allowed
(#1099) Line indented incorrectly; expected at least 80 spaces, found 0
(#1099) Closing brace must be on a line by itself
(#1100) Line indented incorrectly; expected at least 72 spaces, found 0
(#1100) Closing brace must be on a line by itself
(#1101) Line indented incorrectly; expected at least 80 spaces, found 0
(#1101) Variable "S" must be all lower-case
(#1101) Expected 1 space after closing parenthesis; found 0
(#1101) Opening brace must be the last content on the line
(#1101) Expected "foreach (...) {\n"; found "foreach(...){"
(#1101) Expected 1 space after "as"; 0 found
(#1101) Variable "S" must be all lower-case
(#1102) Line indented incorrectly; expected at least 84 spaces, found 0
(#1102) Variable "Q" must be all lower-case
(#1102) Expected 1 space before "="; 0 found
(#1102) Expected 1 space after "="; 0 found
(#1102) Variable "Q" must be all lower-case
(#1102) Inline control structures are not allowed
(#1103) Line indented incorrectly; expected at least 88 spaces, found 0
(#1103) Closing brace must be on a line by itself
(#1104) Line indented incorrectly; expected at least 80 spaces, found 0
(#1104) Closing brace must be on a line by itself
(#1105) Line indented incorrectly; expected at least 72 spaces, found 0
(#1105) Variable "Q" must be all lower-case
(#1105) Commas (,) must be followed by white space.
(#1105) Expected 1 space after closing parenthesis; found 0
(#1105) Opening brace must be the last content on the line
(#1105) Expected "foreach (...) {\n"; found "foreach(...){"
(#1105) Expected 1 space after "as"; 0 found
(#1106) Line indented incorrectly; expected at least 76 spaces, found 0
(#1106) Variable "X" must be all lower-case
(#1106) Variable "U" must be all lower-case
(#1106) Commas (,) must be followed by white space.
(#1106) Variable "C" must be all lower-case
(#1106) Commas (,) must be followed by white space.
(#1106) Variable "O" must be all lower-case
(#1106) Expected 1 space before "="; 0 found
(#1106) Expected 1 space after "="; 0 found
(#1106) Variable "X" must be all lower-case
(#1106) Inline control structures are not allowed
(#1106) Variable "O" must be all lower-case
(#1106) Expected 1 space before "=="; 0 found
(#1106) Expected 1 space after "=="; 0 found
(#1106) Variable "J" must be all lower-case
(#1106) Expected 1 space before "="; 0 found
(#1106) Expected 1 space after "="; 0 found
(#1106) Expected 1 space before "=>"; 0 found
(#1106) Expected 1 space after "=>"; 0 found
(#1106) Variable "Q" must be all lower-case
(#1106) Commas (,) must be followed by white space.
(#1106) Expected 1 space before "=>"; 0 found
(#1106) Expected 1 space after "=>"; 0 found
(#1106) Variable "C" must be all lower-case
(#1106) Expected 1 space before "="; 0 found
(#1106) Expected 1 space after "="; 0 found
(#1106) Expected "foreach (...) {\n"; found "foreach(...){"
(#1106) Expected 1 space after "as"; 0 found
(#1106) Variable "O" must be all lower-case
(#1107) Line indented incorrectly; expected at least 84 spaces, found 0
(#1107) Expected 1 space before "="; 0 found
(#1107) Expected 1 space after "="; 0 found
(#1107) Commas (,) must be followed by white space.
(#1107) Commas (,) must be followed by white space.
(#1107) Commas (,) must be followed by white space.
(#1107) Commas (,) must be followed by white space.
(#1107) Variable "Ab" must be all lower-case
(#1107) Expected 1 space before "="; 0 found
(#1107) Expected 1 space after "="; 0 found
(#1107) Variable "Ab" must be all lower-case
(#1107) Expected 1 space before "?"; 0 found
(#1107) Expected 1 space after "?"; 0 found
(#1107) Expected 1 space before ":"; 0 found
(#1107) Expected 1 space after ":"; 0 found
(#1107) Closing brace must be on a line by itself
(#1107) Variable "J" must be all lower-case
(#1107) Expected 1 space before "="; 0 found
(#1107) Expected 1 space after "="; 0 found
(#1107) Variable "Q" must be all lower-case
(#1107) Commas (,) must be followed by white space.
(#1107) Expected 1 space before "=>"; 0 found
(#1107) Expected 1 space after "=>"; 0 found
(#1107) Variable "U" must be all lower-case
(#1107) Expected 1 space before "=="; 0 found
(#1107) Expected 1 space after "=="; 0 found
(#1107) Commas (,) must be followed by white space.
(#1107) Expected 1 space before "=>"; 0 found
(#1107) Expected 1 space after "=>"; 0 found
(#1107) Variable "C" must be all lower-case
(#1107) Commas (,) must be followed by white space.
(#1107) Closing brace must be on a line by itself
(#1107) Expected "if (...) {\n"; found "if(...){"
(#1107) Variable "J" must be all lower-case
(#1107) Expected 1 space before "="; 0 found
(#1107) Expected 1 space after "="; 0 found
(#1107) Variable "J" must be all lower-case
(#1107) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1107) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1107) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1107) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1107) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1107) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1107) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1107) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1108) Line indented incorrectly; expected at least 80 spaces, found 0
(#1108) Closing brace must be on a line by itself
(#1108) Closing brace must be on a line by itself
(#1109) Line indented incorrectly; expected at least 72 spaces, found 0
(#1109) Closing brace must be on a line by itself
(#1110) Line indented incorrectly; expected at least 80 spaces, found 0
(#1110) Expected 1 space after closing parenthesis; found 0
(#1110) Opening brace must be the last content on the line
(#1110) Closing brace must be on a line by itself
(#1111) Line indented incorrectly; expected at least 80 spaces, found 0
(#1111) Expected 1 space after closing parenthesis; found 0
(#1111) Opening brace must be the last content on the line
(#1111) Closing brace must be on a line by itself
(#1112) Line indented incorrectly; expected at least 80 spaces, found 0
(#1112) Expected 1 space after closing parenthesis; found 0
(#1112) Opening brace must be the last content on the line
(#1112) Closing brace must be on a line by itself
(#1113) Line indented incorrectly; expected at least 80 spaces, found 0
(#1113) Variable "Ec" must be all lower-case
(#1113) Expected 1 space after closing parenthesis; found 0
(#1113) Opening brace must be the last content on the line
(#1114) Line indented incorrectly; expected at least 84 spaces, found 0
(#1114) Commas (,) must be followed by white space.
(#1114) Variable "Ec" must be all lower-case
(#1114) Closing brace must be on a line by itself
(#1114) Expected 1 space before "="; 0 found
(#1114) Expected 1 space after "="; 0 found
(#1114) Variable "Se" must be all lower-case
(#1114) Expected 1 space before "="; 0 found
(#1114) Expected 1 space after "="; 0 found
(#1114) Variable "Tc" must be all lower-case
(#1114) Expected 1 space before "="; 0 found
(#1114) Expected 1 space after "="; 0 found
(#1114) Variable "Yc" must be all lower-case
(#1114) Expected 1 space before "="; 0 found
(#1114) Expected 1 space after "="; 0 found
(#1114) Expected 1 space before "="; 0 found
(#1114) Expected 1 space after "="; 0 found
(#1114) Closing brace must be on a line by itself
(#1114) Variable "Wb" must be all lower-case
(#1114) Expected 1 space before "="; 0 found
(#1114) Expected 1 space after "="; 0 found
(#1114) Expected "if (...) {\n"; found "if(...){"
(#1114) Variable "_f" must not contain underscores.
(#1114) Expected 1 space before "="; 0 found
(#1114) Expected 1 space after "="; 0 found
(#1114) Commas (,) must be followed by white space.
(#1114) Expected "if (...) {\n"; found "if(...){"
(#1114) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 248
(#1114) Line exceeds maximum limit of 180 characters; contains 265 characters
(#1114) Line exceeds maximum limit of 180 characters; contains 265 characters
(#1114) Line exceeds maximum limit of 180 characters; contains 265 characters
(#1114) Line exceeds maximum limit of 180 characters; contains 265 characters
(#1114) Line exceeds maximum limit of 180 characters; contains 265 characters
(#1114) Line exceeds maximum limit of 180 characters; contains 265 characters
(#1114) Line exceeds maximum limit of 180 characters; contains 265 characters
(#1114) Line exceeds maximum limit of 180 characters; contains 265 characters
(#1115) Line indented incorrectly; expected at least 72 spaces, found 0
(#1115) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1115) Scope modifier not specified for member variable "$extension"
(#1115) Expected 1 space before "="; 0 found
(#1115) Expected 1 space after "="; 0 found
(#1115) Commas (,) must be followed by white space.
(#1115) Member variable "server_info" must not contain underscores.
(#1115) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1115) Scope modifier not specified for member variable "$server_info"
(#1115) Commas (,) must be followed by white space.
(#1115) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1115) Scope modifier not specified for member variable "$errno"
(#1115) Commas (,) must be followed by white space.
(#1115) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1115) Scope modifier not specified for member variable "$error"
(#1115) Commas (,) must be followed by white space.
(#1115) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1115) Scope modifier not specified for member variable "$_url"
(#1115) method name "Min_DB::rootQuery" must be in lower-case letters only
(#1115) Visibility must be declared on method "rootQuery"
(#1116) Line indented incorrectly; expected at least 76 spaces, found 0
(#1116) Commas (,) must be followed by white space.
(#1116) Commas (,) must be followed by white space.
(#1116) Expected 1 space after closing parenthesis; found 0
(#1116) Opening brace must be the last content on the line
(#1116) Commas (,) must be followed by white space.
(#1116) Variable "Gc" must be all lower-case
(#1116) Expected 1 space before "="; 0 found
(#1116) Expected 1 space after "="; 0 found
(#1116) Commas (,) must be followed by white space.
(#1116) Commas (,) must be followed by white space.
(#1116) Commas (,) must be followed by white space.
(#1116) Expected 1 space before "=>"; 0 found
(#1116) Expected 1 space after "=>"; 0 found
(#1116) Expected 1 space before "=>"; 0 found
(#1116) Expected 1 space after "=>"; 0 found
(#1116) Commas (,) must be followed by white space.
(#1116) Expected 1 space before "=>"; 0 found
(#1116) Expected 1 space after "=>"; 0 found
(#1116) Commas (,) must be followed by white space.
(#1116) Expected 1 space before "=>"; 0 found
(#1116) Expected 1 space after "=>"; 0 found
(#1116) Commas (,) must be followed by white space.
(#1116) Expected "if (...) {\n"; found "if(...){"
(#1116) Variable "Gc" must be all lower-case
(#1116) Expected 1 space before "="; 0 found
(#1116) Expected 1 space after "="; 0 found
(#1116) Variable "php_errormsg" must not contain underscores.
(#1116) Variable "Gc" must be all lower-case
(#1116) Closing brace must be on a line by itself
(#1116) Expected "if (...) {\n"; found "if(...){"
(#1116) Commas (,) must be followed by white space.
(#1116) Expected 1 space before "="; 0 found
(#1116) Expected 1 space after "="; 0 found
(#1116) Variable "Gc" must be all lower-case
(#1116) Line exceeds maximum limit of 180 characters; contains 365 characters
(#1116) Line exceeds maximum limit of 180 characters; contains 365 characters
(#1116) Line exceeds maximum limit of 180 characters; contains 365 characters
(#1116) Line exceeds maximum limit of 180 characters; contains 365 characters
(#1116) Line exceeds maximum limit of 180 characters; contains 365 characters
(#1116) Line exceeds maximum limit of 180 characters; contains 365 characters
(#1116) Line exceeds maximum limit of 180 characters; contains 365 characters
(#1116) Line exceeds maximum limit of 180 characters; contains 365 characters
(#1117) Line indented incorrectly; expected at least 84 spaces, found 0
(#1117) Closing brace must be on a line by itself
(#1117) Variable "J" must be all lower-case
(#1117) Expected 1 space before "="; 0 found
(#1117) Expected 1 space after "="; 0 found
(#1117) Variable "Gc" must be all lower-case
(#1117) Commas (,) must be followed by white space.
(#1117) Expected "if (...) {\n"; found "if(...){"
(#1117) Variable "J" must be all lower-case
(#1117) Expected 1 space before "==="; 0 found
(#1117) Expected 1 space after "==="; 0 found
(#1117) Expected 1 space before "="; 0 found
(#1117) Expected 1 space after "="; 0 found
(#1117) Inline control structures are not allowed
(#1117) Expected 1 space before "="; 0 found
(#1117) Expected 1 space after "="; 0 found
(#1117) Expected 1 space before "="; 0 found
(#1117) Expected 1 space after "="; 0 found
(#1117) Expected "foreach (...) {\n"; found "foreach(...){"
(#1117) Expected 1 space before "=>"; 0 found
(#1117) Expected 1 space after "=>"; 0 found
(#1117) Expected 1 space before "as"; 0 found
(#1117) Expected 1 space after "as"; 0 found
(#1117) Variable "C" must be all lower-case
(#1117) Expected 1 space before "=>"; 0 found
(#1117) Expected 1 space after "=>"; 0 found
(#1117) Variable "Y" must be all lower-case
(#1117) Expected "if (...) {\n"; found "if(...){"
(#1117) Variable "Y" must be all lower-case
(#1117) Expected 1 space before "=="; 0 found
(#1117) Expected 1 space after "=="; 0 found
(#1117) Commas (,) must be followed by white space.
(#1117) Variable "C" must be all lower-case
(#1117) Expected 1 space before "="; 0 found
(#1117) Expected 1 space after "="; 0 found
(#1117) Variable "C" must be all lower-case
(#1117) Closing brace must be on a line by itself
(#1117) Closing brace must be on a line by itself
(#1117) Closing brace must be on a line by itself
(#1117) Closing brace must be on a line by itself
(#1117) Variable "J" must be all lower-case
(#1117) Closing brace must be on a line by itself
(#1117) Line exceeds maximum limit of 180 characters; contains 318 characters
(#1117) Visibility must be declared on method "query"
(#1117) Line exceeds maximum limit of 180 characters; contains 318 characters
(#1117) Line exceeds maximum limit of 180 characters; contains 318 characters
(#1117) Line exceeds maximum limit of 180 characters; contains 318 characters
(#1117) Line exceeds maximum limit of 180 characters; contains 318 characters
(#1117) Line exceeds maximum limit of 180 characters; contains 318 characters
(#1117) Line exceeds maximum limit of 180 characters; contains 318 characters
(#1117) Line exceeds maximum limit of 180 characters; contains 318 characters
(#1118) Line indented incorrectly; expected at least 72 spaces, found 0
(#1118) Commas (,) must be followed by white space.
(#1118) Commas (,) must be followed by white space.
(#1118) Expected 1 space after closing parenthesis; found 0
(#1118) Opening brace must be the last content on the line
(#1118) Expected 1 space before "!="; 0 found
(#1118) Expected 1 space after "!="; 0 found
(#1118) Expected 1 space before "?"; 0 found
(#1118) Expected 1 space after "?"; 0 found
(#1118) Expected 1 space before ":"; 0 found
(#1118) Expected 1 space after ":"; 0 found
(#1118) Commas (,) must be followed by white space.
(#1118) Commas (,) must be followed by white space.
(#1118) Commas (,) must be followed by white space.
(#1118) Closing brace must be on a line by itself
(#1118) Visibility must be declared on method "connect"
(#1119) Line indented incorrectly; expected at least 72 spaces, found 0
(#1119) Variable "N" must be all lower-case
(#1119) Commas (,) must be followed by white space.
(#1119) Variable "V" must be all lower-case
(#1119) Commas (,) must be followed by white space.
(#1119) Variable "G" must be all lower-case
(#1119) Expected 1 space after closing parenthesis; found 0
(#1119) Opening brace must be the last content on the line
(#1119) Expected 1 space before "="; 0 found
(#1119) Expected 1 space after "="; 0 found
(#1119) Variable "V" must be all lower-case
(#1119) Variable "J" must be all lower-case
(#1119) Expected 1 space before "="; 0 found
(#1119) Expected 1 space after "="; 0 found
(#1119) Inline control structures are not allowed
(#1119) Variable "J" must be all lower-case
(#1119) Expected 1 space before "="; 0 found
(#1119) Expected 1 space after "="; 0 found
(#1119) Variable "J" must be all lower-case
(#1119) Variable "J" must be all lower-case
(#1119) Closing brace must be on a line by itself
(#1119) Line exceeds 132 characters; contains 142 characters
(#1119) Line exceeds 132 characters; contains 142 characters
(#1119) Line exceeds 132 characters; contains 142 characters
(#1119) Line exceeds 132 characters; contains 142 characters
(#1119) Line exceeds 132 characters; contains 142 characters
(#1119) Line exceeds 132 characters; contains 142 characters
(#1119) Line exceeds 132 characters; contains 142 characters
(#1119) Line exceeds 132 characters; contains 142 characters
(#1119) Visibility must be declared on method "select_db"
(#1120) Line indented incorrectly; expected at least 72 spaces, found 0
(#1120) Expected 1 space after closing parenthesis; found 0
(#1120) Opening brace must be the last content on the line
(#1120) Expected 1 space before "="; 0 found
(#1120) Expected 1 space after "="; 0 found
(#1121) Line indented incorrectly; expected at least 76 spaces, found 0
(#1121) Closing brace must be on a line by itself
(#1121) Visibility must be declared on method "quote"
(#1122) Line indented incorrectly; expected at least 72 spaces, found 0
(#1122) Variable "P" must be all lower-case
(#1122) Expected 1 space after closing parenthesis; found 0
(#1122) Opening brace must be the last content on the line
(#1122) Variable "P" must be all lower-case
(#1122) Closing brace must be on a line by itself
(#1122) Closing brace must be on a line by itself
(#1122) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 219
(#1123) Line indented incorrectly; expected at least 84 spaces, found 0
(#1123) Member variable "num_rows" must not contain underscores.
(#1123) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1123) Scope modifier not specified for member variable "$num_rows"
(#1123) Commas (,) must be followed by white space.
(#1123) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1123) Scope modifier not specified for member variable "$_rows"
(#1123) Visibility must be declared on method "__construct"
(#1124) Line indented incorrectly; expected at least 88 spaces, found 0
(#1124) Variable "L" must be all lower-case
(#1124) Expected 1 space after closing parenthesis; found 0
(#1124) Opening brace must be the last content on the line
(#1124) Expected 1 space before "="; 0 found
(#1124) Expected 1 space after "="; 0 found
(#1124) Expected 1 space before "="; 0 found
(#1124) Expected 1 space after "="; 0 found
(#1124) Variable "L" must be all lower-case
(#1124) Closing brace must be on a line by itself
(#1124) Visibility must be declared on method "fetch_assoc"
(#1125) Line indented incorrectly; expected at least 88 spaces, found 0
(#1125) Expected 1 space after closing parenthesis; found 0
(#1125) Opening brace must be the last content on the line
(#1125) Variable "J" must be all lower-case
(#1125) Expected 1 space before "="; 0 found
(#1125) Expected 1 space after "="; 0 found
(#1125) Variable "J" must be all lower-case
(#1125) Closing brace must be on a line by itself
(#1125) Visibility must be declared on method "fetch_row"
(#1126) Line indented incorrectly; expected at least 88 spaces, found 0
(#1126) Expected 1 space after closing parenthesis; found 0
(#1126) Opening brace must be the last content on the line
(#1127) Line indented incorrectly; expected at least 92 spaces, found 0
(#1127) Closing brace must be on a line by itself
(#1127) Closing brace must be on a line by itself
(#1127) Closing brace must be on a line by itself
(#1127) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 258
(#1128) Line indented incorrectly; expected at least 84 spaces, found 0
(#1129) Line indented incorrectly; expected at least 84 spaces, found 0
(#1130) Line indented incorrectly; expected at least 84 spaces, found 0
(#1130) Visibility must be declared on method "select"
(#1131) Line indented incorrectly; expected at least 88 spaces, found 0
(#1131) Variable "Q" must be all lower-case
(#1131) Commas (,) must be followed by white space.
(#1131) Variable "M" must be all lower-case
(#1131) Commas (,) must be followed by white space.
(#1131) Variable "Z" must be all lower-case
(#1131) Commas (,) must be followed by white space.
(#1131) Variable "Wc" must be all lower-case
(#1131) Commas (,) must be followed by white space.
(#1131) Variable "Xe" must be all lower-case
(#1131) Commas (,) must be followed by white space.
(#1131) Commas (,) must be followed by white space.
(#1131) Variable "E" must be all lower-case
(#1131) Commas (,) must be followed by white space.
(#1131) Variable "Ef" must be all lower-case
(#1131) Expected 1 space after closing parenthesis; found 0
(#1131) Opening brace must be the last content on the line
(#1131) Variable "Eb" must be all lower-case
(#1131) Expected 1 space before "="; 0 found
(#1131) Expected 1 space after "="; 0 found
(#1131) Variable "H" must be all lower-case
(#1131) Expected 1 space before "="; 0 found
(#1131) Expected 1 space after "="; 0 found
(#1131) Variable "Q" must be all lower-case
(#1131) Inline control structures are not allowed
(#1131) Variable "M" must be all lower-case
(#1131) Expected 1 space before "!="; 0 found
(#1131) Expected 1 space after "!="; 0 found
(#1131) Variable "Eb" must be all lower-case
(#1131) Expected 1 space before "="; 0 found
(#1131) Expected 1 space after "="; 0 found
(#1131) Variable "M" must be all lower-case
(#1131) Expected "if (...) {\n"; found "if(...){"
(#1131) Variable "Xe" must be all lower-case
(#1131) Variable "Dg" must be all lower-case
(#1131) Expected 1 space before "="; 0 found
(#1131) Expected 1 space after "="; 0 found
(#1131) Expected "foreach (...) {\n"; found "foreach(...){"
(#1131) Expected 1 space after "as"; 0 found
(#1131) Line exceeds 132 characters; contains 156 characters
(#1131) Line exceeds 132 characters; contains 156 characters
(#1131) Line exceeds 132 characters; contains 156 characters
(#1131) Line exceeds 132 characters; contains 156 characters
(#1131) Line exceeds 132 characters; contains 156 characters
(#1131) Line exceeds 132 characters; contains 156 characters
(#1131) Line exceeds 132 characters; contains 156 characters
(#1131) Line exceeds 132 characters; contains 156 characters
(#1131) Variable "Xe" must be all lower-case
(#1132) Line indented incorrectly; expected at least 96 spaces, found 0
(#1132) Expected 1 space before "="; 0 found
(#1132) Expected 1 space after "="; 0 found
(#1132) Commas (,) must be followed by white space.
(#1132) Commas (,) must be followed by white space.
(#1132) Commas (,) must be followed by white space.
(#1132) Commas (,) must be followed by white space.
(#1132) Variable "Ab" must be all lower-case
(#1132) Variable "Dg" must be all lower-case
(#1132) Expected 1 space before "="; 0 found
(#1132) Expected 1 space after "="; 0 found
(#1132) Variable "Ab" must be all lower-case
(#1132) Expected 1 space before "?"; 0 found
(#1132) Expected 1 space after "?"; 0 found
(#1132) Expected 1 space before "=>"; 0 found
(#1132) Expected 1 space after "=>"; 0 found
(#1132) Expected 1 space before ":"; 0 found
(#1132) Expected 1 space after ":"; 0 found
(#1132) Closing brace must be on a line by itself
(#1132) Variable "Eb" must be all lower-case
(#1132) Expected 1 space before "="; 0 found
(#1132) Expected 1 space after "="; 0 found
(#1132) Variable "Dg" must be all lower-case
(#1132) Closing brace must be on a line by itself
(#1132) Expected "if (...) {\n"; found "if(...){"
(#1132) Variable "Eb" must be all lower-case
(#1132) Expected 1 space before "="; 0 found
(#1132) Expected 1 space after "="; 0 found
(#1132) Inline control structures are not allowed
(#1132) Variable "E" must be all lower-case
(#1132) Variable "Eb" must be all lower-case
(#1132) Expected 1 space before "="; 0 found
(#1132) Expected 1 space after "="; 0 found
(#1132) Variable "E" must be all lower-case
(#1132) Expected 1 space before "*"; 0 found
(#1132) Expected 1 space after "*"; 0 found
(#1132) Closing brace must be on a line by itself
(#1132) Expected "foreach (...) {\n"; found "foreach(...){"
(#1132) Expected 1 space after "as"; 0 found
(#1132) Line exceeds 132 characters; contains 162 characters
(#1132) Line exceeds 132 characters; contains 162 characters
(#1132) Line exceeds 132 characters; contains 162 characters
(#1132) Line exceeds 132 characters; contains 162 characters
(#1132) Line exceeds 132 characters; contains 162 characters
(#1132) Line exceeds 132 characters; contains 162 characters
(#1132) Line exceeds 132 characters; contains 162 characters
(#1132) Line exceeds 132 characters; contains 162 characters
(#1132) Variable "Z" must be all lower-case
(#1133) Line indented incorrectly; expected at least 88 spaces, found 0
(#1133) Variable "X" must be all lower-case
(#1133) Commas (,) must be followed by white space.
(#1133) Variable "Qe" must be all lower-case
(#1133) Commas (,) must be followed by white space.
(#1133) Variable "X" must be all lower-case
(#1133) Expected 1 space before "="; 0 found
(#1133) Expected 1 space after "="; 0 found
(#1133) Commas (,) must be followed by white space.
(#1133) Variable "X" must be all lower-case
(#1133) Commas (,) must be followed by white space.
(#1133) Inline control structures are not allowed
(#1133) Expected 1 space before "=="; 0 found
(#1133) Expected 1 space after "=="; 0 found
(#1133) Variable "Eb" must be all lower-case
(#1133) Expected 1 space before "="; 0 found
(#1133) Expected 1 space after "="; 0 found
(#1133) Variable "X" must be all lower-case
(#1133) Usage of ELSEIF not allowed; use ELSE IF instead
(#1133) Variable "X" must be all lower-case
(#1133) Expected 1 space before "!="; 0 found
(#1133) Expected 1 space after "!="; 0 found
(#1133) Expected 1 space before "="; 0 found
(#1133) Expected 1 space after "="; 0 found
(#1133) Expected 1 space before "=>"; 0 found
(#1133) Expected 1 space after "=>"; 0 found
(#1133) Expected 1 space before "!="; 0 found
(#1133) Expected 1 space after "!="; 0 found
(#1133) Expected 1 space before "?"; 0 found
(#1133) Expected 1 space after "?"; 0 found
(#1133) Expected 1 space before ":"; 0 found
(#1133) Expected 1 space after ":"; 0 found
(#1133) Expected 1 space before "=>"; 0 found
(#1133) Expected 1 space after "=>"; 0 found
(#1133) Variable "X" must be all lower-case
(#1133) Inline control structures are not allowed
(#1133) Variable "Qe" must be all lower-case
(#1133) Expected 1 space before "=="; 0 found
(#1133) Expected 1 space after "=="; 0 found
(#1133) Variable "Eb" must be all lower-case
(#1133) Expected 1 space before "="; 0 found
(#1133) Expected 1 space after "="; 0 found
(#1133) Inline control structures are not allowed
(#1133) Variable "Eb" must be all lower-case
(#1133) Expected 1 space before "="; 0 found
(#1133) Expected 1 space after "="; 0 found
(#1133) Closing brace must be on a line by itself
(#1133) Closing brace must be on a line by itself
(#1133) Inline control structures are not allowed
(#1133) Variable "Eb" must be all lower-case
(#1133) Variable "Eb" must be all lower-case
(#1133) Variable "Eb" must be all lower-case
(#1133) Variable "Eb" must be all lower-case
(#1133) Expected 1 space before "="; 0 found
(#1133) Expected 1 space after "="; 0 found
(#1133) Expected 1 space before "=>"; 0 found
(#1133) Expected 1 space after "=>"; 0 found
(#1133) Variable "Ig" must be all lower-case
(#1133) Expected 1 space before "="; 0 found
(#1133) Expected 1 space after "="; 0 found
(#1133) Expected 1 space before "="; 0 found
(#1133) Expected 1 space after "="; 0 found
(#1133) Variable "H" must be all lower-case
(#1133) Commas (,) must be followed by white space.
(#1133) Variable "Eb" must be all lower-case
(#1133) Inline control structures are not allowed
(#1133) Variable "Ef" must be all lower-case
(#1133) Variable "H" must be all lower-case
(#1133) The use of function print_r() is forbidden
(#1133) Variable "Eb" must be all lower-case
(#1133) Commas (,) must be followed by white space.
(#1133) Commas (,) must be followed by white space.
(#1133) Variable "Ig" must be all lower-case
(#1133) Inline control structures are not allowed
(#1133) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1133) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1133) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1133) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1133) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1133) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1133) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1133) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1134) Line indented incorrectly; expected at least 88 spaces, found 0
(#1134) Variable "J" must be all lower-case
(#1134) Expected 1 space before "="; 0 found
(#1134) Expected 1 space after "="; 0 found
(#1134) Expected "foreach (...) {\n"; found "foreach(...){"
(#1134) Expected 1 space before "as"; 0 found
(#1134) Expected 1 space after "as"; 0 found
(#1134) Variable "K" must be all lower-case
(#1134) Expected 1 space before "="; 0 found
(#1134) Expected 1 space after "="; 0 found
(#1134) Inline control structures are not allowed
(#1134) Variable "M" must be all lower-case
(#1134) Expected 1 space before "=="; 0 found
(#1134) Expected 1 space after "=="; 0 found
(#1134) Variable "K" must be all lower-case
(#1134) Expected 1 space before "="; 0 found
(#1134) Expected 1 space after "="; 0 found
(#1134) Expected 1 space before "="; 0 found
(#1134) Expected 1 space after "="; 0 found
(#1134) Expected "if (...) {\n"; found "if(...){"
(#1134) Variable "M" must be all lower-case
(#1134) Expected 1 space before "!="; 0 found
(#1134) Expected 1 space after "!="; 0 found
(#1134) Expected 1 space before "="; 0 found
(#1134) Expected 1 space after "="; 0 found
(#1134) Inline control structures are not allowed
(#1134) Expected 1 space after "as"; 0 found
(#1134) Line exceeds 132 characters; contains 159 characters
(#1134) Line exceeds 132 characters; contains 159 characters
(#1134) Line exceeds 132 characters; contains 159 characters
(#1134) Line exceeds 132 characters; contains 159 characters
(#1134) Line exceeds 132 characters; contains 159 characters
(#1134) Line exceeds 132 characters; contains 159 characters
(#1134) Line exceeds 132 characters; contains 159 characters
(#1134) Line exceeds 132 characters; contains 159 characters
(#1134) Variable "M" must be all lower-case
(#1135) Line indented incorrectly; expected at least 96 spaces, found 0
(#1135) Expected 1 space before "="; 0 found
(#1135) Expected 1 space after "="; 0 found
(#1135) Closing brace must be on a line by itself
(#1135) Expected "foreach (...) {\n"; found "foreach(...){"
(#1135) Expected 1 space before "=>"; 0 found
(#1135) Expected 1 space after "=>"; 0 found
(#1135) Expected 1 space after "as"; 0 found
(#1136) Line indented incorrectly; expected at least 88 spaces, found 0
(#1136) Expected 1 space before "=>"; 0 found
(#1136) Expected 1 space after "=>"; 0 found
(#1136) Variable "X" must be all lower-case
(#1136) Inline control structures are not allowed
(#1136) Variable "Eb" must be all lower-case
(#1136) Variable "X" must be all lower-case
(#1136) Expected 1 space before "="; 0 found
(#1136) Expected 1 space after "="; 0 found
(#1136) Variable "X" must be all lower-case
(#1136) Variable "K" must be all lower-case
(#1136) Expected 1 space before "="; 0 found
(#1136) Expected 1 space after "="; 0 found
(#1136) Variable "X" must be all lower-case
(#1136) Expected 1 space before "?"; 0 found
(#1136) Expected 1 space after "?"; 0 found
(#1136) Variable "X" must be all lower-case
(#1136) Expected 1 space before ":"; 0 found
(#1136) Expected 1 space after ":"; 0 found
(#1136) Variable "X" must be all lower-case
(#1136) Closing brace must be on a line by itself
(#1136) Variable "J" must be all lower-case
(#1136) Expected 1 space before "="; 0 found
(#1136) Expected 1 space after "="; 0 found
(#1136) Variable "K" must be all lower-case
(#1136) Closing brace must be on a line by itself
(#1137) Line indented incorrectly; expected at least 88 spaces, found 0
(#1138) Line indented incorrectly; expected at least 88 spaces, found 0
(#1138) Variable "J" must be all lower-case
(#1138) Closing brace must be on a line by itself
(#1138) Closing brace must be on a line by itself
(#1139) Line indented incorrectly; expected at least 92 spaces, found 0
(#1139) Expected 1 space after closing parenthesis; found 0
(#1139) Opening brace must be the last content on the line
(#1139) Expected 1 space before "="; 0 found
(#1139) Expected 1 space after "="; 0 found
(#1140) Line indented incorrectly; expected at least 96 spaces, found 0
(#1140) Expected 1 space before "="; 0 found
(#1140) Expected 1 space after "="; 0 found
(#1140) Inline control structures are not allowed
(#1140) Commas (,) must be followed by white space.
(#1140) Commas (,) must be followed by white space.
(#1140) Closing brace must be on a line by itself
(#1141) Line indented incorrectly; expected at least 88 spaces, found 0
(#1141) Variable "Ec" must be all lower-case
(#1141) Expected 1 space after closing parenthesis; found 0
(#1141) Opening brace must be the last content on the line
(#1142) Line indented incorrectly; expected at least 92 spaces, found 0
(#1142) Commas (,) must be followed by white space.
(#1142) Variable "Ec" must be all lower-case
(#1142) Closing brace must be on a line by itself
(#1143) Line indented incorrectly; expected at least 96 spaces, found 0
(#1143) Expected 1 space after closing parenthesis; found 0
(#1143) Opening brace must be the last content on the line
(#1143) Expected 1 space before "="; 0 found
(#1143) Expected 1 space after "="; 0 found
(#1143) Closing brace must be on a line by itself
(#1144) Line indented incorrectly; expected at least 96 spaces, found 0
(#1144) Expected 1 space after closing parenthesis; found 0
(#1144) Opening brace must be the last content on the line
(#1144) Variable "J" must be all lower-case
(#1144) Expected 1 space before "="; 0 found
(#1144) Expected 1 space after "="; 0 found
(#1144) Expected "if (...) {\n"; found "if(...){"
(#1144) Variable "J" must be all lower-case
(#1144) Variable "J" must be all lower-case
(#1144) Expected 1 space before "="; 0 found
(#1144) Expected 1 space after "="; 0 found
(#1144) Variable "J" must be all lower-case
(#1144) Variable "J" must be all lower-case
(#1144) Commas (,) must be followed by white space.
(#1144) Closing brace must be on a line by itself
(#1144) Variable "J" must be all lower-case
(#1144) Closing brace must be on a line by itself
(#1145) Line indented incorrectly; expected at least 96 spaces, found 0
(#1145) Expected 1 space after closing parenthesis; found 0
(#1145) Opening brace must be the last content on the line
(#1146) Line indented incorrectly; expected at least 100 spaces, found 0
(#1146) Closing brace must be on a line by itself
(#1147) Line indented incorrectly; expected at least 96 spaces, found 0
(#1147) Commas (,) must be followed by white space.
(#1147) Closing brace must be on a line by itself
(#1148) Line indented incorrectly; expected at least 96 spaces, found 0
(#1148) Expected 1 space after closing parenthesis; found 0
(#1148) Opening brace must be the last content on the line
(#1149) Line indented incorrectly; expected at least 100 spaces, found 0
(#1149) Closing brace must be on a line by itself
(#1150) Line indented incorrectly; expected at least 96 spaces, found 0
(#1150) Expected 1 space after closing parenthesis; found 0
(#1150) Opening brace must be the last content on the line
(#1150) Variable "J" must be all lower-case
(#1150) Expected 1 space before "="; 0 found
(#1150) Expected 1 space after "="; 0 found
(#1150) Inline control structures are not allowed
(#1150) Variable "J" must be all lower-case
(#1150) Variable "J" must be all lower-case
(#1150) Expected 1 space before "="; 0 found
(#1150) Expected 1 space after "="; 0 found
(#1150) Commas (,) must be followed by white space.
(#1150) Variable "J" must be all lower-case
(#1150) Variable "J" must be all lower-case
(#1150) Closing brace must be on a line by itself
(#1151) Line indented incorrectly; expected at least 96 spaces, found 0
(#1151) Expected 1 space after closing parenthesis; found 0
(#1151) Opening brace must be the last content on the line
(#1151) Variable "J" must be all lower-case
(#1151) Expected 1 space before "="; 0 found
(#1151) Expected 1 space after "="; 0 found
(#1151) Inline control structures are not allowed
(#1151) Variable "J" must be all lower-case
(#1151) Variable "J" must be all lower-case
(#1151) Expected 1 space before "="; 0 found
(#1151) Expected 1 space after "="; 0 found
(#1151) Variable "J" must be all lower-case
(#1151) Commas (,) must be followed by white space.
(#1151) Variable "J" must be all lower-case
(#1151) Closing brace must be on a line by itself
(#1151) Line exceeds 132 characters; contains 136 characters
(#1151) Line exceeds 132 characters; contains 136 characters
(#1151) Line exceeds 132 characters; contains 136 characters
(#1151) Line exceeds 132 characters; contains 136 characters
(#1151) Line exceeds 132 characters; contains 136 characters
(#1151) Line exceeds 132 characters; contains 136 characters
(#1151) Line exceeds 132 characters; contains 136 characters
(#1151) Line exceeds 132 characters; contains 136 characters
(#1152) Line indented incorrectly; expected at least 96 spaces, found 0
(#1152) Variable "C" must be all lower-case
(#1152) Commas (,) must be followed by white space.
(#1152) Variable "Dc" must be all lower-case
(#1152) Expected 1 space after closing parenthesis; found 0
(#1152) Opening brace must be the last content on the line
(#1152) Expected 1 space before "="; 0 found
(#1152) Expected 1 space after "="; 0 found
(#1152) Commas (,) must be followed by white space.
(#1152) Expected 1 space before "=>"; 0 found
(#1152) Expected 1 space after "=>"; 0 found
(#1152) Expected 1 space before "=>"; 0 found
(#1152) Expected 1 space after "=>"; 0 found
(#1152) Expected 1 space before "=>"; 0 found
(#1152) Expected 1 space after "=>"; 0 found
(#1152) Expected 1 space before "=>"; 0 found
(#1152) Expected 1 space after "=>"; 0 found
(#1152) Commas (,) must be followed by white space.
(#1152) Commas (,) must be followed by white space.
(#1152) Variable "J" must be all lower-case
(#1152) Expected 1 space before "="; 0 found
(#1152) Expected 1 space after "="; 0 found
(#1152) Expected "if (...) {\n"; found "if(...){"
(#1152) Inline control structures are not allowed
(#1152) Expected 1 space before "as"; 0 found
(#1152) Expected 1 space after "as"; 0 found
(#1152) Variable "Q" must be all lower-case
(#1152) Variable "J" must be all lower-case
(#1152) Variable "Q" must be all lower-case
(#1152) Expected 1 space before "="; 0 found
(#1152) Expected 1 space after "="; 0 found
(#1152) Expected 1 space before "=>"; 0 found
(#1152) Expected 1 space after "=>"; 0 found
(#1152) Variable "Q" must be all lower-case
(#1152) Commas (,) must be followed by white space.
(#1152) Expected 1 space before "=>"; 0 found
(#1152) Expected 1 space after "=>"; 0 found
(#1152) Commas (,) must be followed by white space.
(#1152) Expected 1 space before "=>"; 0 found
(#1152) Expected 1 space after "=>"; 0 found
(#1152) Variable "Q" must be all lower-case
(#1152) Commas (,) must be followed by white space.
(#1152) Inline control structures are not allowed
(#1152) Variable "C" must be all lower-case
(#1152) Expected 1 space before "!="; 0 found
(#1152) Expected 1 space after "!="; 0 found
(#1152) Variable "C" must be all lower-case
(#1152) Expected 1 space before "=="; 0 found
(#1152) Expected 1 space after "=="; 0 found
(#1152) Variable "Q" must be all lower-case
(#1152) Variable "J" must be all lower-case
(#1152) Variable "C" must be all lower-case
(#1152) Closing brace must be on a line by itself
(#1152) Variable "J" must be all lower-case
(#1152) Closing brace must be on a line by itself
(#1152) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1152) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1152) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1152) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1152) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1152) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1152) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1152) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1153) Line indented incorrectly; expected at least 96 spaces, found 0
(#1153) Expected 1 space after closing parenthesis; found 0
(#1153) Opening brace must be the last content on the line
(#1154) Line indented incorrectly; expected at least 100 spaces, found 0
(#1154) Closing brace must be on a line by itself
(#1155) Line indented incorrectly; expected at least 96 spaces, found 0
(#1155) Closing brace must be on a line by itself
(#1156) Line indented incorrectly; expected at least 96 spaces, found 0
(#1156) Variable "R" must be all lower-case
(#1156) Closing brace must be on a line by itself
(#1157) Line indented incorrectly; expected at least 96 spaces, found 0
(#1157) Variable "Q" must be all lower-case
(#1157) Commas (,) must be followed by white space.
(#1157) Expected 1 space after closing parenthesis; found 0
(#1157) Opening brace must be the last content on the line
(#1158) Line indented incorrectly; expected at least 100 spaces, found 0
(#1158) Expected 1 space before "=>"; 0 found
(#1158) Expected 1 space after "=>"; 0 found
(#1158) Commas (,) must be followed by white space.
(#1158) Expected 1 space before "=>"; 0 found
(#1158) Expected 1 space after "=>"; 0 found
(#1158) Commas (,) must be followed by white space.
(#1158) Closing brace must be on a line by itself
(#1159) Line indented incorrectly; expected at least 96 spaces, found 0
(#1159) Variable "Q" must be all lower-case
(#1159) Expected 1 space after closing parenthesis; found 0
(#1159) Opening brace must be the last content on the line
(#1159) Variable "I" must be all lower-case
(#1159) Expected 1 space before "="; 0 found
(#1159) Expected 1 space after "="; 0 found
(#1159) Variable "Q" must be all lower-case
(#1159) Variable "J" must be all lower-case
(#1159) Expected 1 space before "="; 0 found
(#1159) Expected 1 space after "="; 0 found
(#1159) Expected "if (...) {\n"; found "if(...){"
(#1159) Variable "I" must be all lower-case
(#1159) Expected 1 space before "="; 0 found
(#1159) Expected 1 space after "="; 0 found
(#1159) Variable "I" must be all lower-case
(#1159) Variable "Q" must be all lower-case
(#1159) Inline control structures are not allowed
(#1159) Expected 1 space before "="; 0 found
(#1159) Expected 1 space after "="; 0 found
(#1159) Variable "I" must be all lower-case
(#1159) Variable "Q" must be all lower-case
(#1159) Expected "if (...) {\n"; found "if(...){"
(#1159) Expected "foreach (...) {\n"; found "foreach(...){"
(#1159) Expected 1 space before "=>"; 0 found
(#1159) Expected 1 space after "=>"; 0 found
(#1159) Expected 1 space after "as"; 0 found
(#1159) Line exceeds 132 characters; contains 164 characters
(#1159) Line exceeds 132 characters; contains 164 characters
(#1159) Line exceeds 132 characters; contains 164 characters
(#1159) Line exceeds 132 characters; contains 164 characters
(#1159) Line exceeds 132 characters; contains 164 characters
(#1159) Line exceeds 132 characters; contains 164 characters
(#1159) Line exceeds 132 characters; contains 164 characters
(#1159) Line exceeds 132 characters; contains 164 characters
(#1160) Line indented incorrectly; expected at least 108 spaces, found 0
(#1160) Variable "C" must be all lower-case
(#1160) Expected 1 space before "=>"; 0 found
(#1160) Expected 1 space after "=>"; 0 found
(#1160) Variable "J" must be all lower-case
(#1160) Variable "C" must be all lower-case
(#1160) Expected 1 space before "="; 0 found
(#1160) Expected 1 space after "="; 0 found
(#1160) Expected 1 space before "=>"; 0 found
(#1160) Expected 1 space after "=>"; 0 found
(#1160) Variable "C" must be all lower-case
(#1160) Commas (,) must be followed by white space.
(#1160) Expected 1 space before "=>"; 0 found
(#1160) Expected 1 space after "=>"; 0 found
(#1160) Commas (,) must be followed by white space.
(#1160) Expected 1 space before "=>"; 0 found
(#1160) Expected 1 space after "=>"; 0 found
(#1160) Commas (,) must be followed by white space.
(#1160) Expected 1 space before "=>"; 0 found
(#1160) Expected 1 space after "=>"; 0 found
(#1160) Expected 1 space before "=>"; 0 found
(#1160) Expected 1 space after "=>"; 0 found
(#1160) Commas (,) must be followed by white space.
(#1160) Expected 1 space before "=>"; 0 found
(#1160) Expected 1 space after "=>"; 0 found
(#1160) Commas (,) must be followed by white space.
(#1160) Expected 1 space before "=>"; 0 found
(#1160) Expected 1 space after "=>"; 0 found
(#1160) Commas (,) must be followed by white space.
(#1160) Expected "if (...) {\n"; found "if(...){"
(#1160) Variable "J" must be all lower-case
(#1160) Variable "C" must be all lower-case
(#1160) Variable "J" must be all lower-case
(#1160) Variable "C" must be all lower-case
(#1160) Closing brace must be on a line by itself
(#1160) Closing brace must be on a line by itself
(#1160) Closing brace must be on a line by itself
(#1160) Closing brace must be on a line by itself
(#1160) Variable "J" must be all lower-case
(#1160) Closing brace must be on a line by itself
(#1160) Line exceeds maximum limit of 180 characters; contains 256 characters
(#1160) Line exceeds maximum limit of 180 characters; contains 256 characters
(#1160) Line exceeds maximum limit of 180 characters; contains 256 characters
(#1160) Line exceeds maximum limit of 180 characters; contains 256 characters
(#1160) Line exceeds maximum limit of 180 characters; contains 256 characters
(#1160) Line exceeds maximum limit of 180 characters; contains 256 characters
(#1160) Line exceeds maximum limit of 180 characters; contains 256 characters
(#1160) Line exceeds maximum limit of 180 characters; contains 256 characters
(#1161) Line indented incorrectly; expected at least 100 spaces, found 0
(#1161) Variable "Q" must be all lower-case
(#1161) Expected 1 space after closing parenthesis; found 0
(#1161) Opening brace must be the last content on the line
(#1162) Line indented incorrectly; expected at least 104 spaces, found 0
(#1162) Closing brace must be on a line by itself
(#1163) Line indented incorrectly; expected at least 108 spaces, found 0
(#1163) Expected 1 space after closing parenthesis; found 0
(#1163) Opening brace must be the last content on the line
(#1163) Closing brace must be on a line by itself
(#1164) Line indented incorrectly; expected at least 108 spaces, found 0
(#1164) Expected 1 space after closing parenthesis; found 0
(#1164) Opening brace must be the last content on the line
(#1164) Closing brace must be on a line by itself
(#1165) Line indented incorrectly; expected at least 108 spaces, found 0
(#1165) Closing brace must be on a line by itself
(#1166) Line indented incorrectly; expected at least 108 spaces, found 0
(#1166) Commas (,) must be followed by white space.
(#1166) Variable "J" must be all lower-case
(#1166) Expected 1 space after closing parenthesis; found 0
(#1166) Opening brace must be the last content on the line
(#1166) Variable "J" must be all lower-case
(#1166) Closing brace must be on a line by itself
(#1167) Line indented incorrectly; expected at least 108 spaces, found 0
(#1167) Variable "R" must be all lower-case
(#1167) Closing brace must be on a line by itself
(#1168) Line indented incorrectly; expected at least 108 spaces, found 0
(#1168) Variable "R" must be all lower-case
(#1168) Commas (,) must be followed by white space.
(#1168) Variable "Z" must be all lower-case
(#1168) Expected 1 space after closing parenthesis; found 0
(#1168) Opening brace must be the last content on the line
(#1169) Line indented incorrectly; expected at least 112 spaces, found 0
(#1169) Closing brace must be on a line by itself
(#1170) Line indented incorrectly; expected at least 108 spaces, found 0
(#1170) Expected 1 space after closing parenthesis; found 0
(#1170) Opening brace must be the last content on the line
(#1170) Commas (,) must be followed by white space.
(#1170) Commas (,) must be followed by white space.
(#1170) Closing brace must be on a line by itself
(#1171) Line indented incorrectly; expected at least 108 spaces, found 0
(#1171) Expected 1 space after closing parenthesis; found 0
(#1171) Opening brace must be the last content on the line
(#1171) Commas (,) must be followed by white space.
(#1171) Commas (,) must be followed by white space.
(#1171) Commas (,) must be followed by white space.
(#1171) Closing brace must be on a line by itself
(#1172) Line indented incorrectly; expected at least 108 spaces, found 0
(#1172) Variable "S" must be all lower-case
(#1172) Expected 1 space after closing parenthesis; found 0
(#1172) Opening brace must be the last content on the line
(#1172) Variable "J" must be all lower-case
(#1172) Expected 1 space before "="; 0 found
(#1172) Expected 1 space after "="; 0 found
(#1172) Inline control structures are not allowed
(#1172) Expected 1 space after "as"; 0 found
(#1172) Variable "S" must be all lower-case
(#1173) Line indented incorrectly; expected at least 112 spaces, found 0
(#1173) Variable "Q" must be all lower-case
(#1173) Variable "J" must be all lower-case
(#1173) Expected 1 space before "="; 0 found
(#1173) Expected 1 space after "="; 0 found
(#1173) Variable "J" must be all lower-case
(#1173) Variable "Q" must be all lower-case
(#1173) Commas (,) must be followed by white space.
(#1173) Commas (,) must be followed by white space.
(#1173) Variable "J" must be all lower-case
(#1173) Closing brace must be on a line by itself
(#1173) Expected 1 space before "="; 0 found
(#1173) Expected 1 space after "="; 0 found
(#1173) Variable "Se" must be all lower-case
(#1173) Expected 1 space before "="; 0 found
(#1173) Expected 1 space after "="; 0 found
(#1173) Commas (,) must be followed by white space.
(#1173) Variable "Tc" must be all lower-case
(#1173) Expected 1 space before "="; 0 found
(#1173) Expected 1 space after "="; 0 found
(#1173) Variable "Yc" must be all lower-case
(#1173) Expected 1 space before "="; 0 found
(#1173) Expected 1 space after "="; 0 found
(#1173) Expected 1 space before "="; 0 found
(#1173) Expected 1 space after "="; 0 found
(#1173) Closing brace must be on a line by itself
(#1173) Variable "Wb" must be all lower-case
(#1173) Expected 1 space before "="; 0 found
(#1173) Expected 1 space after "="; 0 found
(#1173) Expected 1 space before "=>"; 0 found
(#1173) Expected 1 space after "=>"; 0 found
(#1173) Expected 1 space before "+"; 0 found
(#1173) Expected 1 space after "+"; 0 found
(#1173) Variable "Wb" must be all lower-case
(#1173) Expected "if (...) {\n"; found "if(...){"
(#1173) Variable "_f" must not contain underscores.
(#1173) Expected 1 space before "="; 0 found
(#1173) Expected 1 space after "="; 0 found
(#1173) Commas (,) must be followed by white space.
(#1173) Commas (,) must be followed by white space.
(#1173) Commas (,) must be followed by white space.
(#1173) Expected "if (...) {\n"; found "if(...){"
(#1173) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 248
(#1173) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1173) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1173) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1173) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1173) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1173) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1173) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1173) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1174) Line indented incorrectly; expected at least 92 spaces, found 0
(#1175) Line indented incorrectly; expected at least 92 spaces, found 0
(#1176) Line indented incorrectly; expected at least 92 spaces, found 0
(#1176) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1176) Scope modifier not specified for member variable "$extension"
(#1176) Expected 1 space before "="; 0 found
(#1176) Expected 1 space after "="; 0 found
(#1176) Visibility must be declared on method "__construct"
(#1177) Line indented incorrectly; expected at least 96 spaces, found 0
(#1177) Expected 1 space after closing parenthesis; found 0
(#1177) Opening brace must be the last content on the line
(#1177) Closing brace must be on a line by itself
(#1177) Visibility must be declared on method "connect"
(#1178) Line indented incorrectly; expected at least 96 spaces, found 0
(#1178) Variable "N" must be all lower-case
(#1178) Commas (,) must be followed by white space.
(#1178) Variable "V" must be all lower-case
(#1178) Commas (,) must be followed by white space.
(#1178) Variable "G" must be all lower-case
(#1178) Commas (,) must be followed by white space.
(#1178) Commas (,) must be followed by white space.
(#1178) Commas (,) must be followed by white space.
(#1178) Variable "Cg" must be all lower-case
(#1178) Expected 1 space after closing parenthesis; found 0
(#1178) Opening brace must be the last content on the line
(#1178) Commas (,) must be followed by white space.
(#1178) Expected 1 space before "="; 0 found
(#1178) Expected 1 space after "="; 0 found
(#1178) Commas (,) must be followed by white space.
(#1178) Variable "N" must be all lower-case
(#1178) Commas (,) must be followed by white space.
(#1178) Variable "J" must be all lower-case
(#1178) Expected 1 space before "="; 0 found
(#1178) Expected 1 space after "="; 0 found
(#1178) Variable "N" must be all lower-case
(#1178) Expected 1 space before "!="; 0 found
(#1178) Expected 1 space after "!="; 0 found
(#1178) Expected 1 space before "?"; 0 found
(#1178) Expected 1 space after "?"; 0 found
(#1178) Expected 1 space before ":"; 0 found
(#1178) Expected 1 space after ":"; 0 found
(#1178) Commas (,) must be followed by white space.
(#1178) Variable "N" must be all lower-case
(#1178) Variable "V" must be all lower-case
(#1178) Expected 1 space before "!="; 0 found
(#1178) Expected 1 space after "!="; 0 found
(#1178) Expected 1 space before "?"; 0 found
(#1178) Expected 1 space after "?"; 0 found
(#1178) Variable "V" must be all lower-case
(#1178) Expected 1 space before ":"; 0 found
(#1178) Expected 1 space after ":"; 0 found
(#1178) Commas (,) must be followed by white space.
(#1178) Variable "N" must be all lower-case
(#1178) Variable "V" must be all lower-case
(#1178) Variable "G" must be all lower-case
(#1178) Expected 1 space before "!="; 0 found
(#1178) Expected 1 space after "!="; 0 found
(#1178) Expected 1 space before "?"; 0 found
(#1178) Expected 1 space after "?"; 0 found
(#1178) Variable "G" must be all lower-case
(#1178) Expected 1 space before ":"; 0 found
(#1178) Expected 1 space after ":"; 0 found
(#1178) Commas (,) must be followed by white space.
(#1178) Commas (,) must be followed by white space.
(#1178) Expected 1 space before "?"; 0 found
(#1178) Expected 1 space after "?"; 0 found
(#1178) Expected 1 space before ":"; 0 found
(#1178) Expected 1 space after ":"; 0 found
(#1178) Commas (,) must be followed by white space.
(#1178) Expected 1 space before "?"; 0 found
(#1178) Expected 1 space after "?"; 0 found
(#1178) Expected 1 space before ":"; 0 found
(#1178) Expected 1 space after ":"; 0 found
(#1178) Variable "Cg" must be all lower-case
(#1178) Variable "J" must be all lower-case
(#1178) Closing brace must be on a line by itself
(#1178) Line exceeds maximum limit of 180 characters; contains 381 characters
(#1178) Visibility must be declared on method "set_charset"
(#1178) Line exceeds maximum limit of 180 characters; contains 381 characters
(#1178) Line exceeds maximum limit of 180 characters; contains 381 characters
(#1178) Line exceeds maximum limit of 180 characters; contains 381 characters
(#1178) Line exceeds maximum limit of 180 characters; contains 381 characters
(#1178) Line exceeds maximum limit of 180 characters; contains 381 characters
(#1178) Line exceeds maximum limit of 180 characters; contains 381 characters
(#1178) Line exceeds maximum limit of 180 characters; contains 381 characters
(#1179) Line indented incorrectly; expected at least 96 spaces, found 0
(#1179) Expected 1 space after closing parenthesis; found 0
(#1179) Opening brace must be the last content on the line
(#1179) Inline control structures are not allowed
(#1180) Line indented incorrectly; expected at least 100 spaces, found 0
(#1180) Closing brace must be on a line by itself
(#1180) Visibility must be declared on method "result"
(#1181) Line indented incorrectly; expected at least 96 spaces, found 0
(#1181) Variable "H" must be all lower-case
(#1181) Commas (,) must be followed by white space.
(#1181) Expected 1 space after closing parenthesis; found 0
(#1181) Opening brace must be the last content on the line
(#1181) Variable "I" must be all lower-case
(#1181) Expected 1 space before "="; 0 found
(#1181) Expected 1 space after "="; 0 found
(#1181) Variable "H" must be all lower-case
(#1181) Inline control structures are not allowed
(#1181) Variable "I" must be all lower-case
(#1182) Line indented incorrectly; expected at least 100 spaces, found 0
(#1182) Variable "K" must be all lower-case
(#1182) Expected 1 space before "="; 0 found
(#1182) Expected 1 space after "="; 0 found
(#1182) Variable "I" must be all lower-case
(#1182) Variable "K" must be all lower-case
(#1182) Closing brace must be on a line by itself
(#1182) Visibility must be declared on method "quote"
(#1183) Line indented incorrectly; expected at least 100 spaces, found 0
(#1183) Variable "P" must be all lower-case
(#1183) Expected 1 space after closing parenthesis; found 0
(#1183) Opening brace must be the last content on the line
(#1183) Variable "P" must be all lower-case
(#1183) Closing brace must be on a line by itself
(#1183) Closing brace must be on a line by itself
(#1183) Closing brace must be on a line by itself
(#1183) Usage of ELSEIF not allowed; use ELSE IF instead
(#1183) Line exceeds 132 characters; contains 151 characters
(#1183) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 248
(#1183) Line exceeds 132 characters; contains 151 characters
(#1183) Line exceeds 132 characters; contains 151 characters
(#1183) Line exceeds 132 characters; contains 151 characters
(#1183) Line exceeds 132 characters; contains 151 characters
(#1183) Line exceeds 132 characters; contains 151 characters
(#1183) Line exceeds 132 characters; contains 151 characters
(#1183) Line exceeds 132 characters; contains 151 characters
(#1184) Line indented incorrectly; expected at least 116 spaces, found 0
(#1184) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1184) Scope modifier not specified for member variable "$extension"
(#1184) Expected 1 space before "="; 0 found
(#1184) Expected 1 space after "="; 0 found
(#1184) Commas (,) must be followed by white space.
(#1184) Member variable "server_info" must not contain underscores.
(#1184) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1184) Scope modifier not specified for member variable "$server_info"
(#1184) Commas (,) must be followed by white space.
(#1184) Member variable "affected_rows" must not contain underscores.
(#1184) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1184) Scope modifier not specified for member variable "$affected_rows"
(#1184) Commas (,) must be followed by white space.
(#1184) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1184) Scope modifier not specified for member variable "$errno"
(#1184) Commas (,) must be followed by white space.
(#1184) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1184) Scope modifier not specified for member variable "$error"
(#1184) Commas (,) must be followed by white space.
(#1184) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1184) Scope modifier not specified for member variable "$_link"
(#1184) Commas (,) must be followed by white space.
(#1184) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1184) Scope modifier not specified for member variable "$_result"
(#1184) Visibility must be declared on method "connect"
(#1185) Line indented incorrectly; expected at least 120 spaces, found 0
(#1185) Variable "N" must be all lower-case
(#1185) Commas (,) must be followed by white space.
(#1185) Variable "V" must be all lower-case
(#1185) Commas (,) must be followed by white space.
(#1185) Variable "G" must be all lower-case
(#1185) Expected 1 space after closing parenthesis; found 0
(#1185) Opening brace must be the last content on the line
(#1185) Expected 1 space before "="; 0 found
(#1185) Expected 1 space after "="; 0 found
(#1185) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1185) Variable "N" must be all lower-case
(#1185) Expected 1 space before "!="; 0 found
(#1185) Expected 1 space after "!="; 0 found
(#1185) Expected 1 space before "?"; 0 found
(#1185) Expected 1 space after "?"; 0 found
(#1185) Variable "N" must be all lower-case
(#1185) Expected 1 space before ":"; 0 found
(#1185) Expected 1 space after ":"; 0 found
(#1185) Commas (,) must be followed by white space.
(#1185) Variable "N" must be all lower-case
(#1185) Expected 1 space before "!="; 0 found
(#1185) Expected 1 space after "!="; 0 found
(#1185) Expected 1 space before "?"; 0 found
(#1185) Expected 1 space after "?"; 0 found
(#1185) Variable "V" must be all lower-case
(#1185) Expected 1 space before ":"; 0 found
(#1185) Expected 1 space after ":"; 0 found
(#1185) Commas (,) must be followed by white space.
(#1185) Variable "N" must be all lower-case
(#1185) Expected 1 space before "!="; 0 found
(#1185) Expected 1 space after "!="; 0 found
(#1185) Expected 1 space before "?"; 0 found
(#1185) Expected 1 space after "?"; 0 found
(#1185) Variable "G" must be all lower-case
(#1185) Expected 1 space before ":"; 0 found
(#1185) Expected 1 space after ":"; 0 found
(#1185) Commas (,) must be followed by white space.
(#1185) Commas (,) must be followed by white space.
(#1185) Inline control structures are not allowed
(#1185) Expected 1 space before "="; 0 found
(#1185) Expected 1 space after "="; 0 found
(#1185) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1185) Inline control structures are not allowed
(#1185) Expected 1 space before "="; 0 found
(#1185) Expected 1 space after "="; 0 found
(#1185) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1185) Closing brace must be on a line by itself
(#1185) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1185) Visibility must be declared on method "set_charset"
(#1185) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1185) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1185) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1185) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1185) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1185) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1185) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1186) Line indented incorrectly; expected at least 120 spaces, found 0
(#1186) Expected 1 space after closing parenthesis; found 0
(#1186) Opening brace must be the last content on the line
(#1186) Expected "if (...) {\n"; found "if(...){"
(#1186) Inline control structures are not allowed
(#1186) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1186) Commas (,) must be followed by white space.
(#1187) Line indented incorrectly; expected at least 128 spaces, found 0
(#1187) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1187) Commas (,) must be followed by white space.
(#1187) Closing brace must be on a line by itself
(#1187) Closing brace must be on a line by itself
(#1187) Visibility must be declared on method "quote"
(#1188) Line indented incorrectly; expected at least 120 spaces, found 0
(#1188) Variable "P" must be all lower-case
(#1188) Expected 1 space after closing parenthesis; found 0
(#1188) Opening brace must be the last content on the line
(#1188) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1188) Variable "P" must be all lower-case
(#1188) Commas (,) must be followed by white space.
(#1188) Closing brace must be on a line by itself
(#1188) Visibility must be declared on method "select_db"
(#1189) Line indented incorrectly; expected at least 120 spaces, found 0
(#1189) Expected 1 space after closing parenthesis; found 0
(#1189) Opening brace must be the last content on the line
(#1190) Line indented incorrectly; expected at least 124 spaces, found 0
(#1190) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1190) Commas (,) must be followed by white space.
(#1190) Closing brace must be on a line by itself
(#1190) Visibility must be declared on method "query"
(#1191) Line indented incorrectly; expected at least 120 spaces, found 0
(#1191) Variable "H" must be all lower-case
(#1191) Commas (,) must be followed by white space.
(#1191) Variable "Dh" must be all lower-case
(#1191) Expected 1 space after closing parenthesis; found 0
(#1191) Opening brace must be the last content on the line
(#1191) Variable "I" must be all lower-case
(#1191) Expected 1 space before "="; 0 found
(#1191) Expected 1 space after "="; 0 found
(#1191) Variable "Dh" must be all lower-case
(#1191) Expected 1 space before "?"; 0 found
(#1191) Expected 1 space after "?"; 0 found
(#1191) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1191) Variable "H" must be all lower-case
(#1191) Commas (,) must be followed by white space.
(#1191) Expected 1 space before ":"; 0 found
(#1191) Expected 1 space after ":"; 0 found
(#1191) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1191) Variable "H" must be all lower-case
(#1191) Commas (,) must be followed by white space.
(#1191) Expected 1 space before "="; 0 found
(#1191) Expected 1 space after "="; 0 found
(#1191) Expected "if (...) {\n"; found "if(...){"
(#1191) Variable "I" must be all lower-case
(#1191) Expected 1 space before "="; 0 found
(#1191) Expected 1 space after "="; 0 found
(#1191) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1191) Expected 1 space before "="; 0 found
(#1191) Expected 1 space after "="; 0 found
(#1191) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1191) Line exceeds maximum limit of 180 characters; contains 207 characters
(#1191) Line exceeds maximum limit of 180 characters; contains 207 characters
(#1191) Line exceeds maximum limit of 180 characters; contains 207 characters
(#1191) Line exceeds maximum limit of 180 characters; contains 207 characters
(#1191) Line exceeds maximum limit of 180 characters; contains 207 characters
(#1191) Line exceeds maximum limit of 180 characters; contains 207 characters
(#1191) Line exceeds maximum limit of 180 characters; contains 207 characters
(#1191) Line exceeds maximum limit of 180 characters; contains 207 characters
(#1192) Line indented incorrectly; expected at least 128 spaces, found 0
(#1192) Closing brace must be on a line by itself
(#1192) Expected "if (...) {\n"; found "if(...){"
(#1192) Variable "I" must be all lower-case
(#1192) Expected 1 space before "==="; 0 found
(#1192) Expected 1 space after "==="; 0 found
(#1192) Expected 1 space before "="; 0 found
(#1192) Expected 1 space after "="; 0 found
(#1192) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1192) Expected 1 space before "="; 0 found
(#1192) Expected 1 space after "="; 0 found
(#1192) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1193) Line indented incorrectly; expected at least 124 spaces, found 0
(#1193) Closing brace must be on a line by itself
(#1194) Line indented incorrectly; expected at least 128 spaces, found 0
(#1195) Line indented incorrectly; expected at least 128 spaces, found 0
(#1195) Variable "I" must be all lower-case
(#1195) Closing brace must be on a line by itself
(#1195) Visibility must be declared on method "multi_query"
(#1196) Line indented incorrectly; expected at least 124 spaces, found 0
(#1196) Variable "H" must be all lower-case
(#1196) Expected 1 space after closing parenthesis; found 0
(#1196) Opening brace must be the last content on the line
(#1196) Expected 1 space before "="; 0 found
(#1196) Expected 1 space after "="; 0 found
(#1196) Variable "H" must be all lower-case
(#1196) Closing brace must be on a line by itself
(#1196) Visibility must be declared on method "store_result"
(#1197) Line indented incorrectly; expected at least 124 spaces, found 0
(#1197) Expected 1 space after closing parenthesis; found 0
(#1197) Opening brace must be the last content on the line
(#1197) Closing brace must be on a line by itself
(#1197) Visibility must be declared on method "next_result"
(#1198) Line indented incorrectly; expected at least 124 spaces, found 0
(#1198) Expected 1 space after closing parenthesis; found 0
(#1198) Opening brace must be the last content on the line
(#1199) Line indented incorrectly; expected at least 128 spaces, found 0
(#1199) Closing brace must be on a line by itself
(#1199) Visibility must be declared on method "result"
(#1200) Line indented incorrectly; expected at least 124 spaces, found 0
(#1200) Variable "H" must be all lower-case
(#1200) Commas (,) must be followed by white space.
(#1200) Expected 1 space after closing parenthesis; found 0
(#1200) Opening brace must be the last content on the line
(#1200) Variable "I" must be all lower-case
(#1200) Expected 1 space before "="; 0 found
(#1200) Expected 1 space after "="; 0 found
(#1200) Variable "H" must be all lower-case
(#1200) Inline control structures are not allowed
(#1200) Variable "I" must be all lower-case
(#1200) Variable "I" must be all lower-case
(#1201) Line indented incorrectly; expected at least 128 spaces, found 0
(#1202) Line indented incorrectly; expected at least 128 spaces, found 0
(#1202) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1202) Variable "I" must be all lower-case
(#1202) Commas (,) must be followed by white space.
(#1202) Commas (,) must be followed by white space.
(#1202) Closing brace must be on a line by itself
(#1202) Closing brace must be on a line by itself
(#1202) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 219
(#1203) Line indented incorrectly; expected at least 100 spaces, found 0
(#1203) Member variable "num_rows" must not contain underscores.
(#1203) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1203) Scope modifier not specified for member variable "$num_rows"
(#1203) Commas (,) must be followed by white space.
(#1203) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1203) Scope modifier not specified for member variable "$_result"
(#1203) Commas (,) must be followed by white space.
(#1203) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1203) Scope modifier not specified for member variable "$_offset"
(#1203) Expected 1 space before "="; 0 found
(#1203) Expected 1 space after "="; 0 found
(#1203) Visibility must be declared on method "__construct"
(#1204) Line indented incorrectly; expected at least 104 spaces, found 0
(#1204) Variable "I" must be all lower-case
(#1204) Expected 1 space after closing parenthesis; found 0
(#1204) Opening brace must be the last content on the line
(#1204) Expected 1 space before "="; 0 found
(#1204) Expected 1 space after "="; 0 found
(#1204) Variable "I" must be all lower-case
(#1204) Expected 1 space before "="; 0 found
(#1204) Expected 1 space after "="; 0 found
(#1204) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1204) Variable "I" must be all lower-case
(#1204) Closing brace must be on a line by itself
(#1204) Visibility must be declared on method "fetch_assoc"
(#1205) Line indented incorrectly; expected at least 104 spaces, found 0
(#1205) Expected 1 space after closing parenthesis; found 0
(#1205) Opening brace must be the last content on the line
(#1206) Line indented incorrectly; expected at least 108 spaces, found 0
(#1206) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1206) Closing brace must be on a line by itself
(#1206) Visibility must be declared on method "fetch_row"
(#1207) Line indented incorrectly; expected at least 104 spaces, found 0
(#1207) Expected 1 space after closing parenthesis; found 0
(#1207) Opening brace must be the last content on the line
(#1208) Line indented incorrectly; expected at least 108 spaces, found 0
(#1208) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1208) Closing brace must be on a line by itself
(#1208) Visibility must be declared on method "fetch_field"
(#1209) Line indented incorrectly; expected at least 108 spaces, found 0
(#1209) Expected 1 space after closing parenthesis; found 0
(#1209) Opening brace must be the last content on the line
(#1209) Variable "J" must be all lower-case
(#1209) Expected 1 space before "="; 0 found
(#1209) Expected 1 space after "="; 0 found
(#1209) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1209) Commas (,) must be followed by white space.
(#1209) Variable "J" must be all lower-case
(#1209) Expected 1 space before "="; 0 found
(#1209) Expected 1 space after "="; 0 found
(#1209) Variable "J" must be all lower-case
(#1209) Variable "J" must be all lower-case
(#1209) Expected 1 space before "="; 0 found
(#1209) Expected 1 space after "="; 0 found
(#1209) Variable "J" must be all lower-case
(#1209) Variable "J" must be all lower-case
(#1209) Expected 1 space before "="; 0 found
(#1209) Expected 1 space after "="; 0 found
(#1209) Variable "J" must be all lower-case
(#1209) Expected 1 space before "?"; 0 found
(#1209) Expected 1 space after "?"; 0 found
(#1209) Expected 1 space before ":"; 0 found
(#1209) Expected 1 space after ":"; 0 found
(#1209) Variable "J" must be all lower-case
(#1209) Closing brace must be on a line by itself
(#1209) Line exceeds 132 characters; contains 160 characters
(#1209) Line exceeds 132 characters; contains 160 characters
(#1209) Line exceeds 132 characters; contains 160 characters
(#1209) Line exceeds 132 characters; contains 160 characters
(#1209) Line exceeds 132 characters; contains 160 characters
(#1209) Line exceeds 132 characters; contains 160 characters
(#1209) Line exceeds 132 characters; contains 160 characters
(#1209) Line exceeds 132 characters; contains 160 characters
(#1209) Visibility must be declared on method "__destruct"
(#1210) Line indented incorrectly; expected at least 108 spaces, found 0
(#1210) Expected 1 space after closing parenthesis; found 0
(#1210) Opening brace must be the last content on the line
(#1210) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#1210) Closing brace must be on a line by itself
(#1210) Closing brace must be on a line by itself
(#1210) Closing brace must be on a line by itself
(#1210) Usage of ELSEIF not allowed; use ELSE IF instead
(#1210) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 248
(#1211) Line indented incorrectly; expected at least 104 spaces, found 0
(#1212) Line indented incorrectly; expected at least 104 spaces, found 0
(#1213) Line indented incorrectly; expected at least 104 spaces, found 0
(#1213) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1213) Scope modifier not specified for member variable "$extension"
(#1213) Expected 1 space before "="; 0 found
(#1213) Expected 1 space after "="; 0 found
(#1213) Visibility must be declared on method "connect"
(#1214) Line indented incorrectly; expected at least 108 spaces, found 0
(#1214) Variable "N" must be all lower-case
(#1214) Commas (,) must be followed by white space.
(#1214) Variable "V" must be all lower-case
(#1214) Commas (,) must be followed by white space.
(#1214) Variable "G" must be all lower-case
(#1214) Expected 1 space after closing parenthesis; found 0
(#1214) Opening brace must be the last content on the line
(#1214) Commas (,) must be followed by white space.
(#1214) Commas (,) must be followed by white space.
(#1214) Commas (,) must be followed by white space.
(#1214) Commas (,) must be followed by white space.
(#1214) Variable "N" must be all lower-case
(#1214) Commas (,) must be followed by white space.
(#1214) Variable "V" must be all lower-case
(#1214) Commas (,) must be followed by white space.
(#1214) Variable "G" must be all lower-case
(#1214) Line exceeds 132 characters; contains 142 characters
(#1214) Line exceeds 132 characters; contains 142 characters
(#1214) Line exceeds 132 characters; contains 142 characters
(#1214) Line exceeds 132 characters; contains 142 characters
(#1214) Line exceeds 132 characters; contains 142 characters
(#1214) Line exceeds 132 characters; contains 142 characters
(#1214) Line exceeds 132 characters; contains 142 characters
(#1214) Line exceeds 132 characters; contains 142 characters
(#1215) Line indented incorrectly; expected at least 112 spaces, found 0
(#1215) Closing brace must be on a line by itself
(#1215) Visibility must be declared on method "set_charset"
(#1216) Line indented incorrectly; expected at least 104 spaces, found 0
(#1216) Expected 1 space after closing parenthesis; found 0
(#1216) Opening brace must be the last content on the line
(#1216) Closing brace must be on a line by itself
(#1216) Visibility must be declared on method "select_db"
(#1217) Line indented incorrectly; expected at least 104 spaces, found 0
(#1217) Expected 1 space after closing parenthesis; found 0
(#1217) Opening brace must be the last content on the line
(#1217) Closing brace must be on a line by itself
(#1217) Visibility must be declared on method "query"
(#1218) Line indented incorrectly; expected at least 104 spaces, found 0
(#1218) Variable "H" must be all lower-case
(#1218) Commas (,) must be followed by white space.
(#1218) Variable "Dh" must be all lower-case
(#1218) Expected 1 space after closing parenthesis; found 0
(#1218) Opening brace must be the last content on the line
(#1218) Commas (,) must be followed by white space.
(#1218) Variable "Dh" must be all lower-case
(#1219) Line indented incorrectly; expected at least 108 spaces, found 0
(#1219) Variable "H" must be all lower-case
(#1219) Commas (,) must be followed by white space.
(#1219) Variable "Dh" must be all lower-case
(#1219) Closing brace must be on a line by itself
(#1219) Closing brace must be on a line by itself
(#1219) Closing brace must be on a line by itself
(#1219) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 258
(#1220) Line indented incorrectly; expected at least 108 spaces, found 0
(#1221) Line indented incorrectly; expected at least 108 spaces, found 0
(#1222) Line indented incorrectly; expected at least 108 spaces, found 0
(#1222) Visibility must be declared on method "insert"
(#1223) Line indented incorrectly; expected at least 112 spaces, found 0
(#1223) Variable "Q" must be all lower-case
(#1223) Commas (,) must be followed by white space.
(#1223) Variable "O" must be all lower-case
(#1223) Expected 1 space after closing parenthesis; found 0
(#1223) Opening brace must be the last content on the line
(#1223) Variable "O" must be all lower-case
(#1223) Expected 1 space before "?"; 0 found
(#1223) Expected 1 space after "?"; 0 found
(#1223) Variable "Q" must be all lower-case
(#1223) Commas (,) must be followed by white space.
(#1223) Variable "O" must be all lower-case
(#1223) Expected 1 space before ":"; 0 found
(#1223) Expected 1 space after ":"; 0 found
(#1223) Variable "Q" must be all lower-case
(#1223) Closing brace must be on a line by itself
(#1223) method name "Min_Driver::insertUpdate" must be in lower-case letters only
(#1223) Visibility must be declared on method "insertUpdate"
(#1224) Line indented incorrectly; expected at least 112 spaces, found 0
(#1224) Variable "Q" must be all lower-case
(#1224) Commas (,) must be followed by white space.
(#1224) Variable "L" must be all lower-case
(#1224) Commas (,) must be followed by white space.
(#1224) Variable "Cf" must be all lower-case
(#1224) Expected 1 space after closing parenthesis; found 0
(#1224) Opening brace must be the last content on the line
(#1224) Expected 1 space before "="; 0 found
(#1224) Expected 1 space after "="; 0 found
(#1224) Variable "L" must be all lower-case
(#1224) Variable "Af" must be all lower-case
(#1224) Expected 1 space before "="; 0 found
(#1224) Expected 1 space after "="; 0 found
(#1224) Variable "Q" must be all lower-case
(#1224) Commas (,) must be followed by white space.
(#1224) Variable "Uh" must be all lower-case
(#1224) Expected 1 space before "="; 0 found
(#1224) Expected 1 space after "="; 0 found
(#1224) Inline control structures are not allowed
(#1224) Expected 1 space after "as"; 0 found
(#1224) Line exceeds 132 characters; contains 135 characters
(#1224) Line exceeds 132 characters; contains 135 characters
(#1224) Line exceeds 132 characters; contains 135 characters
(#1224) Line exceeds 132 characters; contains 135 characters
(#1224) Line exceeds 132 characters; contains 135 characters
(#1224) Line exceeds 132 characters; contains 135 characters
(#1224) Line exceeds 132 characters; contains 135 characters
(#1224) Line exceeds 132 characters; contains 135 characters
(#1225) Line indented incorrectly; expected at least 116 spaces, found 0
(#1225) Variable "Uh" must be all lower-case
(#1225) Expected 1 space before "="; 0 found
(#1225) Expected 1 space after "="; 0 found
(#1225) Variable "Pg" must be all lower-case
(#1225) Expected 1 space before "="; 0 found
(#1225) Expected 1 space after "="; 0 found
(#1225) Commas (,) must be followed by white space.
(#1225) Variable "Uh" must be all lower-case
(#1225) Variable "Uh" must be all lower-case
(#1225) Expected 1 space before "="; 0 found
(#1225) Expected 1 space after "="; 0 found
(#1225) Variable "Wd" must be all lower-case
(#1225) Expected 1 space before "="; 0 found
(#1225) Expected 1 space after "="; 0 found
(#1225) Expected "foreach (...) {\n"; found "foreach(...){"
(#1225) Expected 1 space after "as"; 0 found
(#1225) Variable "L" must be all lower-case
(#1226) Line indented incorrectly; expected at least 116 spaces, found 0
(#1226) Variable "O" must be all lower-case
(#1226) Variable "Y" must be all lower-case
(#1226) Expected 1 space before "="; 0 found
(#1226) Expected 1 space after "="; 0 found
(#1226) Commas (,) must be followed by white space.
(#1226) Variable "O" must be all lower-case
(#1226) Expected "if (...) {\n"; found "if(...){"
(#1226) Variable "Uh" must be all lower-case
(#1226) Variable "Af" must be all lower-case
(#1226) Expected 1 space before "+"; 0 found
(#1226) Expected 1 space after "+"; 0 found
(#1226) Variable "Wd" must be all lower-case
(#1226) Expected 1 space before "+"; 0 found
(#1226) Expected 1 space after "+"; 0 found
(#1226) Variable "Y" must be all lower-case
(#1226) Expected 1 space before "+"; 0 found
(#1226) Expected 1 space after "+"; 0 found
(#1226) Variable "Pg" must be all lower-case
(#1226) Expected 1 space before ">"; 0 found
(#1226) Expected 1 space after ">"; 0 found
(#1226) Inline control structures are not allowed
(#1226) Variable "Af" must be all lower-case
(#1226) Commas (,) must be followed by white space.
(#1226) Variable "Uh" must be all lower-case
(#1226) Variable "Pg" must be all lower-case
(#1226) Line exceeds 132 characters; contains 134 characters
(#1226) Line exceeds 132 characters; contains 134 characters
(#1226) Line exceeds 132 characters; contains 134 characters
(#1226) Line exceeds 132 characters; contains 134 characters
(#1226) Line exceeds 132 characters; contains 134 characters
(#1226) Line exceeds 132 characters; contains 134 characters
(#1226) Line exceeds 132 characters; contains 134 characters
(#1226) Line exceeds 132 characters; contains 134 characters
(#1227) Line indented incorrectly; expected at least 124 spaces, found 0
(#1227) Variable "Uh" must be all lower-case
(#1227) Expected 1 space before "="; 0 found
(#1227) Expected 1 space after "="; 0 found
(#1227) Variable "Wd" must be all lower-case
(#1227) Expected 1 space before "="; 0 found
(#1227) Expected 1 space after "="; 0 found
(#1227) Closing brace must be on a line by itself
(#1227) Variable "Uh" must be all lower-case
(#1227) Expected 1 space before "="; 0 found
(#1227) Expected 1 space after "="; 0 found
(#1227) Variable "Y" must be all lower-case
(#1227) Variable "Wd" must be all lower-case
(#1227) Expected 1 space before "+="; 0 found
(#1227) Expected 1 space after "+="; 0 found
(#1227) Variable "Y" must be all lower-case
(#1227) Expected 1 space before "+"; 0 found
(#1227) Expected 1 space after "+"; 0 found
(#1227) Closing brace must be on a line by itself
(#1228) Line indented incorrectly; expected at least 116 spaces, found 0
(#1228) Variable "Af" must be all lower-case
(#1228) Commas (,) must be followed by white space.
(#1228) Variable "Uh" must be all lower-case
(#1228) Variable "Pg" must be all lower-case
(#1228) Closing brace must be on a line by itself
(#1228) Closing brace must be on a line by itself
(#1229) Line indented incorrectly; expected at least 108 spaces, found 0
(#1229) Expected 1 space after closing parenthesis; found 0
(#1229) Opening brace must be the last content on the line
(#1229) The use of backticks in strings is not recommended
(#1229) The use of backticks in strings is not recommended
(#1229) Commas (,) must be followed by white space.
(#1229) The use of backticks in strings is not recommended
(#1229) Commas (,) must be followed by white space.
(#1229) The use of backticks in strings is not recommended
(#1229) Closing brace must be on a line by itself
(#1230) Line indented incorrectly; expected at least 108 spaces, found 0
(#1230) Expected 1 space after closing parenthesis; found 0
(#1230) Opening brace must be the last content on the line
(#1231) Line indented incorrectly; expected at least 112 spaces, found 0
(#1231) Closing brace must be on a line by itself
(#1232) Line indented incorrectly; expected at least 108 spaces, found 0
(#1232) Expected 1 space after closing parenthesis; found 0
(#1232) Opening brace must be the last content on the line
(#1232) Expected 1 space before "="; 0 found
(#1232) Expected 1 space after "="; 0 found
(#1233) Line indented incorrectly; expected at least 112 spaces, found 0
(#1233) Expected 1 space before "="; 0 found
(#1233) Expected 1 space after "="; 0 found
(#1233) Expected "if (...) {\n"; found "if(...){"
(#1233) Commas (,) must be followed by white space.
(#1233) Commas (,) must be followed by white space.
(#1233) Closing brace must be on a line by itself
(#1233) Variable "J" must be all lower-case
(#1233) Expected 1 space before "="; 0 found
(#1233) Expected 1 space after "="; 0 found
(#1233) Inline control structures are not allowed
(#1233) Variable "J" must be all lower-case
(#1233) Expected 1 space before "="; 0 found
(#1233) Expected 1 space after "="; 0 found
(#1233) Commas (,) must be followed by white space.
(#1233) Commas (,) must be followed by white space.
(#1233) Variable "J" must be all lower-case
(#1233) Expected 1 space before ">"; 0 found
(#1233) Expected 1 space after ">"; 0 found
(#1233) Variable "J" must be all lower-case
(#1233) Variable "J" must be all lower-case
(#1233) Expected 1 space before "="; 0 found
(#1233) Expected 1 space after "="; 0 found
(#1233) Variable "J" must be all lower-case
(#1233) Closing brace must be on a line by itself
(#1233) Line exceeds maximum limit of 180 characters; contains 298 characters
(#1233) Line exceeds maximum limit of 180 characters; contains 298 characters
(#1233) Line exceeds maximum limit of 180 characters; contains 298 characters
(#1233) Line exceeds maximum limit of 180 characters; contains 298 characters
(#1233) Line exceeds maximum limit of 180 characters; contains 298 characters
(#1233) Line exceeds maximum limit of 180 characters; contains 298 characters
(#1233) Line exceeds maximum limit of 180 characters; contains 298 characters
(#1233) Line exceeds maximum limit of 180 characters; contains 298 characters
(#1234) Line indented incorrectly; expected at least 112 spaces, found 0
(#1234) Variable "Kc" must be all lower-case
(#1234) Expected 1 space after closing parenthesis; found 0
(#1234) Opening brace must be the last content on the line
(#1234) Variable "J" must be all lower-case
(#1234) Expected 1 space before "="; 0 found
(#1234) Expected 1 space after "="; 0 found
(#1234) Expected "if (...) {\n"; found "if(...){"
(#1234) Variable "J" must be all lower-case
(#1234) Expected 1 space before "==="; 0 found
(#1234) Expected 1 space after "==="; 0 found
(#1234) Variable "H" must be all lower-case
(#1234) Expected 1 space before "="; 0 found
(#1234) Expected 1 space after "="; 0 found
(#1234) Expected 1 space before ">="; 0 found
(#1234) Expected 1 space after ">="; 0 found
(#1234) Expected 1 space before "?"; 0 found
(#1234) Expected 1 space after "?"; 0 found
(#1234) Expected 1 space before ":"; 0 found
(#1234) Expected 1 space after ":"; 0 found
(#1234) Variable "J" must be all lower-case
(#1234) Expected 1 space before "="; 0 found
(#1234) Expected 1 space after "="; 0 found
(#1234) Variable "Kc" must be all lower-case
(#1234) Expected 1 space before "?"; 0 found
(#1234) Expected 1 space after "?"; 0 found
(#1234) Variable "H" must be all lower-case
(#1234) Expected 1 space before ":"; 0 found
(#1234) Expected 1 space after ":"; 0 found
(#1234) Variable "H" must be all lower-case
(#1234) Commas (,) must be followed by white space.
(#1234) Variable "J" must be all lower-case
(#1234) Closing brace must be on a line by itself
(#1234) Variable "J" must be all lower-case
(#1234) Closing brace must be on a line by itself
(#1234) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1234) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1234) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1234) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1234) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1234) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1234) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1234) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1235) Line indented incorrectly; expected at least 112 spaces, found 0
(#1235) Variable "H" must be all lower-case
(#1235) Commas (,) must be followed by white space.
(#1235) Variable "Z" must be all lower-case
(#1235) Commas (,) must be followed by white space.
(#1235) Commas (,) must be followed by white space.
(#1235) Variable "D" must be all lower-case
(#1235) Commas (,) must be followed by white space.
(#1235) Expected 1 space after closing parenthesis; found 0
(#1235) Opening brace must be the last content on the line
(#1235) Variable "H" must be all lower-case
(#1235) Expected 1 space before "!=="; 0 found
(#1235) Expected 1 space after "!=="; 0 found
(#1235) Expected 1 space before "?"; 0 found
(#1235) Expected 1 space after "?"; 0 found
(#1235) Variable "D" must be all lower-case
(#1235) Expected 1 space before "?"; 0 found
(#1235) Expected 1 space after "?"; 0 found
(#1235) Variable "D" must be all lower-case
(#1235) Expected 1 space before ":"; 0 found
(#1235) Expected 1 space after ":"; 0 found
(#1235) Expected 1 space before ":"; 0 found
(#1235) Expected 1 space after ":"; 0 found
(#1235) Closing brace must be on a line by itself
(#1236) Line indented incorrectly; expected at least 112 spaces, found 0
(#1236) Variable "H" must be all lower-case
(#1236) Commas (,) must be followed by white space.
(#1236) Variable "Z" must be all lower-case
(#1236) Expected 1 space after closing parenthesis; found 0
(#1236) Opening brace must be the last content on the line
(#1237) Line indented incorrectly; expected at least 116 spaces, found 0
(#1237) Variable "H" must be all lower-case
(#1237) Commas (,) must be followed by white space.
(#1237) Variable "Z" must be all lower-case
(#1237) Commas (,) must be followed by white space.
(#1237) Closing brace must be on a line by itself
(#1238) Line indented incorrectly; expected at least 112 spaces, found 0
(#1238) Commas (,) must be followed by white space.
(#1238) Expected 1 space after closing parenthesis; found 0
(#1238) Opening brace must be the last content on the line
(#1238) Variable "J" must be all lower-case
(#1238) Expected 1 space before "="; 0 found
(#1238) Expected 1 space after "="; 0 found
(#1238) Expected 1 space before "="; 0 found
(#1238) Expected 1 space after "="; 0 found
(#1238) Commas (,) must be followed by white space.
(#1238) Inline control structures are not allowed
(#1238) Commas (,) must be followed by white space.
(#1238) Commas (,) must be followed by white space.
(#1238) Variable "B" must be all lower-case
(#1238) Variable "J" must be all lower-case
(#1238) Expected 1 space before "="; 0 found
(#1238) Expected 1 space after "="; 0 found
(#1238) Variable "B" must be all lower-case
(#1238) Inline control structures are not allowed
(#1238) Usage of ELSEIF not allowed; use ELSE IF instead
(#1238) Commas (,) must be followed by white space.
(#1238) Commas (,) must be followed by white space.
(#1238) Variable "B" must be all lower-case
(#1238) Variable "J" must be all lower-case
(#1238) Expected 1 space before "="; 0 found
(#1238) Expected 1 space after "="; 0 found
(#1238) Variable "B" must be all lower-case
(#1238) Variable "J" must be all lower-case
(#1238) Closing brace must be on a line by itself
(#1238) Line exceeds maximum limit of 180 characters; contains 233 characters
(#1238) Line exceeds maximum limit of 180 characters; contains 233 characters
(#1238) Line exceeds maximum limit of 180 characters; contains 233 characters
(#1238) Line exceeds maximum limit of 180 characters; contains 233 characters
(#1238) Line exceeds maximum limit of 180 characters; contains 233 characters
(#1238) Line exceeds maximum limit of 180 characters; contains 233 characters
(#1238) Line exceeds maximum limit of 180 characters; contains 233 characters
(#1238) Line exceeds maximum limit of 180 characters; contains 233 characters
(#1239) Line indented incorrectly; expected at least 112 spaces, found 0
(#1239) Expected 1 space after closing parenthesis; found 0
(#1239) Opening brace must be the last content on the line
(#1239) Variable "J" must be all lower-case
(#1239) Expected 1 space before "="; 0 found
(#1239) Expected 1 space after "="; 0 found
(#1239) Expected "foreach (...) {\n"; found "foreach(...){"
(#1239) Expected 1 space before "as"; 0 found
(#1239) Expected 1 space after "as"; 0 found
(#1239) Variable "K" must be all lower-case
(#1239) Inline control structures are not allowed
(#1239) Commas (,) must be followed by white space.
(#1239) Variable "K" must be all lower-case
(#1239) Variable "J" must be all lower-case
(#1239) Expected 1 space before "="; 0 found
(#1239) Expected 1 space after "="; 0 found
(#1239) Variable "K" must be all lower-case
(#1239) Closing brace must be on a line by itself
(#1239) Variable "J" must be all lower-case
(#1239) Closing brace must be on a line by itself
(#1239) Line exceeds 132 characters; contains 141 characters
(#1239) Line exceeds 132 characters; contains 141 characters
(#1239) Line exceeds 132 characters; contains 141 characters
(#1239) Line exceeds 132 characters; contains 141 characters
(#1239) Line exceeds 132 characters; contains 141 characters
(#1239) Line exceeds 132 characters; contains 141 characters
(#1239) Line exceeds 132 characters; contains 141 characters
(#1239) Line exceeds 132 characters; contains 141 characters
(#1240) Line indented incorrectly; expected at least 112 spaces, found 0
(#1240) Expected 1 space after closing parenthesis; found 0
(#1240) Opening brace must be the last content on the line
(#1240) Closing brace must be on a line by itself
(#1241) Line indented incorrectly; expected at least 112 spaces, found 0
(#1241) Expected 1 space after closing parenthesis; found 0
(#1241) Opening brace must be the last content on the line
(#1242) Line indented incorrectly; expected at least 116 spaces, found 0
(#1242) Expected 1 space before ">="; 0 found
(#1242) Expected 1 space after ">="; 0 found
(#1242) Expected 1 space before "?"; 0 found
(#1242) Expected 1 space after "?"; 0 found
(#1242) Expected 1 space before ":"; 0 found
(#1242) Expected 1 space after ":"; 0 found
(#1242) Closing brace must be on a line by itself
(#1242) Line exceeds 132 characters; contains 171 characters
(#1242) Line exceeds 132 characters; contains 171 characters
(#1242) Line exceeds 132 characters; contains 171 characters
(#1242) Line exceeds 132 characters; contains 171 characters
(#1242) Line exceeds 132 characters; contains 171 characters
(#1242) Line exceeds 132 characters; contains 171 characters
(#1242) Line exceeds 132 characters; contains 171 characters
(#1242) Line exceeds 132 characters; contains 171 characters
(#1243) Line indented incorrectly; expected at least 112 spaces, found 0
(#1243) Expected 1 space after closing parenthesis; found 0
(#1243) Opening brace must be the last content on the line
(#1243) Variable "J" must be all lower-case
(#1243) Expected 1 space before "="; 0 found
(#1243) Expected 1 space after "="; 0 found
(#1243) Inline control structures are not allowed
(#1243) Expected 1 space after "as"; 0 found
(#1244) Line indented incorrectly; expected at least 116 spaces, found 0
(#1244) Variable "J" must be all lower-case
(#1244) Expected 1 space before "="; 0 found
(#1244) Expected 1 space after "="; 0 found
(#1244) Variable "J" must be all lower-case
(#1244) Closing brace must be on a line by itself
(#1245) Line indented incorrectly; expected at least 116 spaces, found 0
(#1245) Variable "C" must be all lower-case
(#1245) Commas (,) must be followed by white space.
(#1245) Variable "Dc" must be all lower-case
(#1245) Expected 1 space after closing parenthesis; found 0
(#1245) Opening brace must be the last content on the line
(#1245) Variable "J" must be all lower-case
(#1245) Expected 1 space before "="; 0 found
(#1245) Expected 1 space after "="; 0 found
(#1245) Expected "foreach (...) {\n"; found "foreach(...){"
(#1245) Expected 1 space before "as"; 0 found
(#1245) Expected 1 space after "as"; 0 found
(#1245) Variable "Dc" must be all lower-case
(#1245) Expected 1 space before ">="; 0 found
(#1245) Expected 1 space after ">="; 0 found
(#1245) Expected 1 space before "?"; 0 found
(#1245) Expected 1 space after "?"; 0 found
(#1245) Variable "C" must be all lower-case
(#1245) Expected 1 space before "!="; 0 found
(#1245) Expected 1 space after "!="; 0 found
(#1245) Expected 1 space before "?"; 0 found
(#1245) Expected 1 space after "?"; 0 found
(#1245) Variable "C" must be all lower-case
(#1245) Expected 1 space before ":"; 0 found
(#1245) Expected 1 space after ":"; 0 found
(#1245) Expected 1 space before ":"; 0 found
(#1245) Expected 1 space after ":"; 0 found
(#1245) Variable "C" must be all lower-case
(#1245) Expected 1 space before "!="; 0 found
(#1245) Expected 1 space after "!="; 0 found
(#1245) Expected 1 space before "?"; 0 found
(#1245) Expected 1 space after "?"; 0 found
(#1245) Variable "C" must be all lower-case
(#1245) Commas (,) must be followed by white space.
(#1245) Expected 1 space before ":"; 0 found
(#1245) Expected 1 space after ":"; 0 found
(#1245) Variable "K" must be all lower-case
(#1245) Inline control structures are not allowed
(#1245) Variable "K" must be all lower-case
(#1245) Expected 1 space before "=="; 0 found
(#1245) Expected 1 space after "=="; 0 found
(#1245) Variable "K" must be all lower-case
(#1245) Expected 1 space before "="; 0 found
(#1245) Expected 1 space after "="; 0 found
(#1245) Commas (,) must be followed by white space.
(#1245) Commas (,) must be followed by white space.
(#1245) Variable "K" must be all lower-case
(#1245) Inline control structures are not allowed
(#1245) Variable "K" must be all lower-case
(#1245) Variable "K" must be all lower-case
(#1245) Expected 1 space before "="; 0 found
(#1245) Expected 1 space after "="; 0 found
(#1245) Inline control structures are not allowed
(#1245) Variable "C" must be all lower-case
(#1245) Expected 1 space before "!="; 0 found
(#1245) Expected 1 space after "!="; 0 found
(#1245) Variable "K" must be all lower-case
(#1245) Variable "J" must be all lower-case
(#1245) Variable "K" must be all lower-case
(#1245) Expected 1 space before "="; 0 found
(#1245) Expected 1 space after "="; 0 found
(#1245) Variable "K" must be all lower-case
(#1245) Closing brace must be on a line by itself
(#1245) Variable "J" must be all lower-case
(#1245) Closing brace must be on a line by itself
(#1245) Line exceeds maximum limit of 180 characters; contains 543 characters
(#1245) Line exceeds maximum limit of 180 characters; contains 543 characters
(#1245) Line exceeds maximum limit of 180 characters; contains 543 characters
(#1245) Line exceeds maximum limit of 180 characters; contains 543 characters
(#1245) Line exceeds maximum limit of 180 characters; contains 543 characters
(#1245) Line exceeds maximum limit of 180 characters; contains 543 characters
(#1245) Line exceeds maximum limit of 180 characters; contains 543 characters
(#1245) Line exceeds maximum limit of 180 characters; contains 543 characters
(#1246) Line indented incorrectly; expected at least 116 spaces, found 0
(#1246) Variable "R" must be all lower-case
(#1246) Expected 1 space after closing parenthesis; found 0
(#1246) Opening brace must be the last content on the line
(#1246) Variable "R" must be all lower-case
(#1246) Expected 1 space before "==="; 0 found
(#1246) Expected 1 space after "==="; 0 found
(#1246) Closing brace must be on a line by itself
(#1247) Line indented incorrectly; expected at least 116 spaces, found 0
(#1247) Variable "R" must be all lower-case
(#1247) Expected 1 space after closing parenthesis; found 0
(#1247) Opening brace must be the last content on the line
(#1248) Line indented incorrectly; expected at least 120 spaces, found 0
(#1248) Commas (,) must be followed by white space.
(#1248) Variable "R" must be all lower-case
(#1248) Commas (,) must be followed by white space.
(#1248) Variable "R" must be all lower-case
(#1248) Commas (,) must be followed by white space.
(#1248) Expected 1 space before ">="; 0 found
(#1248) Expected 1 space after ">="; 0 found
(#1248) Closing brace must be on a line by itself
(#1248) Line exceeds 132 characters; contains 134 characters
(#1248) Line exceeds 132 characters; contains 134 characters
(#1248) Line exceeds 132 characters; contains 134 characters
(#1248) Line exceeds 132 characters; contains 134 characters
(#1248) Line exceeds 132 characters; contains 134 characters
(#1248) Line exceeds 132 characters; contains 134 characters
(#1248) Line exceeds 132 characters; contains 134 characters
(#1248) Line exceeds 132 characters; contains 134 characters
(#1249) Line indented incorrectly; expected at least 116 spaces, found 0
(#1249) Variable "Q" must be all lower-case
(#1249) Expected 1 space after closing parenthesis; found 0
(#1249) Opening brace must be the last content on the line
(#1249) Variable "J" must be all lower-case
(#1249) Expected 1 space before "="; 0 found
(#1249) Expected 1 space after "="; 0 found
(#1249) Expected "foreach (...) {\n"; found "foreach(...){"
(#1249) Expected 1 space before "as"; 0 found
(#1249) Expected 1 space after "as"; 0 found
(#1249) Variable "Q" must be all lower-case
(#1249) Variable "K" must be all lower-case
(#1249) Commas (,) must be followed by white space.
(#1249) Variable "K" must be all lower-case
(#1249) Commas (,) must be followed by white space.
(#1249) Variable "B" must be all lower-case
(#1249) Variable "J" must be all lower-case
(#1249) Variable "K" must be all lower-case
(#1249) Expected 1 space before "="; 0 found
(#1249) Expected 1 space after "="; 0 found
(#1249) Expected 1 space before "=>"; 0 found
(#1249) Expected 1 space after "=>"; 0 found
(#1249) Variable "K" must be all lower-case
(#1249) Commas (,) must be followed by white space.
(#1249) Expected 1 space before "=>"; 0 found
(#1249) Expected 1 space after "=>"; 0 found
(#1249) Variable "K" must be all lower-case
(#1249) Commas (,) must be followed by white space.
(#1249) Expected 1 space before "=>"; 0 found
(#1249) Expected 1 space after "=>"; 0 found
(#1249) Variable "B" must be all lower-case
(#1249) Commas (,) must be followed by white space.
(#1249) Expected 1 space before "=>"; 0 found
(#1249) Expected 1 space after "=>"; 0 found
(#1249) Variable "B" must be all lower-case
(#1249) Commas (,) must be followed by white space.
(#1249) Expected 1 space before "=>"; 0 found
(#1249) Expected 1 space after "=>"; 0 found
(#1249) Variable "B" must be all lower-case
(#1249) Variable "B" must be all lower-case
(#1249) Commas (,) must be followed by white space.
(#1249) Expected 1 space before "=>"; 0 found
(#1249) Expected 1 space after "=>"; 0 found
(#1249) Variable "K" must be all lower-case
(#1249) Expected 1 space before "!="; 0 found
(#1249) Expected 1 space after "!="; 0 found
(#1249) Commas (,) must be followed by white space.
(#1249) Variable "B" must be all lower-case
(#1249) Expected 1 space before "?"; 0 found
(#1249) Expected 1 space after "?"; 0 found
(#1249) Variable "K" must be all lower-case
(#1249) Expected 1 space before ":"; 0 found
(#1249) Expected 1 space after ":"; 0 found
(#1249) Commas (,) must be followed by white space.
(#1249) Expected 1 space before "=>"; 0 found
(#1249) Expected 1 space after "=>"; 0 found
(#1249) Variable "K" must be all lower-case
(#1249) Expected 1 space before "=="; 0 found
(#1249) Expected 1 space after "=="; 0 found
(#1249) Commas (,) must be followed by white space.
(#1249) Expected 1 space before "=>"; 0 found
(#1249) Expected 1 space after "=>"; 0 found
(#1249) Variable "K" must be all lower-case
(#1249) Expected 1 space before "=="; 0 found
(#1249) Expected 1 space after "=="; 0 found
(#1249) Commas (,) must be followed by white space.
(#1249) Expected 1 space before "=>"; 0 found
(#1249) Expected 1 space after "=>"; 0 found
(#1249) Commas (,) must be followed by white space.
(#1249) Variable "K" must be all lower-case
(#1249) Commas (,) must be followed by white space.
(#1249) Variable "B" must be all lower-case
(#1249) Expected 1 space before "?"; 0 found
(#1249) Expected 1 space after "?"; 0 found
(#1249) Variable "B" must be all lower-case
(#1249) Expected 1 space before ":"; 0 found
(#1249) Expected 1 space after ":"; 0 found
(#1249) Commas (,) must be followed by white space.
(#1249) Expected 1 space before "=>"; 0 found
(#1249) Expected 1 space after "=>"; 0 found
(#1249) Variable "K" must be all lower-case
(#1249) Commas (,) must be followed by white space.
(#1249) Expected 1 space before "=>"; 0 found
(#1249) Expected 1 space after "=>"; 0 found
(#1249) Commas (,) must be followed by white space.
(#1249) Variable "K" must be all lower-case
(#1249) Commas (,) must be followed by white space.
(#1249) Expected 1 space before "=>"; 0 found
(#1249) Expected 1 space after "=>"; 0 found
(#1249) Variable "K" must be all lower-case
(#1249) Commas (,) must be followed by white space.
(#1249) Expected 1 space before "=>"; 0 found
(#1249) Expected 1 space after "=>"; 0 found
(#1249) Variable "K" must be all lower-case
(#1249) Expected 1 space before "=="; 0 found
(#1249) Expected 1 space after "=="; 0 found
(#1249) Commas (,) must be followed by white space.
(#1249) Closing brace must be on a line by itself
(#1249) Variable "J" must be all lower-case
(#1249) Closing brace must be on a line by itself
(#1249) Line exceeds maximum limit of 180 characters; contains 689 characters
(#1249) Line exceeds maximum limit of 180 characters; contains 689 characters
(#1249) Line exceeds maximum limit of 180 characters; contains 689 characters
(#1249) Line exceeds maximum limit of 180 characters; contains 689 characters
(#1249) Line exceeds maximum limit of 180 characters; contains 689 characters
(#1249) Line exceeds maximum limit of 180 characters; contains 689 characters
(#1249) Line exceeds maximum limit of 180 characters; contains 689 characters
(#1249) Line exceeds maximum limit of 180 characters; contains 689 characters
(#1250) Line indented incorrectly; expected at least 116 spaces, found 0
(#1250) Variable "Q" must be all lower-case
(#1250) Commas (,) must be followed by white space.
(#1250) Expected 1 space after closing parenthesis; found 0
(#1250) Opening brace must be the last content on the line
(#1250) Variable "J" must be all lower-case
(#1250) Expected 1 space before "="; 0 found
(#1250) Expected 1 space after "="; 0 found
(#1250) Expected "foreach (...) {\n"; found "foreach(...){"
(#1250) Expected 1 space before "as"; 0 found
(#1250) Expected 1 space after "as"; 0 found
(#1250) Variable "Q" must be all lower-case
(#1250) Commas (,) must be followed by white space.
(#1250) Variable "K" must be all lower-case
(#1250) Variable "J" must be all lower-case
(#1250) Variable "K" must be all lower-case
(#1250) Expected 1 space before "="; 0 found
(#1250) Expected 1 space after "="; 0 found
(#1250) Variable "K" must be all lower-case
(#1250) Expected 1 space before "=="; 0 found
(#1250) Expected 1 space after "=="; 0 found
(#1250) Expected 1 space before "?"; 0 found
(#1250) Expected 1 space after "?"; 0 found
(#1250) Expected 1 space before ":"; 0 found
(#1250) Expected 1 space after ":"; 0 found
(#1250) Variable "K" must be all lower-case
(#1250) Expected 1 space before "=="; 0 found
(#1250) Expected 1 space after "=="; 0 found
(#1250) Expected 1 space before "?"; 0 found
(#1250) Expected 1 space after "?"; 0 found
(#1250) Expected 1 space before ":"; 0 found
(#1250) Expected 1 space after ":"; 0 found
(#1250) Variable "K" must be all lower-case
(#1250) Expected 1 space before "?"; 0 found
(#1250) Expected 1 space after "?"; 0 found
(#1250) Expected 1 space before ":"; 0 found
(#1250) Expected 1 space after ":"; 0 found
(#1250) Variable "J" must be all lower-case
(#1250) Variable "K" must be all lower-case
(#1250) Expected 1 space before "="; 0 found
(#1250) Expected 1 space after "="; 0 found
(#1250) Variable "K" must be all lower-case
(#1250) Variable "J" must be all lower-case
(#1250) Variable "K" must be all lower-case
(#1250) Expected 1 space before "="; 0 found
(#1250) Expected 1 space after "="; 0 found
(#1250) Variable "K" must be all lower-case
(#1250) Variable "J" must be all lower-case
(#1250) Variable "K" must be all lower-case
(#1250) Expected 1 space before "="; 0 found
(#1250) Expected 1 space after "="; 0 found
(#1250) Closing brace must be on a line by itself
(#1250) Variable "J" must be all lower-case
(#1250) Closing brace must be on a line by itself
(#1250) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1250) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1250) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1250) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1250) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1250) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1250) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1250) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1251) Line indented incorrectly; expected at least 116 spaces, found 0
(#1251) Variable "Q" must be all lower-case
(#1251) Expected 1 space after closing parenthesis; found 0
(#1251) Opening brace must be the last content on the line
(#1251) Commas (,) must be followed by white space.
(#1251) Variable "Ne" must be all lower-case
(#1251) Scope keyword "static" must be followed by a single space
(#1251) Expected 1 space before "="; 0 found
(#1251) Expected 1 space after "="; 0 found
(#1251) The use of backticks in strings is not recommended
(#1251) Variable "J" must be all lower-case
(#1251) Expected 1 space before "="; 0 found
(#1251) Expected 1 space after "="; 0 found
(#1251) Variable "Bb" must be all lower-case
(#1251) Expected 1 space before "="; 0 found
(#1251) Expected 1 space after "="; 0 found
(#1251) Variable "Q" must be all lower-case
(#1251) Commas (,) must be followed by white space.
(#1251) Expected "if (...) {\n"; found "if(...){"
(#1251) Variable "Bb" must be all lower-case
(#1251) Commas (,) must be followed by white space.
(#1251) Variable "Bb" must be all lower-case
(#1251) Commas (,) must be followed by white space.
(#1251) Commas (,) must be followed by white space.
(#1251) Expected "foreach (...) {\n"; found "foreach(...){"
(#1251) Expected 1 space after "as"; 0 found
(#1251) Line exceeds maximum limit of 180 characters; contains 323 characters
(#1251) Line exceeds maximum limit of 180 characters; contains 323 characters
(#1251) Line exceeds maximum limit of 180 characters; contains 323 characters
(#1251) Line exceeds maximum limit of 180 characters; contains 323 characters
(#1251) Line exceeds maximum limit of 180 characters; contains 323 characters
(#1251) Line exceeds maximum limit of 180 characters; contains 323 characters
(#1251) Line exceeds maximum limit of 180 characters; contains 323 characters
(#1251) Line exceeds maximum limit of 180 characters; contains 323 characters
(#1252) Line indented incorrectly; expected at least 124 spaces, found 0
(#1252) Variable "B" must be all lower-case
(#1252) Commas (,) must be followed by white space.
(#1252) Variable "B" must be all lower-case
(#1252) Commas (,) must be followed by white space.
(#1252) Variable "Eg" must be all lower-case
(#1252) Commas (,) must be followed by white space.
(#1252) Variable "B" must be all lower-case
(#1252) Commas (,) must be followed by white space.
(#1252) Variable "J" must be all lower-case
(#1252) Variable "B" must be all lower-case
(#1252) Expected 1 space before "="; 0 found
(#1252) Expected 1 space after "="; 0 found
(#1252) Expected 1 space before "=>"; 0 found
(#1252) Expected 1 space after "=>"; 0 found
(#1252) Variable "B" must be all lower-case
(#1252) Expected 1 space before "!="; 0 found
(#1252) Expected 1 space after "!="; 0 found
(#1252) Expected 1 space before "?"; 0 found
(#1252) Expected 1 space after "?"; 0 found
(#1252) Variable "B" must be all lower-case
(#1252) Expected 1 space before ":"; 0 found
(#1252) Expected 1 space after ":"; 0 found
(#1252) Variable "B" must be all lower-case
(#1252) Commas (,) must be followed by white space.
(#1252) Expected 1 space before "=>"; 0 found
(#1252) Expected 1 space after "=>"; 0 found
(#1252) Variable "B" must be all lower-case
(#1252) Expected 1 space before "!="; 0 found
(#1252) Expected 1 space after "!="; 0 found
(#1252) Expected 1 space before "?"; 0 found
(#1252) Expected 1 space after "?"; 0 found
(#1252) Variable "B" must be all lower-case
(#1252) Expected 1 space before ":"; 0 found
(#1252) Expected 1 space after ":"; 0 found
(#1252) Variable "B" must be all lower-case
(#1252) Commas (,) must be followed by white space.
(#1252) Expected 1 space before "=>"; 0 found
(#1252) Expected 1 space after "=>"; 0 found
(#1252) Commas (,) must be followed by white space.
(#1252) Variable "Eg" must be all lower-case
(#1252) Commas (,) must be followed by white space.
(#1252) Expected 1 space before "=>"; 0 found
(#1252) Expected 1 space after "=>"; 0 found
(#1252) Commas (,) must be followed by white space.
(#1252) Commas (,) must be followed by white space.
(#1252) Expected 1 space before "=>"; 0 found
(#1252) Expected 1 space after "=>"; 0 found
(#1252) Variable "B" must be all lower-case
(#1252) Expected 1 space before "?"; 0 found
(#1252) Expected 1 space after "?"; 0 found
(#1252) Variable "B" must be all lower-case
(#1252) Expected 1 space before ":"; 0 found
(#1252) Expected 1 space after ":"; 0 found
(#1252) Commas (,) must be followed by white space.
(#1252) Expected 1 space before "=>"; 0 found
(#1252) Expected 1 space after "=>"; 0 found
(#1252) Variable "B" must be all lower-case
(#1252) Expected 1 space before "?"; 0 found
(#1252) Expected 1 space after "?"; 0 found
(#1252) Variable "B" must be all lower-case
(#1252) Expected 1 space before ":"; 0 found
(#1252) Expected 1 space after ":"; 0 found
(#1252) Commas (,) must be followed by white space.
(#1252) Closing brace must be on a line by itself
(#1252) Closing brace must be on a line by itself
(#1252) Variable "J" must be all lower-case
(#1252) Closing brace must be on a line by itself
(#1252) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1252) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1252) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1252) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1252) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1252) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1252) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1252) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1253) Line indented incorrectly; expected at least 116 spaces, found 0
(#1253) Variable "C" must be all lower-case
(#1253) Expected 1 space after closing parenthesis; found 0
(#1253) Opening brace must be the last content on the line
(#1254) Line indented incorrectly; expected at least 120 spaces, found 0
(#1254) Expected 1 space before "=>"; 0 found
(#1254) Expected 1 space after "=>"; 0 found
(#1254) The use of backticks in strings is not recommended
(#1254) Commas (,) must be followed by white space.
(#1254) Commas (,) must be followed by white space.
(#1254) Variable "C" must be all lower-case
(#1254) Commas (,) must be followed by white space.
(#1254) Closing brace must be on a line by itself
(#1255) Line indented incorrectly; expected at least 124 spaces, found 0
(#1255) Expected 1 space after closing parenthesis; found 0
(#1255) Opening brace must be the last content on the line
(#1255) Variable "J" must be all lower-case
(#1255) Expected 1 space before "="; 0 found
(#1255) Expected 1 space after "="; 0 found
(#1255) Expected "foreach (...) {\n"; found "foreach(...){"
(#1255) Expected 1 space before "as"; 0 found
(#1255) Expected 1 space after "as"; 0 found
(#1255) Variable "K" must be all lower-case
(#1255) Inline control structures are not allowed
(#1255) Variable "K" must be all lower-case
(#1255) Variable "J" must be all lower-case
(#1255) Variable "K" must be all lower-case
(#1255) Expected 1 space before "="; 0 found
(#1255) Expected 1 space after "="; 0 found
(#1255) Variable "K" must be all lower-case
(#1255) Inline control structures are not allowed
(#1255) Variable "J" must be all lower-case
(#1255) Variable "K" must be all lower-case
(#1255) Expected 1 space before "="; 0 found
(#1255) Expected 1 space after "="; 0 found
(#1255) Variable "K" must be all lower-case
(#1255) Closing brace must be on a line by itself
(#1255) Variable "J" must be all lower-case
(#1255) Inline control structures are not allowed
(#1255) Expected 1 space before "=>"; 0 found
(#1255) Expected 1 space after "=>"; 0 found
(#1255) Expected 1 space after "as"; 0 found
(#1255) Line exceeds 132 characters; contains 180 characters
(#1255) Line exceeds 132 characters; contains 180 characters
(#1255) Line exceeds 132 characters; contains 180 characters
(#1255) Line exceeds 132 characters; contains 180 characters
(#1255) Line exceeds 132 characters; contains 180 characters
(#1255) Line exceeds 132 characters; contains 180 characters
(#1255) Line exceeds 132 characters; contains 180 characters
(#1255) Line exceeds 132 characters; contains 180 characters
(#1255) Variable "J" must be all lower-case
(#1256) Line indented incorrectly; expected at least 128 spaces, found 0
(#1256) Expected 1 space before "=>"; 0 found
(#1256) Expected 1 space after "=>"; 0 found
(#1256) Variable "X" must be all lower-case
(#1256) Variable "J" must be all lower-case
(#1256) Variable "J" must be all lower-case
(#1256) Closing brace must be on a line by itself
(#1257) Line indented incorrectly; expected at least 120 spaces, found 0
(#1257) Expected 1 space after closing parenthesis; found 0
(#1257) Opening brace must be the last content on the line
(#1257) Expected 1 space before ">="; 0 found
(#1257) Expected 1 space after ">="; 0 found
(#1257) Expected 1 space before "=="; 0 found
(#1257) Expected 1 space after "=="; 0 found
(#1257) Expected 1 space before ">="; 0 found
(#1257) Expected 1 space after ">="; 0 found
(#1257) Expected 1 space before "=="; 0 found
(#1257) Expected 1 space after "=="; 0 found
(#1257) Closing brace must be on a line by itself
(#1257) Line exceeds 132 characters; contains 144 characters
(#1257) Line exceeds 132 characters; contains 144 characters
(#1257) Line exceeds 132 characters; contains 144 characters
(#1257) Line exceeds 132 characters; contains 144 characters
(#1257) Line exceeds 132 characters; contains 144 characters
(#1257) Line exceeds 132 characters; contains 144 characters
(#1257) Line exceeds 132 characters; contains 144 characters
(#1257) Line exceeds 132 characters; contains 144 characters
(#1258) Line indented incorrectly; expected at least 120 spaces, found 0
(#1258) Expected 1 space after closing parenthesis; found 0
(#1258) Opening brace must be the last content on the line
(#1259) Line indented incorrectly; expected at least 124 spaces, found 0
(#1259) Commas (,) must be followed by white space.
(#1259) Commas (,) must be followed by white space.
(#1259) Closing brace must be on a line by itself
(#1260) Line indented incorrectly; expected at least 120 spaces, found 0
(#1260) Commas (,) must be followed by white space.
(#1260) Expected 1 space after closing parenthesis; found 0
(#1260) Opening brace must be the last content on the line
(#1261) Line indented incorrectly; expected at least 124 spaces, found 0
(#1261) Expected 1 space before "?"; 0 found
(#1261) Expected 1 space after "?"; 0 found
(#1261) Expected 1 space before ":"; 0 found
(#1261) Expected 1 space after ":"; 0 found
(#1261) Closing brace must be on a line by itself
(#1262) Line indented incorrectly; expected at least 124 spaces, found 0
(#1262) Expected 1 space after closing parenthesis; found 0
(#1262) Opening brace must be the last content on the line
(#1262) Variable "J" must be all lower-case
(#1262) Expected 1 space before "="; 0 found
(#1262) Expected 1 space after "="; 0 found
(#1262) Commas (,) must be followed by white space.
(#1262) Commas (,) must be followed by white space.
(#1262) Commas (,) must be followed by white space.
(#1262) Variable "J" must be all lower-case
(#1262) Closing brace must be on a line by itself
(#1263) Line indented incorrectly; expected at least 124 spaces, found 0
(#1263) Variable "C" must be all lower-case
(#1263) Commas (,) must be followed by white space.
(#1263) Expected 1 space after closing parenthesis; found 0
(#1263) Opening brace must be the last content on the line
(#1263) Variable "J" must be all lower-case
(#1263) Expected 1 space before "="; 0 found
(#1263) Expected 1 space after "="; 0 found
(#1263) Expected "if (...) {\n"; found "if(...){"
(#1263) Variable "C" must be all lower-case
(#1263) Commas (,) must be followed by white space.
(#1263) Expected 1 space before "="; 0 found
(#1263) Expected 1 space after "="; 0 found
(#1263) Inline control structures are not allowed
(#1263) Expected 1 space before "=>"; 0 found
(#1263) Expected 1 space after "=>"; 0 found
(#1263) Expected 1 space before "as"; 0 found
(#1263) Expected 1 space after "as"; 0 found
(#1263) Variable "Q" must be all lower-case
(#1263) Expected 1 space before "=>"; 0 found
(#1263) Expected 1 space after "=>"; 0 found
(#1263) Variable "U" must be all lower-case
(#1263) Expected 1 space before "="; 0 found
(#1263) Expected 1 space after "="; 0 found
(#1263) Variable "Q" must be all lower-case
(#1263) Variable "C" must be all lower-case
(#1263) Variable "Q" must be all lower-case
(#1263) Variable "J" must be all lower-case
(#1263) Expected 1 space before "="; 0 found
(#1263) Expected 1 space after "="; 0 found
(#1263) Commas (,) must be followed by white space.
(#1263) Inline control structures are not allowed
(#1263) Variable "J" must be all lower-case
(#1263) Commas (,) must be followed by white space.
(#1263) Closing brace must be on a line by itself
(#1263) Variable "J" must be all lower-case
(#1263) Closing brace must be on a line by itself
(#1263) Line exceeds maximum limit of 180 characters; contains 315 characters
(#1263) Line exceeds maximum limit of 180 characters; contains 315 characters
(#1263) Line exceeds maximum limit of 180 characters; contains 315 characters
(#1263) Line exceeds maximum limit of 180 characters; contains 315 characters
(#1263) Line exceeds maximum limit of 180 characters; contains 315 characters
(#1263) Line exceeds maximum limit of 180 characters; contains 315 characters
(#1263) Line exceeds maximum limit of 180 characters; contains 315 characters
(#1263) Line exceeds maximum limit of 180 characters; contains 315 characters
(#1264) Line indented incorrectly; expected at least 124 spaces, found 0
(#1264) Expected 1 space after closing parenthesis; found 0
(#1264) Opening brace must be the last content on the line
(#1264) Variable "Ma" must be all lower-case
(#1264) Expected 1 space before "="; 0 found
(#1264) Expected 1 space after "="; 0 found
(#1264) Expected "if (...) {\n"; found "if(...){"
(#1264) Expected 1 space before "!="; 0 found
(#1264) Expected 1 space after "!="; 0 found
(#1264) Expected "foreach (...) {\n"; found "foreach(...){"
(#1264) Expected 1 space before "as"; 0 found
(#1264) Expected 1 space after "as"; 0 found
(#1264) Expected "if (...) {\n"; found "if(...){"
(#1264) Commas (,) must be followed by white space.
(#1264) Commas (,) must be followed by white space.
(#1264) Variable "Ma" must be all lower-case
(#1264) Expected 1 space before "="; 0 found
(#1264) Expected 1 space after "="; 0 found
(#1264) Closing brace must be on a line by itself
(#1264) Inline control structures are not allowed
(#1264) Expected 1 space before "=="; 0 found
(#1264) Expected 1 space after "=="; 0 found
(#1264) Variable "Ma" must be all lower-case
(#1264) Expected 1 space before "="; 0 found
(#1264) Expected 1 space after "="; 0 found
(#1264) Closing brace must be on a line by itself
(#1264) Closing brace must be on a line by itself
(#1264) Variable "Ma" must be all lower-case
(#1264) Closing brace must be on a line by itself
(#1264) Line exceeds maximum limit of 180 characters; contains 307 characters
(#1264) Line exceeds maximum limit of 180 characters; contains 307 characters
(#1264) Line exceeds maximum limit of 180 characters; contains 307 characters
(#1264) Line exceeds maximum limit of 180 characters; contains 307 characters
(#1264) Line exceeds maximum limit of 180 characters; contains 307 characters
(#1264) Line exceeds maximum limit of 180 characters; contains 307 characters
(#1264) Line exceeds maximum limit of 180 characters; contains 307 characters
(#1264) Line exceeds maximum limit of 180 characters; contains 307 characters
(#1265) Line indented incorrectly; expected at least 124 spaces, found 0
(#1265) Variable "Q" must be all lower-case
(#1265) Commas (,) must be followed by white space.
(#1265) Variable "C" must be all lower-case
(#1265) Commas (,) must be followed by white space.
(#1265) Commas (,) must be followed by white space.
(#1265) Variable "Lc" must be all lower-case
(#1265) Commas (,) must be followed by white space.
(#1265) Commas (,) must be followed by white space.
(#1265) Commas (,) must be followed by white space.
(#1265) Commas (,) must be followed by white space.
(#1265) Variable "La" must be all lower-case
(#1265) Commas (,) must be followed by white space.
(#1265) Expected 1 space after closing parenthesis; found 0
(#1265) Opening brace must be the last content on the line
(#1265) Expected 1 space before "="; 0 found
(#1265) Expected 1 space after "="; 0 found
(#1265) Inline control structures are not allowed
(#1265) Expected 1 space after "as"; 0 found
(#1266) Line indented incorrectly; expected at least 128 spaces, found 0
(#1266) Expected 1 space before "="; 0 found
(#1266) Expected 1 space after "="; 0 found
(#1266) Expected 1 space before "?"; 0 found
(#1266) Expected 1 space after "?"; 0 found
(#1266) Variable "Q" must be all lower-case
(#1266) Expected 1 space before "!="; 0 found
(#1266) Expected 1 space after "!="; 0 found
(#1266) Expected 1 space before "?"; 0 found
(#1266) Expected 1 space after "?"; 0 found
(#1266) Expected 1 space before "!="; 0 found
(#1266) Expected 1 space after "!="; 0 found
(#1266) Expected 1 space before "?"; 0 found
(#1266) Expected 1 space after "?"; 0 found
(#1266) Expected 1 space before ":"; 0 found
(#1266) Expected 1 space after ":"; 0 found
(#1266) Expected 1 space before ":"; 0 found
(#1266) Expected 1 space after ":"; 0 found
(#1266) Variable "Q" must be all lower-case
(#1266) Expected 1 space before "!="; 0 found
(#1266) Expected 1 space after "!="; 0 found
(#1266) Expected 1 space before "?"; 0 found
(#1266) Expected 1 space after "?"; 0 found
(#1266) Expected 1 space before ":"; 0 found
(#1266) Expected 1 space after ":"; 0 found
(#1266) Expected 1 space before ":"; 0 found
(#1266) Expected 1 space after ":"; 0 found
(#1266) Expected 1 space before "="; 0 found
(#1266) Expected 1 space after "="; 0 found
(#1266) Commas (,) must be followed by white space.
(#1266) Variable "Lc" must be all lower-case
(#1266) Variable "Jg" must be all lower-case
(#1266) Expected 1 space before "="; 0 found
(#1266) Expected 1 space after "="; 0 found
(#1266) Expected 1 space before "!=="; 0 found
(#1266) Expected 1 space after "!=="; 0 found
(#1266) Expected 1 space before "?"; 0 found
(#1266) Expected 1 space after "?"; 0 found
(#1266) Expected 1 space before ":"; 0 found
(#1266) Expected 1 space after ":"; 0 found
(#1266) Expected 1 space before "?"; 0 found
(#1266) Expected 1 space after "?"; 0 found
(#1266) Expected 1 space before ":"; 0 found
(#1266) Expected 1 space after ":"; 0 found
(#1266) Expected 1 space before "?"; 0 found
(#1266) Expected 1 space after "?"; 0 found
(#1266) Expected 1 space before ":"; 0 found
(#1266) Expected 1 space after ":"; 0 found
(#1266) Variable "La" must be all lower-case
(#1266) Expected 1 space before "!="; 0 found
(#1266) Expected 1 space after "!="; 0 found
(#1266) Expected 1 space before "?"; 0 found
(#1266) Expected 1 space after "?"; 0 found
(#1266) Variable "La" must be all lower-case
(#1266) Expected 1 space before ":"; 0 found
(#1266) Expected 1 space after ":"; 0 found
(#1266) Inline control structures are not allowed
(#1266) Variable "Q" must be all lower-case
(#1266) Expected 1 space before "=="; 0 found
(#1266) Expected 1 space after "=="; 0 found
(#1266) Line exceeds maximum limit of 180 characters; contains 306 characters
(#1266) Line exceeds maximum limit of 180 characters; contains 306 characters
(#1266) Line exceeds maximum limit of 180 characters; contains 306 characters
(#1266) Line exceeds maximum limit of 180 characters; contains 306 characters
(#1266) Line exceeds maximum limit of 180 characters; contains 306 characters
(#1266) Line exceeds maximum limit of 180 characters; contains 306 characters
(#1266) Line exceeds maximum limit of 180 characters; contains 306 characters
(#1266) Line exceeds maximum limit of 180 characters; contains 306 characters
(#1267) Line indented incorrectly; expected at least 128 spaces, found 0
(#1267) Variable "C" must be all lower-case
(#1267) Commas (,) must be followed by white space.
(#1267) Variable "Jg" must be all lower-case
(#1267) Inline control structures are not allowed
(#1267) Variable "Q" must be all lower-case
(#1267) Expected 1 space before "!="; 0 found
(#1267) Expected 1 space after "!="; 0 found
(#1267) Variable "C" must be all lower-case
(#1267) Expected 1 space before "="; 0 found
(#1267) Expected 1 space after "="; 0 found
(#1267) Variable "C" must be all lower-case
(#1267) Inline control structures are not allowed
(#1267) Variable "Jg" must be all lower-case
(#1267) Expected 1 space before "="; 0 found
(#1267) Expected 1 space after "="; 0 found
(#1267) Variable "Jg" must be all lower-case
(#1267) Expected 1 space before "?"; 0 found
(#1267) Expected 1 space after "?"; 0 found
(#1267) Variable "Q" must be all lower-case
(#1267) Commas (,) must be followed by white space.
(#1267) Expected 1 space before ":"; 0 found
(#1267) Expected 1 space after ":"; 0 found
(#1267) Closing brace must be on a line by itself
(#1267) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1267) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1267) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1267) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1267) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1267) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1267) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1267) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1268) Line indented incorrectly; expected at least 124 spaces, found 0
(#1268) Variable "Q" must be all lower-case
(#1268) Commas (,) must be followed by white space.
(#1268) Expected 1 space after closing parenthesis; found 0
(#1268) Opening brace must be the last content on the line
(#1268) Inline control structures are not allowed
(#1268) Expected 1 space before "=>"; 0 found
(#1268) Expected 1 space after "=>"; 0 found
(#1268) Expected 1 space after "as"; 0 found
(#1269) Line indented incorrectly; expected at least 128 spaces, found 0
(#1269) Expected 1 space before "=>"; 0 found
(#1269) Expected 1 space after "=>"; 0 found
(#1269) Variable "X" must be all lower-case
(#1269) Expected 1 space before "="; 0 found
(#1269) Expected 1 space after "="; 0 found
(#1269) Variable "X" must be all lower-case
(#1269) Expected 1 space before "=="; 0 found
(#1269) Expected 1 space after "=="; 0 found
(#1269) Expected 1 space before "?"; 0 found
(#1269) Expected 1 space after "?"; 0 found
(#1269) Variable "X" must be all lower-case
(#1269) Expected 1 space before ":"; 0 found
(#1269) Expected 1 space after ":"; 0 found
(#1269) Variable "X" must be all lower-case
(#1269) Variable "X" must be all lower-case
(#1269) Expected 1 space before "=="; 0 found
(#1269) Expected 1 space after "=="; 0 found
(#1269) Expected 1 space before "?"; 0 found
(#1269) Expected 1 space after "?"; 0 found
(#1269) Expected 1 space before ":"; 0 found
(#1269) Expected 1 space after ":"; 0 found
(#1269) Variable "X" must be all lower-case
(#1269) Expected 1 space before "!="; 0 found
(#1269) Expected 1 space after "!="; 0 found
(#1269) Expected 1 space before "?"; 0 found
(#1269) Expected 1 space after "?"; 0 found
(#1269) Variable "X" must be all lower-case
(#1269) Expected 1 space before ":"; 0 found
(#1269) Expected 1 space after ":"; 0 found
(#1269) Commas (,) must be followed by white space.
(#1269) Variable "X" must be all lower-case
(#1269) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1269) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1269) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1269) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1269) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1269) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1269) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1269) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1270) Line indented incorrectly; expected at least 128 spaces, found 0
(#1270) Variable "Q" must be all lower-case
(#1270) Commas (,) must be followed by white space.
(#1270) Closing brace must be on a line by itself
(#1271) Line indented incorrectly; expected at least 128 spaces, found 0
(#1271) Variable "S" must be all lower-case
(#1271) Expected 1 space after closing parenthesis; found 0
(#1271) Opening brace must be the last content on the line
(#1272) Line indented incorrectly; expected at least 132 spaces, found 0
(#1272) Commas (,) must be followed by white space.
(#1272) Variable "S" must be all lower-case
(#1272) Closing brace must be on a line by itself
(#1273) Line indented incorrectly; expected at least 128 spaces, found 0
(#1273) Variable "Zh" must be all lower-case
(#1273) Expected 1 space after closing parenthesis; found 0
(#1273) Opening brace must be the last content on the line
(#1274) Line indented incorrectly; expected at least 132 spaces, found 0
(#1274) Commas (,) must be followed by white space.
(#1274) Commas (,) must be followed by white space.
(#1274) Variable "Zh" must be all lower-case
(#1274) Closing brace must be on a line by itself
(#1275) Line indented incorrectly; expected at least 132 spaces, found 0
(#1275) Variable "S" must be all lower-case
(#1275) Expected 1 space after closing parenthesis; found 0
(#1275) Opening brace must be the last content on the line
(#1276) Line indented incorrectly; expected at least 136 spaces, found 0
(#1276) Commas (,) must be followed by white space.
(#1276) Commas (,) must be followed by white space.
(#1276) Variable "S" must be all lower-case
(#1276) Closing brace must be on a line by itself
(#1277) Line indented incorrectly; expected at least 132 spaces, found 0
(#1277) Variable "S" must be all lower-case
(#1277) Commas (,) must be followed by white space.
(#1277) Variable "Zh" must be all lower-case
(#1277) Commas (,) must be followed by white space.
(#1277) Expected 1 space after closing parenthesis; found 0
(#1277) Opening brace must be the last content on the line
(#1277) Expected 1 space before "="; 0 found
(#1277) Expected 1 space after "="; 0 found
(#1277) Inline control structures are not allowed
(#1277) Expected 1 space before "as"; 0 found
(#1277) Expected 1 space after "as"; 0 found
(#1277) Variable "S" must be all lower-case
(#1277) Commas (,) must be followed by white space.
(#1277) Variable "Zh" must be all lower-case
(#1277) Variable "Q" must be all lower-case
(#1277) Expected 1 space before "="; 0 found
(#1277) Expected 1 space after "="; 0 found
(#1277) Variable "Q" must be all lower-case
(#1277) Variable "Q" must be all lower-case
(#1278) Line indented incorrectly; expected at least 136 spaces, found 0
(#1278) Commas (,) must be followed by white space.
(#1278) Closing brace must be on a line by itself
(#1279) Line indented incorrectly; expected at least 136 spaces, found 0
(#1279) Variable "S" must be all lower-case
(#1279) Commas (,) must be followed by white space.
(#1279) Variable "Zh" must be all lower-case
(#1279) Commas (,) must be followed by white space.
(#1279) Expected 1 space after closing parenthesis; found 0
(#1279) Opening brace must be the last content on the line
(#1279) Expected "foreach (...) {\n"; found "foreach(...){"
(#1279) Expected 1 space after "as"; 0 found
(#1279) Variable "S" must be all lower-case
(#1280) Line indented incorrectly; expected at least 140 spaces, found 0
(#1280) Variable "Q" must be all lower-case
(#1280) Variable "C" must be all lower-case
(#1280) Expected 1 space before "="; 0 found
(#1280) Expected 1 space after "="; 0 found
(#1280) Expected 1 space before "=="; 0 found
(#1280) Expected 1 space after "=="; 0 found
(#1280) Expected 1 space before "?"; 0 found
(#1280) Expected 1 space after "?"; 0 found
(#1280) Variable "Q" must be all lower-case
(#1280) Expected 1 space before ":"; 0 found
(#1280) Expected 1 space after ":"; 0 found
(#1280) Variable "Q" must be all lower-case
(#1280) Inline control structures are not allowed
(#1280) Variable "C" must be all lower-case
(#1280) Variable "C" must be all lower-case
(#1280) Variable "Q" must be all lower-case
(#1280) Variable "C" must be all lower-case
(#1280) Variable "Q" must be all lower-case
(#1280) Line exceeds maximum limit of 180 characters; contains 211 characters
(#1280) Line exceeds maximum limit of 180 characters; contains 211 characters
(#1280) Line exceeds maximum limit of 180 characters; contains 211 characters
(#1280) Line exceeds maximum limit of 180 characters; contains 211 characters
(#1280) Line exceeds maximum limit of 180 characters; contains 211 characters
(#1280) Line exceeds maximum limit of 180 characters; contains 211 characters
(#1280) Line exceeds maximum limit of 180 characters; contains 211 characters
(#1280) Line exceeds maximum limit of 180 characters; contains 211 characters
(#1281) Line indented incorrectly; expected at least 144 spaces, found 0
(#1281) Closing brace must be on a line by itself
(#1281) Expected "foreach (...) {\n"; found "foreach(...){"
(#1281) Expected 1 space after "as"; 0 found
(#1281) Variable "Zh" must be all lower-case
(#1282) Line indented incorrectly; expected at least 136 spaces, found 0
(#1282) Variable "Q" must be all lower-case
(#1282) Variable "C" must be all lower-case
(#1282) Expected 1 space before "="; 0 found
(#1282) Expected 1 space after "="; 0 found
(#1282) Expected 1 space before "=="; 0 found
(#1282) Expected 1 space after "=="; 0 found
(#1282) Expected 1 space before "?"; 0 found
(#1282) Expected 1 space after "?"; 0 found
(#1282) Variable "Q" must be all lower-case
(#1282) Expected 1 space before ":"; 0 found
(#1282) Expected 1 space after ":"; 0 found
(#1282) Variable "Q" must be all lower-case
(#1282) Variable "Yh" must be all lower-case
(#1282) Expected 1 space before "="; 0 found
(#1282) Expected 1 space after "="; 0 found
(#1282) Variable "Q" must be all lower-case
(#1282) Inline control structures are not allowed
(#1282) Variable "C" must be all lower-case
(#1282) Variable "C" must be all lower-case
(#1282) Line exceeds 132 characters; contains 166 characters
(#1282) Line exceeds 132 characters; contains 166 characters
(#1282) Line exceeds 132 characters; contains 166 characters
(#1282) Line exceeds 132 characters; contains 166 characters
(#1282) Line exceeds 132 characters; contains 166 characters
(#1282) Line exceeds 132 characters; contains 166 characters
(#1282) Line exceeds 132 characters; contains 166 characters
(#1282) Line exceeds 132 characters; contains 166 characters
(#1283) Line indented incorrectly; expected at least 140 spaces, found 0
(#1283) Closing brace must be on a line by itself
(#1284) Line indented incorrectly; expected at least 144 spaces, found 0
(#1284) Closing brace must be on a line by itself
(#1285) Line indented incorrectly; expected at least 136 spaces, found 0
(#1285) Variable "C" must be all lower-case
(#1285) Expected 1 space after closing parenthesis; found 0
(#1285) Opening brace must be the last content on the line
(#1285) Inline control structures are not allowed
(#1285) Variable "C" must be all lower-case
(#1285) Expected 1 space before "=="; 0 found
(#1285) Expected 1 space after "=="; 0 found
(#1286) Line indented incorrectly; expected at least 140 spaces, found 0
(#1286) Variable "L" must be all lower-case
(#1286) Expected 1 space before "="; 0 found
(#1286) Expected 1 space after "="; 0 found
(#1286) The use of backticks in strings is not recommended
(#1286) Variable "C" must be all lower-case
(#1287) Line indented incorrectly; expected at least 140 spaces, found 0
(#1287) Variable "L" must be all lower-case
(#1287) Closing brace must be on a line by itself
(#1288) Line indented incorrectly; expected at least 144 spaces, found 0
(#1288) Variable "Q" must be all lower-case
(#1288) Expected 1 space after closing parenthesis; found 0
(#1288) Opening brace must be the last content on the line
(#1288) Variable "J" must be all lower-case
(#1288) Expected 1 space before "="; 0 found
(#1288) Expected 1 space after "="; 0 found
(#1288) Inline control structures are not allowed
(#1288) Expected 1 space before "as"; 0 found
(#1288) Expected 1 space after "as"; 0 found
(#1288) Variable "Q" must be all lower-case
(#1288) Commas (,) must be followed by white space.
(#1288) Variable "K" must be all lower-case
(#1288) Variable "J" must be all lower-case
(#1288) Variable "K" must be all lower-case
(#1288) Expected 1 space before "="; 0 found
(#1288) Expected 1 space after "="; 0 found
(#1288) Variable "K" must be all lower-case
(#1288) Commas (,) must be followed by white space.
(#1288) Variable "K" must be all lower-case
(#1288) Variable "J" must be all lower-case
(#1288) Closing brace must be on a line by itself
(#1288) Line exceeds 132 characters; contains 162 characters
(#1288) Line exceeds 132 characters; contains 162 characters
(#1288) Line exceeds 132 characters; contains 162 characters
(#1288) Line exceeds 132 characters; contains 162 characters
(#1288) Line exceeds 132 characters; contains 162 characters
(#1288) Line exceeds 132 characters; contains 162 characters
(#1288) Line exceeds 132 characters; contains 162 characters
(#1288) Line exceeds 132 characters; contains 162 characters
(#1289) Line indented incorrectly; expected at least 144 spaces, found 0
(#1289) Expected 1 space after closing parenthesis; found 0
(#1289) Opening brace must be the last content on the line
(#1290) Line indented incorrectly; expected at least 148 spaces, found 0
(#1290) Expected 1 space before "=>"; 0 found
(#1290) Expected 1 space after "=>"; 0 found
(#1290) Commas (,) must be followed by white space.
(#1290) Commas (,) must be followed by white space.
(#1290) Expected 1 space before "=>"; 0 found
(#1290) Expected 1 space after "=>"; 0 found
(#1290) Commas (,) must be followed by white space.
(#1290) Commas (,) must be followed by white space.
(#1290) Commas (,) must be followed by white space.
(#1290) Expected 1 space before "=>"; 0 found
(#1290) Expected 1 space after "=>"; 0 found
(#1290) Commas (,) must be followed by white space.
(#1290) Closing brace must be on a line by itself
(#1291) Line indented incorrectly; expected at least 144 spaces, found 0
(#1291) Variable "C" must be all lower-case
(#1291) Commas (,) must be followed by white space.
(#1291) Variable "U" must be all lower-case
(#1291) Expected 1 space after closing parenthesis; found 0
(#1291) Opening brace must be the last content on the line
(#1291) Commas (,) must be followed by white space.
(#1291) Commas (,) must be followed by white space.
(#1291) Commas (,) must be followed by white space.
(#1291) Variable "Ch" must be all lower-case
(#1291) Variable "Ca" must be all lower-case
(#1291) Expected 1 space before "="; 0 found
(#1291) Expected 1 space after "="; 0 found
(#1291) Commas (,) must be followed by white space.
(#1291) Commas (,) must be followed by white space.
(#1291) Commas (,) must be followed by white space.
(#1291) Commas (,) must be followed by white space.
(#1291) Commas (,) must be followed by white space.
(#1291) Commas (,) must be followed by white space.
(#1291) Commas (,) must be followed by white space.
(#1291) Commas (,) must be followed by white space.
(#1291) Commas (,) must be followed by white space.
(#1291) Variable "Bh" must be all lower-case
(#1291) Expected 1 space before "="; 0 found
(#1291) Expected 1 space after "="; 0 found
(#1291) Commas (,) must be followed by white space.
(#1291) Variable "Ch" must be all lower-case
(#1291) Commas (,) must be followed by white space.
(#1291) Variable "Ca" must be all lower-case
(#1291) Expected 1 space before "="; 0 found
(#1291) Expected 1 space after "="; 0 found
(#1291) Variable "U" must be all lower-case
(#1291) Expected 1 space before "=="; 0 found
(#1291) Expected 1 space after "=="; 0 found
(#1291) Expected 1 space before "?"; 0 found
(#1291) Expected 1 space after "?"; 0 found
(#1291) Expected 1 space before ":"; 0 found
(#1291) Expected 1 space after ":"; 0 found
(#1291) Variable "Bh" must be all lower-case
(#1291) Expected 1 space before "="; 0 found
(#1291) Expected 1 space after "="; 0 found
(#1291) Variable "U" must be all lower-case
(#1291) Variable "C" must be all lower-case
(#1291) Commas (,) must be followed by white space.
(#1291) Variable "U" must be all lower-case
(#1291) Expected 1 space before "=="; 0 found
(#1291) Expected 1 space after "=="; 0 found
(#1291) Expected 1 space before "?"; 0 found
(#1291) Expected 1 space after "?"; 0 found
(#1291) Variable "Bh" must be all lower-case
(#1291) Expected 1 space before ":"; 0 found
(#1291) Expected 1 space after ":"; 0 found
(#1291) Commas (,) must be followed by white space.
(#1291) Commas (,) must be followed by white space.
(#1291) Variable "B" must be all lower-case
(#1291) Expected 1 space before "="; 0 found
(#1291) Expected 1 space after "="; 0 found
(#1291) Commas (,) must be followed by white space.
(#1291) Variable "B" must be all lower-case
(#1291) Commas (,) must be followed by white space.
(#1291) Commas (,) must be followed by white space.
(#1291) Expected "foreach (...) {\n"; found "foreach(...){"
(#1291) Expected 1 space after "as"; 0 found
(#1291) Line exceeds maximum limit of 180 characters; contains 683 characters
(#1291) Line exceeds maximum limit of 180 characters; contains 683 characters
(#1291) Line exceeds maximum limit of 180 characters; contains 683 characters
(#1291) Line exceeds maximum limit of 180 characters; contains 683 characters
(#1291) Line exceeds maximum limit of 180 characters; contains 683 characters
(#1291) Line exceeds maximum limit of 180 characters; contains 683 characters
(#1291) Line exceeds maximum limit of 180 characters; contains 683 characters
(#1291) Line exceeds maximum limit of 180 characters; contains 683 characters
(#1292) Line indented incorrectly; expected at least 148 spaces, found 0
(#1292) Variable "C" must be all lower-case
(#1292) Expected 1 space before "="; 0 found
(#1292) Expected 1 space after "="; 0 found
(#1292) The use of backticks in strings is not recommended
(#1292) Commas (,) must be followed by white space.
(#1292) The use of backticks in strings is not recommended
(#1292) Commas (,) must be followed by white space.
(#1292) Expected 1 space before "="; 0 found
(#1292) Expected 1 space after "="; 0 found
(#1292) Expected 1 space before "=>"; 0 found
(#1292) Expected 1 space after "=>"; 0 found
(#1292) Variable "C" must be all lower-case
(#1292) Commas (,) must be followed by white space.
(#1292) Expected 1 space before "=>"; 0 found
(#1292) Expected 1 space after "=>"; 0 found
(#1292) Commas (,) must be followed by white space.
(#1292) Expected 1 space before "=>"; 0 found
(#1292) Expected 1 space after "=>"; 0 found
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Expected 1 space before "=>"; 0 found
(#1292) Expected 1 space after "=>"; 0 found
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Expected 1 space before "=>"; 0 found
(#1292) Expected 1 space after "=>"; 0 found
(#1292) Commas (,) must be followed by white space.
(#1292) Expected 1 space before "=>"; 0 found
(#1292) Expected 1 space after "=>"; 0 found
(#1292) Commas (,) must be followed by white space.
(#1292) Expected 1 space before "=>"; 0 found
(#1292) Expected 1 space after "=>"; 0 found
(#1292) Commas (,) must be followed by white space.
(#1292) Expected 1 space before "=>"; 0 found
(#1292) Expected 1 space after "=>"; 0 found
(#1292) Commas (,) must be followed by white space.
(#1292) Closing brace must be on a line by itself
(#1292) Inline control structures are not allowed
(#1292) Variable "U" must be all lower-case
(#1292) Expected 1 space before "!="; 0 found
(#1292) Expected 1 space after "!="; 0 found
(#1292) Line exceeds maximum limit of 180 characters; contains 352 characters
(#1292) Line exceeds maximum limit of 180 characters; contains 352 characters
(#1292) Line exceeds maximum limit of 180 characters; contains 352 characters
(#1292) Line exceeds maximum limit of 180 characters; contains 352 characters
(#1292) Line exceeds maximum limit of 180 characters; contains 352 characters
(#1292) Line exceeds maximum limit of 180 characters; contains 352 characters
(#1292) Line exceeds maximum limit of 180 characters; contains 352 characters
(#1292) Line exceeds maximum limit of 180 characters; contains 352 characters
(#1293) Line indented incorrectly; expected at least 148 spaces, found 0
(#1293) Expected 1 space before "=>"; 0 found
(#1293) Expected 1 space after "=>"; 0 found
(#1293) Commas (,) must be followed by white space.
(#1293) Expected 1 space before "=>"; 0 found
(#1293) Expected 1 space after "=>"; 0 found
(#1293) Variable "B" must be all lower-case
(#1294) Line indented incorrectly; expected at least 148 spaces, found 0
(#1294) Expected 1 space before "=>"; 0 found
(#1294) Expected 1 space after "=>"; 0 found
(#1294) Commas (,) must be followed by white space.
(#1294) Expected 1 space before "=>"; 0 found
(#1294) Expected 1 space after "=>"; 0 found
(#1294) Expected 1 space before "=>"; 0 found
(#1294) Expected 1 space after "=>"; 0 found
(#1294) Variable "B" must be all lower-case
(#1294) Commas (,) must be followed by white space.
(#1294) Expected 1 space before "=>"; 0 found
(#1294) Expected 1 space after "=>"; 0 found
(#1294) Variable "B" must be all lower-case
(#1294) Commas (,) must be followed by white space.
(#1294) Expected 1 space before "=>"; 0 found
(#1294) Expected 1 space after "=>"; 0 found
(#1294) Variable "B" must be all lower-case
(#1294) Commas (,) must be followed by white space.
(#1294) Expected 1 space before "=>"; 0 found
(#1294) Expected 1 space after "=>"; 0 found
(#1294) Variable "B" must be all lower-case
(#1294) Commas (,) must be followed by white space.
(#1294) Expected 1 space before "=>"; 0 found
(#1294) Expected 1 space after "=>"; 0 found
(#1294) Variable "B" must be all lower-case
(#1294) Commas (,) must be followed by white space.
(#1294) Expected 1 space before "=>"; 0 found
(#1294) Expected 1 space after "=>"; 0 found
(#1294) Commas (,) must be followed by white space.
(#1294) Closing brace must be on a line by itself
(#1294) Line exceeds 132 characters; contains 158 characters
(#1294) Line exceeds 132 characters; contains 158 characters
(#1294) Line exceeds 132 characters; contains 158 characters
(#1294) Line exceeds 132 characters; contains 158 characters
(#1294) Line exceeds 132 characters; contains 158 characters
(#1294) Line exceeds 132 characters; contains 158 characters
(#1294) Line exceeds 132 characters; contains 158 characters
(#1294) Line exceeds 132 characters; contains 158 characters
(#1295) Line indented incorrectly; expected at least 148 spaces, found 0
(#1295) Expected 1 space after closing parenthesis; found 0
(#1295) Opening brace must be the last content on the line
(#1296) Line indented incorrectly; expected at least 152 spaces, found 0
(#1296) Closing brace must be on a line by itself
(#1296) Line exceeds 132 characters; contains 134 characters
(#1296) Line exceeds 132 characters; contains 134 characters
(#1296) Line exceeds 132 characters; contains 134 characters
(#1296) Line exceeds 132 characters; contains 134 characters
(#1296) Line exceeds 132 characters; contains 134 characters
(#1296) Line exceeds 132 characters; contains 134 characters
(#1296) Line exceeds 132 characters; contains 134 characters
(#1296) Line exceeds 132 characters; contains 134 characters
(#1297) Line indented incorrectly; expected at least 148 spaces, found 0
(#1297) Expected 1 space after closing parenthesis; found 0
(#1297) Opening brace must be the last content on the line
(#1298) Line indented incorrectly; expected at least 152 spaces, found 0
(#1298) Closing brace must be on a line by itself
(#1299) Line indented incorrectly; expected at least 152 spaces, found 0
(#1299) Expected 1 space after closing parenthesis; found 0
(#1299) Opening brace must be the last content on the line
(#1299) Closing brace must be on a line by itself
(#1300) Line indented incorrectly; expected at least 152 spaces, found 0
(#1300) Commas (,) must be followed by white space.
(#1300) Variable "H" must be all lower-case
(#1300) Expected 1 space after closing parenthesis; found 0
(#1300) Opening brace must be the last content on the line
(#1300) Expected 1 space before ">="; 0 found
(#1300) Expected 1 space after ">="; 0 found
(#1300) Expected 1 space before "?"; 0 found
(#1300) Expected 1 space after "?"; 0 found
(#1300) Expected 1 space before ":"; 0 found
(#1300) Expected 1 space after ":"; 0 found
(#1300) Variable "H" must be all lower-case
(#1300) Closing brace must be on a line by itself
(#1301) Line indented incorrectly; expected at least 152 spaces, found 0
(#1301) Variable "R" must be all lower-case
(#1301) Commas (,) must be followed by white space.
(#1301) Variable "Z" must be all lower-case
(#1301) Expected 1 space after closing parenthesis; found 0
(#1301) Opening brace must be the last content on the line
(#1301) Variable "Z" must be all lower-case
(#1301) Variable "R" must be all lower-case
(#1301) Expected 1 space before "!="; 0 found
(#1301) Expected 1 space after "!="; 0 found
(#1301) Expected 1 space before "?"; 0 found
(#1301) Expected 1 space after "?"; 0 found
(#1301) Expected 1 space before ":"; 0 found
(#1301) Expected 1 space after ":"; 0 found
(#1301) Variable "R" must be all lower-case
(#1301) Closing brace must be on a line by itself
(#1302) Line indented incorrectly; expected at least 152 spaces, found 0
(#1302) Expected 1 space after closing parenthesis; found 0
(#1302) Opening brace must be the last content on the line
(#1303) Line indented incorrectly; expected at least 156 spaces, found 0
(#1303) Closing brace must be on a line by itself
(#1304) Line indented incorrectly; expected at least 152 spaces, found 0
(#1304) Expected 1 space after closing parenthesis; found 0
(#1304) Opening brace must be the last content on the line
(#1305) Line indented incorrectly; expected at least 156 spaces, found 0
(#1305) Closing brace must be on a line by itself
(#1306) Line indented incorrectly; expected at least 156 spaces, found 0
(#1306) Expected 1 space after closing parenthesis; found 0
(#1306) Opening brace must be the last content on the line
(#1306) Closing brace must be on a line by itself
(#1307) Line indented incorrectly; expected at least 156 spaces, found 0
(#1307) Expected 1 space after closing parenthesis; found 0
(#1307) Opening brace must be the last content on the line
(#1308) Line indented incorrectly; expected at least 160 spaces, found 0
(#1308) Closing brace must be on a line by itself
(#1309) Line indented incorrectly; expected at least 156 spaces, found 0
(#1309) Variable "Q" must be all lower-case
(#1309) Commas (,) must be followed by white space.
(#1309) Variable "La" must be all lower-case
(#1309) Expected 1 space after closing parenthesis; found 0
(#1309) Opening brace must be the last content on the line
(#1309) Variable "J" must be all lower-case
(#1309) Expected 1 space before "="; 0 found
(#1309) Expected 1 space after "="; 0 found
(#1309) Variable "Q" must be all lower-case
(#1309) Commas (,) must be followed by white space.
(#1309) Inline control structures are not allowed
(#1309) Variable "La" must be all lower-case
(#1309) Variable "J" must be all lower-case
(#1309) Expected 1 space before "="; 0 found
(#1309) Expected 1 space after "="; 0 found
(#1309) Commas (,) must be followed by white space.
(#1309) Commas (,) must be followed by white space.
(#1309) Variable "J" must be all lower-case
(#1309) Variable "J" must be all lower-case
(#1309) Closing brace must be on a line by itself
(#1309) Line exceeds 132 characters; contains 150 characters
(#1309) Line exceeds 132 characters; contains 150 characters
(#1309) Line exceeds 132 characters; contains 150 characters
(#1309) Line exceeds 132 characters; contains 150 characters
(#1309) Line exceeds 132 characters; contains 150 characters
(#1309) Line exceeds 132 characters; contains 150 characters
(#1309) Line exceeds 132 characters; contains 150 characters
(#1309) Line exceeds 132 characters; contains 150 characters
(#1310) Line indented incorrectly; expected at least 156 spaces, found 0
(#1310) Variable "Q" must be all lower-case
(#1310) Expected 1 space after closing parenthesis; found 0
(#1310) Opening brace must be the last content on the line
(#1310) Variable "Q" must be all lower-case
(#1310) Closing brace must be on a line by itself
(#1311) Line indented incorrectly; expected at least 156 spaces, found 0
(#1311) Expected 1 space after closing parenthesis; found 0
(#1311) Opening brace must be the last content on the line
(#1311) Closing brace must be on a line by itself
(#1312) Line indented incorrectly; expected at least 156 spaces, found 0
(#1312) Variable "Q" must be all lower-case
(#1312) Commas (,) must be followed by white space.
(#1312) Variable "Ng" must be all lower-case
(#1312) Expected 1 space after closing parenthesis; found 0
(#1312) Opening brace must be the last content on the line
(#1312) Variable "J" must be all lower-case
(#1312) Expected 1 space before "="; 0 found
(#1312) Expected 1 space after "="; 0 found
(#1312) Inline control structures are not allowed
(#1312) Expected 1 space before "as"; 0 found
(#1312) Expected 1 space after "as"; 0 found
(#1312) Variable "Q" must be all lower-case
(#1312) Commas (,) must be followed by white space.
(#1312) Commas (,) must be followed by white space.
(#1312) Commas (,) must be followed by white space.
(#1312) Variable "K" must be all lower-case
(#1312) Variable "J" must be all lower-case
(#1312) Expected 1 space before ".="; 0 found
(#1312) Expected 1 space after ".="; 0 found
(#1312) Variable "Ng" must be all lower-case
(#1312) Expected 1 space before "=="; 0 found
(#1312) Expected 1 space after "=="; 0 found
(#1312) Expected 1 space before "?"; 0 found
(#1312) Expected 1 space after "?"; 0 found
(#1312) Variable "K" must be all lower-case
(#1312) Expected 1 space before ":"; 0 found
(#1312) Expected 1 space after ":"; 0 found
(#1312) Variable "K" must be all lower-case
(#1312) Variable "K" must be all lower-case
(#1312) Variable "K" must be all lower-case
(#1312) Variable "K" must be all lower-case
(#1312) Variable "J" must be all lower-case
(#1312) Closing brace must be on a line by itself
(#1312) Line exceeds maximum limit of 180 characters; contains 344 characters
(#1312) Line exceeds maximum limit of 180 characters; contains 344 characters
(#1312) Line exceeds maximum limit of 180 characters; contains 344 characters
(#1312) Line exceeds maximum limit of 180 characters; contains 344 characters
(#1312) Line exceeds maximum limit of 180 characters; contains 344 characters
(#1312) Line exceeds maximum limit of 180 characters; contains 344 characters
(#1312) Line exceeds maximum limit of 180 characters; contains 344 characters
(#1312) Line exceeds maximum limit of 180 characters; contains 344 characters
(#1313) Line indented incorrectly; expected at least 156 spaces, found 0
(#1313) Expected 1 space after closing parenthesis; found 0
(#1313) Opening brace must be the last content on the line
(#1314) Line indented incorrectly; expected at least 160 spaces, found 0
(#1314) Closing brace must be on a line by itself
(#1315) Line indented incorrectly; expected at least 156 spaces, found 0
(#1315) Expected 1 space after closing parenthesis; found 0
(#1315) Opening brace must be the last content on the line
(#1316) Line indented incorrectly; expected at least 160 spaces, found 0
(#1316) Closing brace must be on a line by itself
(#1317) Line indented incorrectly; expected at least 160 spaces, found 0
(#1317) Expected 1 space after closing parenthesis; found 0
(#1317) Opening brace must be the last content on the line
(#1318) Line indented incorrectly; expected at least 164 spaces, found 0
(#1318) Closing brace must be on a line by itself
(#1319) Line indented incorrectly; expected at least 160 spaces, found 0
(#1319) Expected 1 space after closing parenthesis; found 0
(#1319) Opening brace must be the last content on the line
(#1319) Inline control structures are not allowed
(#1319) Commas (,) must be followed by white space.
(#1319) Inline control structures are not allowed
(#1319) Expected 1 space before "=="; 0 found
(#1319) Expected 1 space after "=="; 0 found
(#1319) Inline control structures are not allowed
(#1319) Commas (,) must be followed by white space.
(#1319) Closing brace must be on a line by itself
(#1319) Line exceeds maximum limit of 180 characters; contains 278 characters
(#1319) Line exceeds maximum limit of 180 characters; contains 278 characters
(#1319) Line exceeds maximum limit of 180 characters; contains 278 characters
(#1319) Line exceeds maximum limit of 180 characters; contains 278 characters
(#1319) Line exceeds maximum limit of 180 characters; contains 278 characters
(#1319) Line exceeds maximum limit of 180 characters; contains 278 characters
(#1319) Line exceeds maximum limit of 180 characters; contains 278 characters
(#1319) Line exceeds maximum limit of 180 characters; contains 278 characters
(#1320) Line indented incorrectly; expected at least 160 spaces, found 0
(#1320) Commas (,) must be followed by white space.
(#1320) Variable "J" must be all lower-case
(#1320) Expected 1 space after closing parenthesis; found 0
(#1320) Opening brace must be the last content on the line
(#1320) Inline control structures are not allowed
(#1320) Commas (,) must be followed by white space.
(#1320) Variable "J" must be all lower-case
(#1320) Expected 1 space before "="; 0 found
(#1320) Expected 1 space after "="; 0 found
(#1320) Variable "J" must be all lower-case
(#1320) Inline control structures are not allowed
(#1320) Expected 1 space before "=="; 0 found
(#1320) Expected 1 space after "=="; 0 found
(#1320) Variable "J" must be all lower-case
(#1320) Expected 1 space before "="; 0 found
(#1320) Expected 1 space after "="; 0 found
(#1320) Variable "J" must be all lower-case
(#1320) Inline control structures are not allowed
(#1320) Commas (,) must be followed by white space.
(#1320) Variable "J" must be all lower-case
(#1320) Expected 1 space before "="; 0 found
(#1320) Expected 1 space after "="; 0 found
(#1320) Variable "J" must be all lower-case
(#1320) Variable "J" must be all lower-case
(#1320) Closing brace must be on a line by itself
(#1320) Line exceeds maximum limit of 180 characters; contains 225 characters
(#1320) Line exceeds maximum limit of 180 characters; contains 225 characters
(#1320) Line exceeds maximum limit of 180 characters; contains 225 characters
(#1320) Line exceeds maximum limit of 180 characters; contains 225 characters
(#1320) Line exceeds maximum limit of 180 characters; contains 225 characters
(#1320) Line exceeds maximum limit of 180 characters; contains 225 characters
(#1320) Line exceeds maximum limit of 180 characters; contains 225 characters
(#1320) Line exceeds maximum limit of 180 characters; contains 225 characters
(#1321) Line indented incorrectly; expected at least 160 spaces, found 0
(#1321) Variable "Ec" must be all lower-case
(#1321) Expected 1 space after closing parenthesis; found 0
(#1321) Opening brace must be the last content on the line
(#1321) Expected 1 space before "<"; 0 found
(#1321) Expected 1 space after "<"; 0 found
(#1321) Expected 1 space before "?"; 0 found
(#1321) Expected 1 space after "?"; 0 found
(#1321) Expected 1 space before "<"; 0 found
(#1321) Expected 1 space after "<"; 0 found
(#1321) Expected 1 space before "?"; 0 found
(#1321) Expected 1 space after "?"; 0 found
(#1321) Expected 1 space before ":"; 0 found
(#1321) Expected 1 space after ":"; 0 found
(#1321) Expected 1 space before ":"; 0 found
(#1321) Expected 1 space after ":"; 0 found
(#1321) Commas (,) must be followed by white space.
(#1321) Variable "Ec" must be all lower-case
(#1321) Closing brace must be on a line by itself
(#1321) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1321) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1321) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1321) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1321) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1321) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1321) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1321) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1322) Line indented incorrectly; expected at least 160 spaces, found 0
(#1322) Variable "X" must be all lower-case
(#1322) Expected 1 space after closing parenthesis; found 0
(#1322) Opening brace must be the last content on the line
(#1323) Line indented incorrectly; expected at least 164 spaces, found 0
(#1323) Variable "X" must be all lower-case
(#1323) Closing brace must be on a line by itself
(#1324) Line indented incorrectly; expected at least 160 spaces, found 0
(#1324) Expected 1 space after closing parenthesis; found 0
(#1324) Opening brace must be the last content on the line
(#1324) Closing brace must be on a line by itself
(#1324) Expected 1 space before "="; 0 found
(#1324) Expected 1 space after "="; 0 found
(#1324) Variable "Ch" must be all lower-case
(#1324) Expected 1 space before "="; 0 found
(#1324) Expected 1 space after "="; 0 found
(#1324) Variable "Mg" must be all lower-case
(#1324) Expected 1 space before "="; 0 found
(#1324) Expected 1 space after "="; 0 found
(#1324) Expected "foreach (...) {\n"; found "foreach(...){"
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Expected 1 space before "as"; 0 found
(#1324) Expected 1 space after "as"; 0 found
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Variable "X" must be all lower-case
(#1324) Variable "Ch" must be all lower-case
(#1324) Expected 1 space before "+="; 0 found
(#1324) Expected 1 space after "+="; 0 found
(#1324) Variable "X" must be all lower-case
(#1324) Variable "Mg" must be all lower-case
(#1324) Expected 1 space before "="; 0 found
(#1324) Expected 1 space after "="; 0 found
(#1324) Variable "X" must be all lower-case
(#1324) Closing brace must be on a line by itself
(#1324) Variable "Jh" must be all lower-case
(#1324) Expected 1 space before "="; 0 found
(#1324) Expected 1 space after "="; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Variable "Se" must be all lower-case
(#1324) Expected 1 space before "="; 0 found
(#1324) Expected 1 space after "="; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Variable "Tc" must be all lower-case
(#1324) Expected 1 space before "="; 0 found
(#1324) Expected 1 space after "="; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Variable "Yc" must be all lower-case
(#1324) Expected 1 space before "="; 0 found
(#1324) Expected 1 space after "="; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "="; 0 found
(#1324) Expected 1 space after "="; 0 found
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Commas (,) must be followed by white space.
(#1324) Closing brace must be on a line by itself
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "?"; 0 found
(#1324) Expected 1 space after "?"; 0 found
(#1324) Expected 1 space before ":"; 0 found
(#1324) Expected 1 space after ":"; 0 found
(#1324) Expected 1 space before "!=="; 0 found
(#1324) Expected 1 space after "!=="; 0 found
(#1324) Expected 1 space before "?"; 0 found
(#1324) Expected 1 space after "?"; 0 found
(#1324) Expected 1 space before ":"; 0 found
(#1324) Expected 1 space after ":"; 0 found
(#1324) Expected 1 space before "?"; 0 found
(#1324) Expected 1 space after "?"; 0 found
(#1324) Expected 1 space before ":"; 0 found
(#1324) Expected 1 space after ":"; 0 found
(#1324) Expected 1 space before "!="; 0 found
(#1324) Expected 1 space after "!="; 0 found
(#1324) Expected 1 space before "?"; 0 found
(#1324) Expected 1 space after "?"; 0 found
(#1324) Expected 1 space before "?"; 0 found
(#1324) Expected 1 space after "?"; 0 found
(#1324) Expected 1 space before ":"; 0 found
(#1324) Expected 1 space after ":"; 0 found
(#1324) Expected 1 space before ":"; 0 found
(#1324) Expected 1 space after ":"; 0 found
(#1324) Expected 1 space before "="; 0 found
(#1324) Expected 1 space after "="; 0 found
(#1324) Line exceeds maximum limit of 180 characters; contains 1802 characters
(#1324) Line exceeds maximum limit of 180 characters; contains 1802 characters
(#1324) Line exceeds maximum limit of 180 characters; contains 1802 characters
(#1324) Line exceeds maximum limit of 180 characters; contains 1802 characters
(#1324) Line exceeds maximum limit of 180 characters; contains 1802 characters
(#1324) Line exceeds maximum limit of 180 characters; contains 1802 characters
(#1324) Line exceeds maximum limit of 180 characters; contains 1802 characters
(#1324) Line exceeds maximum limit of 180 characters; contains 1802 characters
(#1325) Line indented incorrectly; expected at least 112 spaces, found 0
(#1325) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1325) Scope modifier not specified for member variable "$operators"
(#1325) Visibility must be declared on method "name"
(#1326) Line indented incorrectly; expected at least 116 spaces, found 0
(#1326) Expected 1 space after closing parenthesis; found 0
(#1326) Opening brace must be the last content on the line
(#1326) Closing brace must be on a line by itself
(#1326) Visibility must be declared on method "credentials"
(#1327) Line indented incorrectly; expected at least 116 spaces, found 0
(#1327) Expected 1 space after closing parenthesis; found 0
(#1327) Opening brace must be the last content on the line
(#1328) Line indented incorrectly; expected at least 120 spaces, found 0
(#1328) Commas (,) must be followed by white space.
(#1328) Commas (,) must be followed by white space.
(#1328) Closing brace must be on a line by itself
(#1328) method name "Adminer::permanentLogin" must be in lower-case letters only
(#1328) Visibility must be declared on method "permanentLogin"
(#1329) Line indented incorrectly; expected at least 116 spaces, found 0
(#1329) Expected 1 space after closing parenthesis; found 0
(#1329) Opening brace must be the last content on the line
(#1330) Line indented incorrectly; expected at least 120 spaces, found 0
(#1330) Closing brace must be on a line by itself
(#1330) method name "Adminer::bruteForceKey" must be in lower-case letters only
(#1330) Visibility must be declared on method "bruteForceKey"
(#1331) Line indented incorrectly; expected at least 120 spaces, found 0
(#1331) Expected 1 space after closing parenthesis; found 0
(#1331) Opening brace must be the last content on the line
(#1331) Closing brace must be on a line by itself
(#1331) Visibility must be declared on method "database"
(#1332) Line indented incorrectly; expected at least 120 spaces, found 0
(#1332) Expected 1 space after closing parenthesis; found 0
(#1332) Opening brace must be the last content on the line
(#1333) Line indented incorrectly; expected at least 124 spaces, found 0
(#1333) Closing brace must be on a line by itself
(#1333) Visibility must be declared on method "databases"
(#1334) Line indented incorrectly; expected at least 120 spaces, found 0
(#1334) Variable "Kc" must be all lower-case
(#1334) Expected 1 space after closing parenthesis; found 0
(#1334) Opening brace must be the last content on the line
(#1335) Line indented incorrectly; expected at least 124 spaces, found 0
(#1335) Variable "Kc" must be all lower-case
(#1335) Closing brace must be on a line by itself
(#1335) Visibility must be declared on method "schemas"
(#1336) Line indented incorrectly; expected at least 124 spaces, found 0
(#1336) Expected 1 space after closing parenthesis; found 0
(#1336) Opening brace must be the last content on the line
(#1337) Line indented incorrectly; expected at least 128 spaces, found 0
(#1337) Closing brace must be on a line by itself
(#1337) method name "Adminer::queryTimeout" must be in lower-case letters only
(#1337) Visibility must be declared on method "queryTimeout"
(#1338) Line indented incorrectly; expected at least 124 spaces, found 0
(#1338) Expected 1 space after closing parenthesis; found 0
(#1338) Opening brace must be the last content on the line
(#1339) Line indented incorrectly; expected at least 128 spaces, found 0
(#1339) Closing brace must be on a line by itself
(#1339) Visibility must be declared on method "headers"
(#1340) Line indented incorrectly; expected at least 128 spaces, found 0
(#1340) Expected 1 space after closing parenthesis; found 0
(#1340) Opening brace must be the last content on the line
(#1341) Line indented incorrectly; expected at least 132 spaces, found 0
(#1341) Closing brace must be on a line by itself
(#1341) Visibility must be declared on method "head"
(#1342) Line indented incorrectly; expected at least 128 spaces, found 0
(#1342) Expected 1 space after closing parenthesis; found 0
(#1342) Opening brace must be the last content on the line
(#1343) Line indented incorrectly; expected at least 132 spaces, found 0
(#1343) Closing brace must be on a line by itself
(#1343) method name "Adminer::loginForm" must be in lower-case letters only
(#1343) Visibility must be declared on method "loginForm"
(#1344) Line indented incorrectly; expected at least 132 spaces, found 0
(#1344) Expected 1 space after closing parenthesis; found 0
(#1344) Opening brace must be the last content on the line
(#1344) Variable "Wb" must be all lower-case
(#1345) Commas (,) must be followed by white space.
(#1345) Commas (,) must be followed by white space.
(#1345) Commas (,) must be followed by white space.
(#1345) Commas (,) must be followed by white space.
(#1345) Variable "Wb" must be all lower-case
(#1345) Commas (,) must be followed by white space.
(#1345) Commas (,) must be followed by white space.
(#1345) Commas (,) must be followed by white space.
(#1345) Commas (,) must be followed by white space.
(#1345) Commas (,) must be followed by white space.
(#1345) Commas (,) must be followed by white space.
(#1345) Line exceeds maximum limit of 180 characters; contains 208 characters
(#1345) Line exceeds maximum limit of 180 characters; contains 208 characters
(#1345) Line exceeds maximum limit of 180 characters; contains 208 characters
(#1345) Line exceeds maximum limit of 180 characters; contains 208 characters
(#1345) Line exceeds maximum limit of 180 characters; contains 208 characters
(#1345) Line exceeds maximum limit of 180 characters; contains 208 characters
(#1345) Line exceeds maximum limit of 180 characters; contains 208 characters
(#1345) Line exceeds maximum limit of 180 characters; contains 208 characters
(#1346) Commas (,) must be followed by white space.
(#1346) Commas (,) must be followed by white space.
(#1346) Commas (,) must be followed by white space.
(#1346) Commas (,) must be followed by white space.
(#1347) Commas (,) must be followed by white space.
(#1347) Commas (,) must be followed by white space.
(#1348) Commas (,) must be followed by white space.
(#1348) Commas (,) must be followed by white space.
(#1348) Commas (,) must be followed by white space.
(#1348) Commas (,) must be followed by white space.
(#1353) Commas (,) must be followed by white space.
(#1353) Commas (,) must be followed by white space.
(#1353) Commas (,) must be followed by white space.
(#1353) Commas (,) must be followed by white space.
(#1353) Commas (,) must be followed by white space.
(#1353) Closing brace must be on a line by itself
(#1353) Line exceeds 132 characters; contains 135 characters
(#1353) Line exceeds 132 characters; contains 135 characters
(#1353) Line exceeds 132 characters; contains 135 characters
(#1353) Line exceeds 132 characters; contains 135 characters
(#1353) Line exceeds 132 characters; contains 135 characters
(#1353) Line exceeds 132 characters; contains 135 characters
(#1353) Line exceeds 132 characters; contains 135 characters
(#1353) Line exceeds 132 characters; contains 135 characters
(#1353) Visibility must be declared on method "login"
(#1354) Line indented incorrectly; expected at least 132 spaces, found 0
(#1354) Commas (,) must be followed by white space.
(#1354) Variable "G" must be all lower-case
(#1354) Expected 1 space after closing parenthesis; found 0
(#1354) Opening brace must be the last content on the line
(#1354) Inline control structures are not allowed
(#1354) Expected 1 space before "=="; 0 found
(#1354) Expected 1 space after "=="; 0 found
(#1355) Line indented incorrectly; expected at least 136 spaces, found 0
(#1355) Commas (,) must be followed by white space.
(#1356) Line indented incorrectly; expected at least 136 spaces, found 0
(#1356) Closing brace must be on a line by itself
(#1356) method name "Adminer::tableName" must be in lower-case letters only
(#1356) Visibility must be declared on method "tableName"
(#1357) Variable "Tg" must be all lower-case
(#1357) Expected 1 space after closing parenthesis; found 0
(#1357) Opening brace must be the last content on the line
(#1358) Line indented incorrectly; expected at least 4 spaces, found 0
(#1358) Variable "Tg" must be all lower-case
(#1358) Closing brace must be on a line by itself
(#1358) method name "Adminer::fieldName" must be in lower-case letters only
(#1358) Visibility must be declared on method "fieldName"
(#1359) Line indented incorrectly; expected at least 136 spaces, found 0
(#1359) Commas (,) must be followed by white space.
(#1359) Variable "Xe" must be all lower-case
(#1359) Expected 1 space after closing parenthesis; found 0
(#1359) Opening brace must be the last content on the line
(#1359) Closing brace must be on a line by itself
(#1359) method name "Adminer::selectLinks" must be in lower-case letters only
(#1359) Visibility must be declared on method "selectLinks"
(#1360) Line indented incorrectly; expected at least 136 spaces, found 0
(#1360) Variable "Tg" must be all lower-case
(#1360) Commas (,) must be followed by white space.
(#1360) Variable "O" must be all lower-case
(#1360) Expected 1 space after closing parenthesis; found 0
(#1360) Opening brace must be the last content on the line
(#1360) Variable "Zd" must be all lower-case
(#1360) Expected 1 space before "="; 0 found
(#1360) Expected 1 space after "="; 0 found
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Inline control structures are not allowed
(#1360) Variable "Zd" must be all lower-case
(#1360) Expected 1 space before "="; 0 found
(#1360) Expected 1 space after "="; 0 found
(#1360) Expected "if (...) {\n"; found "if(...){"
(#1360) Inline control structures are not allowed
(#1360) Variable "Tg" must be all lower-case
(#1360) Variable "Zd" must be all lower-case
(#1360) Expected 1 space before "="; 0 found
(#1360) Expected 1 space after "="; 0 found
(#1360) Inline control structures are not allowed
(#1360) Variable "Zd" must be all lower-case
(#1360) Expected 1 space before "="; 0 found
(#1360) Expected 1 space after "="; 0 found
(#1360) Closing brace must be on a line by itself
(#1360) Inline control structures are not allowed
(#1360) Variable "O" must be all lower-case
(#1360) Expected 1 space before "!=="; 0 found
(#1360) Expected 1 space after "!=="; 0 found
(#1360) Variable "Zd" must be all lower-case
(#1360) Expected 1 space before "="; 0 found
(#1360) Expected 1 space after "="; 0 found
(#1360) Inline control structures are not allowed
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Expected 1 space after "as"; 0 found
(#1360) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1360) Variable "Zd" must be all lower-case
(#1360) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1360) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1360) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1360) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1360) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1360) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1360) Line exceeds maximum limit of 180 characters; contains 270 characters
(#1361) Line indented incorrectly; expected at least 140 spaces, found 0
(#1361) Expected 1 space before "=>"; 0 found
(#1361) Expected 1 space after "=>"; 0 found
(#1361) Variable "X" must be all lower-case
(#1361) Variable "Tg" must be all lower-case
(#1361) Expected 1 space before "=="; 0 found
(#1361) Expected 1 space after "=="; 0 found
(#1361) Expected 1 space before "?"; 0 found
(#1361) Expected 1 space after "?"; 0 found
(#1361) Variable "O" must be all lower-case
(#1361) Expected 1 space before ":"; 0 found
(#1361) Expected 1 space after ":"; 0 found
(#1361) Variable "X" must be all lower-case
(#1361) Closing brace must be on a line by itself
(#1361) Line exceeds 132 characters; contains 135 characters
(#1361) Line exceeds 132 characters; contains 135 characters
(#1361) Line exceeds 132 characters; contains 135 characters
(#1361) Line exceeds 132 characters; contains 135 characters
(#1361) Line exceeds 132 characters; contains 135 characters
(#1361) Line exceeds 132 characters; contains 135 characters
(#1361) Line exceeds 132 characters; contains 135 characters
(#1361) Line exceeds 132 characters; contains 135 characters
(#1361) method name "Adminer::foreignKeys" must be in lower-case letters only
(#1361) Visibility must be declared on method "foreignKeys"
(#1362) Line indented incorrectly; expected at least 136 spaces, found 0
(#1362) Variable "Q" must be all lower-case
(#1362) Expected 1 space after closing parenthesis; found 0
(#1362) Opening brace must be the last content on the line
(#1363) Line indented incorrectly; expected at least 140 spaces, found 0
(#1363) Variable "Q" must be all lower-case
(#1363) Closing brace must be on a line by itself
(#1363) method name "Adminer::backwardKeys" must be in lower-case letters only
(#1363) Visibility must be declared on method "backwardKeys"
(#1364) Line indented incorrectly; expected at least 140 spaces, found 0
(#1364) Variable "Q" must be all lower-case
(#1364) Commas (,) must be followed by white space.
(#1364) Variable "Sg" must be all lower-case
(#1364) Expected 1 space after closing parenthesis; found 0
(#1364) Opening brace must be the last content on the line
(#1365) Line indented incorrectly; expected at least 144 spaces, found 0
(#1365) Closing brace must be on a line by itself
(#1365) method name "Adminer::backwardKeysPrint" must be in lower-case letters only
(#1365) Visibility must be declared on method "backwardKeysPrint"
(#1366) Line indented incorrectly; expected at least 140 spaces, found 0
(#1366) Variable "Oa" must be all lower-case
(#1366) Commas (,) must be followed by white space.
(#1366) Variable "K" must be all lower-case
(#1366) Closing brace must be on a line by itself
(#1366) method name "Adminer::selectQuery" must be in lower-case letters only
(#1366) Visibility must be declared on method "selectQuery"
(#1367) Line indented incorrectly; expected at least 140 spaces, found 0
(#1367) Variable "H" must be all lower-case
(#1367) Commas (,) must be followed by white space.
(#1367) Expected 1 space after closing parenthesis; found 0
(#1367) Opening brace must be the last content on the line
(#1367) Commas (,) must be followed by white space.
(#1367) Commas (,) must be followed by white space.
(#1367) Variable "H" must be all lower-case
(#1367) Expected 1 space before "?"; 0 found
(#1367) Expected 1 space after "?"; 0 found
(#1367) Variable "H" must be all lower-case
(#1367) Expected 1 space before ":"; 0 found
(#1367) Expected 1 space after ":"; 0 found
(#1367) Closing brace must be on a line by itself
(#1367) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1367) method name "Adminer::rowDescription" must be in lower-case letters only
(#1367) Visibility must be declared on method "rowDescription"
(#1367) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1367) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1367) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1367) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1367) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1367) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1367) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1368) Line indented incorrectly; expected at least 140 spaces, found 0
(#1368) Variable "Q" must be all lower-case
(#1368) Expected 1 space after closing parenthesis; found 0
(#1368) Opening brace must be the last content on the line
(#1368) Closing brace must be on a line by itself
(#1368) method name "Adminer::rowDescriptions" must be in lower-case letters only
(#1368) Visibility must be declared on method "rowDescriptions"
(#1369) Line indented incorrectly; expected at least 140 spaces, found 0
(#1369) Variable "L" must be all lower-case
(#1369) Commas (,) must be followed by white space.
(#1369) Variable "Mc" must be all lower-case
(#1369) Expected 1 space after closing parenthesis; found 0
(#1369) Opening brace must be the last content on the line
(#1369) Variable "L" must be all lower-case
(#1369) Closing brace must be on a line by itself
(#1369) method name "Adminer::selectLink" must be in lower-case letters only
(#1369) Visibility must be declared on method "selectLink"
(#1370) Line indented incorrectly; expected at least 140 spaces, found 0
(#1370) Variable "X" must be all lower-case
(#1370) Commas (,) must be followed by white space.
(#1370) Closing brace must be on a line by itself
(#1370) method name "Adminer::selectVal" must be in lower-case letters only
(#1370) Visibility must be declared on method "selectVal"
(#1371) Line indented incorrectly; expected at least 140 spaces, found 0
(#1371) Variable "X" must be all lower-case
(#1371) Commas (,) must be followed by white space.
(#1371) Variable "_" must not contain underscores.
(#1371) Commas (,) must be followed by white space.
(#1371) Commas (,) must be followed by white space.
(#1371) Expected 1 space after closing parenthesis; found 0
(#1371) Opening brace must be the last content on the line
(#1371) Variable "J" must be all lower-case
(#1371) Expected 1 space before "="; 0 found
(#1371) Expected 1 space after "="; 0 found
(#1371) Variable "X" must be all lower-case
(#1371) Expected 1 space before "==="; 0 found
(#1371) Expected 1 space after "==="; 0 found
(#1371) Expected 1 space before "?"; 0 found
(#1371) Expected 1 space after "?"; 0 found
(#1371) Expected 1 space before ":"; 0 found
(#1371) Expected 1 space after ":"; 0 found
(#1371) Commas (,) must be followed by white space.
(#1371) Commas (,) must be followed by white space.
(#1371) Expected 1 space before "?"; 0 found
(#1371) Expected 1 space after "?"; 0 found
(#1371) Variable "X" must be all lower-case
(#1371) Expected 1 space before ":"; 0 found
(#1371) Expected 1 space after ":"; 0 found
(#1371) Variable "X" must be all lower-case
(#1371) Inline control structures are not allowed
(#1371) Commas (,) must be followed by white space.
(#1371) Variable "X" must be all lower-case
(#1371) Variable "J" must be all lower-case
(#1371) Expected 1 space before "="; 0 found
(#1371) Expected 1 space after "="; 0 found
(#1371) Commas (,) must be followed by white space.
(#1371) Variable "_" must not contain underscores.
(#1371) Expected 1 space before "?"; 0 found
(#1371) Expected 1 space after "?"; 0 found
(#1371) Variable "_" must not contain underscores.
(#1371) Variable "_" must not contain underscores.
(#1371) Expected 1 space before "?"; 0 found
(#1371) Expected 1 space after "?"; 0 found
(#1371) Expected 1 space before ":"; 0 found
(#1371) Expected 1 space after ":"; 0 found
(#1371) Variable "J" must be all lower-case
(#1371) Expected 1 space before ":"; 0 found
(#1371) Expected 1 space after ":"; 0 found
(#1371) Variable "J" must be all lower-case
(#1371) Closing brace must be on a line by itself
(#1371) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1371) method name "Adminer::editVal" must be in lower-case letters only
(#1371) Visibility must be declared on method "editVal"
(#1371) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1371) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1371) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1371) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1371) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1371) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1371) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1372) Line indented incorrectly; expected at least 140 spaces, found 0
(#1372) Variable "X" must be all lower-case
(#1372) Commas (,) must be followed by white space.
(#1372) Expected 1 space after closing parenthesis; found 0
(#1372) Opening brace must be the last content on the line
(#1372) Variable "X" must be all lower-case
(#1372) Closing brace must be on a line by itself
(#1372) method name "Adminer::selectColumnsPrint" must be in lower-case letters only
(#1372) Visibility must be declared on method "selectColumnsPrint"
(#1373) Line indented incorrectly; expected at least 140 spaces, found 0
(#1373) Variable "M" must be all lower-case
(#1373) Commas (,) must be followed by white space.
(#1373) Expected 1 space after closing parenthesis; found 0
(#1373) Opening brace must be the last content on the line
(#1373) Variable "Tc" must be all lower-case
(#1373) Commas (,) must be followed by white space.
(#1373) Variable "Yc" must be all lower-case
(#1373) Commas (,) must be followed by white space.
(#1373) Commas (,) must be followed by white space.
(#1373) Variable "M" must be all lower-case
(#1373) Expected 1 space before "="; 0 found
(#1373) Expected 1 space after "="; 0 found
(#1373) Variable "M" must be all lower-case
(#1373) Expected 1 space before "="; 0 found
(#1373) Expected 1 space after "="; 0 found
(#1373) Expected "foreach (...) {\n"; found "foreach(...){"
(#1373) Expected 1 space before "=>"; 0 found
(#1373) Expected 1 space after "=>"; 0 found
(#1373) Expected 1 space after "as"; 0 found
(#1373) Variable "M" must be all lower-case
(#1374) Line indented incorrectly; expected at least 144 spaces, found 0
(#1374) Expected 1 space before "=>"; 0 found
(#1374) Expected 1 space after "=>"; 0 found
(#1374) Variable "X" must be all lower-case
(#1374) Variable "X" must be all lower-case
(#1374) Expected 1 space before "="; 0 found
(#1374) Expected 1 space after "="; 0 found
(#1374) Expected 1 space before "="; 0 found
(#1374) Expected 1 space after "="; 0 found
(#1374) Expected 1 space before "!=="; 0 found
(#1374) Expected 1 space after "!=="; 0 found
(#1374) Expected 1 space before "?"; 0 found
(#1374) Expected 1 space after "?"; 0 found
(#1374) Expected 1 space before ":"; 0 found
(#1374) Expected 1 space after ":"; 0 found
(#1374) Commas (,) must be followed by white space.
(#1374) Commas (,) must be followed by white space.
(#1374) Variable "X" must be all lower-case
(#1374) Variable "Tc" must be all lower-case
(#1374) Variable "Yc" must be all lower-case
(#1374) Expected 1 space before "?"; 0 found
(#1374) Expected 1 space after "?"; 0 found
(#1374) Expected 1 space before "!=="; 0 found
(#1374) Expected 1 space after "!=="; 0 found
(#1374) Expected 1 space before "?"; 0 found
(#1374) Expected 1 space after "?"; 0 found
(#1374) Expected 1 space before ":"; 0 found
(#1374) Expected 1 space after ":"; 0 found
(#1374) Commas (,) must be followed by white space.
(#1374) Expected 1 space before "=>"; 0 found
(#1374) Expected 1 space after "=>"; 0 found
(#1374) Expected 1 space before "+"; 0 found
(#1374) Expected 1 space after "+"; 0 found
(#1374) Expected 1 space before "=>"; 0 found
(#1374) Expected 1 space after "=>"; 0 found
(#1374) Variable "Tc" must be all lower-case
(#1374) Commas (,) must be followed by white space.
(#1374) Expected 1 space before "=>"; 0 found
(#1374) Expected 1 space after "=>"; 0 found
(#1374) Variable "Yc" must be all lower-case
(#1374) Commas (,) must be followed by white space.
(#1374) Variable "X" must be all lower-case
(#1374) Expected 1 space before ":"; 0 found
(#1374) Expected 1 space after ":"; 0 found
(#1374) Closing brace must be on a line by itself
(#1374) Closing brace must be on a line by itself
(#1374) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1374) method name "Adminer::selectSearchPrint" must be in lower-case letters only
(#1374) Visibility must be declared on method "selectSearchPrint"
(#1374) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1374) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1374) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1374) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1374) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1374) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1374) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1375) Line indented incorrectly; expected at least 140 spaces, found 0
(#1375) Variable "Z" must be all lower-case
(#1375) Commas (,) must be followed by white space.
(#1375) Commas (,) must be followed by white space.
(#1375) Expected 1 space after closing parenthesis; found 0
(#1375) Opening brace must be the last content on the line
(#1375) Commas (,) must be followed by white space.
(#1375) Commas (,) must be followed by white space.
(#1375) Variable "Z" must be all lower-case
(#1375) Expected "foreach (...) {\n"; found "foreach(...){"
(#1375) Expected 1 space before "=>"; 0 found
(#1375) Expected 1 space after "=>"; 0 found
(#1375) Expected 1 space after "as"; 0 found
(#1376) Line indented incorrectly; expected at least 144 spaces, found 0
(#1376) Expected 1 space before "=>"; 0 found
(#1376) Expected 1 space after "=>"; 0 found
(#1376) Expected "if (...) {\n"; found "if(...){"
(#1376) Expected 1 space before "=="; 0 found
(#1376) Expected 1 space after "=="; 0 found
(#1376) Commas (,) must be followed by white space.
(#1376) Commas (,) must be followed by white space.
(#1376) Commas (,) must be followed by white space.
(#1376) Commas (,) must be followed by white space.
(#1376) Commas (,) must be followed by white space.
(#1376) Commas (,) must be followed by white space.
(#1376) Commas (,) must be followed by white space.
(#1376) Commas (,) must be followed by white space.
(#1376) Closing brace must be on a line by itself
(#1376) Closing brace must be on a line by itself
(#1376) Expected 1 space before "="; 0 found
(#1376) Expected 1 space after "="; 0 found
(#1376) Variable "Za" must be all lower-case
(#1376) Expected 1 space before "="; 0 found
(#1376) Expected 1 space after "="; 0 found
(#1376) Expected "for (...) {\n"; found "for(...){"
(#1376) Expected 1 space after first semicolon of FOR loop; 0 found
(#1376) Expected 1 space after second semicolon of FOR loop; 0 found
(#1376) Expected 1 space before "="; 0 found
(#1376) Expected 1 space after "="; 0 found
(#1376) Expected 1 space before "<="; 0 found
(#1376) Expected 1 space after "<="; 0 found
(#1376) Commas (,) must be followed by white space.
(#1376) Variable "X" must be all lower-case
(#1376) Expected 1 space before "="; 0 found
(#1376) Expected 1 space after "="; 0 found
(#1376) Expected "if (...) {\n"; found "if(...){"
(#1376) Variable "X" must be all lower-case
(#1376) Variable "X" must be all lower-case
(#1376) Expected 1 space before "!="; 0 found
(#1376) Expected 1 space after "!="; 0 found
(#1376) Variable "X" must be all lower-case
(#1376) Commas (,) must be followed by white space.
(#1376) Commas (,) must be followed by white space.
(#1376) Commas (,) must be followed by white space.
(#1376) Variable "X" must be all lower-case
(#1376) Commas (,) must be followed by white space.
(#1376) Commas (,) must be followed by white space.
(#1376) Commas (,) must be followed by white space.
(#1376) Commas (,) must be followed by white space.
(#1376) Variable "X" must be all lower-case
(#1376) Commas (,) must be followed by white space.
(#1376) Variable "Za" must be all lower-case
(#1376) Commas (,) must be followed by white space.
(#1376) Variable "X" must be all lower-case
(#1376) Variable "X" must be all lower-case
(#1376) Expected 1 space before "?"; 0 found
(#1376) Expected 1 space after "?"; 0 found
(#1376) Expected 1 space before ":"; 0 found
(#1376) Expected 1 space after ":"; 0 found
(#1376) Closing brace must be on a line by itself
(#1376) Closing brace must be on a line by itself
(#1376) Closing brace must be on a line by itself
(#1376) Line exceeds maximum limit of 180 characters; contains 971 characters
(#1376) method name "Adminer::selectOrderPrint" must be in lower-case letters only
(#1376) Visibility must be declared on method "selectOrderPrint"
(#1376) Line exceeds maximum limit of 180 characters; contains 971 characters
(#1376) Line exceeds maximum limit of 180 characters; contains 971 characters
(#1376) Line exceeds maximum limit of 180 characters; contains 971 characters
(#1376) Line exceeds maximum limit of 180 characters; contains 971 characters
(#1376) Line exceeds maximum limit of 180 characters; contains 971 characters
(#1376) Line exceeds maximum limit of 180 characters; contains 971 characters
(#1376) Line exceeds maximum limit of 180 characters; contains 971 characters
(#1377) Line indented incorrectly; expected at least 144 spaces, found 0
(#1377) Variable "Xe" must be all lower-case
(#1377) Commas (,) must be followed by white space.
(#1377) Commas (,) must be followed by white space.
(#1377) Expected 1 space after closing parenthesis; found 0
(#1377) Opening brace must be the last content on the line
(#1377) Commas (,) must be followed by white space.
(#1377) Commas (,) must be followed by white space.
(#1377) Variable "Xe" must be all lower-case
(#1377) Expected 1 space before "="; 0 found
(#1377) Expected 1 space after "="; 0 found
(#1377) Expected "foreach (...) {\n"; found "foreach(...){"
(#1377) Expected 1 space before "=>"; 0 found
(#1377) Expected 1 space after "=>"; 0 found
(#1377) Expected 1 space before "as"; 0 found
(#1377) Expected 1 space after "as"; 0 found
(#1377) Expected 1 space before "=>"; 0 found
(#1377) Expected 1 space after "=>"; 0 found
(#1377) Variable "X" must be all lower-case
(#1377) Expected "if (...) {\n"; found "if(...){"
(#1377) Variable "X" must be all lower-case
(#1377) Expected 1 space before "!="; 0 found
(#1377) Expected 1 space after "!="; 0 found
(#1377) Commas (,) must be followed by white space.
(#1377) Commas (,) must be followed by white space.
(#1377) Variable "X" must be all lower-case
(#1377) Commas (,) must be followed by white space.
(#1377) Commas (,) must be followed by white space.
(#1377) Commas (,) must be followed by white space.
(#1377) Commas (,) must be followed by white space.
(#1377) Closing brace must be on a line by itself
(#1377) Closing brace must be on a line by itself
(#1377) Commas (,) must be followed by white space.
(#1377) Commas (,) must be followed by white space.
(#1377) Commas (,) must be followed by white space.
(#1377) Commas (,) must be followed by white space.
(#1377) Commas (,) must be followed by white space.
(#1377) Commas (,) must be followed by white space.
(#1377) Closing brace must be on a line by itself
(#1377) Line exceeds maximum limit of 180 characters; contains 447 characters
(#1377) method name "Adminer::selectLimitPrint" must be in lower-case letters only
(#1377) Visibility must be declared on method "selectLimitPrint"
(#1377) Line exceeds maximum limit of 180 characters; contains 447 characters
(#1377) Line exceeds maximum limit of 180 characters; contains 447 characters
(#1377) Line exceeds maximum limit of 180 characters; contains 447 characters
(#1377) Line exceeds maximum limit of 180 characters; contains 447 characters
(#1377) Line exceeds maximum limit of 180 characters; contains 447 characters
(#1377) Line exceeds maximum limit of 180 characters; contains 447 characters
(#1377) Line exceeds maximum limit of 180 characters; contains 447 characters
(#1378) Line indented incorrectly; expected at least 144 spaces, found 0
(#1378) Expected 1 space after closing parenthesis; found 0
(#1378) Opening brace must be the last content on the line
(#1378) Commas (,) must be followed by white space.
(#1378) Closing brace must be on a line by itself
(#1378) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1378) method name "Adminer::selectLengthPrint" must be in lower-case letters only
(#1378) Visibility must be declared on method "selectLengthPrint"
(#1378) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1378) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1378) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1378) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1378) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1378) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1378) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1379) Line indented incorrectly; expected at least 144 spaces, found 0
(#1379) Expected 1 space after closing parenthesis; found 0
(#1379) Opening brace must be the last content on the line
(#1379) Expected "if (...) {\n"; found "if(...){"
(#1379) Expected 1 space before "!=="; 0 found
(#1379) Expected 1 space after "!=="; 0 found
(#1379) Commas (,) must be followed by white space.
(#1379) Commas (,) must be followed by white space.
(#1379) Closing brace must be on a line by itself
(#1379) Closing brace must be on a line by itself
(#1379) Line exceeds maximum limit of 180 characters; contains 196 characters
(#1379) method name "Adminer::selectActionPrint" must be in lower-case letters only
(#1379) Visibility must be declared on method "selectActionPrint"
(#1379) Line exceeds maximum limit of 180 characters; contains 196 characters
(#1379) Line exceeds maximum limit of 180 characters; contains 196 characters
(#1379) Line exceeds maximum limit of 180 characters; contains 196 characters
(#1379) Line exceeds maximum limit of 180 characters; contains 196 characters
(#1379) Line exceeds maximum limit of 180 characters; contains 196 characters
(#1379) Line exceeds maximum limit of 180 characters; contains 196 characters
(#1379) Line exceeds maximum limit of 180 characters; contains 196 characters
(#1380) Line indented incorrectly; expected at least 144 spaces, found 0
(#1380) Expected 1 space after closing parenthesis; found 0
(#1380) Opening brace must be the last content on the line
(#1380) Commas (,) must be followed by white space.
(#1380) Commas (,) must be followed by white space.
(#1380) Commas (,) must be followed by white space.
(#1380) Commas (,) must be followed by white space.
(#1380) Expected 1 space before "="; 0 found
(#1380) Expected 1 space after "="; 0 found
(#1380) Expected "foreach (...) {\n"; found "foreach(...){"
(#1380) Expected 1 space after "as"; 0 found
(#1380) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1380) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1380) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1380) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1380) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1380) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1380) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1380) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1381) Line indented incorrectly; expected at least 148 spaces, found 0
(#1381) Inline control structures are not allowed
(#1381) Expected 1 space before "!="; 0 found
(#1381) Expected 1 space after "!="; 0 found
(#1381) Expected 1 space before "="; 0 found
(#1381) Expected 1 space after "="; 0 found
(#1381) Closing brace must be on a line by itself
(#1381) Expected 1 space before "="; 0 found
(#1381) Expected 1 space after "="; 0 found
(#1381) Inline control structures are not allowed
(#1381) Expected 1 space before "=>"; 0 found
(#1381) Expected 1 space after "=>"; 0 found
(#1381) Expected 1 space after "as"; 0 found
(#1382) Line indented incorrectly; expected at least 148 spaces, found 0
(#1382) Expected 1 space before "=>"; 0 found
(#1382) Expected 1 space after "=>"; 0 found
(#1382) Variable "X" must be all lower-case
(#1382) Commas (,) must be followed by white space.
(#1382) Commas (,) must be followed by white space.
(#1382) Commas (,) must be followed by white space.
(#1382) Closing brace must be on a line by itself
(#1382) Line exceeds 132 characters; contains 133 characters
(#1382) Line exceeds 132 characters; contains 133 characters
(#1382) Line exceeds 132 characters; contains 133 characters
(#1382) Line exceeds 132 characters; contains 133 characters
(#1382) Line exceeds 132 characters; contains 133 characters
(#1382) Line exceeds 132 characters; contains 133 characters
(#1382) Line exceeds 132 characters; contains 133 characters
(#1382) Line exceeds 132 characters; contains 133 characters
(#1382) method name "Adminer::selectCommandPrint" must be in lower-case letters only
(#1382) Visibility must be declared on method "selectCommandPrint"
(#1383) Line indented incorrectly; expected at least 144 spaces, found 0
(#1383) Expected 1 space after closing parenthesis; found 0
(#1383) Opening brace must be the last content on the line
(#1383) Closing brace must be on a line by itself
(#1383) method name "Adminer::selectImportPrint" must be in lower-case letters only
(#1383) Visibility must be declared on method "selectImportPrint"
(#1384) Line indented incorrectly; expected at least 144 spaces, found 0
(#1384) Expected 1 space after closing parenthesis; found 0
(#1384) Opening brace must be the last content on the line
(#1384) Closing brace must be on a line by itself
(#1384) method name "Adminer::selectEmailPrint" must be in lower-case letters only
(#1384) Visibility must be declared on method "selectEmailPrint"
(#1385) Line indented incorrectly; expected at least 144 spaces, found 0
(#1385) Commas (,) must be followed by white space.
(#1385) Closing brace must be on a line by itself
(#1385) method name "Adminer::selectColumnsProcess" must be in lower-case letters only
(#1385) Visibility must be declared on method "selectColumnsProcess"
(#1386) Line indented incorrectly; expected at least 144 spaces, found 0
(#1386) Commas (,) must be followed by white space.
(#1386) Expected 1 space after closing parenthesis; found 0
(#1386) Opening brace must be the last content on the line
(#1386) Variable "Tc" must be all lower-case
(#1386) Commas (,) must be followed by white space.
(#1386) Variable "Yc" must be all lower-case
(#1386) Variable "M" must be all lower-case
(#1386) Expected 1 space before "="; 0 found
(#1386) Expected 1 space after "="; 0 found
(#1386) Variable "Wc" must be all lower-case
(#1386) Expected 1 space before "="; 0 found
(#1386) Expected 1 space after "="; 0 found
(#1386) Expected "foreach (...) {\n"; found "foreach(...){"
(#1386) Expected 1 space before "=>"; 0 found
(#1386) Expected 1 space after "=>"; 0 found
(#1386) Expected 1 space before "as"; 0 found
(#1386) Expected 1 space after "as"; 0 found
(#1386) Expected 1 space before "=>"; 0 found
(#1386) Expected 1 space after "=>"; 0 found
(#1386) Variable "X" must be all lower-case
(#1386) Expected "if (...) {\n"; found "if(...){"
(#1386) Variable "X" must be all lower-case
(#1386) Expected 1 space before "=="; 0 found
(#1386) Expected 1 space after "=="; 0 found
(#1386) Variable "X" must be all lower-case
(#1386) Expected 1 space before "!="; 0 found
(#1386) Expected 1 space after "!="; 0 found
(#1386) Variable "X" must be all lower-case
(#1386) Variable "X" must be all lower-case
(#1386) Commas (,) must be followed by white space.
(#1386) Variable "Tc" must be all lower-case
(#1386) Variable "X" must be all lower-case
(#1386) Commas (,) must be followed by white space.
(#1386) Variable "Yc" must be all lower-case
(#1386) Variable "M" must be all lower-case
(#1386) Expected 1 space before "="; 0 found
(#1386) Expected 1 space after "="; 0 found
(#1386) Variable "X" must be all lower-case
(#1386) Commas (,) must be followed by white space.
(#1386) Variable "X" must be all lower-case
(#1386) Expected 1 space before "!="; 0 found
(#1386) Expected 1 space after "!="; 0 found
(#1386) Expected 1 space before "?"; 0 found
(#1386) Expected 1 space after "?"; 0 found
(#1386) Variable "X" must be all lower-case
(#1386) Expected 1 space before ":"; 0 found
(#1386) Expected 1 space after ":"; 0 found
(#1386) Inline control structures are not allowed
(#1386) Variable "X" must be all lower-case
(#1386) Commas (,) must be followed by white space.
(#1386) Variable "Yc" must be all lower-case
(#1386) Variable "Wc" must be all lower-case
(#1386) Expected 1 space before "="; 0 found
(#1386) Expected 1 space after "="; 0 found
(#1386) Variable "M" must be all lower-case
(#1386) Closing brace must be on a line by itself
(#1386) Closing brace must be on a line by itself
(#1386) Line exceeds maximum limit of 180 characters; contains 338 characters
(#1386) Line exceeds maximum limit of 180 characters; contains 338 characters
(#1386) Line exceeds maximum limit of 180 characters; contains 338 characters
(#1386) Line exceeds maximum limit of 180 characters; contains 338 characters
(#1386) Line exceeds maximum limit of 180 characters; contains 338 characters
(#1386) Line exceeds maximum limit of 180 characters; contains 338 characters
(#1386) Line exceeds maximum limit of 180 characters; contains 338 characters
(#1386) Line exceeds maximum limit of 180 characters; contains 338 characters
(#1387) Line indented incorrectly; expected at least 148 spaces, found 0
(#1387) Variable "M" must be all lower-case
(#1387) Commas (,) must be followed by white space.
(#1387) Variable "Wc" must be all lower-case
(#1387) Closing brace must be on a line by itself
(#1387) method name "Adminer::selectSearchProcess" must be in lower-case letters only
(#1387) Visibility must be declared on method "selectSearchProcess"
(#1388) Line indented incorrectly; expected at least 144 spaces, found 0
(#1388) Commas (,) must be followed by white space.
(#1388) Expected 1 space after closing parenthesis; found 0
(#1388) Opening brace must be the last content on the line
(#1388) Commas (,) must be followed by white space.
(#1388) Variable "J" must be all lower-case
(#1388) Expected 1 space before "="; 0 found
(#1388) Expected 1 space after "="; 0 found
(#1388) Expected "foreach (...) {\n"; found "foreach(...){"
(#1388) Expected 1 space before "=>"; 0 found
(#1388) Expected 1 space after "=>"; 0 found
(#1388) Expected 1 space after "as"; 0 found
(#1389) Line indented incorrectly; expected at least 148 spaces, found 0
(#1389) Expected 1 space before "=>"; 0 found
(#1389) Expected 1 space after "=>"; 0 found
(#1389) Inline control structures are not allowed
(#1389) Expected 1 space before "=="; 0 found
(#1389) Expected 1 space after "=="; 0 found
(#1389) Expected 1 space before "!="; 0 found
(#1389) Expected 1 space after "!="; 0 found
(#1389) Variable "J" must be all lower-case
(#1389) Expected 1 space before "="; 0 found
(#1389) Expected 1 space after "="; 0 found
(#1389) Commas (,) must be followed by white space.
(#1389) Commas (,) must be followed by white space.
(#1389) Expected 1 space before "?"; 0 found
(#1389) Expected 1 space after "?"; 0 found
(#1389) Expected 1 space before ":"; 0 found
(#1389) Expected 1 space after ":"; 0 found
(#1389) Closing brace must be on a line by itself
(#1389) Expected "foreach (...) {\n"; found "foreach(...){"
(#1389) Expected 1 space before "as"; 0 found
(#1389) Expected 1 space after "as"; 0 found
(#1389) Variable "X" must be all lower-case
(#1389) Expected "if (...) {\n"; found "if(...){"
(#1389) Variable "X" must be all lower-case
(#1389) Expected 1 space before "!="; 0 found
(#1389) Expected 1 space after "!="; 0 found
(#1389) Variable "X" must be all lower-case
(#1389) Commas (,) must be followed by white space.
(#1389) Expected 1 space before "="; 0 found
(#1389) Expected 1 space after "="; 0 found
(#1389) Variable "X" must be all lower-case
(#1389) Expected "if (...) {\n"; found "if(...){"
(#1389) Commas (,) must be followed by white space.
(#1389) Variable "X" must be all lower-case
(#1389) Expected 1 space before "="; 0 found
(#1389) Expected 1 space after "="; 0 found
(#1389) Variable "X" must be all lower-case
(#1389) Expected 1 space before ".="; 0 found
(#1389) Expected 1 space after ".="; 0 found
(#1389) Expected 1 space before "!="; 0 found
(#1389) Expected 1 space after "!="; 0 found
(#1389) Expected 1 space before "?"; 0 found
(#1389) Expected 1 space after "?"; 0 found
(#1389) Expected 1 space before ":"; 0 found
(#1389) Expected 1 space after ":"; 0 found
(#1389) Closing brace must be on a line by itself
(#1389) Inline control structures are not allowed
(#1389) Usage of ELSEIF not allowed; use ELSE IF instead
(#1389) Variable "X" must be all lower-case
(#1389) Expected 1 space before "=="; 0 found
(#1389) Expected 1 space after "=="; 0 found
(#1389) Expected 1 space before "="; 0 found
(#1389) Expected 1 space after "="; 0 found
(#1389) Variable "X" must be all lower-case
(#1389) Inline control structures are not allowed
(#1389) Usage of ELSEIF not allowed; use ELSE IF instead
(#1389) Variable "X" must be all lower-case
(#1389) Expected 1 space before "=="; 0 found
(#1389) Expected 1 space after "=="; 0 found
(#1389) Expected 1 space before "="; 0 found
(#1389) Expected 1 space after "="; 0 found
(#1389) Variable "X" must be all lower-case
(#1389) Commas (,) must be followed by white space.
(#1389) Variable "X" must be all lower-case
(#1389) Inline control structures are not allowed
(#1389) Usage of ELSEIF not allowed; use ELSE IF instead
(#1389) Variable "X" must be all lower-case
(#1389) Expected 1 space before "=="; 0 found
(#1389) Expected 1 space after "=="; 0 found
(#1389) Expected 1 space before "="; 0 found
(#1389) Expected 1 space after "="; 0 found
(#1389) Variable "X" must be all lower-case
(#1389) Commas (,) must be followed by white space.
(#1389) Variable "X" must be all lower-case
(#1389) Inline control structures are not allowed
(#1389) Usage of ELSEIF not allowed; use ELSE IF instead
(#1389) Commas (,) must be followed by white space.
(#1389) Variable "X" must be all lower-case
(#1389) Expected 1 space before ".="; 0 found
(#1389) Expected 1 space after ".="; 0 found
(#1389) Variable "X" must be all lower-case
(#1389) Commas (,) must be followed by white space.
(#1389) Variable "X" must be all lower-case
(#1389) Inline control structures are not allowed
(#1389) Variable "X" must be all lower-case
(#1389) Expected 1 space before "!="; 0 found
(#1389) Expected 1 space after "!="; 0 found
(#1389) Variable "J" must be all lower-case
(#1389) Expected 1 space before "="; 0 found
(#1389) Expected 1 space after "="; 0 found
(#1389) Variable "X" must be all lower-case
(#1389) Expected 1 space before "="; 0 found
(#1389) Expected 1 space after "="; 0 found
(#1389) Expected "foreach (...) {\n"; found "foreach(...){"
(#1389) Expected 1 space before "=>"; 0 found
(#1389) Expected 1 space after "=>"; 0 found
(#1389) Expected 1 space after "as"; 0 found
(#1389) Line exceeds maximum limit of 180 characters; contains 815 characters
(#1389) Line exceeds maximum limit of 180 characters; contains 815 characters
(#1389) Line exceeds maximum limit of 180 characters; contains 815 characters
(#1389) Line exceeds maximum limit of 180 characters; contains 815 characters
(#1389) Line exceeds maximum limit of 180 characters; contains 815 characters
(#1389) Line exceeds maximum limit of 180 characters; contains 815 characters
(#1389) Line exceeds maximum limit of 180 characters; contains 815 characters
(#1389) Line exceeds maximum limit of 180 characters; contains 815 characters
(#1390) Line indented incorrectly; expected at least 160 spaces, found 0
(#1390) Variable "C" must be all lower-case
(#1390) Expected 1 space before "=>"; 0 found
(#1390) Expected 1 space after "=>"; 0 found
(#1390) Variable "Bd" must be all lower-case
(#1390) Expected 1 space before "="; 0 found
(#1390) Expected 1 space after "="; 0 found
(#1390) Commas (,) must be followed by white space.
(#1390) Expected "if (...) {\n"; found "if(...){"
(#1390) Variable "X" must be all lower-case
(#1390) Commas (,) must be followed by white space.
(#1390) Commas (,) must be followed by white space.
(#1390) Variable "X" must be all lower-case
(#1390) Variable "Bd" must be all lower-case
(#1390) Variable "C" must be all lower-case
(#1390) Expected 1 space before "="; 0 found
(#1390) Expected 1 space after "="; 0 found
(#1390) Variable "C" must be all lower-case
(#1390) Expected 1 space before "="; 0 found
(#1390) Expected 1 space after "="; 0 found
(#1390) Expected 1 space before "=="; 0 found
(#1390) Expected 1 space after "=="; 0 found
(#1390) Variable "Bd" must be all lower-case
(#1390) Commas (,) must be followed by white space.
(#1390) Expected 1 space before "?"; 0 found
(#1390) Expected 1 space after "?"; 0 found
(#1390) Variable "C" must be all lower-case
(#1390) Expected 1 space before ":"; 0 found
(#1390) Expected 1 space after ":"; 0 found
(#1390) Variable "C" must be all lower-case
(#1390) Closing brace must be on a line by itself
(#1390) Closing brace must be on a line by itself
(#1390) Variable "J" must be all lower-case
(#1390) Expected 1 space before "="; 0 found
(#1390) Expected 1 space after "="; 0 found
(#1390) Expected 1 space before "?"; 0 found
(#1390) Expected 1 space after "?"; 0 found
(#1390) Commas (,) must be followed by white space.
(#1390) Expected 1 space before ":"; 0 found
(#1390) Expected 1 space after ":"; 0 found
(#1390) Closing brace must be on a line by itself
(#1390) Closing brace must be on a line by itself
(#1390) Closing brace must be on a line by itself
(#1390) Variable "J" must be all lower-case
(#1390) Closing brace must be on a line by itself
(#1390) Line exceeds maximum limit of 180 characters; contains 394 characters
(#1390) method name "Adminer::selectOrderProcess" must be in lower-case letters only
(#1390) Visibility must be declared on method "selectOrderProcess"
(#1390) Line exceeds maximum limit of 180 characters; contains 394 characters
(#1390) Line exceeds maximum limit of 180 characters; contains 394 characters
(#1390) Line exceeds maximum limit of 180 characters; contains 394 characters
(#1390) Line exceeds maximum limit of 180 characters; contains 394 characters
(#1390) Line exceeds maximum limit of 180 characters; contains 394 characters
(#1390) Line exceeds maximum limit of 180 characters; contains 394 characters
(#1390) Line exceeds maximum limit of 180 characters; contains 394 characters
(#1391) Line indented incorrectly; expected at least 148 spaces, found 0
(#1391) Commas (,) must be followed by white space.
(#1391) Expected 1 space after closing parenthesis; found 0
(#1391) Opening brace must be the last content on the line
(#1391) Variable "J" must be all lower-case
(#1391) Expected 1 space before "="; 0 found
(#1391) Expected 1 space after "="; 0 found
(#1391) Expected "foreach (...) {\n"; found "foreach(...){"
(#1391) Expected 1 space before "=>"; 0 found
(#1391) Expected 1 space after "=>"; 0 found
(#1391) Expected 1 space before "as"; 0 found
(#1391) Expected 1 space after "as"; 0 found
(#1391) Expected 1 space before "=>"; 0 found
(#1391) Expected 1 space after "=>"; 0 found
(#1391) Variable "X" must be all lower-case
(#1391) Inline control structures are not allowed
(#1391) Variable "X" must be all lower-case
(#1391) Expected 1 space before "!="; 0 found
(#1391) Expected 1 space after "!="; 0 found
(#1391) Variable "J" must be all lower-case
(#1391) Expected 1 space before "="; 0 found
(#1391) Expected 1 space after "="; 0 found
(#1391) The use of backticks in strings is not recommended
(#1391) Commas (,) must be followed by white space.
(#1391) Variable "X" must be all lower-case
(#1391) Expected 1 space before "?"; 0 found
(#1391) Expected 1 space after "?"; 0 found
(#1391) Variable "X" must be all lower-case
(#1391) Expected 1 space before ":"; 0 found
(#1391) Expected 1 space after ":"; 0 found
(#1391) Variable "X" must be all lower-case
(#1391) Expected 1 space before "?"; 0 found
(#1391) Expected 1 space after "?"; 0 found
(#1391) Expected 1 space before ":"; 0 found
(#1391) Expected 1 space after ":"; 0 found
(#1391) Closing brace must be on a line by itself
(#1391) Variable "J" must be all lower-case
(#1391) Closing brace must be on a line by itself
(#1391) Line exceeds maximum limit of 180 characters; contains 274 characters
(#1391) method name "Adminer::selectLimitProcess" must be in lower-case letters only
(#1391) Visibility must be declared on method "selectLimitProcess"
(#1391) Line exceeds maximum limit of 180 characters; contains 274 characters
(#1391) Line exceeds maximum limit of 180 characters; contains 274 characters
(#1391) Line exceeds maximum limit of 180 characters; contains 274 characters
(#1391) Line exceeds maximum limit of 180 characters; contains 274 characters
(#1391) Line exceeds maximum limit of 180 characters; contains 274 characters
(#1391) Line exceeds maximum limit of 180 characters; contains 274 characters
(#1391) Line exceeds maximum limit of 180 characters; contains 274 characters
(#1392) Line indented incorrectly; expected at least 148 spaces, found 0
(#1392) Expected 1 space after closing parenthesis; found 0
(#1392) Opening brace must be the last content on the line
(#1392) Expected 1 space before "?"; 0 found
(#1392) Expected 1 space after "?"; 0 found
(#1392) Expected 1 space before ":"; 0 found
(#1392) Expected 1 space after ":"; 0 found
(#1392) Closing brace must be on a line by itself
(#1392) method name "Adminer::selectLengthProcess" must be in lower-case letters only
(#1392) Visibility must be declared on method "selectLengthProcess"
(#1393) Line indented incorrectly; expected at least 148 spaces, found 0
(#1393) Expected 1 space after closing parenthesis; found 0
(#1393) Opening brace must be the last content on the line
(#1393) Expected 1 space before "?"; 0 found
(#1393) Expected 1 space after "?"; 0 found
(#1393) Expected 1 space before ":"; 0 found
(#1393) Expected 1 space after ":"; 0 found
(#1393) Closing brace must be on a line by itself
(#1393) method name "Adminer::selectEmailProcess" must be in lower-case letters only
(#1393) Visibility must be declared on method "selectEmailProcess"
(#1394) Line indented incorrectly; expected at least 148 spaces, found 0
(#1394) Variable "Z" must be all lower-case
(#1394) Commas (,) must be followed by white space.
(#1394) Variable "Mc" must be all lower-case
(#1394) Expected 1 space after closing parenthesis; found 0
(#1394) Opening brace must be the last content on the line
(#1395) Line indented incorrectly; expected at least 152 spaces, found 0
(#1395) Closing brace must be on a line by itself
(#1395) method name "Adminer::selectQueryBuild" must be in lower-case letters only
(#1395) Visibility must be declared on method "selectQueryBuild"
(#1396) Line indented incorrectly; expected at least 148 spaces, found 0
(#1396) Variable "M" must be all lower-case
(#1396) Commas (,) must be followed by white space.
(#1396) Variable "Z" must be all lower-case
(#1396) Commas (,) must be followed by white space.
(#1396) Variable "Wc" must be all lower-case
(#1396) Commas (,) must be followed by white space.
(#1396) Variable "Xe" must be all lower-case
(#1396) Commas (,) must be followed by white space.
(#1396) Commas (,) must be followed by white space.
(#1396) Variable "E" must be all lower-case
(#1396) Expected 1 space after closing parenthesis; found 0
(#1396) Opening brace must be the last content on the line
(#1396) Closing brace must be on a line by itself
(#1396) method name "Adminer::messageQuery" must be in lower-case letters only
(#1396) Visibility must be declared on method "messageQuery"
(#1397) Line indented incorrectly; expected at least 148 spaces, found 0
(#1397) Variable "H" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Expected 1 space after closing parenthesis; found 0
(#1397) Opening brace must be the last content on the line
(#1397) Expected 1 space before "="; 0 found
(#1397) Expected 1 space after "="; 0 found
(#1397) Inline control structures are not allowed
(#1397) Variable "H" must be all lower-case
(#1397) Expected 1 space before ">"; 0 found
(#1397) Expected 1 space after ">"; 0 found
(#1397) Variable "H" must be all lower-case
(#1397) Expected 1 space before "="; 0 found
(#1397) Expected 1 space after "="; 0 found
(#1397) Commas (,) must be followed by white space.
(#1397) Commas (,) must be followed by white space.
(#1397) Variable "H" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Commas (,) must be followed by white space.
(#1397) Expected 1 space before "="; 0 found
(#1397) Expected 1 space after "="; 0 found
(#1397) Variable "H" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Commas (,) must be followed by white space.
(#1397) Variable "H" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Expected 1 space before "?"; 0 found
(#1397) Expected 1 space after "?"; 0 found
(#1397) Expected 1 space before ":"; 0 found
(#1397) Expected 1 space after ":"; 0 found
(#1397) Expected 1 space before "?"; 0 found
(#1397) Expected 1 space after "?"; 0 found
(#1397) Commas (,) must be followed by white space.
(#1397) Commas (,) must be followed by white space.
(#1397) Expected 1 space before "-"; 0 found
(#1397) Expected 1 space after "-"; 0 found
(#1397) Expected 1 space before ":"; 0 found
(#1397) Expected 1 space after ":"; 0 found
(#1397) Closing brace must be on a line by itself
(#1397) Line exceeds maximum limit of 180 characters; contains 680 characters
(#1397) method name "Adminer::editFunctions" must be in lower-case letters only
(#1397) Visibility must be declared on method "editFunctions"
(#1397) Line exceeds maximum limit of 180 characters; contains 680 characters
(#1397) Line exceeds maximum limit of 180 characters; contains 680 characters
(#1397) Line exceeds maximum limit of 180 characters; contains 680 characters
(#1397) Line exceeds maximum limit of 180 characters; contains 680 characters
(#1397) Line exceeds maximum limit of 180 characters; contains 680 characters
(#1397) Line exceeds maximum limit of 180 characters; contains 680 characters
(#1397) Line exceeds maximum limit of 180 characters; contains 680 characters
(#1398) Line indented incorrectly; expected at least 148 spaces, found 0
(#1398) Expected 1 space after closing parenthesis; found 0
(#1398) Opening brace must be the last content on the line
(#1398) Variable "J" must be all lower-case
(#1398) Expected 1 space before "="; 0 found
(#1398) Expected 1 space after "="; 0 found
(#1398) Expected 1 space before "?"; 0 found
(#1398) Expected 1 space after "?"; 0 found
(#1398) Expected 1 space before ":"; 0 found
(#1398) Expected 1 space after ":"; 0 found
(#1398) Expected "foreach (...) {\n"; found "foreach(...){"
(#1398) Expected 1 space before "=>"; 0 found
(#1398) Expected 1 space after "=>"; 0 found
(#1398) Expected 1 space after "as"; 0 found
(#1399) Line indented incorrectly; expected at least 152 spaces, found 0
(#1399) Expected 1 space before "=>"; 0 found
(#1399) Expected 1 space after "=>"; 0 found
(#1399) Variable "Tc" must be all lower-case
(#1399) Expected "if (...) {\n"; found "if(...){"
(#1399) Expected "foreach (...) {\n"; found "foreach(...){"
(#1399) Expected 1 space before "=>"; 0 found
(#1399) Expected 1 space after "=>"; 0 found
(#1399) Expected 1 space after "as"; 0 found
(#1399) Variable "Tc" must be all lower-case
(#1400) Line indented incorrectly; expected at least 160 spaces, found 0
(#1400) Expected 1 space before "=>"; 0 found
(#1400) Expected 1 space after "=>"; 0 found
(#1400) Variable "X" must be all lower-case
(#1400) Inline control structures are not allowed
(#1400) Commas (,) must be followed by white space.
(#1400) Variable "J" must be all lower-case
(#1400) Expected 1 space before ".="; 0 found
(#1400) Expected 1 space after ".="; 0 found
(#1400) Variable "X" must be all lower-case
(#1400) Closing brace must be on a line by itself
(#1400) Inline control structures are not allowed
(#1400) Commas (,) must be followed by white space.
(#1400) Variable "J" must be all lower-case
(#1400) Expected 1 space before ".="; 0 found
(#1400) Expected 1 space after ".="; 0 found
(#1400) Closing brace must be on a line by itself
(#1400) Closing brace must be on a line by itself
(#1400) Inline control structures are not allowed
(#1400) Variable "J" must be all lower-case
(#1400) Expected 1 space before "="; 0 found
(#1400) Expected 1 space after "="; 0 found
(#1400) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1400) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1400) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1400) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1400) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1400) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1400) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1400) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1401) Line indented incorrectly; expected at least 148 spaces, found 0
(#1401) Commas (,) must be followed by white space.
(#1401) Variable "J" must be all lower-case
(#1401) Closing brace must be on a line by itself
(#1401) method name "Adminer::editInput" must be in lower-case letters only
(#1401) Visibility must be declared on method "editInput"
(#1402) Line indented incorrectly; expected at least 148 spaces, found 0
(#1402) Variable "Q" must be all lower-case
(#1402) Commas (,) must be followed by white space.
(#1402) Commas (,) must be followed by white space.
(#1402) Variable "Ja" must be all lower-case
(#1402) Commas (,) must be followed by white space.
(#1402) Variable "Y" must be all lower-case
(#1402) Expected 1 space after closing parenthesis; found 0
(#1402) Opening brace must be the last content on the line
(#1402) Inline control structures are not allowed
(#1402) Expected 1 space before "=="; 0 found
(#1402) Expected 1 space after "=="; 0 found
(#1402) Expected 1 space before "?"; 0 found
(#1402) Expected 1 space after "?"; 0 found
(#1402) Variable "Ja" must be all lower-case
(#1402) Expected 1 space before ":"; 0 found
(#1402) Expected 1 space after ":"; 0 found
(#1402) Expected 1 space before "?"; 0 found
(#1402) Expected 1 space after "?"; 0 found
(#1402) Variable "Ja" must be all lower-case
(#1402) Variable "Y" must be all lower-case
(#1402) Expected 1 space before "!=="; 0 found
(#1402) Expected 1 space after "!=="; 0 found
(#1402) Expected 1 space before "?"; 0 found
(#1402) Expected 1 space after "?"; 0 found
(#1402) Expected 1 space before ":"; 0 found
(#1402) Expected 1 space after ":"; 0 found
(#1402) Expected 1 space before ":"; 0 found
(#1402) Expected 1 space after ":"; 0 found
(#1402) Commas (,) must be followed by white space.
(#1402) Variable "Ja" must be all lower-case
(#1402) Commas (,) must be followed by white space.
(#1402) Commas (,) must be followed by white space.
(#1402) Variable "Y" must be all lower-case
(#1402) Commas (,) must be followed by white space.
(#1402) Closing brace must be on a line by itself
(#1402) Line exceeds maximum limit of 180 characters; contains 340 characters
(#1402) method name "Adminer::processInput" must be in lower-case letters only
(#1402) Visibility must be declared on method "processInput"
(#1402) Line exceeds maximum limit of 180 characters; contains 340 characters
(#1402) Line exceeds maximum limit of 180 characters; contains 340 characters
(#1402) Line exceeds maximum limit of 180 characters; contains 340 characters
(#1402) Line exceeds maximum limit of 180 characters; contains 340 characters
(#1402) Line exceeds maximum limit of 180 characters; contains 340 characters
(#1402) Line exceeds maximum limit of 180 characters; contains 340 characters
(#1402) Line exceeds maximum limit of 180 characters; contains 340 characters
(#1403) Line indented incorrectly; expected at least 148 spaces, found 0
(#1403) Commas (,) must be followed by white space.
(#1403) Variable "Y" must be all lower-case
(#1403) Commas (,) must be followed by white space.
(#1403) Expected 1 space after closing parenthesis; found 0
(#1403) Opening brace must be the last content on the line
(#1403) Inline control structures are not allowed
(#1403) Expected 1 space before "=="; 0 found
(#1403) Expected 1 space after "=="; 0 found
(#1403) Variable "Y" must be all lower-case
(#1403) Variable "C" must be all lower-case
(#1403) Expected 1 space before "="; 0 found
(#1403) Expected 1 space after "="; 0 found
(#1403) Variable "J" must be all lower-case
(#1403) Expected 1 space before "="; 0 found
(#1403) Expected 1 space after "="; 0 found
(#1403) Variable "Y" must be all lower-case
(#1403) Inline control structures are not allowed
(#1403) Commas (,) must be followed by white space.
(#1403) Variable "J" must be all lower-case
(#1403) Expected 1 space before "="; 0 found
(#1403) Expected 1 space after "="; 0 found
(#1403) Inline control structures are not allowed
(#1403) Usage of ELSEIF not allowed; use ELSE IF instead
(#1403) Commas (,) must be followed by white space.
(#1403) Variable "J" must be all lower-case
(#1403) Expected 1 space before "="; 0 found
(#1403) Expected 1 space after "="; 0 found
(#1403) Inline control structures are not allowed
(#1403) Usage of ELSEIF not allowed; use ELSE IF instead
(#1403) Commas (,) must be followed by white space.
(#1403) Variable "J" must be all lower-case
(#1403) Expected 1 space before "="; 0 found
(#1403) Expected 1 space after "="; 0 found
(#1403) Variable "C" must be all lower-case
(#1403) Inline control structures are not allowed
(#1403) Usage of ELSEIF not allowed; use ELSE IF instead
(#1403) Commas (,) must be followed by white space.
(#1403) Variable "J" must be all lower-case
(#1403) Expected 1 space before "="; 0 found
(#1403) Expected 1 space after "="; 0 found
(#1403) Variable "C" must be all lower-case
(#1403) Commas (,) must be followed by white space.
(#1403) Variable "Y" must be all lower-case
(#1403) Expected 1 space before "?"; 0 found
(#1403) Expected 1 space after "?"; 0 found
(#1403) Variable "Y" must be all lower-case
(#1403) Expected 1 space before ":"; 0 found
(#1403) Expected 1 space after ":"; 0 found
(#1403) Variable "J" must be all lower-case
(#1403) Inline control structures are not allowed
(#1403) Usage of ELSEIF not allowed; use ELSE IF instead
(#1403) Commas (,) must be followed by white space.
(#1403) Variable "J" must be all lower-case
(#1403) Expected 1 space before "="; 0 found
(#1403) Expected 1 space after "="; 0 found
(#1403) Variable "C" must be all lower-case
(#1403) Variable "J" must be all lower-case
(#1403) Inline control structures are not allowed
(#1403) Usage of ELSEIF not allowed; use ELSE IF instead
(#1403) Commas (,) must be followed by white space.
(#1403) Variable "J" must be all lower-case
(#1403) Expected 1 space before "="; 0 found
(#1403) Expected 1 space after "="; 0 found
(#1403) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1403) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1403) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1403) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1403) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1403) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1403) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1403) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1404) Line indented incorrectly; expected at least 152 spaces, found 0
(#1404) Commas (,) must be followed by white space.
(#1404) Variable "J" must be all lower-case
(#1404) Closing brace must be on a line by itself
(#1404) method name "Adminer::dumpOutput" must be in lower-case letters only
(#1404) Visibility must be declared on method "dumpOutput"
(#1405) Line indented incorrectly; expected at least 148 spaces, found 0
(#1405) Expected 1 space after closing parenthesis; found 0
(#1405) Opening brace must be the last content on the line
(#1405) Variable "J" must be all lower-case
(#1405) Expected 1 space before "="; 0 found
(#1405) Expected 1 space after "="; 0 found
(#1405) Expected 1 space before "=>"; 0 found
(#1405) Expected 1 space after "=>"; 0 found
(#1405) Commas (,) must be followed by white space.
(#1405) Expected 1 space before "=>"; 0 found
(#1405) Expected 1 space after "=>"; 0 found
(#1405) Inline control structures are not allowed
(#1405) Variable "J" must be all lower-case
(#1405) Expected 1 space before "="; 0 found
(#1405) Expected 1 space after "="; 0 found
(#1405) Variable "J" must be all lower-case
(#1405) Closing brace must be on a line by itself
(#1405) method name "Adminer::dumpFormat" must be in lower-case letters only
(#1405) Visibility must be declared on method "dumpFormat"
(#1406) Line indented incorrectly; expected at least 148 spaces, found 0
(#1406) Expected 1 space after closing parenthesis; found 0
(#1406) Opening brace must be the last content on the line
(#1407) Line indented incorrectly; expected at least 152 spaces, found 0
(#1407) Expected 1 space before "=>"; 0 found
(#1407) Expected 1 space after "=>"; 0 found
(#1407) Commas (,) must be followed by white space.
(#1407) Expected 1 space before "=>"; 0 found
(#1407) Expected 1 space after "=>"; 0 found
(#1407) Commas (,) must be followed by white space.
(#1407) Expected 1 space before "=>"; 0 found
(#1407) Expected 1 space after "=>"; 0 found
(#1407) Commas (,) must be followed by white space.
(#1407) Expected 1 space before "=>"; 0 found
(#1407) Expected 1 space after "=>"; 0 found
(#1407) Closing brace must be on a line by itself
(#1407) method name "Adminer::dumpDatabase" must be in lower-case letters only
(#1407) Visibility must be declared on method "dumpDatabase"
(#1408) Line indented incorrectly; expected at least 148 spaces, found 0
(#1408) Closing brace must be on a line by itself
(#1408) method name "Adminer::dumpTable" must be in lower-case letters only
(#1408) Visibility must be declared on method "dumpTable"
(#1409) Line indented incorrectly; expected at least 148 spaces, found 0
(#1409) Variable "Q" must be all lower-case
(#1409) Commas (,) must be followed by white space.
(#1409) Variable "Ng" must be all lower-case
(#1409) Commas (,) must be followed by white space.
(#1409) Variable "Cd" must be all lower-case
(#1409) Expected 1 space after closing parenthesis; found 0
(#1409) Opening brace must be the last content on the line
(#1409) Expected "if (...) {\n"; found "if(...){"
(#1409) Expected 1 space before "!="; 0 found
(#1409) Expected 1 space after "!="; 0 found
(#1409) Inline control structures are not allowed
(#1409) Variable "Ng" must be all lower-case
(#1409) Variable "Q" must be all lower-case
(#1409) Closing brace must be on a line by itself
(#1409) Expected "} else {\n"; found "}else{"
(#1409) Expected "if (...) {\n"; found "if(...){"
(#1409) Variable "Cd" must be all lower-case
(#1409) Expected 1 space before "=="; 0 found
(#1409) Expected 1 space after "=="; 0 found
(#1409) Expected 1 space before "="; 0 found
(#1409) Expected 1 space after "="; 0 found
(#1409) Inline control structures are not allowed
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Expected 1 space before "as"; 0 found
(#1409) Expected 1 space after "as"; 0 found
(#1409) Variable "Q" must be all lower-case
(#1409) Variable "C" must be all lower-case
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Expected 1 space before "="; 0 found
(#1409) Expected 1 space after "="; 0 found
(#1409) Variable "C" must be all lower-case
(#1409) Expected 1 space before "="; 0 found
(#1409) Expected 1 space after "="; 0 found
(#1409) Variable "Q" must be all lower-case
(#1409) Commas (,) must be followed by white space.
(#1409) Closing brace must be on a line by itself
(#1409) Inline control structures are not allowed
(#1409) Expected 1 space before "="; 0 found
(#1409) Expected 1 space after "="; 0 found
(#1409) Variable "Q" must be all lower-case
(#1409) Commas (,) must be followed by white space.
(#1409) Expected "if (...) {\n"; found "if(...){"
(#1409) Variable "Ng" must be all lower-case
(#1409) Inline control structures are not allowed
(#1409) Variable "Ng" must be all lower-case
(#1409) Expected 1 space before "=="; 0 found
(#1409) Expected 1 space after "=="; 0 found
(#1409) Variable "Cd" must be all lower-case
(#1409) Expected 1 space before "=="; 0 found
(#1409) Expected 1 space after "=="; 0 found
(#1409) Variable "Cd" must be all lower-case
(#1409) Expected 1 space before "=="; 0 found
(#1409) Expected 1 space after "=="; 0 found
(#1409) Expected 1 space before "?"; 0 found
(#1409) Expected 1 space after "?"; 0 found
(#1409) Expected 1 space before ":"; 0 found
(#1409) Expected 1 space after ":"; 0 found
(#1409) Variable "Q" must be all lower-case
(#1409) Inline control structures are not allowed
(#1409) Variable "Cd" must be all lower-case
(#1409) Expected 1 space before "=="; 0 found
(#1409) Expected 1 space after "=="; 0 found
(#1409) Expected 1 space before "="; 0 found
(#1409) Expected 1 space after "="; 0 found
(#1409) Closing brace must be on a line by itself
(#1409) Closing brace must be on a line by itself
(#1409) Closing brace must be on a line by itself
(#1409) Line exceeds maximum limit of 180 characters; contains 487 characters
(#1409) method name "Adminer::dumpData" must be in lower-case letters only
(#1409) Visibility must be declared on method "dumpData"
(#1409) Line exceeds maximum limit of 180 characters; contains 487 characters
(#1409) Line exceeds maximum limit of 180 characters; contains 487 characters
(#1409) Line exceeds maximum limit of 180 characters; contains 487 characters
(#1409) Line exceeds maximum limit of 180 characters; contains 487 characters
(#1409) Line exceeds maximum limit of 180 characters; contains 487 characters
(#1409) Line exceeds maximum limit of 180 characters; contains 487 characters
(#1409) Line exceeds maximum limit of 180 characters; contains 487 characters
(#1410) Line indented incorrectly; expected at least 148 spaces, found 0
(#1410) Variable "Q" must be all lower-case
(#1410) Commas (,) must be followed by white space.
(#1410) Variable "Ng" must be all lower-case
(#1410) Commas (,) must be followed by white space.
(#1410) Variable "H" must be all lower-case
(#1410) Expected 1 space after closing parenthesis; found 0
(#1410) Opening brace must be the last content on the line
(#1410) Commas (,) must be followed by white space.
(#1410) Expected 1 space before "="; 0 found
(#1410) Expected 1 space after "="; 0 found
(#1410) Expected 1 space before "=="; 0 found
(#1410) Expected 1 space after "=="; 0 found
(#1410) Expected 1 space before "?"; 0 found
(#1410) Expected 1 space after "?"; 0 found
(#1410) Expected 1 space before ":"; 0 found
(#1410) Expected 1 space after ":"; 0 found
(#1410) Expected "if (...) {\n"; found "if(...){"
(#1410) Variable "Ng" must be all lower-case
(#1410) Expected "if (...) {\n"; found "if(...){"
(#1410) Expected 1 space before "=="; 0 found
(#1410) Expected 1 space after "=="; 0 found
(#1410) Inline control structures are not allowed
(#1410) Variable "Ng" must be all lower-case
(#1410) Expected 1 space before "=="; 0 found
(#1410) Expected 1 space after "=="; 0 found
(#1411) Line indented incorrectly; expected at least 160 spaces, found 0
(#1411) Variable "Q" must be all lower-case
(#1411) Expected 1 space before "="; 0 found
(#1411) Expected 1 space after "="; 0 found
(#1411) Variable "Q" must be all lower-case
(#1411) Closing brace must be on a line by itself
(#1411) Variable "I" must be all lower-case
(#1411) Expected 1 space before "="; 0 found
(#1411) Expected 1 space after "="; 0 found
(#1411) Variable "H" must be all lower-case
(#1411) Commas (,) must be followed by white space.
(#1411) Expected "if (...) {\n"; found "if(...){"
(#1411) Variable "I" must be all lower-case
(#1411) Expected 1 space before "="; 0 found
(#1411) Expected 1 space after "="; 0 found
(#1411) Variable "Xa" must be all lower-case
(#1411) Expected 1 space before "="; 0 found
(#1411) Expected 1 space after "="; 0 found
(#1411) Variable "Jd" must be all lower-case
(#1411) Expected 1 space before "="; 0 found
(#1411) Expected 1 space after "="; 0 found
(#1411) Variable "Pg" must be all lower-case
(#1411) Expected 1 space before "="; 0 found
(#1411) Expected 1 space after "="; 0 found
(#1411) Variable "Fc" must be all lower-case
(#1411) Expected 1 space before "="; 0 found
(#1411) Expected 1 space after "="; 0 found
(#1411) Variable "Q" must be all lower-case
(#1411) Expected 1 space before "!="; 0 found
(#1411) Expected 1 space after "!="; 0 found
(#1411) Expected 1 space before "?"; 0 found
(#1411) Expected 1 space after "?"; 0 found
(#1411) Expected 1 space before ":"; 0 found
(#1411) Expected 1 space after ":"; 0 found
(#1411) Expected "while (...) {\n"; found "while(...){"
(#1411) Variable "K" must be all lower-case
(#1411) Expected 1 space before "="; 0 found
(#1411) Expected 1 space after "="; 0 found
(#1411) Variable "I" must be all lower-case
(#1411) Variable "Fc" must be all lower-case
(#1411) Expected "if (...) {\n"; found "if(...){"
(#1411) Variable "Jd" must be all lower-case
(#1411) Variable "Uh" must be all lower-case
(#1411) Expected 1 space before "="; 0 found
(#1411) Expected 1 space after "="; 0 found
(#1411) Expected "foreach (...) {\n"; found "foreach(...){"
(#1411) Expected 1 space after "as"; 0 found
(#1411) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1411) Variable "K" must be all lower-case
(#1411) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1411) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1411) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1411) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1411) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1411) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1411) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1412) Line indented incorrectly; expected at least 160 spaces, found 0
(#1412) Variable "X" must be all lower-case
(#1412) Expected 1 space before "="; 0 found
(#1412) Expected 1 space after "="; 0 found
(#1412) Variable "I" must be all lower-case
(#1412) Variable "Jd" must be all lower-case
(#1412) Expected 1 space before "="; 0 found
(#1412) Expected 1 space after "="; 0 found
(#1412) Expected 1 space before "="; 0 found
(#1412) Expected 1 space after "="; 0 found
(#1412) Variable "Uh" must be all lower-case
(#1412) Expected 1 space before "="; 0 found
(#1412) Expected 1 space after "="; 0 found
(#1412) Closing brace must be on a line by itself
(#1412) Variable "Pg" must be all lower-case
(#1412) Expected 1 space before "="; 0 found
(#1412) Expected 1 space after "="; 0 found
(#1412) Variable "Ng" must be all lower-case
(#1412) Expected 1 space before "=="; 0 found
(#1412) Expected 1 space after "=="; 0 found
(#1412) Expected 1 space before "?"; 0 found
(#1412) Expected 1 space after "?"; 0 found
(#1412) Commas (,) must be followed by white space.
(#1412) Variable "Uh" must be all lower-case
(#1412) Expected 1 space before ":"; 0 found
(#1412) Expected 1 space after ":"; 0 found
(#1412) Closing brace must be on a line by itself
(#1412) Expected "if (...) {\n"; found "if(...){"
(#1412) Expected 1 space before "!="; 0 found
(#1412) Expected 1 space after "!="; 0 found
(#1412) Expected "if (...) {\n"; found "if(...){"
(#1412) Variable "Ng" must be all lower-case
(#1412) Expected 1 space before "=="; 0 found
(#1412) Expected 1 space after "=="; 0 found
(#1412) Variable "Jd" must be all lower-case
(#1412) Variable "Ng" must be all lower-case
(#1412) Expected 1 space before "="; 0 found
(#1412) Expected 1 space after "="; 0 found
(#1412) Closing brace must be on a line by itself
(#1412) Variable "K" must be all lower-case
(#1412) Closing brace must be on a line by itself
(#1412) Expected "} else {\n"; found "}else{"
(#1412) Inline control structures are not allowed
(#1412) Expected 1 space before "="; 0 found
(#1412) Expected 1 space after "="; 0 found
(#1412) Variable "Q" must be all lower-case
(#1412) Commas (,) must be followed by white space.
(#1412) Commas (,) must be followed by white space.
(#1412) Variable "Jd" must be all lower-case
(#1412) Expected "foreach (...) {\n"; found "foreach(...){"
(#1412) Expected 1 space before "=>"; 0 found
(#1412) Expected 1 space after "=>"; 0 found
(#1412) Expected 1 space after "as"; 0 found
(#1412) Line exceeds maximum limit of 180 characters; contains 372 characters
(#1412) Variable "K" must be all lower-case
(#1412) Line exceeds maximum limit of 180 characters; contains 372 characters
(#1412) Line exceeds maximum limit of 180 characters; contains 372 characters
(#1412) Line exceeds maximum limit of 180 characters; contains 372 characters
(#1412) Line exceeds maximum limit of 180 characters; contains 372 characters
(#1412) Line exceeds maximum limit of 180 characters; contains 372 characters
(#1412) Line exceeds maximum limit of 180 characters; contains 372 characters
(#1412) Line exceeds maximum limit of 180 characters; contains 372 characters
(#1413) Line indented incorrectly; expected at least 164 spaces, found 0
(#1413) Expected 1 space before "=>"; 0 found
(#1413) Expected 1 space after "=>"; 0 found
(#1413) Variable "X" must be all lower-case
(#1413) Expected 1 space before "="; 0 found
(#1413) Expected 1 space after "="; 0 found
(#1413) Variable "K" must be all lower-case
(#1413) Expected 1 space before "="; 0 found
(#1413) Expected 1 space after "="; 0 found
(#1413) Variable "X" must be all lower-case
(#1413) Expected 1 space before "!=="; 0 found
(#1413) Expected 1 space after "!=="; 0 found
(#1413) Expected 1 space before "?"; 0 found
(#1413) Expected 1 space after "?"; 0 found
(#1413) Commas (,) must be followed by white space.
(#1413) Commas (,) must be followed by white space.
(#1413) Variable "X" must be all lower-case
(#1413) Expected 1 space before "!="; 0 found
(#1413) Expected 1 space after "!="; 0 found
(#1413) Expected 1 space before "?"; 0 found
(#1413) Expected 1 space after "?"; 0 found
(#1413) Variable "X" must be all lower-case
(#1413) Expected 1 space before ":"; 0 found
(#1413) Expected 1 space after ":"; 0 found
(#1413) Variable "X" must be all lower-case
(#1413) Expected 1 space before ":"; 0 found
(#1413) Expected 1 space after ":"; 0 found
(#1413) Closing brace must be on a line by itself
(#1413) Expected 1 space before "="; 0 found
(#1413) Expected 1 space after "="; 0 found
(#1413) Expected 1 space before "?"; 0 found
(#1413) Expected 1 space after "?"; 0 found
(#1413) Expected 1 space before ":"; 0 found
(#1413) Expected 1 space after ":"; 0 found
(#1413) Commas (,) must be followed by white space.
(#1413) Variable "K" must be all lower-case
(#1413) Inline control structures are not allowed
(#1413) Variable "Xa" must be all lower-case
(#1413) Variable "Xa" must be all lower-case
(#1413) Expected 1 space before "="; 0 found
(#1413) Expected 1 space after "="; 0 found
(#1413) Inline control structures are not allowed
(#1413) Usage of ELSEIF not allowed; use ELSE IF instead
(#1413) Variable "Xa" must be all lower-case
(#1413) Expected 1 space before "+"; 0 found
(#1413) Expected 1 space after "+"; 0 found
(#1413) Expected 1 space before "+"; 0 found
(#1413) Expected 1 space after "+"; 0 found
(#1413) Expected 1 space before "+"; 0 found
(#1413) Expected 1 space after "+"; 0 found
(#1413) Variable "Pg" must be all lower-case
(#1413) Expected 1 space before "<"; 0 found
(#1413) Expected 1 space after "<"; 0 found
(#1413) Variable "Xa" must be all lower-case
(#1413) Expected 1 space before ".="; 0 found
(#1413) Expected 1 space after ".="; 0 found
(#1413) Variable "Xa" must be all lower-case
(#1413) Variable "Pg" must be all lower-case
(#1413) Variable "Xa" must be all lower-case
(#1413) Expected 1 space before "="; 0 found
(#1413) Expected 1 space after "="; 0 found
(#1413) Closing brace must be on a line by itself
(#1413) Closing brace must be on a line by itself
(#1413) Closing brace must be on a line by itself
(#1413) Inline control structures are not allowed
(#1413) Variable "Xa" must be all lower-case
(#1413) Variable "Xa" must be all lower-case
(#1413) Variable "Pg" must be all lower-case
(#1413) Closing brace must be on a line by itself
(#1413) Inline control structures are not allowed
(#1413) Usage of ELSEIF not allowed; use ELSE IF instead
(#1413) Expected 1 space before "=="; 0 found
(#1413) Expected 1 space after "=="; 0 found
(#1413) Commas (,) must be followed by white space.
(#1413) Commas (,) must be followed by white space.
(#1413) Closing brace must be on a line by itself
(#1413) Closing brace must be on a line by itself
(#1413) Line exceeds maximum limit of 180 characters; contains 410 characters
(#1413) method name "Adminer::dumpFilename" must be in lower-case letters only
(#1413) Visibility must be declared on method "dumpFilename"
(#1413) Line exceeds maximum limit of 180 characters; contains 410 characters
(#1413) Line exceeds maximum limit of 180 characters; contains 410 characters
(#1413) Line exceeds maximum limit of 180 characters; contains 410 characters
(#1413) Line exceeds maximum limit of 180 characters; contains 410 characters
(#1413) Line exceeds maximum limit of 180 characters; contains 410 characters
(#1413) Line exceeds maximum limit of 180 characters; contains 410 characters
(#1413) Line exceeds maximum limit of 180 characters; contains 410 characters
(#1414) Line indented incorrectly; expected at least 148 spaces, found 0
(#1414) Expected 1 space after closing parenthesis; found 0
(#1414) Opening brace must be the last content on the line
(#1415) Line indented incorrectly; expected at least 152 spaces, found 0
(#1415) Expected 1 space before "!="; 0 found
(#1415) Expected 1 space after "!="; 0 found
(#1415) Expected 1 space before "?"; 0 found
(#1415) Expected 1 space after "?"; 0 found
(#1415) Expected 1 space before ":"; 0 found
(#1415) Expected 1 space after ":"; 0 found
(#1415) Expected 1 space before "!="; 0 found
(#1415) Expected 1 space after "!="; 0 found
(#1415) Expected 1 space before "?"; 0 found
(#1415) Expected 1 space after "?"; 0 found
(#1415) Expected 1 space before ":"; 0 found
(#1415) Expected 1 space after ":"; 0 found
(#1415) Closing brace must be on a line by itself
(#1415) method name "Adminer::dumpHeaders" must be in lower-case letters only
(#1415) Visibility must be declared on method "dumpHeaders"
(#1416) Line indented incorrectly; expected at least 164 spaces, found 0
(#1416) Commas (,) must be followed by white space.
(#1416) Expected 1 space after closing parenthesis; found 0
(#1416) Opening brace must be the last content on the line
(#1416) Expected 1 space before "="; 0 found
(#1416) Expected 1 space after "="; 0 found
(#1416) Variable "_c" must not contain underscores.
(#1416) Expected 1 space before "="; 0 found
(#1416) Expected 1 space after "="; 0 found
(#1416) Commas (,) must be followed by white space.
(#1416) Expected 1 space before "?"; 0 found
(#1416) Expected 1 space after "?"; 0 found
(#1416) Expected 1 space before ":"; 0 found
(#1416) Expected 1 space after ":"; 0 found
(#1416) Expected 1 space before "?"; 0 found
(#1416) Expected 1 space after "?"; 0 found
(#1416) Expected 1 space before ":"; 0 found
(#1416) Expected 1 space after ":"; 0 found
(#1416) Expected 1 space before "=="; 0 found
(#1416) Expected 1 space after "=="; 0 found
(#1416) Expected 1 space before "?"; 0 found
(#1416) Expected 1 space after "?"; 0 found
(#1416) Expected 1 space before ":"; 0 found
(#1416) Expected 1 space after ":"; 0 found
(#1416) Variable "_c" must not contain underscores.
(#1416) Expected 1 space before "=="; 0 found
(#1416) Expected 1 space after "=="; 0 found
(#1416) Expected 1 space before "?"; 0 found
(#1416) Expected 1 space after "?"; 0 found
(#1416) Expected 1 space before ":"; 0 found
(#1416) Expected 1 space after ":"; 0 found
(#1416) Variable "_c" must not contain underscores.
(#1416) Expected 1 space before "=="; 0 found
(#1416) Expected 1 space after "=="; 0 found
(#1416) Expected 1 space before "!="; 0 found
(#1416) Expected 1 space after "!="; 0 found
(#1416) Expected 1 space before "?"; 0 found
(#1416) Expected 1 space after "?"; 0 found
(#1416) Expected 1 space before ":"; 0 found
(#1416) Expected 1 space after ":"; 0 found
(#1416) Inline control structures are not allowed
(#1416) Expected 1 space before "=="; 0 found
(#1416) Expected 1 space after "=="; 0 found
(#1416) Commas (,) must be followed by white space.
(#1416) Variable "_c" must not contain underscores.
(#1416) Closing brace must be on a line by itself
(#1416) Line exceeds maximum limit of 180 characters; contains 334 characters
(#1416) Visibility must be declared on method "homepage"
(#1416) Line exceeds maximum limit of 180 characters; contains 334 characters
(#1416) Line exceeds maximum limit of 180 characters; contains 334 characters
(#1416) Line exceeds maximum limit of 180 characters; contains 334 characters
(#1416) Line exceeds maximum limit of 180 characters; contains 334 characters
(#1416) Line exceeds maximum limit of 180 characters; contains 334 characters
(#1416) Line exceeds maximum limit of 180 characters; contains 334 characters
(#1416) Line exceeds maximum limit of 180 characters; contains 334 characters
(#1417) Line indented incorrectly; expected at least 164 spaces, found 0
(#1417) Expected 1 space after closing parenthesis; found 0
(#1417) Opening brace must be the last content on the line
(#1417) Expected 1 space before "=="; 0 found
(#1417) Expected 1 space after "=="; 0 found
(#1417) Expected 1 space before "?"; 0 found
(#1417) Expected 1 space after "?"; 0 found
(#1417) Expected 1 space before ":"; 0 found
(#1417) Expected 1 space after ":"; 0 found
(#1417) Commas (,) must be followed by white space.
(#1417) Expected 1 space before "?"; 0 found
(#1417) Expected 1 space after "?"; 0 found
(#1417) Expected 1 space before "!="; 0 found
(#1417) Expected 1 space after "!="; 0 found
(#1417) Expected 1 space before "?"; 0 found
(#1417) Expected 1 space after "?"; 0 found
(#1417) Expected 1 space before ":"; 0 found
(#1417) Expected 1 space after ":"; 0 found
(#1417) Expected 1 space before ":"; 0 found
(#1417) Expected 1 space after ":"; 0 found
(#1417) Commas (,) must be followed by white space.
(#1417) Expected 1 space before "!=="; 0 found
(#1417) Expected 1 space after "!=="; 0 found
(#1417) Expected 1 space before "?"; 0 found
(#1417) Expected 1 space after "?"; 0 found
(#1417) Expected 1 space before ":"; 0 found
(#1417) Expected 1 space after ":"; 0 found
(#1417) Commas (,) must be followed by white space.
(#1417) Expected 1 space before "?"; 0 found
(#1417) Expected 1 space after "?"; 0 found
(#1417) Expected 1 space before ":"; 0 found
(#1417) Expected 1 space after ":"; 0 found
(#1417) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1417) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1417) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1417) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1417) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1417) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1417) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1417) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1418) Line indented incorrectly; expected at least 168 spaces, found 0
(#1418) Closing brace must be on a line by itself
(#1418) Visibility must be declared on method "navigation"
(#1419) Line indented incorrectly; expected at least 164 spaces, found 0
(#1419) Expected 1 space after closing parenthesis; found 0
(#1419) Opening brace must be the last content on the line
(#1419) Commas (,) must be followed by white space.
(#1419) Commas (,) must be followed by white space.
(#1419) Variable "Wb" must be all lower-case
(#1419) Commas (,) must be followed by white space.
(#1420) Commas (,) must be followed by white space.
(#1420) Commas (,) must be followed by white space.
(#1420) Commas (,) must be followed by white space.
(#1420) Commas (,) must be followed by white space.
(#1421) Commas (,) must be followed by white space.
(#1421) Commas (,) must be followed by white space.
(#1421) Expected 1 space before "<"; 0 found
(#1421) Expected 1 space after "<"; 0 found
(#1421) Expected 1 space before "?"; 0 found
(#1421) Expected 1 space after "?"; 0 found
(#1421) Expected 1 space before ":"; 0 found
(#1421) Expected 1 space after ":"; 0 found
(#1421) Commas (,) must be followed by white space.
(#1421) Line exceeds 132 characters; contains 167 characters
(#1421) Line exceeds 132 characters; contains 167 characters
(#1421) Line exceeds 132 characters; contains 167 characters
(#1421) Line exceeds 132 characters; contains 167 characters
(#1421) Line exceeds 132 characters; contains 167 characters
(#1421) Line exceeds 132 characters; contains 167 characters
(#1421) Line exceeds 132 characters; contains 167 characters
(#1421) Line exceeds 132 characters; contains 167 characters
(#1423) Expected "if (...) {\n"; found "if(...){"
(#1423) Expected 1 space before "=="; 0 found
(#1423) Expected 1 space after "=="; 0 found
(#1423) Variable "Jc" must be all lower-case
(#1423) Expected 1 space before "="; 0 found
(#1423) Expected 1 space after "="; 0 found
(#1423) Expected "foreach (...) {\n"; found "foreach(...){"
(#1423) Expected 1 space before "=>"; 0 found
(#1423) Expected 1 space after "=>"; 0 found
(#1423) Expected 1 space before "as"; 0 found
(#1423) Expected 1 space after "as"; 0 found
(#1423) Variable "Wh" must be all lower-case
(#1423) Expected 1 space before "=>"; 0 found
(#1423) Expected 1 space after "=>"; 0 found
(#1423) Expected "foreach (...) {\n"; found "foreach(...){"
(#1423) Expected 1 space before "=>"; 0 found
(#1423) Expected 1 space after "=>"; 0 found
(#1423) Expected 1 space after "as"; 0 found
(#1424) Line indented incorrectly; expected at least 176 spaces, found 0
(#1424) Variable "N" must be all lower-case
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Variable "Rh" must be all lower-case
(#1424) Expected "foreach (...) {\n"; found "foreach(...){"
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Expected 1 space after "as"; 0 found
(#1424) Variable "Rh" must be all lower-case
(#1425) Line indented incorrectly; expected at least 180 spaces, found 0
(#1425) Variable "V" must be all lower-case
(#1425) Expected 1 space before "=>"; 0 found
(#1425) Expected 1 space after "=>"; 0 found
(#1425) Variable "G" must be all lower-case
(#1425) Expected "if (...) {\n"; found "if(...){"
(#1425) Variable "G" must be all lower-case
(#1425) Expected 1 space before "!=="; 0 found
(#1425) Expected 1 space after "!=="; 0 found
(#1425) Expected "if (...) {\n"; found "if(...){"
(#1425) Variable "Jc" must be all lower-case
(#1425) Variable "Jc" must be all lower-case
(#1425) Expected 1 space before "="; 0 found
(#1425) Expected 1 space after "="; 0 found
(#1425) Closing brace must be on a line by itself
(#1425) Variable "Ib" must be all lower-case
(#1425) Expected 1 space before "="; 0 found
(#1425) Expected 1 space after "="; 0 found
(#1425) Variable "Wh" must be all lower-case
(#1425) Variable "N" must be all lower-case
(#1425) Variable "V" must be all lower-case
(#1425) Inline control structures are not allowed
(#1425) Expected 1 space before "as"; 0 found
(#1425) Expected 1 space after "as"; 0 found
(#1425) Variable "Ib" must be all lower-case
(#1425) Expected 1 space before "?"; 0 found
(#1425) Expected 1 space after "?"; 0 found
(#1425) Variable "Ib" must be all lower-case
(#1425) Expected 1 space before ":"; 0 found
(#1425) Expected 1 space after ":"; 0 found
(#1425) Variable "Wh" must be all lower-case
(#1425) Commas (,) must be followed by white space.
(#1425) Variable "N" must be all lower-case
(#1425) Commas (,) must be followed by white space.
(#1425) Variable "V" must be all lower-case
(#1425) Commas (,) must be followed by white space.
(#1425) Variable "Wb" must be all lower-case
(#1425) Variable "V" must be all lower-case
(#1425) Variable "N" must be all lower-case
(#1425) Expected 1 space before "!="; 0 found
(#1425) Expected 1 space after "!="; 0 found
(#1425) Expected 1 space before "?"; 0 found
(#1425) Expected 1 space after "?"; 0 found
(#1425) Variable "N" must be all lower-case
(#1425) Expected 1 space before ":"; 0 found
(#1425) Expected 1 space after ":"; 0 found
(#1425) Expected 1 space before "!="; 0 found
(#1425) Expected 1 space after "!="; 0 found
(#1425) Expected 1 space before "?"; 0 found
(#1425) Expected 1 space after "?"; 0 found
(#1425) Expected 1 space before ":"; 0 found
(#1425) Expected 1 space after ":"; 0 found
(#1425) Closing brace must be on a line by itself
(#1425) Closing brace must be on a line by itself
(#1425) Closing brace must be on a line by itself
(#1425) Closing brace must be on a line by itself
(#1425) Closing brace must be on a line by itself
(#1425) Expected "} else {\n"; found "}else{"
(#1425) Expected "if (...) {\n"; found "if(...){"
(#1425) Expected 1 space before "!=="; 0 found
(#1425) Expected 1 space after "!=="; 0 found
(#1425) Expected 1 space before "!="; 0 found
(#1425) Expected 1 space after "!="; 0 found
(#1425) Variable "S" must be all lower-case
(#1425) Expected 1 space before "="; 0 found
(#1425) Expected 1 space after "="; 0 found
(#1425) Commas (,) must be followed by white space.
(#1425) Closing brace must be on a line by itself
(#1425) Expected "if (...) {\n"; found "if(...){"
(#1425) Commas (,) must be followed by white space.
(#1425) Commas (,) must be followed by white space.
(#1425) Commas (,) must be followed by white space.
(#1425) Commas (,) must be followed by white space.
(#1425) Line exceeds maximum limit of 180 characters; contains 558 characters
(#1425) Line exceeds maximum limit of 180 characters; contains 558 characters
(#1425) Line exceeds maximum limit of 180 characters; contains 558 characters
(#1425) Line exceeds maximum limit of 180 characters; contains 558 characters
(#1425) Line exceeds maximum limit of 180 characters; contains 558 characters
(#1425) Line exceeds maximum limit of 180 characters; contains 558 characters
(#1425) Line exceeds maximum limit of 180 characters; contains 558 characters
(#1425) Line exceeds maximum limit of 180 characters; contains 558 characters
(#1427) Expected "if (...) {\n"; found "if(...){"
(#1427) Variable "S" must be all lower-case
(#1427) Variable "Zd" must be all lower-case
(#1427) Expected 1 space before "="; 0 found
(#1427) Expected 1 space after "="; 0 found
(#1427) Inline control structures are not allowed
(#1427) Expected 1 space before "=>"; 0 found
(#1427) Expected 1 space after "=>"; 0 found
(#1427) Expected 1 space after "as"; 0 found
(#1427) Variable "S" must be all lower-case
(#1428) Line indented incorrectly; expected at least 12 spaces, found 0
(#1428) Variable "Q" must be all lower-case
(#1428) Expected 1 space before "=>"; 0 found
(#1428) Expected 1 space after "=>"; 0 found
(#1428) Variable "U" must be all lower-case
(#1428) Variable "Zd" must be all lower-case
(#1428) Expected 1 space before "="; 0 found
(#1428) Expected 1 space after "="; 0 found
(#1428) Variable "Q" must be all lower-case
(#1428) Commas (,) must be followed by white space.
(#1428) Expected 1 space before "?"; 0 found
(#1428) Expected 1 space after "?"; 0 found
(#1428) Expected 1 space before ":"; 0 found
(#1428) Expected 1 space after ":"; 0 found
(#1428) Commas (,) must be followed by white space.
(#1428) Variable "Zd" must be all lower-case
(#1428) Inline control structures are not allowed
(#1428) Expected 1 space before "as"; 0 found
(#1428) Expected 1 space after "as"; 0 found
(#1428) Commas (,) must be followed by white space.
(#1428) Commas (,) must be followed by white space.
(#1428) Commas (,) must be followed by white space.
(#1428) Variable "X" must be all lower-case
(#1428) Variable "X" must be all lower-case
(#1428) Closing brace must be on a line by itself
(#1428) Commas (,) must be followed by white space.
(#1428) Expected 1 space before "?"; 0 found
(#1428) Expected 1 space after "?"; 0 found
(#1428) Commas (,) must be followed by white space.
(#1428) Commas (,) must be followed by white space.
(#1428) Expected 1 space before ":"; 0 found
(#1428) Expected 1 space after ":"; 0 found
(#1428) Commas (,) must be followed by white space.
(#1428) Line exceeds maximum limit of 180 characters; contains 329 characters
(#1428) Line exceeds maximum limit of 180 characters; contains 329 characters
(#1428) Line exceeds maximum limit of 180 characters; contains 329 characters
(#1428) Line exceeds maximum limit of 180 characters; contains 329 characters
(#1428) Line exceeds maximum limit of 180 characters; contains 329 characters
(#1428) Line exceeds maximum limit of 180 characters; contains 329 characters
(#1428) Line exceeds maximum limit of 180 characters; contains 329 characters
(#1428) Line exceeds maximum limit of 180 characters; contains 329 characters
(#1430) Closing brace must be on a line by itself
(#1430) Expected "if (...) {\n"; found "if(...){"
(#1430) Expected 1 space before "=="; 0 found
(#1430) Expected 1 space after "=="; 0 found
(#1430) Expected 1 space before "?"; 0 found
(#1430) Expected 1 space after "?"; 0 found
(#1430) Expected 1 space before ":"; 0 found
(#1430) Expected 1 space after ":"; 0 found
(#1430) Inline control structures are not allowed
(#1430) Expected 1 space before "?"; 0 found
(#1430) Expected 1 space after "?"; 0 found
(#1430) Expected 1 space before ":"; 0 found
(#1430) Expected 1 space after ":"; 0 found
(#1430) Closing brace must be on a line by itself
(#1430) Expected "if (...) {\n"; found "if(...){"
(#1430) Expected 1 space before "!=="; 0 found
(#1430) Expected 1 space after "!=="; 0 found
(#1430) Expected 1 space before "!="; 0 found
(#1430) Expected 1 space after "!="; 0 found
(#1430) Expected 1 space before "==="; 0 found
(#1430) Expected 1 space after "==="; 0 found
(#1430) Inline control structures are not allowed
(#1430) Variable "S" must be all lower-case
(#1430) Inline control structures are not allowed
(#1430) Variable "S" must be all lower-case
(#1430) Closing brace must be on a line by itself
(#1430) Closing brace must be on a line by itself
(#1430) Closing brace must be on a line by itself
(#1430) Line exceeds maximum limit of 180 characters; contains 648 characters
(#1430) method name "Adminer::databasesPrint" must be in lower-case letters only
(#1430) Visibility must be declared on method "databasesPrint"
(#1430) Line exceeds maximum limit of 180 characters; contains 648 characters
(#1430) Line exceeds maximum limit of 180 characters; contains 648 characters
(#1430) Line exceeds maximum limit of 180 characters; contains 648 characters
(#1430) Line exceeds maximum limit of 180 characters; contains 648 characters
(#1430) Line exceeds maximum limit of 180 characters; contains 648 characters
(#1430) Line exceeds maximum limit of 180 characters; contains 648 characters
(#1430) Line exceeds maximum limit of 180 characters; contains 648 characters
(#1431) Line indented incorrectly; expected at least 168 spaces, found 0
(#1431) Expected 1 space after closing parenthesis; found 0
(#1431) Opening brace must be the last content on the line
(#1431) Commas (,) must be followed by white space.
(#1431) Expected 1 space before "="; 0 found
(#1431) Expected 1 space after "="; 0 found
(#1433) Variable "Gb" must be all lower-case
(#1433) Expected 1 space before "="; 0 found
(#1433) Expected 1 space after "="; 0 found
(#1433) Expected 1 space before "?"; 0 found
(#1433) Expected 1 space after "?"; 0 found
(#1433) Variable "Gb" must be all lower-case
(#1433) Expected 1 space before "=>"; 0 found
(#1433) Expected 1 space after "=>"; 0 found
(#1433) Expected 1 space before "+"; 0 found
(#1433) Expected 1 space after "+"; 0 found
(#1433) Commas (,) must be followed by white space.
(#1433) Expected 1 space before ":"; 0 found
(#1433) Expected 1 space after ":"; 0 found
(#1433) Commas (,) must be followed by white space.
(#1433) Expected 1 space before "?"; 0 found
(#1433) Expected 1 space after "?"; 0 found
(#1433) Expected 1 space before ":"; 0 found
(#1433) Expected 1 space after ":"; 0 found
(#1433) Expected "if (...) {\n"; found "if(...){"
(#1433) Expected 1 space before "!="; 0 found
(#1433) Expected 1 space after "!="; 0 found
(#1433) Expected 1 space before "!="; 0 found
(#1433) Expected 1 space after "!="; 0 found
(#1433) Expected "if (...) {\n"; found "if(...){"
(#1433) Variable "Gb" must be all lower-case
(#1433) Expected 1 space before "=>"; 0 found
(#1433) Expected 1 space after "=>"; 0 found
(#1433) Expected 1 space before "+"; 0 found
(#1433) Expected 1 space after "+"; 0 found
(#1433) Commas (,) must be followed by white space.
(#1433) Inline control structures are not allowed
(#1433) Expected 1 space before "!="; 0 found
(#1433) Expected 1 space after "!="; 0 found
(#1433) Closing brace must be on a line by itself
(#1433) Closing brace must be on a line by itself
(#1433) Expected 1 space before "?"; 0 found
(#1433) Expected 1 space after "?"; 0 found
(#1433) Expected 1 space before ":"; 0 found
(#1433) Expected 1 space after ":"; 0 found
(#1433) Expected 1 space before "?"; 0 found
(#1433) Expected 1 space after "?"; 0 found
(#1433) Expected 1 space before ":"; 0 found
(#1433) Expected 1 space after ":"; 0 found
(#1433) Expected 1 space before "?"; 0 found
(#1433) Expected 1 space after "?"; 0 found
(#1433) Expected 1 space before ":"; 0 found
(#1433) Expected 1 space after ":"; 0 found
(#1433) Expected 1 space before "?"; 0 found
(#1433) Expected 1 space after "?"; 0 found
(#1433) Expected 1 space before ":"; 0 found
(#1433) Expected 1 space after ":"; 0 found
(#1433) Commas (,) must be followed by white space.
(#1433) Closing brace must be on a line by itself
(#1433) Line exceeds maximum limit of 180 characters; contains 885 characters
(#1433) method name "Adminer::tablesPrint" must be in lower-case letters only
(#1433) Visibility must be declared on method "tablesPrint"
(#1433) Line exceeds maximum limit of 180 characters; contains 885 characters
(#1433) Line exceeds maximum limit of 180 characters; contains 885 characters
(#1433) Line exceeds maximum limit of 180 characters; contains 885 characters
(#1433) Line exceeds maximum limit of 180 characters; contains 885 characters
(#1433) Line exceeds maximum limit of 180 characters; contains 885 characters
(#1433) Line exceeds maximum limit of 180 characters; contains 885 characters
(#1433) Line exceeds maximum limit of 180 characters; contains 885 characters
(#1434) Variable "S" must be all lower-case
(#1434) Expected 1 space after closing parenthesis; found 0
(#1434) Opening brace must be the last content on the line
(#1434) Expected "foreach (...) {\n"; found "foreach(...){"
(#1434) Expected 1 space before "=>"; 0 found
(#1434) Expected 1 space after "=>"; 0 found
(#1434) Expected 1 space after "as"; 0 found
(#1434) Variable "S" must be all lower-case
(#1435) Line indented incorrectly; expected at least 4 spaces, found 0
(#1435) Variable "Q" must be all lower-case
(#1435) Expected 1 space before "=>"; 0 found
(#1435) Expected 1 space after "=>"; 0 found
(#1435) Variable "Jg" must be all lower-case
(#1435) Variable "Q" must be all lower-case
(#1435) Expected 1 space before "=="; 0 found
(#1435) Expected 1 space after "=="; 0 found
(#1435) Variable "Q" must be all lower-case
(#1435) Expected 1 space before "=="; 0 found
(#1435) Expected 1 space after "=="; 0 found
(#1435) Variable "Q" must be all lower-case
(#1435) Commas (,) must be followed by white space.
(#1435) Variable "C" must be all lower-case
(#1435) Expected 1 space before "="; 0 found
(#1435) Expected 1 space after "="; 0 found
(#1435) Variable "Jg" must be all lower-case
(#1435) Expected 1 space before "?"; 0 found
(#1435) Expected 1 space after "?"; 0 found
(#1435) Variable "Q" must be all lower-case
(#1435) Variable "Q" must be all lower-case
(#1435) Commas (,) must be followed by white space.
(#1435) Commas (,) must be followed by white space.
(#1435) Commas (,) must be followed by white space.
(#1435) Commas (,) must be followed by white space.
(#1435) Commas (,) must be followed by white space.
(#1435) Commas (,) must be followed by white space.
(#1435) Variable "Jg" must be all lower-case
(#1435) Expected 1 space before "?"; 0 found
(#1435) Expected 1 space after "?"; 0 found
(#1435) Expected 1 space before ":"; 0 found
(#1435) Expected 1 space after ":"; 0 found
(#1435) Commas (,) must be followed by white space.
(#1435) Variable "C" must be all lower-case
(#1435) Expected 1 space before ":"; 0 found
(#1435) Expected 1 space after ":"; 0 found
(#1435) Variable "C" must be all lower-case
(#1435) Closing brace must be on a line by itself
(#1435) Closing brace must be on a line by itself
(#1435) Closing brace must be on a line by itself
(#1435) Expected 1 space before "="; 0 found
(#1435) Expected 1 space after "="; 0 found
(#1435) Expected 1 space before "?"; 0 found
(#1435) Expected 1 space after "?"; 0 found
(#1435) Expected 1 space before ":"; 0 found
(#1435) Expected 1 space after ":"; 0 found
(#1435) Line exceeds maximum limit of 180 characters; contains 513 characters
(#1435) Line exceeds maximum limit of 180 characters; contains 513 characters
(#1435) Line exceeds maximum limit of 180 characters; contains 513 characters
(#1435) Line exceeds maximum limit of 180 characters; contains 513 characters
(#1435) Line exceeds maximum limit of 180 characters; contains 513 characters
(#1435) Line exceeds maximum limit of 180 characters; contains 513 characters
(#1435) Line exceeds maximum limit of 180 characters; contains 513 characters
(#1435) Line exceeds maximum limit of 180 characters; contains 513 characters
(#1436) Line indented incorrectly; expected at least 160 spaces, found 0
(#1436) Inline control structures are not allowed
(#1436) Expected 1 space before "==="; 0 found
(#1436) Expected 1 space after "==="; 0 found
(#1436) Expected 1 space before "="; 0 found
(#1436) Expected 1 space after "="; 0 found
(#1436) Variable "Se" must be all lower-case
(#1437) Line indented incorrectly; expected at least 160 spaces, found 0
(#1437) Commas (,) must be followed by white space.
(#1437) Commas (,) must be followed by white space.
(#1437) Variable "Wa" must be all lower-case
(#1437) Commas (,) must be followed by white space.
(#1437) Expected 1 space after closing parenthesis; found 0
(#1437) Opening brace must be the last content on the line
(#1437) Commas (,) must be followed by white space.
(#1437) Commas (,) must be followed by white space.
(#1437) Commas (,) must be followed by white space.
(#1437) Variable "Wb" must be all lower-case
(#1437) Commas (,) must be followed by white space.
(#1437) Expected "if (...) {\n"; found "if(...){"
(#1437) Closing brace must be on a line by itself
(#1437) Expected 1 space before "="; 0 found
(#1437) Expected 1 space after "="; 0 found
(#1437) Expected 1 space before "!="; 0 found
(#1437) Expected 1 space after "!="; 0 found
(#1437) Expected 1 space before "?"; 0 found
(#1437) Expected 1 space after "?"; 0 found
(#1437) Expected 1 space before ":"; 0 found
(#1437) Expected 1 space after ":"; 0 found
(#1437) Expected 1 space before "="; 0 found
(#1437) Expected 1 space after "="; 0 found
(#1437) Expected 1 space before "!="; 0 found
(#1437) Expected 1 space after "!="; 0 found
(#1437) Expected 1 space before "!="; 0 found
(#1437) Expected 1 space after "!="; 0 found
(#1437) Expected 1 space before "?"; 0 found
(#1437) Expected 1 space after "?"; 0 found
(#1437) Expected 1 space before ":"; 0 found
(#1437) Expected 1 space after ":"; 0 found
(#1437) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1437) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1437) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1437) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1437) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1437) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1437) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1437) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1438) Commas (,) must be followed by white space.
(#1438) Commas (,) must be followed by white space.
(#1438) Commas (,) must be followed by white space.
(#1438) Commas (,) must be followed by white space.
(#1443) Commas (,) must be followed by white space.
(#1443) Commas (,) must be followed by white space.
(#1444) Commas (,) must be followed by white space.
(#1444) Commas (,) must be followed by white space.
(#1444) Commas (,) must be followed by white space.
(#1444) Commas (,) must be followed by white space.
(#1445) Commas (,) must be followed by white space.
(#1445) Commas (,) must be followed by white space.
(#1445) Commas (,) must be followed by white space.
(#1445) Commas (,) must be followed by white space.
(#1446) Expected "if (...) {\n"; found "if(...){"
(#1446) Commas (,) must be followed by white space.
(#1446) Commas (,) must be followed by white space.
(#1446) Commas (,) must be followed by white space.
(#1446) Commas (,) must be followed by white space.
(#1446) Line exceeds 132 characters; contains 154 characters
(#1446) Line exceeds 132 characters; contains 154 characters
(#1446) Line exceeds 132 characters; contains 154 characters
(#1446) Line exceeds 132 characters; contains 154 characters
(#1446) Line exceeds 132 characters; contains 154 characters
(#1446) Line exceeds 132 characters; contains 154 characters
(#1446) Line exceeds 132 characters; contains 154 characters
(#1446) Line exceeds 132 characters; contains 154 characters
(#1447) Commas (,) must be followed by white space.
(#1447) Commas (,) must be followed by white space.
(#1447) Commas (,) must be followed by white space.
(#1447) Commas (,) must be followed by white space.
(#1448) Expected "if (...) {\n"; found "if(...){"
(#1449) Closing brace must be on a line by itself
(#1449) Closing brace must be on a line by itself
(#1450) Commas (,) must be followed by white space.
(#1450) Commas (,) must be followed by white space.
(#1450) Commas (,) must be followed by white space.
(#1450) Expected 1 space before "?"; 0 found
(#1450) Expected 1 space after "?"; 0 found
(#1450) Expected 1 space before ":"; 0 found
(#1450) Expected 1 space after ":"; 0 found
(#1450) Line exceeds 132 characters; contains 172 characters
(#1450) Line exceeds 132 characters; contains 172 characters
(#1450) Line exceeds 132 characters; contains 172 characters
(#1450) Line exceeds 132 characters; contains 172 characters
(#1450) Line exceeds 132 characters; contains 172 characters
(#1450) Line exceeds 132 characters; contains 172 characters
(#1450) Line exceeds 132 characters; contains 172 characters
(#1450) Line exceeds 132 characters; contains 172 characters
(#1454) Commas (,) must be followed by white space.
(#1457) Commas (,) must be followed by white space.
(#1457) Commas (,) must be followed by white space.
(#1460) Expected "if (...) {\n"; found "if(...){"
(#1460) Variable "Wa" must be all lower-case
(#1460) Expected 1 space before "!=="; 0 found
(#1460) Expected 1 space after "!=="; 0 found
(#1460) Variable "_" must not contain underscores.
(#1460) Expected 1 space before "="; 0 found
(#1460) Expected 1 space after "="; 0 found
(#1460) Commas (,) must be followed by white space.
(#1460) Commas (,) must be followed by white space.
(#1460) Commas (,) must be followed by white space.
(#1460) Commas (,) must be followed by white space.
(#1460) Variable "_" must not contain underscores.
(#1460) Expected 1 space before "?"; 0 found
(#1460) Expected 1 space after "?"; 0 found
(#1460) Variable "_" must not contain underscores.
(#1460) Expected 1 space before ":"; 0 found
(#1460) Expected 1 space after ":"; 0 found
(#1460) Variable "Wb" must be all lower-case
(#1460) Variable "_" must not contain underscores.
(#1460) Expected 1 space before "="; 0 found
(#1460) Expected 1 space after "="; 0 found
(#1460) Commas (,) must be followed by white space.
(#1460) Commas (,) must be followed by white space.
(#1460) Commas (,) must be followed by white space.
(#1460) Commas (,) must be followed by white space.
(#1460) Variable "N" must be all lower-case
(#1460) Expected 1 space before "="; 0 found
(#1460) Expected 1 space after "="; 0 found
(#1460) Expected 1 space before "!="; 0 found
(#1460) Expected 1 space after "!="; 0 found
(#1460) Expected 1 space before "?"; 0 found
(#1460) Expected 1 space after "?"; 0 found
(#1460) Expected 1 space before ":"; 0 found
(#1460) Expected 1 space after ":"; 0 found
(#1460) Inline control structures are not allowed
(#1460) Variable "Wa" must be all lower-case
(#1460) Expected 1 space before "==="; 0 found
(#1460) Expected 1 space after "==="; 0 found
(#1460) Variable "N" must be all lower-case
(#1460) Variable "_" must not contain underscores.
(#1460) Expected 1 space before "?"; 0 found
(#1460) Expected 1 space after "?"; 0 found
(#1460) Variable "_" must not contain underscores.
(#1460) Expected 1 space before ":"; 0 found
(#1460) Expected 1 space after ":"; 0 found
(#1460) Variable "N" must be all lower-case
(#1460) Inline control structures are not allowed
(#1460) Expected 1 space before "!="; 0 found
(#1460) Expected 1 space after "!="; 0 found
(#1460) Expected 1 space before "!="; 0 found
(#1460) Expected 1 space after "!="; 0 found
(#1460) Variable "Wa" must be all lower-case
(#1460) Variable "_" must not contain underscores.
(#1460) Expected 1 space before "?"; 0 found
(#1460) Expected 1 space after "?"; 0 found
(#1460) Expected 1 space before ":"; 0 found
(#1460) Expected 1 space after ":"; 0 found
(#1460) Expected "if (...) {\n"; found "if(...){"
(#1460) Variable "Wa" must be all lower-case
(#1460) Inline control structures are not allowed
(#1460) Expected 1 space before "!="; 0 found
(#1460) Expected 1 space after "!="; 0 found
(#1460) Commas (,) must be followed by white space.
(#1460) Commas (,) must be followed by white space.
(#1460) Expected "foreach (...) {\n"; found "foreach(...){"
(#1460) Expected 1 space before "=>"; 0 found
(#1460) Expected 1 space after "=>"; 0 found
(#1460) Expected 1 space after "as"; 0 found
(#1460) Line exceeds maximum limit of 180 characters; contains 635 characters
(#1460) Line exceeds maximum limit of 180 characters; contains 635 characters
(#1460) Variable "Wa" must be all lower-case
(#1460) Line exceeds maximum limit of 180 characters; contains 635 characters
(#1460) Line exceeds maximum limit of 180 characters; contains 635 characters
(#1460) Line exceeds maximum limit of 180 characters; contains 635 characters
(#1460) Line exceeds maximum limit of 180 characters; contains 635 characters
(#1460) Line exceeds maximum limit of 180 characters; contains 635 characters
(#1460) Line exceeds maximum limit of 180 characters; contains 635 characters
(#1461) Line indented incorrectly; expected at least 12 spaces, found 0
(#1461) Expected 1 space before "=>"; 0 found
(#1461) Expected 1 space after "=>"; 0 found
(#1461) Variable "X" must be all lower-case
(#1461) Variable "Nb" must be all lower-case
(#1461) Expected 1 space before "="; 0 found
(#1461) Expected 1 space after "="; 0 found
(#1461) Variable "X" must be all lower-case
(#1461) Expected 1 space before "?"; 0 found
(#1461) Expected 1 space after "?"; 0 found
(#1461) Variable "X" must be all lower-case
(#1461) Expected 1 space before ":"; 0 found
(#1461) Expected 1 space after ":"; 0 found
(#1461) Variable "X" must be all lower-case
(#1461) Inline control structures are not allowed
(#1461) Variable "Nb" must be all lower-case
(#1461) Expected 1 space before "!="; 0 found
(#1461) Expected 1 space after "!="; 0 found
(#1461) Variable "X" must be all lower-case
(#1461) Expected 1 space before "?"; 0 found
(#1461) Expected 1 space after "?"; 0 found
(#1461) Variable "X" must be all lower-case
(#1461) Expected 1 space before ":"; 0 found
(#1461) Expected 1 space after ":"; 0 found
(#1461) Variable "X" must be all lower-case
(#1461) Variable "Nb" must be all lower-case
(#1461) Closing brace must be on a line by itself
(#1461) Closing brace must be on a line by itself
(#1461) Closing brace must be on a line by itself
(#1461) Closing brace must be on a line by itself
(#1461) Commas (,) must be followed by white space.
(#1461) Inline control structures are not allowed
(#1461) Expected 1 space before "!="; 0 found
(#1461) Expected 1 space after "!="; 0 found
(#1461) Commas (,) must be followed by white space.
(#1461) Commas (,) must be followed by white space.
(#1461) Expected 1 space before "="; 0 found
(#1461) Expected 1 space after "="; 0 found
(#1461) Commas (,) must be followed by white space.
(#1461) Closing brace must be on a line by itself
(#1461) Line exceeds maximum limit of 180 characters; contains 377 characters
(#1461) Line exceeds maximum limit of 180 characters; contains 377 characters
(#1461) Line exceeds maximum limit of 180 characters; contains 377 characters
(#1461) Line exceeds maximum limit of 180 characters; contains 377 characters
(#1461) Line exceeds maximum limit of 180 characters; contains 377 characters
(#1461) Line exceeds maximum limit of 180 characters; contains 377 characters
(#1461) Line exceeds maximum limit of 180 characters; contains 377 characters
(#1461) Line exceeds maximum limit of 180 characters; contains 377 characters
(#1462) Line indented incorrectly; expected at least 160 spaces, found 0
(#1462) Expected 1 space after closing parenthesis; found 0
(#1462) Opening brace must be the last content on the line
(#1462) Expected "if (...) {\n"; found "if(...){"
(#1462) Closing brace must be on a line by itself
(#1462) Closing brace must be on a line by itself
(#1462) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1462) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1462) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1462) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1462) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1462) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1462) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1462) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1463) Line indented incorrectly; expected at least 160 spaces, found 0
(#1463) Expected 1 space after closing parenthesis; found 0
(#1463) Opening brace must be the last content on the line
(#1463) Variable "Lh" must be all lower-case
(#1463) Expected 1 space before "="; 0 found
(#1463) Expected 1 space after "="; 0 found
(#1463) Commas (,) must be followed by white space.
(#1463) Commas (,) must be followed by white space.
(#1463) Expected 1 space before "="; 0 found
(#1463) Expected 1 space after "="; 0 found
(#1463) Variable "Lh" must be all lower-case
(#1463) Expected "if (...) {\n"; found "if(...){"
(#1463) Commas (,) must be followed by white space.
(#1463) Variable "Lh" must be all lower-case
(#1463) Closing brace must be on a line by itself
(#1463) Inline control structures are not allowed
(#1463) Closing brace must be on a line by itself
(#1463) Line exceeds maximum limit of 180 characters; contains 283 characters
(#1463) Line exceeds maximum limit of 180 characters; contains 283 characters
(#1463) Line exceeds maximum limit of 180 characters; contains 283 characters
(#1463) Line exceeds maximum limit of 180 characters; contains 283 characters
(#1463) Line exceeds maximum limit of 180 characters; contains 283 characters
(#1463) Line exceeds maximum limit of 180 characters; contains 283 characters
(#1463) Line exceeds maximum limit of 180 characters; contains 283 characters
(#1463) Line exceeds maximum limit of 180 characters; contains 283 characters
(#1464) Line indented incorrectly; expected at least 160 spaces, found 0
(#1464) Expected 1 space after closing parenthesis; found 0
(#1464) Opening brace must be the last content on the line
(#1464) Commas (,) must be followed by white space.
(#1464) Variable "T" must be all lower-case
(#1466) Expected "if (...) {\n"; found "if(...){"
(#1466) Expected 1 space before "!="; 0 found
(#1466) Expected 1 space after "!="; 0 found
(#1468) Commas (,) must be followed by white space.
(#1468) Commas (,) must be followed by white space.
(#1469) Commas (,) must be followed by white space.
(#1469) Variable "T" must be all lower-case
(#1469) Commas (,) must be followed by white space.
(#1472) Closing brace must be on a line by itself
(#1475) Closing brace must be on a line by itself
(#1476) Line indented incorrectly; expected at least 160 spaces, found 0
(#1476) Expected 1 space after closing parenthesis; found 0
(#1476) Opening brace must be the last content on the line
(#1476) Inline control structures are not allowed
(#1476) Expected 1 space before ">="; 0 found
(#1476) Expected 1 space after ">="; 0 found
(#1476) Expected 1 space before "-="; 0 found
(#1476) Expected 1 space after "-="; 0 found
(#1476) Inline control structures are not allowed
(#1476) Expected 1 space before "<="; 0 found
(#1476) Expected 1 space after "<="; 0 found
(#1476) Expected 1 space before "+="; 0 found
(#1476) Expected 1 space after "+="; 0 found
(#1476) Closing brace must be on a line by itself
(#1477) Line indented incorrectly; expected at least 160 spaces, found 0
(#1477) Variable "W" must be all lower-case
(#1477) Commas (,) must be followed by white space.
(#1477) Expected 1 space after closing parenthesis; found 0
(#1477) Opening brace must be the last content on the line
(#1477) Expected 1 space before "="; 0 found
(#1477) Expected 1 space after "="; 0 found
(#1477) Inline control structures are not allowed
(#1477) Expected 1 space after "as"; 0 found
(#1477) Variable "W" must be all lower-case
(#1478) Line indented incorrectly; expected at least 164 spaces, found 0
(#1478) Variable "X" must be all lower-case
(#1478) Expected 1 space before ".="; 0 found
(#1478) Expected 1 space after ".="; 0 found
(#1478) Commas (,) must be followed by white space.
(#1478) Variable "X" must be all lower-case
(#1478) Inline control structures are not allowed
(#1479) Line indented incorrectly; expected at least 164 spaces, found 0
(#1479) Commas (,) must be followed by white space.
(#1479) Commas (,) must be followed by white space.
(#1479) Variable "W" must be all lower-case
(#1479) Closing brace must be on a line by itself
(#1480) Line indented incorrectly; expected at least 160 spaces, found 0
(#1480) Commas (,) must be followed by white space.
(#1480) Expected 1 space after closing parenthesis; found 0
(#1480) Opening brace must be the last content on the line
(#1480) Variable "W" must be all lower-case
(#1480) Expected 1 space before "="; 0 found
(#1480) Expected 1 space after "="; 0 found
(#1480) Commas (,) must be followed by white space.
(#1480) Commas (,) must be followed by white space.
(#1480) Expected 1 space before "*"; 0 found
(#1480) Expected 1 space after "*"; 0 found
(#1480) Expected 1 space before "/"; 0 found
(#1480) Expected 1 space after "/"; 0 found
(#1480) Commas (,) must be followed by white space.
(#1480) Inline control structures are not allowed
(#1480) Variable "W" must be all lower-case
(#1480) Expected 1 space before "="; 0 found
(#1480) Expected 1 space after "="; 0 found
(#1480) Variable "W" must be all lower-case
(#1480) Closing brace must be on a line by itself
(#1481) Line indented incorrectly; expected at least 160 spaces, found 0
(#1481) Commas (,) must be followed by white space.
(#1481) Commas (,) must be followed by white space.
(#1481) Variable "Qg" must be all lower-case
(#1481) Commas (,) must be followed by white space.
(#1481) Variable "Fd" must be all lower-case
(#1481) Expected 1 space after closing parenthesis; found 0
(#1481) Opening brace must be the last content on the line
(#1482) Line indented incorrectly; expected at least 164 spaces, found 0
(#1482) Expected 1 space before ">>"; 0 found
(#1482) Expected 1 space after ">>"; 0 found
(#1482) Expected 1 space before "&" operator; 0 found
(#1482) Expected 1 space after "&" operator; 0 found
(#1482) Expected 1 space before "^"; 0 found
(#1482) Expected 1 space after "^"; 0 found
(#1482) Expected 1 space before "<<"; 0 found
(#1482) Expected 1 space after "<<"; 0 found
(#1482) Expected 1 space before "+"; 0 found
(#1482) Expected 1 space after "+"; 0 found
(#1482) Expected 1 space before ">>"; 0 found
(#1482) Expected 1 space after ">>"; 0 found
(#1482) Expected 1 space before "&" operator; 0 found
(#1482) Expected 1 space after "&" operator; 0 found
(#1482) Expected 1 space before "^"; 0 found
(#1482) Expected 1 space after "^"; 0 found
(#1482) Expected 1 space before "<<"; 0 found
(#1482) Expected 1 space after "<<"; 0 found
(#1482) Expected 1 space before "^"; 0 found
(#1482) Expected 1 space after "^"; 0 found
(#1482) Variable "Qg" must be all lower-case
(#1482) Expected 1 space before "^"; 0 found
(#1482) Expected 1 space after "^"; 0 found
(#1482) Expected 1 space before "+"; 0 found
(#1482) Expected 1 space after "+"; 0 found
(#1482) Variable "Fd" must be all lower-case
(#1482) Expected 1 space before "^"; 0 found
(#1482) Expected 1 space after "^"; 0 found
(#1482) Closing brace must be on a line by itself
(#1483) Line indented incorrectly; expected at least 160 spaces, found 0
(#1483) Variable "Lg" must be all lower-case
(#1483) Commas (,) must be followed by white space.
(#1483) Expected 1 space after closing parenthesis; found 0
(#1483) Opening brace must be the last content on the line
(#1483) Inline control structures are not allowed
(#1483) Variable "Lg" must be all lower-case
(#1483) Expected 1 space before "=="; 0 found
(#1483) Expected 1 space after "=="; 0 found
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Commas (,) must be followed by white space.
(#1483) Commas (,) must be followed by white space.
(#1483) Variable "W" must be all lower-case
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Variable "Lg" must be all lower-case
(#1483) Commas (,) must be followed by white space.
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Variable "W" must be all lower-case
(#1483) Expected 1 space before "-"; 0 found
(#1483) Expected 1 space after "-"; 0 found
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Variable "W" must be all lower-case
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Variable "W" must be all lower-case
(#1483) Variable "Lf" must be all lower-case
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Expected 1 space before "+"; 0 found
(#1483) Expected 1 space after "+"; 0 found
(#1483) Expected 1 space before "/"; 0 found
(#1483) Expected 1 space after "/"; 0 found
(#1483) Expected 1 space before "+"; 0 found
(#1483) Expected 1 space after "+"; 0 found
(#1483) Variable "Qg" must be all lower-case
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Expected "while (...) {\n"; found "while(...){"
(#1483) Variable "Lf" must be all lower-case
(#1483) Expected 1 space before ">"; 0 found
(#1483) Expected 1 space after ">"; 0 found
(#1483) Variable "Qg" must be all lower-case
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Variable "Qg" must be all lower-case
(#1483) Expected 1 space before "+"; 0 found
(#1483) Expected 1 space after "+"; 0 found
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Variable "Qg" must be all lower-case
(#1483) Expected 1 space before ">>"; 0 found
(#1483) Expected 1 space after ">>"; 0 found
(#1483) Expected 1 space before "&" operator; 0 found
(#1483) Expected 1 space after "&" operator; 0 found
(#1483) Expected "for (...) {\n"; found "for(...){"
(#1483) Expected 1 space after first semicolon of FOR loop; 0 found
(#1483) Expected 1 space after second semicolon of FOR loop; 0 found
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Expected 1 space before "<"; 0 found
(#1483) Expected 1 space after "<"; 0 found
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Variable "W" must be all lower-case
(#1483) Expected 1 space before "+"; 0 found
(#1483) Expected 1 space after "+"; 0 found
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Commas (,) must be followed by white space.
(#1483) Commas (,) must be followed by white space.
(#1483) Variable "Qg" must be all lower-case
(#1483) Commas (,) must be followed by white space.
(#1483) Expected 1 space before "&" operator; 0 found
(#1483) Expected 1 space after "&" operator; 0 found
(#1483) Expected 1 space before "^"; 0 found
(#1483) Expected 1 space after "^"; 0 found
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Variable "W" must be all lower-case
(#1483) Expected 1 space before "+"; 0 found
(#1483) Expected 1 space after "+"; 0 found
(#1483) Variable "W" must be all lower-case
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Closing brace must be on a line by itself
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Variable "W" must be all lower-case
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Commas (,) must be followed by white space.
(#1483) Commas (,) must be followed by white space.
(#1483) Variable "Qg" must be all lower-case
(#1483) Commas (,) must be followed by white space.
(#1483) Expected 1 space before "&" operator; 0 found
(#1483) Expected 1 space after "&" operator; 0 found
(#1483) Expected 1 space before "^"; 0 found
(#1483) Expected 1 space after "^"; 0 found
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Variable "W" must be all lower-case
(#1483) Expected 1 space before "+"; 0 found
(#1483) Expected 1 space after "+"; 0 found
(#1483) Variable "W" must be all lower-case
(#1483) Expected 1 space before "="; 0 found
(#1483) Expected 1 space after "="; 0 found
(#1483) Closing brace must be on a line by itself
(#1483) Line exceeds maximum limit of 180 characters; contains 443 characters
(#1483) Line exceeds maximum limit of 180 characters; contains 443 characters
(#1483) Line exceeds maximum limit of 180 characters; contains 443 characters
(#1483) Line exceeds maximum limit of 180 characters; contains 443 characters
(#1483) Line exceeds maximum limit of 180 characters; contains 443 characters
(#1483) Line exceeds maximum limit of 180 characters; contains 443 characters
(#1483) Line exceeds maximum limit of 180 characters; contains 443 characters
(#1483) Line exceeds maximum limit of 180 characters; contains 443 characters
(#1484) Line indented incorrectly; expected at least 164 spaces, found 0
(#1484) Variable "W" must be all lower-case
(#1484) Commas (,) must be followed by white space.
(#1484) Closing brace must be on a line by itself
(#1485) Line indented incorrectly; expected at least 164 spaces, found 0
(#1485) Variable "Lg" must be all lower-case
(#1485) Commas (,) must be followed by white space.
(#1485) Expected 1 space after closing parenthesis; found 0
(#1485) Opening brace must be the last content on the line
(#1485) Inline control structures are not allowed
(#1485) Variable "Lg" must be all lower-case
(#1485) Expected 1 space before "=="; 0 found
(#1485) Expected 1 space after "=="; 0 found
(#1485) Inline control structures are not allowed
(#1486) Line indented incorrectly; expected at least 168 spaces, found 0
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Commas (,) must be followed by white space.
(#1486) Commas (,) must be followed by white space.
(#1486) Variable "W" must be all lower-case
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Variable "Lg" must be all lower-case
(#1486) Commas (,) must be followed by white space.
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Variable "W" must be all lower-case
(#1486) Expected 1 space before "-"; 0 found
(#1486) Expected 1 space after "-"; 0 found
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Variable "W" must be all lower-case
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Variable "W" must be all lower-case
(#1486) Variable "Lf" must be all lower-case
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Expected 1 space before "+"; 0 found
(#1486) Expected 1 space after "+"; 0 found
(#1486) Expected 1 space before "/"; 0 found
(#1486) Expected 1 space after "/"; 0 found
(#1486) Expected 1 space before "+"; 0 found
(#1486) Expected 1 space after "+"; 0 found
(#1486) Variable "Qg" must be all lower-case
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Variable "Lf" must be all lower-case
(#1486) Expected 1 space before "*"; 0 found
(#1486) Expected 1 space after "*"; 0 found
(#1486) Expected "while (...) {\n"; found "while(...){"
(#1486) Variable "Qg" must be all lower-case
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Variable "Qg" must be all lower-case
(#1486) Expected 1 space before ">>"; 0 found
(#1486) Expected 1 space after ">>"; 0 found
(#1486) Expected 1 space before "&" operator; 0 found
(#1486) Expected 1 space after "&" operator; 0 found
(#1486) Expected "for (...) {\n"; found "for(...){"
(#1486) Expected 1 space after first semicolon of FOR loop; 0 found
(#1486) Expected 1 space after second semicolon of FOR loop; 0 found
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Expected 1 space before ">"; 0 found
(#1486) Expected 1 space after ">"; 0 found
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Variable "W" must be all lower-case
(#1486) Expected 1 space before "-"; 0 found
(#1486) Expected 1 space after "-"; 0 found
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Commas (,) must be followed by white space.
(#1486) Commas (,) must be followed by white space.
(#1486) Variable "Qg" must be all lower-case
(#1486) Commas (,) must be followed by white space.
(#1486) Expected 1 space before "&" operator; 0 found
(#1486) Expected 1 space after "&" operator; 0 found
(#1486) Expected 1 space before "^"; 0 found
(#1486) Expected 1 space after "^"; 0 found
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Variable "W" must be all lower-case
(#1486) Expected 1 space before "-"; 0 found
(#1486) Expected 1 space after "-"; 0 found
(#1486) Variable "W" must be all lower-case
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Closing brace must be on a line by itself
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Variable "W" must be all lower-case
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Commas (,) must be followed by white space.
(#1486) Commas (,) must be followed by white space.
(#1486) Variable "Qg" must be all lower-case
(#1486) Commas (,) must be followed by white space.
(#1486) Expected 1 space before "&" operator; 0 found
(#1486) Expected 1 space after "&" operator; 0 found
(#1486) Expected 1 space before "^"; 0 found
(#1486) Expected 1 space after "^"; 0 found
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Variable "W" must be all lower-case
(#1486) Expected 1 space before "-"; 0 found
(#1486) Expected 1 space after "-"; 0 found
(#1486) Variable "W" must be all lower-case
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Variable "Qg" must be all lower-case
(#1486) Expected 1 space before "="; 0 found
(#1486) Expected 1 space after "="; 0 found
(#1486) Variable "Qg" must be all lower-case
(#1486) Expected 1 space before "-"; 0 found
(#1486) Expected 1 space after "-"; 0 found
(#1486) Closing brace must be on a line by itself
(#1486) Line exceeds maximum limit of 180 characters; contains 421 characters
(#1486) Line exceeds maximum limit of 180 characters; contains 421 characters
(#1486) Line exceeds maximum limit of 180 characters; contains 421 characters
(#1486) Line exceeds maximum limit of 180 characters; contains 421 characters
(#1486) Line exceeds maximum limit of 180 characters; contains 421 characters
(#1486) Line exceeds maximum limit of 180 characters; contains 421 characters
(#1486) Line exceeds maximum limit of 180 characters; contains 421 characters
(#1486) Line exceeds maximum limit of 180 characters; contains 421 characters
(#1487) Line indented incorrectly; expected at least 168 spaces, found 0
(#1487) Variable "W" must be all lower-case
(#1487) Commas (,) must be followed by white space.
(#1487) Closing brace must be on a line by itself
(#1487) Expected 1 space before "="; 0 found
(#1487) Expected 1 space after "="; 0 found
(#1487) Expected 1 space before "="; 0 found
(#1487) Expected 1 space after "="; 0 found
(#1487) Inline control structures are not allowed
(#1487) Expected 1 space before "="; 0 found
(#1487) Expected 1 space after "="; 0 found
(#1487) Commas (,) must be followed by white space.
(#1487) Variable "T" must be all lower-case
(#1487) Expected 1 space before "="; 0 found
(#1487) Expected 1 space after "="; 0 found
(#1487) Expected 1 space before "="; 0 found
(#1487) Expected 1 space after "="; 0 found
(#1487) Expected "if (...) {\n"; found "if(...){"
(#1487) Expected "foreach (...) {\n"; found "foreach(...){"
(#1487) Expected 1 space before "as"; 0 found
(#1487) Expected 1 space after "as"; 0 found
(#1487) Commas (,) must be followed by white space.
(#1487) Variable "X" must be all lower-case
(#1487) Expected 1 space before "="; 0 found
(#1487) Expected 1 space after "="; 0 found
(#1487) Commas (,) must be followed by white space.
(#1487) Variable "X" must be all lower-case
(#1487) Expected 1 space before "="; 0 found
(#1487) Expected 1 space after "="; 0 found
(#1487) Variable "X" must be all lower-case
(#1487) Closing brace must be on a line by itself
(#1487) Closing brace must be on a line by itself
(#1487) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1487) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1487) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1487) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1487) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1487) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1487) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1487) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1488) Line indented incorrectly; expected at least 164 spaces, found 0
(#1488) Expected 1 space after closing parenthesis; found 0
(#1488) Opening brace must be the last content on the line
(#1488) Variable "Hc" must be all lower-case
(#1488) Expected 1 space before "="; 0 found
(#1488) Expected 1 space after "="; 0 found
(#1488) Variable "Rc" must be all lower-case
(#1488) Expected 1 space before "="; 0 found
(#1488) Expected 1 space after "="; 0 found
(#1488) Variable "Hc" must be all lower-case
(#1488) Commas (,) must be followed by white space.
(#1488) Expected "if (...) {\n"; found "if(...){"
(#1488) Variable "Rc" must be all lower-case
(#1488) Variable "Rc" must be all lower-case
(#1488) Expected 1 space before "="; 0 found
(#1488) Expected 1 space after "="; 0 found
(#1488) Variable "Hc" must be all lower-case
(#1488) Commas (,) must be followed by white space.
(#1488) Inline control structures are not allowed
(#1488) Variable "Rc" must be all lower-case
(#1488) Closing brace must be on a line by itself
(#1488) Variable "Rc" must be all lower-case
(#1488) Commas (,) must be followed by white space.
(#1488) Expected 1 space before "="; 0 found
(#1488) Expected 1 space after "="; 0 found
(#1488) Variable "Rc" must be all lower-case
(#1488) Expected 1 space before "="; 0 found
(#1488) Expected 1 space after "="; 0 found
(#1488) Expected "if (...) {\n"; found "if(...){"
(#1488) Expected "foreach (...) {\n"; found "foreach(...){"
(#1488) Expected 1 space before "=>"; 0 found
(#1488) Expected 1 space after "=>"; 0 found
(#1488) Expected 1 space after "as"; 0 found
(#1488) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1488) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1488) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1488) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1488) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1488) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1488) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1488) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1489) Line indented incorrectly; expected at least 172 spaces, found 0
(#1489) Expected 1 space before "=>"; 0 found
(#1489) Expected 1 space after "=>"; 0 found
(#1489) Variable "X" must be all lower-case
(#1489) Inline control structures are not allowed
(#1489) Variable "X" must be all lower-case
(#1489) Expected 1 space before "<"; 0 found
(#1489) Expected 1 space after "<"; 0 found
(#1489) Closing brace must be on a line by itself
(#1489) Closing brace must be on a line by itself
(#1489) Inline control structures are not allowed
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Expected 1 space before "+"; 0 found
(#1489) Expected 1 space after "+"; 0 found
(#1489) Expected 1 space before "*"; 0 found
(#1489) Expected 1 space after "*"; 0 found
(#1489) Commas (,) must be followed by white space.
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Variable "Rc" must be all lower-case
(#1489) Variable "Rc" must be all lower-case
(#1489) Commas (,) must be followed by white space.
(#1489) Variable "Rc" must be all lower-case
(#1489) Commas (,) must be followed by white space.
(#1489) Variable "Rc" must be all lower-case
(#1489) Commas (,) must be followed by white space.
(#1489) Variable "Rc" must be all lower-case
(#1489) Closing brace must be on a line by itself
(#1489) Variable "Ka" must be all lower-case
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Expected "if (...) {\n"; found "if(...){"
(#1489) Variable "Ka" must be all lower-case
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Variable "Ce" must be all lower-case
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Expected 1 space before ">"; 0 found
(#1489) Expected 1 space after ">"; 0 found
(#1489) Expected 1 space before "?"; 0 found
(#1489) Expected 1 space after "?"; 0 found
(#1489) Expected 1 space before "-"; 0 found
(#1489) Expected 1 space after "-"; 0 found
(#1489) Expected 1 space before ":"; 0 found
(#1489) Expected 1 space after ":"; 0 found
(#1489) Inline control structures are not allowed
(#1489) Variable "Ce" must be all lower-case
(#1489) Expected 1 space before ">"; 0 found
(#1489) Expected 1 space after ">"; 0 found
(#1489) Commas (,) must be followed by white space.
(#1489) Variable "Ce" must be all lower-case
(#1489) Expected 1 space before "/"; 0 found
(#1489) Expected 1 space after "/"; 0 found
(#1489) Variable "Wh" must be all lower-case
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Variable "Ka" must be all lower-case
(#1489) Variable "N" must be all lower-case
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Variable "Ka" must be all lower-case
(#1489) Variable "V" must be all lower-case
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Variable "Ka" must be all lower-case
(#1489) Variable "G" must be all lower-case
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Variable "Ka" must be all lower-case
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Variable "Ka" must be all lower-case
(#1489) Variable "Wh" must be all lower-case
(#1489) Commas (,) must be followed by white space.
(#1489) Variable "N" must be all lower-case
(#1489) Commas (,) must be followed by white space.
(#1489) Variable "V" must be all lower-case
(#1489) Commas (,) must be followed by white space.
(#1489) Variable "G" must be all lower-case
(#1489) Variable "Wh" must be all lower-case
(#1489) Variable "N" must be all lower-case
(#1489) Variable "V" must be all lower-case
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Expected "if (...) {\n"; found "if(...){"
(#1489) Variable "Ka" must be all lower-case
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Variable "Wh" must be all lower-case
(#1489) Variable "N" must be all lower-case
(#1489) Variable "V" must be all lower-case
(#1489) Variable "Ff" must be all lower-case
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Variable "Ff" must be all lower-case
(#1489) Expected 1 space before "?"; 0 found
(#1489) Expected 1 space after "?"; 0 found
(#1489) Variable "G" must be all lower-case
(#1489) Commas (,) must be followed by white space.
(#1489) Variable "Ff" must be all lower-case
(#1489) Expected 1 space before ":"; 0 found
(#1489) Expected 1 space after ":"; 0 found
(#1489) Commas (,) must be followed by white space.
(#1489) Commas (,) must be followed by white space.
(#1489) Closing brace must be on a line by itself
(#1489) Inline control structures are not allowed
(#1489) Expected 1 space before "=="; 0 found
(#1489) Expected 1 space after "=="; 0 found
(#1489) Expected 1 space before "!="; 0 found
(#1489) Expected 1 space after "!="; 0 found
(#1489) Variable "Wh" must be all lower-case
(#1489) Expected 1 space before "!="; 0 found
(#1489) Expected 1 space after "!="; 0 found
(#1489) Variable "N" must be all lower-case
(#1489) Expected 1 space before "!=="; 0 found
(#1489) Expected 1 space after "!=="; 0 found
(#1489) Variable "V" must be all lower-case
(#1489) Expected 1 space before "!="; 0 found
(#1489) Expected 1 space after "!="; 0 found
(#1489) Variable "Vb" must be all lower-case
(#1489) Commas (,) must be followed by white space.
(#1489) Variable "N" must be all lower-case
(#1489) Commas (,) must be followed by white space.
(#1489) Variable "V" must be all lower-case
(#1489) Commas (,) must be followed by white space.
(#1489) Closing brace must be on a line by itself
(#1489) Usage of ELSEIF not allowed; use ELSE IF instead
(#1489) Expected "if (...) {\n"; found "if(...){"
(#1489) Commas (,) must be followed by white space.
(#1489) Closing brace must be on a line by itself
(#1489) Expected "} else {\n"; found "}else{"
(#1489) Inline control structures are not allowed
(#1489) Expected 1 space before "as"; 0 found
(#1489) Expected 1 space after "as"; 0 found
(#1489) Commas (,) must be followed by white space.
(#1489) Commas (,) must be followed by white space.
(#1489) Commas (,) must be followed by white space.
(#1489) Commas (,) must be followed by white space.
(#1489) Commas (,) must be followed by white space.
(#1489) Commas (,) must be followed by white space.
(#1489) Commas (,) must be followed by white space.
(#1489) Commas (,) must be followed by white space.
(#1489) Commas (,) must be followed by white space.
(#1489) Closing brace must be on a line by itself
(#1489) Closing brace must be on a line by itself
(#1489) Usage of ELSEIF not allowed; use ELSE IF instead
(#1489) Variable "Ff" must be all lower-case
(#1489) Expected 1 space before "="; 0 found
(#1489) Expected 1 space after "="; 0 found
(#1489) Expected "foreach (...) {\n"; found "foreach(...){"
(#1489) Expected 1 space before "=>"; 0 found
(#1489) Expected 1 space after "=>"; 0 found
(#1489) Expected 1 space after "as"; 0 found
(#1489) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1489) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1489) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1489) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1489) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1489) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1489) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1489) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1490) Line indented incorrectly; expected at least 172 spaces, found 0
(#1490) Expected 1 space before "=>"; 0 found
(#1490) Expected 1 space after "=>"; 0 found
(#1490) Variable "X" must be all lower-case
(#1490) Commas (,) must be followed by white space.
(#1490) Expected 1 space before "="; 0 found
(#1490) Expected 1 space after "="; 0 found
(#1490) Commas (,) must be followed by white space.
(#1490) Variable "X" must be all lower-case
(#1490) Variable "Wh" must be all lower-case
(#1490) Commas (,) must be followed by white space.
(#1490) Variable "N" must be all lower-case
(#1490) Commas (,) must be followed by white space.
(#1490) Variable "V" must be all lower-case
(#1490) Commas (,) must be followed by white space.
(#1490) Expected 1 space before "="; 0 found
(#1490) Expected 1 space after "="; 0 found
(#1490) Commas (,) must be followed by white space.
(#1490) Commas (,) must be followed by white space.
(#1490) Variable "Wh" must be all lower-case
(#1490) Commas (,) must be followed by white space.
(#1490) Variable "N" must be all lower-case
(#1490) Commas (,) must be followed by white space.
(#1490) Variable "V" must be all lower-case
(#1490) Commas (,) must be followed by white space.
(#1490) Commas (,) must be followed by white space.
(#1490) Variable "Ff" must be all lower-case
(#1490) Variable "Wh" must be all lower-case
(#1490) Variable "N" must be all lower-case
(#1490) Variable "V" must be all lower-case
(#1490) Expected 1 space before "="; 0 found
(#1490) Expected 1 space after "="; 0 found
(#1490) Closing brace must be on a line by itself
(#1490) Closing brace must be on a line by itself
(#1490) Line exceeds maximum limit of 180 characters; contains 210 characters
(#1490) Line exceeds maximum limit of 180 characters; contains 210 characters
(#1490) Line exceeds maximum limit of 180 characters; contains 210 characters
(#1490) Line exceeds maximum limit of 180 characters; contains 210 characters
(#1490) Line exceeds maximum limit of 180 characters; contains 210 characters
(#1490) Line exceeds maximum limit of 180 characters; contains 210 characters
(#1490) Line exceeds maximum limit of 180 characters; contains 210 characters
(#1490) Line exceeds maximum limit of 180 characters; contains 210 characters
(#1491) Line indented incorrectly; expected at least 172 spaces, found 0
(#1491) Expected 1 space after closing parenthesis; found 0
(#1491) Opening brace must be the last content on the line
(#1491) Expected "foreach (...) {\n"; found "foreach(...){"
(#1491) Expected 1 space before "=>"; 0 found
(#1491) Expected 1 space after "=>"; 0 found
(#1491) Expected 1 space after "as"; 0 found
(#1492) Line indented incorrectly; expected at least 176 spaces, found 0
(#1492) Expected 1 space before "=>"; 0 found
(#1492) Expected 1 space after "=>"; 0 found
(#1492) Variable "X" must be all lower-case
(#1492) Variable "Wh" must be all lower-case
(#1492) Commas (,) must be followed by white space.
(#1492) Variable "N" must be all lower-case
(#1492) Commas (,) must be followed by white space.
(#1492) Variable "V" must be all lower-case
(#1492) Commas (,) must be followed by white space.
(#1492) Expected 1 space before "="; 0 found
(#1492) Expected 1 space after "="; 0 found
(#1492) Commas (,) must be followed by white space.
(#1492) Commas (,) must be followed by white space.
(#1492) Inline control structures are not allowed
(#1492) Variable "Wh" must be all lower-case
(#1492) Expected 1 space before "=="; 0 found
(#1492) Expected 1 space after "=="; 0 found
(#1492) Variable "N" must be all lower-case
(#1492) Expected 1 space before "=="; 0 found
(#1492) Expected 1 space after "=="; 0 found
(#1492) Variable "V" must be all lower-case
(#1492) Expected 1 space before "=="; 0 found
(#1492) Expected 1 space after "=="; 0 found
(#1492) Expected 1 space before "=="; 0 found
(#1492) Expected 1 space after "=="; 0 found
(#1492) Closing brace must be on a line by itself
(#1492) Commas (,) must be followed by white space.
(#1492) Commas (,) must be followed by white space.
(#1492) Closing brace must be on a line by itself
(#1492) Line exceeds maximum limit of 180 characters; contains 200 characters
(#1492) Line exceeds maximum limit of 180 characters; contains 200 characters
(#1492) Line exceeds maximum limit of 180 characters; contains 200 characters
(#1492) Line exceeds maximum limit of 180 characters; contains 200 characters
(#1492) Line exceeds maximum limit of 180 characters; contains 200 characters
(#1492) Line exceeds maximum limit of 180 characters; contains 200 characters
(#1492) Line exceeds maximum limit of 180 characters; contains 200 characters
(#1492) Line exceeds maximum limit of 180 characters; contains 200 characters
(#1493) Line indented incorrectly; expected at least 172 spaces, found 0
(#1493) Expected 1 space after closing parenthesis; found 0
(#1493) Opening brace must be the last content on the line
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "="; 0 found
(#1493) Expected 1 space after "="; 0 found
(#1493) Variable "_g" must not contain underscores.
(#1493) Expected 1 space before "="; 0 found
(#1493) Expected 1 space after "="; 0 found
(#1493) Expected "if (...) {\n"; found "if(...){"
(#1493) Inline control structures are not allowed
(#1493) Variable "_g" must not contain underscores.
(#1493) Variable "_g" must not contain underscores.
(#1493) Expected 1 space before "="; 0 found
(#1493) Expected 1 space after "="; 0 found
(#1493) Variable "G" must be all lower-case
(#1493) Expected 1 space before "="; 0 found
(#1493) Expected 1 space after "="; 0 found
(#1493) Expected "if (...) {\n"; found "if(...){"
(#1493) Variable "G" must be all lower-case
(#1493) Expected 1 space before "!=="; 0 found
(#1493) Expected 1 space after "!=="; 0 found
(#1493) Inline control structures are not allowed
(#1493) Variable "G" must be all lower-case
(#1493) Expected 1 space before "==="; 0 found
(#1493) Expected 1 space after "==="; 0 found
(#1493) Expected 1 space before ".="; 0 found
(#1493) Expected 1 space after ".="; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Commas (,) must be followed by white space.
(#1493) Commas (,) must be followed by white space.
(#1493) Commas (,) must be followed by white space.
(#1493) Closing brace must be on a line by itself
(#1493) Closing brace must be on a line by itself
(#1493) Closing brace must be on a line by itself
(#1493) Inline control structures are not allowed
(#1493) Variable "_g" must not contain underscores.
(#1493) Variable "_g" must not contain underscores.
(#1493) Expected 1 space before "="; 0 found
(#1493) Expected 1 space after "="; 0 found
(#1493) Variable "F" must be all lower-case
(#1493) Expected 1 space before "="; 0 found
(#1493) Expected 1 space after "="; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "?"; 0 found
(#1493) Expected 1 space after "?"; 0 found
(#1493) Expected 1 space before ":"; 0 found
(#1493) Expected 1 space after ":"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Variable "F" must be all lower-case
(#1493) Commas (,) must be followed by white space.
(#1493) Commas (,) must be followed by white space.
(#1493) Commas (,) must be followed by white space.
(#1493) Commas (,) must be followed by white space.
(#1493) Closing brace must be on a line by itself
(#1493) Expected "if (...) {\n"; found "if(...){"
(#1493) Expected "if (...) {\n"; found "if(...){"
(#1493) Commas (,) must be followed by white space.
(#1493) Commas (,) must be followed by white space.
(#1493) Commas (,) must be followed by white space.
(#1493) Variable "_f" must not contain underscores.
(#1493) Commas (,) must be followed by white space.
(#1493) Closing brace must be on a line by itself
(#1493) Expected 1 space before "="; 0 found
(#1493) Expected 1 space after "="; 0 found
(#1493) Closing brace must be on a line by itself
(#1493) Variable "Vb" must be all lower-case
(#1493) Expected 1 space before "="; 0 found
(#1493) Expected 1 space after "="; 0 found
(#1493) Line exceeds maximum limit of 180 characters; contains 970 characters
(#1493) Line exceeds maximum limit of 180 characters; contains 970 characters
(#1493) Line exceeds maximum limit of 180 characters; contains 970 characters
(#1493) Line exceeds maximum limit of 180 characters; contains 970 characters
(#1493) Line exceeds maximum limit of 180 characters; contains 970 characters
(#1493) Line exceeds maximum limit of 180 characters; contains 970 characters
(#1493) Line exceeds maximum limit of 180 characters; contains 970 characters
(#1493) Line exceeds maximum limit of 180 characters; contains 970 characters
(#1494) Line indented incorrectly; expected at least 172 spaces, found 0
(#1494) Inline control structures are not allowed
(#1494) Expected 1 space before "="; 0 found
(#1494) Expected 1 space after "="; 0 found
(#1494) Commas (,) must be followed by white space.
(#1494) Expected 1 space before "!=="; 0 found
(#1494) Expected 1 space after "!=="; 0 found
(#1494) Expected 1 space before "?"; 0 found
(#1494) Expected 1 space after "?"; 0 found
(#1494) Expected 1 space before ":"; 0 found
(#1494) Expected 1 space after ":"; 0 found
(#1494) Expected 1 space before "?"; 0 found
(#1494) Expected 1 space after "?"; 0 found
(#1494) Expected 1 space before ":"; 0 found
(#1494) Expected 1 space after ":"; 0 found
(#1494) Inline control structures are not allowed
(#1494) Variable "Ka" must be all lower-case
(#1494) Expected 1 space before "="; 0 found
(#1494) Expected 1 space after "="; 0 found
(#1494) Variable "T" must be all lower-case
(#1494) Expected 1 space before "="; 0 found
(#1494) Expected 1 space after "="; 0 found
(#1494) Expected "if (...) {\n"; found "if(...){"
(#1494) Expected "if (...) {\n"; found "if(...){"
(#1494) Expected 1 space before "="; 0 found
(#1494) Expected 1 space after "="; 0 found
(#1494) Expected 1 space before "="; 0 found
(#1494) Expected 1 space after "="; 0 found
(#1494) Expected "if (...) {\n"; found "if(...){"
(#1494) Expected "foreach (...) {\n"; found "foreach(...){"
(#1494) Expected 1 space before "as"; 0 found
(#1494) Expected 1 space after "as"; 0 found
(#1494) Commas (,) must be followed by white space.
(#1494) Variable "X" must be all lower-case
(#1494) Expected 1 space before "="; 0 found
(#1494) Expected 1 space after "="; 0 found
(#1494) Expected "if (...) {\n"; found "if(...){"
(#1494) Variable "X" must be all lower-case
(#1494) Variable "X" must be all lower-case
(#1494) Expected 1 space before "<"; 0 found
(#1494) Expected 1 space after "<"; 0 found
(#1494) Expected 1 space before "="; 0 found
(#1494) Expected 1 space after "="; 0 found
(#1494) Expected 1 space before "="; 0 found
(#1494) Expected 1 space after "="; 0 found
(#1494) Variable "X" must be all lower-case
(#1494) Closing brace must be on a line by itself
(#1494) Closing brace must be on a line by itself
(#1494) Closing brace must be on a line by itself
(#1494) Expected 1 space before "="; 0 found
(#1494) Expected 1 space after "="; 0 found
(#1494) Expected 1 space before "?"; 0 found
(#1494) Expected 1 space after "?"; 0 found
(#1494) Commas (,) must be followed by white space.
(#1494) Expected 1 space before ":"; 0 found
(#1494) Expected 1 space after ":"; 0 found
(#1494) Closing brace must be on a line by itself
(#1494) Closing brace must be on a line by itself
(#1494) Usage of ELSEIF not allowed; use ELSE IF instead
(#1494) Expected 1 space before "=="; 0 found
(#1494) Expected 1 space after "=="; 0 found
(#1494) Expected 1 space before "="; 0 found
(#1494) Expected 1 space after "="; 0 found
(#1494) Commas (,) must be followed by white space.
(#1494) Inline control structures are not allowed
(#1494) Expected 1 space before ".="; 0 found
(#1494) Expected 1 space after ".="; 0 found
(#1494) Closing brace must be on a line by itself
(#1494) Inline control structures are not allowed
(#1494) Commas (,) must be followed by white space.
(#1494) Expected 1 space before "!=="; 0 found
(#1494) Expected 1 space after "!=="; 0 found
(#1494) Line exceeds maximum limit of 180 characters; contains 723 characters
(#1494) Line exceeds maximum limit of 180 characters; contains 723 characters
(#1494) Line exceeds maximum limit of 180 characters; contains 723 characters
(#1494) Line exceeds maximum limit of 180 characters; contains 723 characters
(#1494) Line exceeds maximum limit of 180 characters; contains 723 characters
(#1494) Line exceeds maximum limit of 180 characters; contains 723 characters
(#1494) Line exceeds maximum limit of 180 characters; contains 723 characters
(#1494) Line exceeds maximum limit of 180 characters; contains 723 characters
(#1495) Line indented incorrectly; expected at least 172 spaces, found 0
(#1495) Variable "I" must be all lower-case
(#1495) Commas (,) must be followed by white space.
(#1495) Commas (,) must be followed by white space.
(#1495) Commas (,) must be followed by white space.
(#1495) Expected 1 space after closing parenthesis; found 0
(#1495) Opening brace must be the last content on the line
(#1495) Variable "Zd" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "Ta" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "Ch" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "J" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Expected "for (...) {\n"; found "for(...){"
(#1495) Expected 1 space after first semicolon of FOR loop; 0 found
(#1495) Expected 1 space after second semicolon of FOR loop; 0 found
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Expected 1 space before "<"; 0 found
(#1495) Expected 1 space after "<"; 0 found
(#1495) Variable "K" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "I" must be all lower-case
(#1495) Expected "if (...) {\n"; found "if(...){"
(#1495) Commas (,) must be followed by white space.
(#1495) Expected "for (...) {\n"; found "for(...){"
(#1495) Expected 1 space after first semicolon of FOR loop; 0 found
(#1495) Expected 1 space after second semicolon of FOR loop; 0 found
(#1495) Variable "Ed" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "Ed" must be all lower-case
(#1495) Expected 1 space before "<"; 0 found
(#1495) Expected 1 space after "<"; 0 found
(#1495) Variable "K" must be all lower-case
(#1495) Variable "Ed" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "I" must be all lower-case
(#1495) Variable "C" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "Ze" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "Ye" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "J" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "Ze" must be all lower-case
(#1495) Inline control structures are not allowed
(#1495) Expected 1 space before "=="; 0 found
(#1495) Expected 1 space after "=="; 0 found
(#1495) Variable "Zd" must be all lower-case
(#1495) Variable "Ed" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "C" must be all lower-case
(#1495) Expected 1 space before "=="; 0 found
(#1495) Expected 1 space after "=="; 0 found
(#1495) Expected 1 space before "?"; 0 found
(#1495) Expected 1 space after "?"; 0 found
(#1495) Expected 1 space before ":"; 0 found
(#1495) Expected 1 space after ":"; 0 found
(#1495) Variable "C" must be all lower-case
(#1495) Expected 1 space before "=="; 0 found
(#1495) Expected 1 space after "=="; 0 found
(#1495) Expected 1 space before "?"; 0 found
(#1495) Expected 1 space after "?"; 0 found
(#1495) Expected 1 space before ":"; 0 found
(#1495) Expected 1 space after ":"; 0 found
(#1495) Usage of ELSEIF not allowed; use ELSE IF instead
(#1495) Variable "Ze" must be all lower-case
(#1495) Expected 1 space before "!="; 0 found
(#1495) Expected 1 space after "!="; 0 found
(#1495) Expected "if (...) {\n"; found "if(...){"
(#1495) Variable "Ze" must be all lower-case
(#1495) Variable "Ze" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Expected "foreach (...) {\n"; found "foreach(...){"
(#1495) Expected 1 space before "as"; 0 found
(#1495) Expected 1 space after "as"; 0 found
(#1495) Variable "Ze" must be all lower-case
(#1495) Commas (,) must be followed by white space.
(#1495) Expected "if (...) {\n"; found "if(...){"
(#1495) Expected 1 space before "=="; 0 found
(#1495) Expected 1 space after "=="; 0 found
(#1495) Variable "Ze" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Closing brace must be on a line by itself
(#1495) Closing brace must be on a line by itself
(#1495) Variable "Ze" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "Ze" must be all lower-case
(#1495) Closing brace must be on a line by itself
(#1495) Expected "if (...) {\n"; found "if(...){"
(#1495) Variable "Ze" must be all lower-case
(#1495) Variable "Ye" must be all lower-case
(#1495) Variable "Ze" must be all lower-case
(#1495) Variable "Ye" must be all lower-case
(#1495) Variable "Ze" must be all lower-case
(#1495) Variable "Ye" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "Ed" must be all lower-case
(#1495) Variable "Zd" must be all lower-case
(#1495) Variable "Ed" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "Ze" must be all lower-case
(#1495) Closing brace must be on a line by itself
(#1495) Closing brace must be on a line by itself
(#1495) Inline control structures are not allowed
(#1495) Expected 1 space before "=="; 0 found
(#1495) Expected 1 space after "=="; 0 found
(#1495) Variable "Ta" must be all lower-case
(#1495) Variable "Ed" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "Ch" must be all lower-case
(#1495) Variable "Ed" must be all lower-case
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Variable "Ze" must be all lower-case
(#1495) Expected 1 space before "!="; 0 found
(#1495) Expected 1 space after "!="; 0 found
(#1495) Expected 1 space before "!="; 0 found
(#1495) Expected 1 space after "!="; 0 found
(#1495) Variable "Ye" must be all lower-case
(#1495) Expected 1 space before "?"; 0 found
(#1495) Expected 1 space after "?"; 0 found
(#1495) Variable "Ze" must be all lower-case
(#1495) Expected 1 space before "!="; 0 found
(#1495) Expected 1 space after "!="; 0 found
(#1495) Expected 1 space before "?"; 0 found
(#1495) Expected 1 space after "?"; 0 found
(#1495) Variable "Ze" must be all lower-case
(#1495) Expected 1 space before ":"; 0 found
(#1495) Expected 1 space after ":"; 0 found
(#1495) Variable "Ye" must be all lower-case
(#1495) Expected 1 space before ":"; 0 found
(#1495) Expected 1 space after ":"; 0 found
(#1495) Variable "C" must be all lower-case
(#1495) Expected 1 space before "?"; 0 found
(#1495) Expected 1 space after "?"; 0 found
(#1495) Expected 1 space before "=>"; 0 found
(#1495) Expected 1 space after "=>"; 0 found
(#1495) Variable "C" must be all lower-case
(#1495) Expected 1 space before ":"; 0 found
(#1495) Expected 1 space after ":"; 0 found
(#1495) Closing brace must be on a line by itself
(#1495) Closing brace must be on a line by itself
(#1495) Expected "foreach (...) {\n"; found "foreach(...){"
(#1495) Expected 1 space before "=>"; 0 found
(#1495) Expected 1 space after "=>"; 0 found
(#1495) Expected 1 space after "as"; 0 found
(#1495) Line exceeds maximum limit of 180 characters; contains 965 characters
(#1495) Line exceeds maximum limit of 180 characters; contains 965 characters
(#1495) Variable "K" must be all lower-case
(#1495) Line exceeds maximum limit of 180 characters; contains 965 characters
(#1495) Line exceeds maximum limit of 180 characters; contains 965 characters
(#1495) Line exceeds maximum limit of 180 characters; contains 965 characters
(#1495) Line exceeds maximum limit of 180 characters; contains 965 characters
(#1495) Line exceeds maximum limit of 180 characters; contains 965 characters
(#1495) Line exceeds maximum limit of 180 characters; contains 965 characters
(#1496) Line indented incorrectly; expected at least 180 spaces, found 0
(#1496) Expected 1 space before "=>"; 0 found
(#1496) Expected 1 space after "=>"; 0 found
(#1496) Variable "X" must be all lower-case
(#1496) Inline control structures are not allowed
(#1496) Variable "X" must be all lower-case
(#1496) Expected 1 space before "==="; 0 found
(#1496) Expected 1 space after "==="; 0 found
(#1496) Variable "X" must be all lower-case
(#1496) Expected 1 space before "="; 0 found
(#1496) Expected 1 space after "="; 0 found
(#1496) Inline control structures are not allowed
(#1496) Usage of ELSEIF not allowed; use ELSE IF instead
(#1496) Variable "Ta" must be all lower-case
(#1496) Variable "X" must be all lower-case
(#1496) Variable "X" must be all lower-case
(#1496) Expected 1 space before "="; 0 found
(#1496) Expected 1 space after "="; 0 found
(#1496) Commas (,) must be followed by white space.
(#1496) Variable "X" must be all lower-case
(#1496) Inline control structures are not allowed
(#1496) Usage of ELSEIF not allowed; use ELSE IF instead
(#1496) Variable "X" must be all lower-case
(#1496) Variable "X" must be all lower-case
(#1496) Expected 1 space before "="; 0 found
(#1496) Expected 1 space after "="; 0 found
(#1496) Variable "X" must be all lower-case
(#1496) Expected 1 space before "="; 0 found
(#1496) Expected 1 space after "="; 0 found
(#1496) Variable "X" must be all lower-case
(#1496) Inline control structures are not allowed
(#1496) Variable "Ch" must be all lower-case
(#1496) Expected 1 space before "=="; 0 found
(#1496) Expected 1 space after "=="; 0 found
(#1496) Variable "X" must be all lower-case
(#1496) Expected 1 space before "="; 0 found
(#1496) Expected 1 space after "="; 0 found
(#1496) Variable "X" must be all lower-case
(#1496) Closing brace must be on a line by itself
(#1496) Expected "if (...) {\n"; found "if(...){"
(#1496) Variable "Zd" must be all lower-case
(#1496) Variable "Zd" must be all lower-case
(#1496) Expected "if (...) {\n"; found "if(...){"
(#1496) Expected 1 space before "=="; 0 found
(#1496) Expected 1 space after "=="; 0 found
(#1496) Variable "Q" must be all lower-case
(#1496) Expected 1 space before "="; 0 found
(#1496) Expected 1 space after "="; 0 found
(#1496) Variable "K" must be all lower-case
(#1496) Commas (,) must be followed by white space.
(#1496) Variable "Zd" must be all lower-case
(#1496) Variable "_" must not contain underscores.
(#1496) Expected 1 space before "="; 0 found
(#1496) Expected 1 space after "="; 0 found
(#1496) Variable "Zd" must be all lower-case
(#1496) Variable "Q" must be all lower-case
(#1496) Expected 1 space before "!="; 0 found
(#1496) Expected 1 space after "!="; 0 found
(#1496) Expected 1 space before "?"; 0 found
(#1496) Expected 1 space after "?"; 0 found
(#1496) Variable "Q" must be all lower-case
(#1496) Expected 1 space before ":"; 0 found
(#1496) Expected 1 space after ":"; 0 found
(#1496) Variable "Q" must be all lower-case
(#1496) Closing brace must be on a line by itself
(#1496) Expected "} else {\n"; found "}else{"
(#1496) Variable "_" must not contain underscores.
(#1496) Expected 1 space before "="; 0 found
(#1496) Expected 1 space after "="; 0 found
(#1496) Variable "Zd" must be all lower-case
(#1496) Inline control structures are not allowed
(#1496) Expected 1 space before "=>"; 0 found
(#1496) Expected 1 space after "=>"; 0 found
(#1496) Expected 1 space before "as"; 0 found
(#1496) Expected 1 space after "as"; 0 found
(#1496) Variable "Zd" must be all lower-case
(#1496) Expected 1 space before "=>"; 0 found
(#1496) Expected 1 space after "=>"; 0 found
(#1496) Variable "Ed" must be all lower-case
(#1496) Variable "_" must not contain underscores.
(#1496) Expected 1 space before ".="; 0 found
(#1496) Expected 1 space after ".="; 0 found
(#1496) Variable "K" must be all lower-case
(#1496) Variable "Ed" must be all lower-case
(#1496) Closing brace must be on a line by itself
(#1496) Variable "X" must be all lower-case
(#1496) Expected 1 space before "="; 0 found
(#1496) Expected 1 space after "="; 0 found
(#1496) Variable "_" must not contain underscores.
(#1496) Variable "X" must be all lower-case
(#1496) Closing brace must be on a line by itself
(#1496) Variable "X" must be all lower-case
(#1496) Closing brace must be on a line by itself
(#1496) Closing brace must be on a line by itself
(#1496) Expected 1 space before "?"; 0 found
(#1496) Expected 1 space after "?"; 0 found
(#1496) Expected 1 space before ":"; 0 found
(#1496) Expected 1 space after ":"; 0 found
(#1496) Variable "J" must be all lower-case
(#1496) Closing brace must be on a line by itself
(#1496) Line exceeds maximum limit of 180 characters; contains 586 characters
(#1496) Line exceeds maximum limit of 180 characters; contains 586 characters
(#1496) Line exceeds maximum limit of 180 characters; contains 586 characters
(#1496) Line exceeds maximum limit of 180 characters; contains 586 characters
(#1496) Line exceeds maximum limit of 180 characters; contains 586 characters
(#1496) Line exceeds maximum limit of 180 characters; contains 586 characters
(#1496) Line exceeds maximum limit of 180 characters; contains 586 characters
(#1496) Line exceeds maximum limit of 180 characters; contains 586 characters
(#1497) Line indented incorrectly; expected at least 172 spaces, found 0
(#1497) Expected 1 space after closing parenthesis; found 0
(#1497) Opening brace must be the last content on the line
(#1497) Variable "J" must be all lower-case
(#1497) Expected 1 space before "="; 0 found
(#1497) Expected 1 space after "="; 0 found
(#1497) Expected "foreach (...) {\n"; found "foreach(...){"
(#1497) Expected 1 space before "=>"; 0 found
(#1497) Expected 1 space after "=>"; 0 found
(#1497) Expected 1 space before "as"; 0 found
(#1497) Expected 1 space after "as"; 0 found
(#1497) Commas (,) must be followed by white space.
(#1497) Variable "Ug" must be all lower-case
(#1497) Expected 1 space before "=>"; 0 found
(#1497) Expected 1 space after "=>"; 0 found
(#1497) Variable "Q" must be all lower-case
(#1497) Expected "if (...) {\n"; found "if(...){"
(#1497) Variable "Ug" must be all lower-case
(#1497) Expected 1 space before "!="; 0 found
(#1497) Expected 1 space after "!="; 0 found
(#1497) Variable "Q" must be all lower-case
(#1497) Expected "foreach (...) {\n"; found "foreach(...){"
(#1497) Expected 1 space before "as"; 0 found
(#1497) Expected 1 space after "as"; 0 found
(#1497) Variable "Ug" must be all lower-case
(#1497) Expected "if (...) {\n"; found "if(...){"
(#1497) Expected "if (...) {\n"; found "if(...){"
(#1497) Variable "J" must be all lower-case
(#1497) Variable "Ug" must be all lower-case
(#1497) Variable "J" must be all lower-case
(#1497) Variable "Ug" must be all lower-case
(#1497) Closing brace must be on a line by itself
(#1497) Variable "J" must be all lower-case
(#1497) Variable "Ug" must be all lower-case
(#1497) Expected 1 space before "="; 0 found
(#1497) Expected 1 space after "="; 0 found
(#1497) Closing brace must be on a line by itself
(#1497) Closing brace must be on a line by itself
(#1497) Closing brace must be on a line by itself
(#1497) Closing brace must be on a line by itself
(#1497) Variable "J" must be all lower-case
(#1497) Closing brace must be on a line by itself
(#1497) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1497) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1497) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1497) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1497) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1497) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1497) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1497) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1498) Line indented incorrectly; expected at least 172 spaces, found 0
(#1498) Variable "C" must be all lower-case
(#1498) Commas (,) must be followed by white space.
(#1498) Variable "Y" must be all lower-case
(#1498) Commas (,) must be followed by white space.
(#1498) Variable "L" must be all lower-case
(#1498) Commas (,) must be followed by white space.
(#1498) Expected 1 space after closing parenthesis; found 0
(#1498) Opening brace must be the last content on the line
(#1498) Variable "C" must be all lower-case
(#1498) Expected "if (...) {\n"; found "if(...){"
(#1498) Variable "Y" must be all lower-case
(#1498) Inline control structures are not allowed
(#1498) Expected 1 space after "as"; 0 found
(#1498) Line exceeds 132 characters; contains 167 characters
(#1498) Line exceeds 132 characters; contains 167 characters
(#1498) Line exceeds 132 characters; contains 167 characters
(#1498) Line exceeds 132 characters; contains 167 characters
(#1498) Line exceeds 132 characters; contains 167 characters
(#1498) Line exceeds 132 characters; contains 167 characters
(#1498) Line exceeds 132 characters; contains 167 characters
(#1498) Line exceeds 132 characters; contains 167 characters
(#1498) Variable "Y" must be all lower-case
(#1499) Line indented incorrectly; expected at least 180 spaces, found 0
(#1499) Variable "X" must be all lower-case
(#1500) Line indented incorrectly; expected at least 180 spaces, found 0
(#1500) Variable "X" must be all lower-case
(#1500) Closing brace must be on a line by itself
(#1500) Inline control structures are not allowed
(#1501) Line indented incorrectly; expected at least 172 spaces, found 0
(#1502) Line indented incorrectly; expected at least 172 spaces, found 0
(#1502) Variable "Y" must be all lower-case
(#1502) Closing brace must be on a line by itself
(#1503) Line indented incorrectly; expected at least 172 spaces, found 0
(#1503) Commas (,) must be followed by white space.
(#1503) Commas (,) must be followed by white space.
(#1503) Commas (,) must be followed by white space.
(#1503) Variable "Nc" must be all lower-case
(#1503) Expected 1 space after closing parenthesis; found 0
(#1503) Opening brace must be the last content on the line
(#1503) Variable "Mg" must be all lower-case
(#1503) Commas (,) must be followed by white space.
(#1503) Variable "Ch" must be all lower-case
(#1503) Commas (,) must be followed by white space.
(#1503) Variable "Jh" must be all lower-case
(#1503) Commas (,) must be followed by white space.
(#1503) Variable "Ne" must be all lower-case
(#1503) Variable "U" must be all lower-case
(#1503) Expected 1 space before "="; 0 found
(#1503) Expected 1 space after "="; 0 found
(#1503) Commas (,) must be followed by white space.
(#1503) Commas (,) must be followed by white space.
(#1503) Commas (,) must be followed by white space.
(#1503) Commas (,) must be followed by white space.
(#1503) Commas (,) must be followed by white space.
(#1503) Inline control structures are not allowed
(#1503) Variable "U" must be all lower-case
(#1503) Variable "Ch" must be all lower-case
(#1503) Variable "U" must be all lower-case
(#1503) Variable "Nc" must be all lower-case
(#1503) Variable "U" must be all lower-case
(#1503) Variable "Mg" must be all lower-case
(#1503) Commas (,) must be followed by white space.
(#1503) Variable "U" must be all lower-case
(#1503) Inline control structures are not allowed
(#1503) Variable "Nc" must be all lower-case
(#1503) Variable "Mg" must be all lower-case
(#1503) Expected 1 space before "="; 0 found
(#1503) Expected 1 space after "="; 0 found
(#1503) Variable "Nc" must be all lower-case
(#1503) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1503) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1503) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1503) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1503) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1503) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1503) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1503) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1504) Line indented incorrectly; expected at least 176 spaces, found 0
(#1504) Variable "Mg" must be all lower-case
(#1504) Commas (,) must be followed by white space.
(#1504) Variable "U" must be all lower-case
(#1504) Commas (,) must be followed by white space.
(#1505) Commas (,) must be followed by white space.
(#1505) Commas (,) must be followed by white space.
(#1505) Commas (,) must be followed by white space.
(#1505) Commas (,) must be followed by white space.
(#1505) Commas (,) must be followed by white space.
(#1505) Commas (,) must be followed by white space.
(#1505) Variable "U" must be all lower-case
(#1505) Expected 1 space before "?"; 0 found
(#1505) Expected 1 space after "?"; 0 found
(#1505) Expected 1 space before ":"; 0 found
(#1505) Expected 1 space after ":"; 0 found
(#1505) Commas (,) must be followed by white space.
(#1505) Commas (,) must be followed by white space.
(#1505) Variable "U" must be all lower-case
(#1505) Expected 1 space before "?"; 0 found
(#1505) Expected 1 space after "?"; 0 found
(#1505) Expected 1 space before ":"; 0 found
(#1505) Expected 1 space after ":"; 0 found
(#1505) Commas (,) must be followed by white space.
(#1505) Commas (,) must be followed by white space.
(#1505) Variable "Jh" must be all lower-case
(#1505) Expected 1 space before "?"; 0 found
(#1505) Expected 1 space after "?"; 0 found
(#1505) Variable "U" must be all lower-case
(#1505) Commas (,) must be followed by white space.
(#1505) Variable "U" must be all lower-case
(#1505) Expected 1 space before "?"; 0 found
(#1505) Expected 1 space after "?"; 0 found
(#1505) Expected 1 space before ":"; 0 found
(#1505) Expected 1 space after ":"; 0 found
(#1505) Variable "Jh" must be all lower-case
(#1505) Commas (,) must be followed by white space.
(#1505) Expected 1 space before ":"; 0 found
(#1505) Expected 1 space after ":"; 0 found
(#1505) Commas (,) must be followed by white space.
(#1505) Expected 1 space before "?"; 0 found
(#1505) Expected 1 space after "?"; 0 found
(#1505) Commas (,) must be followed by white space.
(#1505) Variable "U" must be all lower-case
(#1505) Expected 1 space before "?"; 0 found
(#1505) Expected 1 space after "?"; 0 found
(#1505) Expected 1 space before ":"; 0 found
(#1505) Expected 1 space after ":"; 0 found
(#1505) Expected 1 space before "=>"; 0 found
(#1505) Expected 1 space after "=>"; 0 found
(#1505) Commas (,) must be followed by white space.
(#1505) Commas (,) must be followed by white space.
(#1505) Expected 1 space before ":"; 0 found
(#1505) Expected 1 space after ":"; 0 found
(#1505) Commas (,) must be followed by white space.
(#1505) Variable "Nc" must be all lower-case
(#1505) Expected 1 space before "?"; 0 found
(#1505) Expected 1 space after "?"; 0 found
(#1505) The use of backticks in strings is not recommended
(#1505) Commas (,) must be followed by white space.
(#1505) Variable "U" must be all lower-case
(#1505) Expected 1 space before "?"; 0 found
(#1505) Expected 1 space after "?"; 0 found
(#1505) Expected 1 space before ":"; 0 found
(#1505) Expected 1 space after ":"; 0 found
(#1505) Commas (,) must be followed by white space.
(#1505) Variable "Ne" must be all lower-case
(#1505) Commas (,) must be followed by white space.
(#1505) Expected 1 space before ":"; 0 found
(#1505) Expected 1 space after ":"; 0 found
(#1505) Closing brace must be on a line by itself
(#1505) Line exceeds maximum limit of 180 characters; contains 1089 characters
(#1505) Line exceeds maximum limit of 180 characters; contains 1089 characters
(#1505) Line exceeds maximum limit of 180 characters; contains 1089 characters
(#1505) Line exceeds maximum limit of 180 characters; contains 1089 characters
(#1505) Line exceeds maximum limit of 180 characters; contains 1089 characters
(#1505) Line exceeds maximum limit of 180 characters; contains 1089 characters
(#1505) Line exceeds maximum limit of 180 characters; contains 1089 characters
(#1505) Line exceeds maximum limit of 180 characters; contains 1089 characters
(#1506) Line indented incorrectly; expected at least 172 spaces, found 0
(#1506) Variable "Wd" must be all lower-case
(#1506) Expected 1 space after closing parenthesis; found 0
(#1506) Opening brace must be the last content on the line
(#1506) Commas (,) must be followed by white space.
(#1506) Variable "Wd" must be all lower-case
(#1506) Commas (,) must be followed by white space.
(#1506) Variable "Wd" must be all lower-case
(#1506) Commas (,) must be followed by white space.
(#1506) Expected 1 space before "?"; 0 found
(#1506) Expected 1 space after "?"; 0 found
(#1506) Commas (,) must be followed by white space.
(#1506) Expected 1 space before ":"; 0 found
(#1506) Expected 1 space after ":"; 0 found
(#1506) Commas (,) must be followed by white space.
(#1506) Commas (,) must be followed by white space.
(#1506) Commas (,) must be followed by white space.
(#1506) Commas (,) must be followed by white space.
(#1506) Variable "Wd" must be all lower-case
(#1506) Closing brace must be on a line by itself
(#1506) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1506) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1506) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1506) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1506) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1506) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1506) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1506) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1507) Line indented incorrectly; expected at least 172 spaces, found 0
(#1507) Commas (,) must be followed by white space.
(#1507) Expected 1 space after closing parenthesis; found 0
(#1507) Opening brace must be the last content on the line
(#1507) Variable "Jh" must be all lower-case
(#1507) Commas (,) must be followed by white space.
(#1507) Commas (,) must be followed by white space.
(#1507) Variable "Jh" must be all lower-case
(#1507) Expected 1 space before "?"; 0 found
(#1507) Expected 1 space after "?"; 0 found
(#1507) Expected 1 space before ":"; 0 found
(#1507) Expected 1 space after ":"; 0 found
(#1507) Commas (,) must be followed by white space.
(#1507) Expected 1 space before "?"; 0 found
(#1507) Expected 1 space after "?"; 0 found
(#1507) Expected 1 space before ":"; 0 found
(#1507) Expected 1 space after ":"; 0 found
(#1507) Closing brace must be on a line by itself
(#1507) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1507) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1507) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1507) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1507) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1507) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1507) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1507) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1508) Line indented incorrectly; expected at least 172 spaces, found 0
(#1508) Commas (,) must be followed by white space.
(#1508) Variable "Ah" must be all lower-case
(#1508) Expected 1 space after closing parenthesis; found 0
(#1508) Opening brace must be the last content on the line
(#1508) Variable "Kb" must be all lower-case
(#1508) Expected 1 space before "="; 0 found
(#1508) Expected 1 space after "="; 0 found
(#1509) Line indented incorrectly; expected at least 176 spaces, found 0
(#1509) Commas (,) must be followed by white space.
(#1509) Variable "Ah" must be all lower-case
(#1509) Commas (,) must be followed by white space.
(#1509) Expected 1 space before "?"; 0 found
(#1509) Expected 1 space after "?"; 0 found
(#1509) Expected 1 space before ":"; 0 found
(#1509) Expected 1 space after ":"; 0 found
(#1509) Commas (,) must be followed by white space.
(#1509) Variable "Kb" must be all lower-case
(#1509) Expected 1 space before "?"; 0 found
(#1509) Expected 1 space after "?"; 0 found
(#1509) Commas (,) must be followed by white space.
(#1509) Commas (,) must be followed by white space.
(#1509) Variable "Kb" must be all lower-case
(#1509) Expected 1 space before "=="; 0 found
(#1509) Expected 1 space after "=="; 0 found
(#1509) Commas (,) must be followed by white space.
(#1509) Variable "Kb" must be all lower-case
(#1509) Expected 1 space before "=="; 0 found
(#1509) Expected 1 space after "=="; 0 found
(#1509) Commas (,) must be followed by white space.
(#1509) Variable "Kb" must be all lower-case
(#1509) Expected 1 space before "=="; 0 found
(#1509) Expected 1 space after "=="; 0 found
(#1509) Commas (,) must be followed by white space.
(#1509) Variable "Kb" must be all lower-case
(#1509) Expected 1 space before "?"; 0 found
(#1509) Expected 1 space after "?"; 0 found
(#1509) Variable "Kb" must be all lower-case
(#1509) Expected 1 space before ":"; 0 found
(#1509) Expected 1 space after ":"; 0 found
(#1509) Variable "Kb" must be all lower-case
(#1509) Expected 1 space before ":"; 0 found
(#1509) Expected 1 space after ":"; 0 found
(#1509) Commas (,) must be followed by white space.
(#1509) Commas (,) must be followed by white space.
(#1509) Expected 1 space before "?"; 0 found
(#1509) Expected 1 space after "?"; 0 found
(#1509) Expected 1 space before ":"; 0 found
(#1509) Expected 1 space after ":"; 0 found
(#1509) Commas (,) must be followed by white space.
(#1509) Expected 1 space before "!="; 0 found
(#1509) Expected 1 space after "!="; 0 found
(#1509) Expected 1 space before "?"; 0 found
(#1509) Expected 1 space after "?"; 0 found
(#1509) Expected 1 space before ":"; 0 found
(#1509) Expected 1 space after ":"; 0 found
(#1509) Commas (,) must be followed by white space.
(#1509) Expected 1 space before "?"; 0 found
(#1509) Expected 1 space after "?"; 0 found
(#1509) Expected 1 space before ":"; 0 found
(#1509) Expected 1 space after ":"; 0 found
(#1509) Commas (,) must be followed by white space.
(#1509) Closing brace must be on a line by itself
(#1509) Line exceeds maximum limit of 180 characters; contains 623 characters
(#1509) Line exceeds maximum limit of 180 characters; contains 623 characters
(#1509) Line exceeds maximum limit of 180 characters; contains 623 characters
(#1509) Line exceeds maximum limit of 180 characters; contains 623 characters
(#1509) Line exceeds maximum limit of 180 characters; contains 623 characters
(#1509) Line exceeds maximum limit of 180 characters; contains 623 characters
(#1509) Line exceeds maximum limit of 180 characters; contains 623 characters
(#1509) Line exceeds maximum limit of 180 characters; contains 623 characters
(#1510) Line indented incorrectly; expected at least 172 spaces, found 0
(#1510) Variable "U" must be all lower-case
(#1510) Expected 1 space after closing parenthesis; found 0
(#1510) Opening brace must be the last content on the line
(#1510) Expected "foreach (...) {\n"; found "foreach(...){"
(#1510) Expected 1 space before "=>"; 0 found
(#1510) Expected 1 space after "=>"; 0 found
(#1510) Expected 1 space before "as"; 0 found
(#1510) Expected 1 space after "as"; 0 found
(#1510) Expected 1 space before "=>"; 0 found
(#1510) Expected 1 space after "=>"; 0 found
(#1510) Commas (,) must be followed by white space.
(#1510) Expected 1 space before "=>"; 0 found
(#1510) Expected 1 space after "=>"; 0 found
(#1510) Commas (,) must be followed by white space.
(#1510) Expected 1 space before "=>"; 0 found
(#1510) Expected 1 space after "=>"; 0 found
(#1510) Commas (,) must be followed by white space.
(#1510) Expected 1 space before "=>"; 0 found
(#1510) Expected 1 space after "=>"; 0 found
(#1510) Commas (,) must be followed by white space.
(#1510) Expected 1 space before "=>"; 0 found
(#1510) Expected 1 space after "=>"; 0 found
(#1510) Variable "X" must be all lower-case
(#1510) Inline control structures are not allowed
(#1510) Commas (,) must be followed by white space.
(#1510) Variable "U" must be all lower-case
(#1510) Closing brace must be on a line by itself
(#1510) Closing brace must be on a line by itself
(#1510) Line exceeds 132 characters; contains 164 characters
(#1510) Line exceeds 132 characters; contains 164 characters
(#1510) Line exceeds 132 characters; contains 164 characters
(#1510) Line exceeds 132 characters; contains 164 characters
(#1510) Line exceeds 132 characters; contains 164 characters
(#1510) Line exceeds 132 characters; contains 164 characters
(#1510) Line exceeds 132 characters; contains 164 characters
(#1510) Line exceeds 132 characters; contains 164 characters
(#1511) Line indented incorrectly; expected at least 172 spaces, found 0
(#1511) Commas (,) must be followed by white space.
(#1511) Commas (,) must be followed by white space.
(#1511) Variable "U" must be all lower-case
(#1511) Commas (,) must be followed by white space.
(#1511) Variable "Nc" must be all lower-case
(#1511) Commas (,) must be followed by white space.
(#1511) Expected 1 space after closing parenthesis; found 0
(#1511) Opening brace must be the last content on the line
(#1511) Commas (,) must be followed by white space.
(#1511) Expected 1 space before "="; 0 found
(#1511) Expected 1 space after "="; 0 found
(#1512) Expected "if (...) {\n"; found "if(...){"
(#1512) Variable "U" must be all lower-case
(#1512) Expected 1 space before "=="; 0 found
(#1512) Expected 1 space after "=="; 0 found
(#1512) Closing brace must be on a line by itself
(#1512) Commas (,) must be followed by white space.
(#1512) Variable "U" must be all lower-case
(#1512) Expected 1 space before "=="; 0 found
(#1512) Expected 1 space after "=="; 0 found
(#1512) Expected 1 space before "?"; 0 found
(#1512) Expected 1 space after "?"; 0 found
(#1512) Expected 1 space before ":"; 0 found
(#1512) Expected 1 space after ":"; 0 found
(#1512) Commas (,) must be followed by white space.
(#1512) Commas (,) must be followed by white space.
(#1512) Commas (,) must be followed by white space.
(#1512) Line exceeds maximum limit of 180 characters; contains 255 characters
(#1512) Line exceeds maximum limit of 180 characters; contains 255 characters
(#1512) Line exceeds maximum limit of 180 characters; contains 255 characters
(#1512) Line exceeds maximum limit of 180 characters; contains 255 characters
(#1512) Line exceeds maximum limit of 180 characters; contains 255 characters
(#1512) Line exceeds maximum limit of 180 characters; contains 255 characters
(#1512) Line exceeds maximum limit of 180 characters; contains 255 characters
(#1512) Line exceeds maximum limit of 180 characters; contains 255 characters
(#1513) Commas (,) must be followed by white space.
(#1513) Commas (,) must be followed by white space.
(#1513) Commas (,) must be followed by white space.
(#1513) Expected "if (...) {\n"; found "if(...){"
(#1513) Variable "U" must be all lower-case
(#1513) Expected 1 space before "=="; 0 found
(#1513) Expected 1 space after "=="; 0 found
(#1514) Commas (,) must be followed by white space.
(#1514) Commas (,) must be followed by white space.
(#1514) Commas (,) must be followed by white space.
(#1514) Expected 1 space before "=>"; 0 found
(#1514) Expected 1 space after "=>"; 0 found
(#1514) Commas (,) must be followed by white space.
(#1514) Expected 1 space before "=>"; 0 found
(#1514) Expected 1 space after "=>"; 0 found
(#1514) Commas (,) must be followed by white space.
(#1514) Expected 1 space before "=>"; 0 found
(#1514) Expected 1 space after "=>"; 0 found
(#1514) Commas (,) must be followed by white space.
(#1514) Expected 1 space before "=>"; 0 found
(#1514) Expected 1 space after "=>"; 0 found
(#1514) Commas (,) must be followed by white space.
(#1514) Commas (,) must be followed by white space.
(#1514) Commas (,) must be followed by white space.
(#1514) Commas (,) must be followed by white space.
(#1514) Expected 1 space before "?"; 0 found
(#1514) Expected 1 space after "?"; 0 found
(#1514) Expected 1 space before "?"; 0 found
(#1514) Expected 1 space after "?"; 0 found
(#1514) Expected 1 space before ":"; 0 found
(#1514) Expected 1 space after ":"; 0 found
(#1514) Expected 1 space before ":"; 0 found
(#1514) Expected 1 space after ":"; 0 found
(#1514) Closing brace must be on a line by itself
(#1514) Commas (,) must be followed by white space.
(#1514) Expected 1 space before "?"; 0 found
(#1514) Expected 1 space after "?"; 0 found
(#1514) Expected 1 space before ":"; 0 found
(#1514) Expected 1 space after ":"; 0 found
(#1514) Commas (,) must be followed by white space.
(#1514) Commas (,) must be followed by white space.
(#1514) Commas (,) must be followed by white space.
(#1514) Commas (,) must be followed by white space.
(#1514) Commas (,) must be followed by white space.
(#1514) Line exceeds maximum limit of 180 characters; contains 668 characters
(#1514) Line exceeds maximum limit of 180 characters; contains 668 characters
(#1514) Line exceeds maximum limit of 180 characters; contains 668 characters
(#1514) Line exceeds maximum limit of 180 characters; contains 668 characters
(#1514) Line exceeds maximum limit of 180 characters; contains 668 characters
(#1514) Line exceeds maximum limit of 180 characters; contains 668 characters
(#1514) Line exceeds maximum limit of 180 characters; contains 668 characters
(#1514) Line exceeds maximum limit of 180 characters; contains 668 characters
(#1517) Expected "foreach (...) {\n"; found "foreach(...){"
(#1517) Expected 1 space before "=>"; 0 found
(#1517) Expected 1 space after "=>"; 0 found
(#1517) Expected 1 space after "as"; 0 found
(#1518) Expected 1 space before "=>"; 0 found
(#1518) Expected 1 space after "=>"; 0 found
(#1518) Expected 1 space before "="; 0 found
(#1518) Expected 1 space after "="; 0 found
(#1518) Expected 1 space before "?"; 0 found
(#1518) Expected 1 space after "?"; 0 found
(#1518) Expected 1 space before ":"; 0 found
(#1518) Expected 1 space after ":"; 0 found
(#1518) Variable "Rb" must be all lower-case
(#1518) Expected 1 space before "="; 0 found
(#1518) Expected 1 space after "="; 0 found
(#1518) Expected 1 space before "-"; 0 found
(#1518) Expected 1 space after "-"; 0 found
(#1518) Expected 1 space before "=="; 0 found
(#1518) Expected 1 space after "=="; 0 found
(#1518) Commas (,) must be followed by white space.
(#1518) Variable "Rb" must be all lower-case
(#1518) Expected 1 space before "?"; 0 found
(#1518) Expected 1 space after "?"; 0 found
(#1518) Expected 1 space before ":"; 0 found
(#1518) Expected 1 space after ":"; 0 found
(#1518) Commas (,) must be followed by white space.
(#1518) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1518) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1518) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1518) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1518) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1518) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1518) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1518) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1519) Commas (,) must be followed by white space.
(#1519) Variable "U" must be all lower-case
(#1519) Expected 1 space before "=="; 0 found
(#1519) Expected 1 space after "=="; 0 found
(#1519) Expected 1 space before "?"; 0 found
(#1519) Expected 1 space after "?"; 0 found
(#1519) Commas (,) must be followed by white space.
(#1519) Commas (,) must be followed by white space.
(#1519) Commas (,) must be followed by white space.
(#1519) Expected 1 space before ":"; 0 found
(#1519) Expected 1 space after ":"; 0 found
(#1519) Commas (,) must be followed by white space.
(#1519) Expected "if (...) {\n"; found "if(...){"
(#1519) Variable "Rb" must be all lower-case
(#1519) Commas (,) must be followed by white space.
(#1519) Commas (,) must be followed by white space.
(#1519) Commas (,) must be followed by white space.
(#1519) Commas (,) must be followed by white space.
(#1519) Commas (,) must be followed by white space.
(#1519) Expected 1 space before "!="; 0 found
(#1519) Expected 1 space after "!="; 0 found
(#1519) Expected 1 space before ">"; 0 found
(#1519) Expected 1 space after ">"; 0 found
(#1519) Expected 1 space before "?"; 0 found
(#1519) Expected 1 space after "?"; 0 found
(#1519) Expected 1 space before ":"; 0 found
(#1519) Expected 1 space after ":"; 0 found
(#1519) Commas (,) must be followed by white space.
(#1519) Closing brace must be on a line by itself
(#1519) Commas (,) must be followed by white space.
(#1519) Commas (,) must be followed by white space.
(#1519) Commas (,) must be followed by white space.
(#1519) Commas (,) must be followed by white space.
(#1519) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1519) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1519) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1519) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1519) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1519) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1519) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1519) Line exceeds maximum limit of 180 characters; contains 460 characters
(#1520) Commas (,) must be followed by white space.
(#1520) Commas (,) must be followed by white space.
(#1520) Commas (,) must be followed by white space.
(#1520) Variable "Nc" must be all lower-case
(#1520) Expected "if (...) {\n"; found "if(...){"
(#1520) Variable "U" must be all lower-case
(#1520) Expected 1 space before "=="; 0 found
(#1520) Expected 1 space after "=="; 0 found
(#1520) Commas (,) must be followed by white space.
(#1520) Commas (,) must be followed by white space.
(#1520) Commas (,) must be followed by white space.
(#1520) Commas (,) must be followed by white space.
(#1520) Commas (,) must be followed by white space.
(#1520) Commas (,) must be followed by white space.
(#1520) Commas (,) must be followed by white space.
(#1520) Commas (,) must be followed by white space.
(#1520) Commas (,) must be followed by white space.
(#1520) Commas (,) must be followed by white space.
(#1520) Expected "if (...) {\n"; found "if(...){"
(#1520) Closing brace must be on a line by itself
(#1520) Line exceeds maximum limit of 180 characters; contains 439 characters
(#1520) Line exceeds maximum limit of 180 characters; contains 439 characters
(#1520) Line exceeds maximum limit of 180 characters; contains 439 characters
(#1520) Line exceeds maximum limit of 180 characters; contains 439 characters
(#1520) Line exceeds maximum limit of 180 characters; contains 439 characters
(#1520) Line exceeds maximum limit of 180 characters; contains 439 characters
(#1520) Line exceeds maximum limit of 180 characters; contains 439 characters
(#1520) Line exceeds maximum limit of 180 characters; contains 439 characters
(#1522) Commas (,) must be followed by white space.
(#1522) Commas (,) must be followed by white space.
(#1522) Commas (,) must be followed by white space.
(#1522) Commas (,) must be followed by white space.
(#1522) Commas (,) must be followed by white space.
(#1522) Commas (,) must be followed by white space.
(#1522) Commas (,) must be followed by white space.
(#1522) Commas (,) must be followed by white space.
(#1522) Commas (,) must be followed by white space.
(#1522) Commas (,) must be followed by white space.
(#1522) Commas (,) must be followed by white space.
(#1522) Line exceeds maximum limit of 180 characters; contains 263 characters
(#1522) Line exceeds maximum limit of 180 characters; contains 263 characters
(#1522) Line exceeds maximum limit of 180 characters; contains 263 characters
(#1522) Line exceeds maximum limit of 180 characters; contains 263 characters
(#1522) Line exceeds maximum limit of 180 characters; contains 263 characters
(#1522) Line exceeds maximum limit of 180 characters; contains 263 characters
(#1522) Line exceeds maximum limit of 180 characters; contains 263 characters
(#1522) Line exceeds maximum limit of 180 characters; contains 263 characters
(#1523) Commas (,) must be followed by white space.
(#1523) Expected 1 space before "?"; 0 found
(#1523) Expected 1 space after "?"; 0 found
(#1523) Expected 1 space before "?"; 0 found
(#1523) Expected 1 space after "?"; 0 found
(#1523) Expected 1 space before ":"; 0 found
(#1523) Expected 1 space after ":"; 0 found
(#1523) Expected 1 space before ">="; 0 found
(#1523) Expected 1 space after ">="; 0 found
(#1523) Expected 1 space before "?"; 0 found
(#1523) Expected 1 space after "?"; 0 found
(#1523) Expected 1 space before ":"; 0 found
(#1523) Expected 1 space after ":"; 0 found
(#1523) Expected 1 space before ":"; 0 found
(#1523) Expected 1 space after ":"; 0 found
(#1523) Closing brace must be on a line by itself
(#1523) Commas (,) must be followed by white space.
(#1523) Expected 1 space before "?"; 0 found
(#1523) Expected 1 space after "?"; 0 found
(#1523) Commas (,) must be followed by white space.
(#1523) Commas (,) must be followed by white space.
(#1523) Commas (,) must be followed by white space.
(#1523) Commas (,) must be followed by white space.
(#1523) Commas (,) must be followed by white space.
(#1523) Commas (,) must be followed by white space.
(#1523) Expected 1 space before ":"; 0 found
(#1523) Expected 1 space after ":"; 0 found
(#1523) Commas (,) must be followed by white space.
(#1523) Expected 1 space before "=="; 0 found
(#1523) Expected 1 space after "=="; 0 found
(#1523) Expected 1 space before "?"; 0 found
(#1523) Expected 1 space after "?"; 0 found
(#1523) Commas (,) must be followed by white space.
(#1523) Commas (,) must be followed by white space.
(#1523) Expected 1 space before ":"; 0 found
(#1523) Expected 1 space after ":"; 0 found
(#1523) Commas (,) must be followed by white space.
(#1523) Closing brace must be on a line by itself
(#1523) Closing brace must be on a line by itself
(#1523) Line exceeds maximum limit of 180 characters; contains 1058 characters
(#1523) Line exceeds maximum limit of 180 characters; contains 1058 characters
(#1523) Line exceeds maximum limit of 180 characters; contains 1058 characters
(#1523) Line exceeds maximum limit of 180 characters; contains 1058 characters
(#1523) Line exceeds maximum limit of 180 characters; contains 1058 characters
(#1523) Line exceeds maximum limit of 180 characters; contains 1058 characters
(#1523) Line exceeds maximum limit of 180 characters; contains 1058 characters
(#1523) Line exceeds maximum limit of 180 characters; contains 1058 characters
(#1524) Line indented incorrectly; expected at least 172 spaces, found 0
(#1524) Expected 1 space after closing parenthesis; found 0
(#1524) Opening brace must be the last content on the line
(#1524) Variable "D" must be all lower-case
(#1524) Expected 1 space before "="; 0 found
(#1524) Expected 1 space after "="; 0 found
(#1524) Expected "if (...) {\n"; found "if(...){"
(#1524) Variable "Qd" must be all lower-case
(#1524) Expected 1 space before "="; 0 found
(#1524) Expected 1 space after "="; 0 found
(#1524) Expected "foreach (...) {\n"; found "foreach(...){"
(#1524) Expected 1 space before "=>"; 0 found
(#1524) Expected 1 space after "=>"; 0 found
(#1524) Expected 1 space after "as"; 0 found
(#1525) Line indented incorrectly; expected at least 180 spaces, found 0
(#1525) Expected 1 space before "=>"; 0 found
(#1525) Expected 1 space after "=>"; 0 found
(#1525) Expected "if (...) {\n"; found "if(...){"
(#1525) Expected 1 space before "=="; 0 found
(#1525) Expected 1 space after "=="; 0 found
(#1525) Commas (,) must be followed by white space.
(#1525) Variable "Qd" must be all lower-case
(#1525) Commas (,) must be followed by white space.
(#1525) Commas (,) must be followed by white space.
(#1525) Closing brace must be on a line by itself
(#1525) Inline control structures are not allowed
(#1525) Variable "Qd" must be all lower-case
(#1525) Expected 1 space before "="; 0 found
(#1525) Expected 1 space after "="; 0 found
(#1525) Variable "D" must be all lower-case
(#1525) Variable "D" must be all lower-case
(#1525) Closing brace must be on a line by itself
(#1525) Closing brace must be on a line by itself
(#1525) Usage of ELSEIF not allowed; use ELSE IF instead
(#1525) Variable "Pc" must be all lower-case
(#1525) Expected 1 space before "="; 0 found
(#1525) Expected 1 space after "="; 0 found
(#1525) Expected "foreach (...) {\n"; found "foreach(...){"
(#1525) Expected 1 space before "=>"; 0 found
(#1525) Expected 1 space after "=>"; 0 found
(#1525) Expected 1 space after "as"; 0 found
(#1525) Line exceeds 132 characters; contains 169 characters
(#1525) Line exceeds 132 characters; contains 169 characters
(#1525) Line exceeds 132 characters; contains 169 characters
(#1525) Line exceeds 132 characters; contains 169 characters
(#1525) Line exceeds 132 characters; contains 169 characters
(#1525) Line exceeds 132 characters; contains 169 characters
(#1525) Line exceeds 132 characters; contains 169 characters
(#1525) Line exceeds 132 characters; contains 169 characters
(#1526) Line indented incorrectly; expected at least 176 spaces, found 0
(#1526) Expected 1 space before "=>"; 0 found
(#1526) Expected 1 space after "=>"; 0 found
(#1526) Expected "if (...) {\n"; found "if(...){"
(#1526) Variable "Pc" must be all lower-case
(#1526) Commas (,) must be followed by white space.
(#1526) Variable "D" must be all lower-case
(#1526) Commas (,) must be followed by white space.
(#1526) Commas (,) must be followed by white space.
(#1526) Variable "Pc" must be all lower-case
(#1526) Closing brace must be on a line by itself
(#1526) Inline control structures are not allowed
(#1526) Expected 1 space before "=="; 0 found
(#1526) Expected 1 space after "=="; 0 found
(#1526) Variable "Pc" must be all lower-case
(#1526) Expected 1 space before "="; 0 found
(#1526) Expected 1 space after "="; 0 found
(#1526) Variable "D" must be all lower-case
(#1526) Closing brace must be on a line by itself
(#1526) Closing brace must be on a line by itself
(#1526) Usage of ELSEIF not allowed; use ELSE IF instead
(#1526) Expected 1 space before "="; 0 found
(#1526) Expected 1 space after "="; 0 found
(#1526) Commas (,) must be followed by white space.
(#1526) Commas (,) must be followed by white space.
(#1526) Commas (,) must be followed by white space.
(#1526) Closing brace must be on a line by itself
(#1526) Inline control structures are not allowed
(#1526) Usage of ELSEIF not allowed; use ELSE IF instead
(#1526) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1526) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1526) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1526) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1526) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1526) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1526) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1526) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1527) Line indented incorrectly; expected at least 180 spaces, found 0
(#1528) Line indented incorrectly; expected at least 180 spaces, found 0
(#1528) Closing brace must be on a line by itself
(#1529) Variable "B" must be all lower-case
(#1529) Expected 1 space after closing parenthesis; found 0
(#1529) Opening brace must be the last content on the line
(#1529) Commas (,) must be followed by white space.
(#1529) Commas (,) must be followed by white space.
(#1529) Variable "B" must be all lower-case
(#1529) Variable "B" must be all lower-case
(#1529) Commas (,) must be followed by white space.
(#1529) Variable "B" must be all lower-case
(#1529) Commas (,) must be followed by white space.
(#1529) Variable "B" must be all lower-case
(#1529) Commas (,) must be followed by white space.
(#1529) Commas (,) must be followed by white space.
(#1529) Commas (,) must be followed by white space.
(#1529) Closing brace must be on a line by itself
(#1529) Line exceeds 132 characters; contains 156 characters
(#1529) Line exceeds 132 characters; contains 156 characters
(#1529) Line exceeds 132 characters; contains 156 characters
(#1529) Line exceeds 132 characters; contains 156 characters
(#1529) Line exceeds 132 characters; contains 156 characters
(#1529) Line exceeds 132 characters; contains 156 characters
(#1529) Line exceeds 132 characters; contains 156 characters
(#1529) Line exceeds 132 characters; contains 156 characters
(#1530) Variable "Uc" must be all lower-case
(#1530) Commas (,) must be followed by white space.
(#1530) Variable "Hf" must be all lower-case
(#1530) Commas (,) must be followed by white space.
(#1530) Commas (,) must be followed by white space.
(#1530) Variable "Me" must be all lower-case
(#1530) Expected 1 space after closing parenthesis; found 0
(#1530) Opening brace must be the last content on the line
(#1530) Inline control structures are not allowed
(#1530) Variable "Hf" must be all lower-case
(#1531) Line indented incorrectly; expected at least 4 spaces, found 0
(#1531) Inline control structures are not allowed
(#1531) Variable "Hf" must be all lower-case
(#1531) Expected 1 space before "=="; 0 found
(#1531) Expected 1 space after "=="; 0 found
(#1531) Commas (,) must be followed by white space.
(#1531) Variable "Uc" must be all lower-case
(#1531) Expected 1 space before "=="; 0 found
(#1531) Expected 1 space after "=="; 0 found
(#1531) Expected 1 space before "?"; 0 found
(#1531) Expected 1 space after "?"; 0 found
(#1531) Variable "Uc" must be all lower-case
(#1531) Expected 1 space before ":"; 0 found
(#1531) Expected 1 space after ":"; 0 found
(#1531) Variable "Uc" must be all lower-case
(#1531) Variable "Uc" must be all lower-case
(#1531) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1531) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1531) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1531) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1531) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1531) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1531) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1531) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1532) Line indented incorrectly; expected at least 4 spaces, found 0
(#1532) Variable "Uc" must be all lower-case
(#1532) Commas (,) must be followed by white space.
(#1532) Commas (,) must be followed by white space.
(#1532) Commas (,) must be followed by white space.
(#1532) Variable "Hf" must be all lower-case
(#1532) Variable "Me" must be all lower-case
(#1532) Closing brace must be on a line by itself
(#1533) Variable "Xb" must be all lower-case
(#1533) Commas (,) must be followed by white space.
(#1533) Commas (,) must be followed by white space.
(#1533) Variable "Yb" must be all lower-case
(#1533) Commas (,) must be followed by white space.
(#1533) Commas (,) must be followed by white space.
(#1533) Commas (,) must be followed by white space.
(#1533) Variable "A" must be all lower-case
(#1533) Commas (,) must be followed by white space.
(#1533) Commas (,) must be followed by white space.
(#1533) Commas (,) must be followed by white space.
(#1533) Commas (,) must be followed by white space.
(#1533) Variable "Je" must be all lower-case
(#1533) Commas (,) must be followed by white space.
(#1533) Variable "_e" must not contain underscores.
(#1533) Expected 1 space after closing parenthesis; found 0
(#1533) Opening brace must be the last content on the line
(#1533) Inline control structures are not allowed
(#1533) Variable "Xb" must be all lower-case
(#1533) Commas (,) must be followed by white space.
(#1533) Variable "A" must be all lower-case
(#1533) Commas (,) must be followed by white space.
(#1533) Inline control structures are not allowed
(#1533) Usage of ELSEIF not allowed; use ELSE IF instead
(#1533) Variable "Je" must be all lower-case
(#1533) Expected 1 space before "=="; 0 found
(#1533) Expected 1 space after "=="; 0 found
(#1533) Commas (,) must be followed by white space.
(#1533) Variable "A" must be all lower-case
(#1533) Commas (,) must be followed by white space.
(#1533) Usage of ELSEIF not allowed; use ELSE IF instead
(#1533) Variable "Je" must be all lower-case
(#1533) Expected 1 space before "!="; 0 found
(#1533) Expected 1 space after "!="; 0 found
(#1533) Variable "_e" must not contain underscores.
(#1533) Variable "Cb" must be all lower-case
(#1533) Expected 1 space before "="; 0 found
(#1533) Expected 1 space after "="; 0 found
(#1533) Variable "A" must be all lower-case
(#1533) Commas (,) must be followed by white space.
(#1533) Commas (,) must be followed by white space.
(#1533) Variable "Cb" must be all lower-case
(#1533) Variable "Xb" must be all lower-case
(#1533) Inline control structures are not allowed
(#1533) Variable "Cb" must be all lower-case
(#1533) Variable "Yb" must be all lower-case
(#1533) Closing brace must be on a line by itself
(#1533) Line exceeds maximum limit of 180 characters; contains 242 characters
(#1533) Line exceeds maximum limit of 180 characters; contains 242 characters
(#1533) Line exceeds maximum limit of 180 characters; contains 242 characters
(#1533) Inline control structures are not allowed
(#1533) Line exceeds maximum limit of 180 characters; contains 242 characters
(#1533) Line exceeds maximum limit of 180 characters; contains 242 characters
(#1533) Line exceeds maximum limit of 180 characters; contains 242 characters
(#1533) Line exceeds maximum limit of 180 characters; contains 242 characters
(#1533) Line exceeds maximum limit of 180 characters; contains 242 characters
(#1534) Line indented incorrectly; expected at least 4 spaces, found 0
(#1534) Variable "A" must be all lower-case
(#1534) Commas (,) must be followed by white space.
(#1534) Commas (,) must be followed by white space.
(#1534) Variable "Xb" must be all lower-case
(#1534) Closing brace must be on a line by itself
(#1535) Line indented incorrectly; expected at least 4 spaces, found 0
(#1535) Variable "Me" must be all lower-case
(#1535) Commas (,) must be followed by white space.
(#1535) Variable "K" must be all lower-case
(#1535) Expected 1 space after closing parenthesis; found 0
(#1535) Opening brace must be the last content on the line
(#1535) Expected 1 space before "="; 0 found
(#1535) Expected 1 space after "="; 0 found
(#1535) Variable "K" must be all lower-case
(#1535) Variable "K" must be all lower-case
(#1535) Expected 1 space before "=="; 0 found
(#1535) Expected 1 space after "=="; 0 found
(#1535) Expected 1 space before "?"; 0 found
(#1535) Expected 1 space after "?"; 0 found
(#1535) Variable "K" must be all lower-case
(#1535) Expected 1 space before ":"; 0 found
(#1535) Expected 1 space after ":"; 0 found
(#1535) Variable "K" must be all lower-case
(#1535) Expected 1 space before "=="; 0 found
(#1535) Expected 1 space after "=="; 0 found
(#1535) Expected 1 space before "?"; 0 found
(#1535) Expected 1 space after "?"; 0 found
(#1535) Variable "Me" must be all lower-case
(#1535) Expected 1 space before ":"; 0 found
(#1535) Expected 1 space after ":"; 0 found
(#1535) Variable "Me" must be all lower-case
(#1535) Variable "K" must be all lower-case
(#1535) Commas (,) must be followed by white space.
(#1535) Closing brace must be on a line by itself
(#1535) Line exceeds maximum limit of 180 characters; contains 246 characters
(#1535) Line exceeds maximum limit of 180 characters; contains 246 characters
(#1535) Line exceeds maximum limit of 180 characters; contains 246 characters
(#1535) Line exceeds maximum limit of 180 characters; contains 246 characters
(#1535) Line exceeds maximum limit of 180 characters; contains 246 characters
(#1535) Line exceeds maximum limit of 180 characters; contains 246 characters
(#1535) Line exceeds maximum limit of 180 characters; contains 246 characters
(#1535) Line exceeds maximum limit of 180 characters; contains 246 characters
(#1536) Line indented incorrectly; expected at least 4 spaces, found 0
(#1536) Commas (,) must be followed by white space.
(#1536) Variable "K" must be all lower-case
(#1536) Expected 1 space after closing parenthesis; found 0
(#1536) Opening brace must be the last content on the line
(#1536) Variable "O" must be all lower-case
(#1536) Expected 1 space before "="; 0 found
(#1536) Expected 1 space after "="; 0 found
(#1536) Expected 1 space before "="; 0 found
(#1536) Expected 1 space after "="; 0 found
(#1536) Variable "K" must be all lower-case
(#1536) Expected "foreach (...) {\n"; found "foreach(...){"
(#1536) Expected 1 space after "as"; 0 found
(#1537) Line indented incorrectly; expected at least 8 spaces, found 0
(#1537) Inline control structures are not allowed
(#1537) Expected 1 space before "!="; 0 found
(#1537) Expected 1 space after "!="; 0 found
(#1537) Variable "O" must be all lower-case
(#1537) Expected 1 space before "="; 0 found
(#1537) Expected 1 space after "="; 0 found
(#1537) Commas (,) must be followed by white space.
(#1537) Expected 1 space before "?"; 0 found
(#1537) Expected 1 space after "?"; 0 found
(#1537) Expected 1 space before ":"; 0 found
(#1537) Expected 1 space after ":"; 0 found
(#1537) Commas (,) must be followed by white space.
(#1537) Closing brace must be on a line by itself
(#1537) Variable "K" must be all lower-case
(#1537) Commas (,) must be followed by white space.
(#1537) Variable "O" must be all lower-case
(#1537) Expected 1 space before "?"; 0 found
(#1537) Expected 1 space after "?"; 0 found
(#1537) Variable "K" must be all lower-case
(#1537) Commas (,) must be followed by white space.
(#1537) Expected 1 space before ":"; 0 found
(#1537) Expected 1 space after ":"; 0 found
(#1537) Variable "K" must be all lower-case
(#1537) Expected 1 space before "?"; 0 found
(#1537) Expected 1 space after "?"; 0 found
(#1537) Variable "K" must be all lower-case
(#1537) Expected 1 space before ":"; 0 found
(#1537) Expected 1 space after ":"; 0 found
(#1537) Variable "K" must be all lower-case
(#1537) Commas (,) must be followed by white space.
(#1537) Closing brace must be on a line by itself
(#1537) Line exceeds maximum limit of 180 characters; contains 391 characters
(#1537) Line exceeds maximum limit of 180 characters; contains 391 characters
(#1537) Line exceeds maximum limit of 180 characters; contains 391 characters
(#1537) Line exceeds maximum limit of 180 characters; contains 391 characters
(#1537) Line exceeds maximum limit of 180 characters; contains 391 characters
(#1537) Line exceeds maximum limit of 180 characters; contains 391 characters
(#1537) Line exceeds maximum limit of 180 characters; contains 391 characters
(#1537) Line exceeds maximum limit of 180 characters; contains 391 characters
(#1538) Line indented incorrectly; expected at least 4 spaces, found 0
(#1538) Variable "H" must be all lower-case
(#1538) Expected 1 space after closing parenthesis; found 0
(#1538) Opening brace must be the last content on the line
(#1539) Line indented incorrectly; expected at least 8 spaces, found 0
(#1539) The use of backticks in strings is not recommended
(#1539) Commas (,) must be followed by white space.
(#1539) The use of backticks in strings is not recommended
(#1539) Commas (,) must be followed by white space.
(#1539) The use of backticks in strings is not recommended
(#1539) Commas (,) must be followed by white space.
(#1539) Commas (,) must be followed by white space.
(#1539) Variable "H" must be all lower-case
(#1539) Closing brace must be on a line by itself
(#1540) Line indented incorrectly; expected at least 8 spaces, found 0
(#1540) Expected 1 space after closing parenthesis; found 0
(#1540) Opening brace must be the last content on the line
(#1540) Variable "Ne" must be all lower-case
(#1540) Commas (,) must be followed by white space.
(#1540) Commas (,) must be followed by white space.
(#1540) Commas (,) must be followed by white space.
(#1540) Commas (,) must be followed by white space.
(#1540) Variable "Ne" must be all lower-case
(#1540) Commas (,) must be followed by white space.
(#1540) Expected 1 space before "?"; 0 found
(#1540) Expected 1 space after "?"; 0 found
(#1540) Expected 1 space before ":"; 0 found
(#1540) Expected 1 space after ":"; 0 found
(#1540) Variable "Ne" must be all lower-case
(#1540) Commas (,) must be followed by white space.
(#1540) Expected 1 space before "?"; 0 found
(#1540) Expected 1 space after "?"; 0 found
(#1540) Expected 1 space before ":"; 0 found
(#1540) Expected 1 space after ":"; 0 found
(#1540) Closing brace must be on a line by itself
(#1540) Line exceeds maximum limit of 180 characters; contains 357 characters
(#1540) Line exceeds maximum limit of 180 characters; contains 357 characters
(#1540) Line exceeds maximum limit of 180 characters; contains 357 characters
(#1540) Line exceeds maximum limit of 180 characters; contains 357 characters
(#1540) Line exceeds maximum limit of 180 characters; contains 357 characters
(#1540) Line exceeds maximum limit of 180 characters; contains 357 characters
(#1540) Line exceeds maximum limit of 180 characters; contains 357 characters
(#1540) Line exceeds maximum limit of 180 characters; contains 357 characters
(#1541) Line indented incorrectly; expected at least 8 spaces, found 0
(#1541) Variable "Hc" must be all lower-case
(#1541) Commas (,) must be followed by white space.
(#1541) Expected 1 space after closing parenthesis; found 0
(#1541) Opening brace must be the last content on the line
(#1541) Variable "J" must be all lower-case
(#1541) Expected 1 space before "="; 0 found
(#1541) Expected 1 space after "="; 0 found
(#1541) Commas (,) must be followed by white space.
(#1541) Variable "Hc" must be all lower-case
(#1541) Commas (,) must be followed by white space.
(#1541) Commas (,) must be followed by white space.
(#1541) Commas (,) must be followed by white space.
(#1541) Commas (,) must be followed by white space.
(#1541) Commas (,) must be followed by white space.
(#1541) Expected 1 space before "="; 0 found
(#1541) Expected 1 space after "="; 0 found
(#1541) Expected 1 space before "*"; 0 found
(#1541) Expected 1 space after "*"; 0 found
(#1541) Inline control structures are not allowed
(#1541) Expected 1 space after first semicolon of FOR loop; 0 found
(#1541) Expected 1 space after second semicolon of FOR loop; 0 found
(#1541) Expected 1 space before "="; 0 found
(#1541) Expected 1 space after "="; 0 found
(#1541) Expected 1 space before "<"; 0 found
(#1541) Expected 1 space after "<"; 0 found
(#1541) Variable "J" must be all lower-case
(#1541) Expected 1 space before "+="; 0 found
(#1541) Expected 1 space after "+="; 0 found
(#1541) Variable "J" must be all lower-case
(#1541) Variable "J" must be all lower-case
(#1541) Expected 1 space before ".="; 0 found
(#1541) Expected 1 space after ".="; 0 found
(#1541) Commas (,) must be followed by white space.
(#1541) Variable "J" must be all lower-case
(#1541) Commas (,) must be followed by white space.
(#1541) Commas (,) must be followed by white space.
(#1541) Expected 1 space before "-"; 0 found
(#1541) Expected 1 space after "-"; 0 found
(#1541) Variable "J" must be all lower-case
(#1541) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1541) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1541) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1541) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1541) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1541) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1541) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1541) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1542) Line indented incorrectly; expected at least 12 spaces, found 0
(#1542) Commas (,) must be followed by white space.
(#1542) Expected 1 space before "-"; 0 found
(#1542) Expected 1 space after "-"; 0 found
(#1542) Expected 1 space before "+"; 0 found
(#1542) Expected 1 space after "+"; 0 found
(#1542) Expected 1 space before "%"; 0 found
(#1542) Expected 1 space after "%"; 0 found
(#1542) Closing brace must be on a line by itself
(#1543) Line indented incorrectly; expected at least 8 spaces, found 0
(#1543) Expected 1 space after closing parenthesis; found 0
(#1543) Opening brace must be the last content on the line
(#1543) Variable "X" must be all lower-case
(#1543) Expected 1 space before "="; 0 found
(#1543) Expected 1 space after "="; 0 found
(#1543) Variable "X" must be all lower-case
(#1543) Commas (,) must be followed by white space.
(#1543) Variable "X" must be all lower-case
(#1543) Expected 1 space before "*="; 0 found
(#1543) Expected 1 space after "*="; 0 found
(#1543) Variable "X" must be all lower-case
(#1543) Expected 1 space before "*="; 0 found
(#1543) Expected 1 space after "*="; 0 found
(#1543) Variable "X" must be all lower-case
(#1543) Expected 1 space before "*="; 0 found
(#1543) Expected 1 space after "*="; 0 found
(#1543) Closing brace must be on a line by itself
(#1543) Closing brace must be on a line by itself
(#1543) Closing brace must be on a line by itself
(#1543) Closing brace must be on a line by itself
(#1543) Variable "X" must be all lower-case
(#1543) Closing brace must be on a line by itself
(#1543) Line exceeds 132 characters; contains 135 characters
(#1543) Line exceeds 132 characters; contains 135 characters
(#1543) Line exceeds 132 characters; contains 135 characters
(#1543) Line exceeds 132 characters; contains 135 characters
(#1543) Line exceeds 132 characters; contains 135 characters
(#1543) Line exceeds 132 characters; contains 135 characters
(#1543) Line exceeds 132 characters; contains 135 characters
(#1543) Line exceeds 132 characters; contains 135 characters
(#1544) Line indented incorrectly; expected at least 8 spaces, found 0
(#1544) Expected 1 space after closing parenthesis; found 0
(#1544) Opening brace must be the last content on the line
(#1544) Commas (,) must be followed by white space.
(#1544) Variable "Nh" must be all lower-case
(#1544) Expected 1 space before "="; 0 found
(#1544) Expected 1 space after "="; 0 found
(#1544) Expected 1 space before "=>"; 0 found
(#1544) Expected 1 space after "=>"; 0 found
(#1544) Commas (,) must be followed by white space.
(#1544) Commas (,) must be followed by white space.
(#1544) Commas (,) must be followed by white space.
(#1544) Expected 1 space before "=>"; 0 found
(#1544) Expected 1 space after "=>"; 0 found
(#1544) Commas (,) must be followed by white space.
(#1544) Expected 1 space before "=>"; 0 found
(#1544) Expected 1 space after "=>"; 0 found
(#1544) Commas (,) must be followed by white space.
(#1544) Commas (,) must be followed by white space.
(#1544) Commas (,) must be followed by white space.
(#1544) Expected 1 space before "=>"; 0 found
(#1544) Expected 1 space after "=>"; 0 found
(#1544) Commas (,) must be followed by white space.
(#1544) Expected 1 space before "=>"; 0 found
(#1544) Expected 1 space after "=>"; 0 found
(#1544) Commas (,) must be followed by white space.
(#1544) Expected 1 space before "?"; 0 found
(#1544) Expected 1 space after "?"; 0 found
(#1544) Variable "Nh" must be all lower-case
(#1544) Expected 1 space before ":"; 0 found
(#1544) Expected 1 space after ":"; 0 found
(#1544) Closing brace must be on a line by itself
(#1544) Line exceeds maximum limit of 180 characters; contains 467 characters
(#1544) Line exceeds maximum limit of 180 characters; contains 467 characters
(#1544) Line exceeds maximum limit of 180 characters; contains 467 characters
(#1544) Line exceeds maximum limit of 180 characters; contains 467 characters
(#1544) Line exceeds maximum limit of 180 characters; contains 467 characters
(#1544) Line exceeds maximum limit of 180 characters; contains 467 characters
(#1544) Line exceeds maximum limit of 180 characters; contains 467 characters
(#1544) Line exceeds maximum limit of 180 characters; contains 467 characters
(#1545) Line indented incorrectly; expected at least 8 spaces, found 0
(#1545) Variable "P" must be all lower-case
(#1545) Expected 1 space after closing parenthesis; found 0
(#1545) Opening brace must be the last content on the line
(#1546) Line indented incorrectly; expected at least 12 spaces, found 0
(#1546) Variable "P" must be all lower-case
(#1546) Closing brace must be on a line by itself
(#1547) Line indented incorrectly; expected at least 8 spaces, found 0
(#1547) Expected 1 space after closing parenthesis; found 0
(#1547) Opening brace must be the last content on the line
(#1547) Inline control structures are not allowed
(#1547) Variable "J" must be all lower-case
(#1547) Expected 1 space before "="; 0 found
(#1547) Expected 1 space after "="; 0 found
(#1547) Inline control structures are not allowed
(#1547) Expected 1 space before "as"; 0 found
(#1547) Expected 1 space after "as"; 0 found
(#1547) Variable "R" must be all lower-case
(#1547) Variable "J" must be all lower-case
(#1547) Expected 1 space before "+="; 0 found
(#1547) Expected 1 space after "+="; 0 found
(#1547) Variable "R" must be all lower-case
(#1547) Expected 1 space before "+"; 0 found
(#1547) Expected 1 space after "+"; 0 found
(#1547) Variable "R" must be all lower-case
(#1548) Line indented incorrectly; expected at least 12 spaces, found 0
(#1548) Variable "J" must be all lower-case
(#1548) Closing brace must be on a line by itself
(#1549) Line indented incorrectly; expected at least 12 spaces, found 0
(#1549) Expected 1 space after closing parenthesis; found 0
(#1549) Opening brace must be the last content on the line
(#1549) Scope keyword "static" must be followed by a single space
(#1549) Variable "O" must be all lower-case
(#1549) Expected 1 space before "="; 0 found
(#1549) Expected 1 space after "="; 0 found
(#1549) Expected "if (...) {\n"; found "if(...){"
(#1549) Variable "O" must be all lower-case
(#1549) Commas (,) must be followed by white space.
(#1549) Variable "O" must be all lower-case
(#1549) Expected 1 space before "="; 0 found
(#1549) Expected 1 space after "="; 0 found
(#1549) Closing brace must be on a line by itself
(#1549) Closing brace must be on a line by itself
(#1549) Line exceeds 132 characters; contains 134 characters
(#1549) Line exceeds 132 characters; contains 134 characters
(#1549) Line exceeds 132 characters; contains 134 characters
(#1549) Line exceeds 132 characters; contains 134 characters
(#1549) Line exceeds 132 characters; contains 134 characters
(#1549) Line exceeds 132 characters; contains 134 characters
(#1549) Line exceeds 132 characters; contains 134 characters
(#1549) Line exceeds 132 characters; contains 134 characters
(#1550) Line indented incorrectly; expected at least 12 spaces, found 0
(#1550) Expected 1 space after closing parenthesis; found 0
(#1550) Opening brace must be the last content on the line
(#1550) Commas (,) must be followed by white space.
(#1550) Commas (,) must be followed by white space.
(#1550) Variable "T" must be all lower-case
(#1550) Commas (,) must be followed by white space.
(#1550) Commas (,) must be followed by white space.
(#1550) Variable "Wb" must be all lower-case
(#1550) Expected "if (...) {\n"; found "if(...){"
(#1550) Expected 1 space before "!="; 0 found
(#1550) Expected 1 space after "!="; 0 found
(#1550) Commas (,) must be followed by white space.
(#1550) Commas (,) must be followed by white space.
(#1550) Closing brace must be on a line by itself
(#1550) Expected "} else {\n"; found "}else{"
(#1550) Inline control structures are not allowed
(#1550) Commas (,) must be followed by white space.
(#1550) Commas (,) must be followed by white space.
(#1550) Commas (,) must be followed by white space.
(#1550) Commas (,) must be followed by white space.
(#1550) Commas (,) must be followed by white space.
(#1550) Commas (,) must be followed by white space.
(#1550) Expected "foreach (...) {\n"; found "foreach(...){"
(#1550) Expected 1 space before "=>"; 0 found
(#1550) Expected 1 space after "=>"; 0 found
(#1550) Expected 1 space before "as"; 0 found
(#1550) Expected 1 space after "as"; 0 found
(#1550) Expected 1 space before "=>"; 0 found
(#1550) Expected 1 space after "=>"; 0 found
(#1550) Commas (,) must be followed by white space.
(#1550) Expected 1 space before "=>"; 0 found
(#1550) Expected 1 space after "=>"; 0 found
(#1550) Commas (,) must be followed by white space.
(#1550) Expected 1 space before "=>"; 0 found
(#1550) Expected 1 space after "=>"; 0 found
(#1550) Commas (,) must be followed by white space.
(#1550) Expected 1 space before "=>"; 0 found
(#1550) Expected 1 space after "=>"; 0 found
(#1550) Commas (,) must be followed by white space.
(#1550) Expected 1 space before "=>"; 0 found
(#1550) Expected 1 space after "=>"; 0 found
(#1550) Commas (,) must be followed by white space.
(#1550) Expected 1 space before "=>"; 0 found
(#1550) Expected 1 space after "=>"; 0 found
(#1550) Variable "X" must be all lower-case
(#1550) Inline control structures are not allowed
(#1550) Closing brace must be on a line by itself
(#1550) Commas (,) must be followed by white space.
(#1550) Variable "Wb" must be all lower-case
(#1550) Commas (,) must be followed by white space.
(#1550) Commas (,) must be followed by white space.
(#1550) Commas (,) must be followed by white space.
(#1550) Commas (,) must be followed by white space.
(#1550) Expected 1 space before "="; 0 found
(#1550) Expected 1 space after "="; 0 found
(#1550) Expected "if (...) {\n"; found "if(...){"
(#1550) Expected 1 space before "="; 0 found
(#1550) Expected 1 space after "="; 0 found
(#1550) Expected 1 space before "="; 0 found
(#1550) Expected 1 space after "="; 0 found
(#1550) Commas (,) must be followed by white space.
(#1550) Commas (,) must be followed by white space.
(#1550) Expected 1 space before "?"; 0 found
(#1550) Expected 1 space after "?"; 0 found
(#1550) Expected 1 space before ":"; 0 found
(#1550) Expected 1 space after ":"; 0 found
(#1550) Expected 1 space before "="; 0 found
(#1550) Expected 1 space after "="; 0 found
(#1550) Expected 1 space before "?"; 0 found
(#1550) Expected 1 space after "?"; 0 found
(#1550) Expected 1 space before ":"; 0 found
(#1550) Expected 1 space after ":"; 0 found
(#1550) Expected "foreach (...) {\n"; found "foreach(...){"
(#1550) Expected 1 space before "=>"; 0 found
(#1550) Expected 1 space after "=>"; 0 found
(#1550) Expected 1 space after "as"; 0 found
(#1550) Line exceeds maximum limit of 180 characters; contains 1209 characters
(#1550) Line exceeds maximum limit of 180 characters; contains 1209 characters
(#1550) Line exceeds maximum limit of 180 characters; contains 1209 characters
(#1550) Line exceeds maximum limit of 180 characters; contains 1209 characters
(#1550) Line exceeds maximum limit of 180 characters; contains 1209 characters
(#1550) Line exceeds maximum limit of 180 characters; contains 1209 characters
(#1550) Line exceeds maximum limit of 180 characters; contains 1209 characters
(#1550) Line exceeds maximum limit of 180 characters; contains 1209 characters
(#1551) Line indented incorrectly; expected at least 24 spaces, found 0
(#1551) Expected 1 space before "=>"; 0 found
(#1551) Expected 1 space after "=>"; 0 found
(#1551) Variable "S" must be all lower-case
(#1551) Expected 1 space before "="; 0 found
(#1551) Expected 1 space after "="; 0 found
(#1551) Expected 1 space before "?"; 0 found
(#1551) Expected 1 space after "?"; 0 found
(#1551) Commas (,) must be followed by white space.
(#1551) Commas (,) must be followed by white space.
(#1551) Commas (,) must be followed by white space.
(#1551) Expected 1 space before ":"; 0 found
(#1551) Expected 1 space after ":"; 0 found
(#1551) Commas (,) must be followed by white space.
(#1551) Expected 1 space before "="; 0 found
(#1551) Expected 1 space after "="; 0 found
(#1551) Commas (,) must be followed by white space.
(#1551) Expected 1 space before "?"; 0 found
(#1551) Expected 1 space after "?"; 0 found
(#1551) Expected 1 space before "?"; 0 found
(#1551) Expected 1 space after "?"; 0 found
(#1551) Expected 1 space before ":"; 0 found
(#1551) Expected 1 space after ":"; 0 found
(#1551) Expected 1 space before ":"; 0 found
(#1551) Expected 1 space after ":"; 0 found
(#1551) Commas (,) must be followed by white space.
(#1551) Expected 1 space before "?"; 0 found
(#1551) Expected 1 space after "?"; 0 found
(#1551) Variable "S" must be all lower-case
(#1551) Expected 1 space before ":"; 0 found
(#1551) Expected 1 space after ":"; 0 found
(#1551) Commas (,) must be followed by white space.
(#1551) Expected 1 space before "?"; 0 found
(#1551) Expected 1 space after "?"; 0 found
(#1551) Expected 1 space before ":"; 0 found
(#1551) Expected 1 space after ":"; 0 found
(#1551) Commas (,) must be followed by white space.
(#1551) Closing brace must be on a line by itself
(#1551) Commas (,) must be followed by white space.
(#1551) Expected 1 space before "?"; 0 found
(#1551) Expected 1 space after "?"; 0 found
(#1551) Expected 1 space before ":"; 0 found
(#1551) Expected 1 space after ":"; 0 found
(#1551) Commas (,) must be followed by white space.
(#1551) Commas (,) must be followed by white space.
(#1551) Variable "T" must be all lower-case
(#1551) Commas (,) must be followed by white space.
(#1551) Closing brace must be on a line by itself
(#1551) Closing brace must be on a line by itself
(#1551) Closing brace must be on a line by itself
(#1551) Inline control structures are not allowed
(#1551) Expected 1 space before "="; 0 found
(#1551) Expected 1 space after "="; 0 found
(#1551) Inline control structures are not allowed
(#1551) Expected 1 space before "="; 0 found
(#1551) Expected 1 space after "="; 0 found
(#1551) Expected "if (...) {\n"; found "if(...){"
(#1551) Expected 1 space before "!="; 0 found
(#1551) Expected 1 space after "!="; 0 found
(#1551) Expected 1 space before "?"; 0 found
(#1551) Expected 1 space after "?"; 0 found
(#1551) Expected 1 space before ":"; 0 found
(#1551) Expected 1 space after ":"; 0 found
(#1551) Expected 1 space before "=="; 0 found
(#1551) Expected 1 space after "=="; 0 found
(#1551) Expected 1 space before "=="; 0 found
(#1551) Expected 1 space after "=="; 0 found
(#1551) Expected "if (...) {\n"; found "if(...){"
(#1551) Expected 1 space before "!="; 0 found
(#1551) Expected 1 space after "!="; 0 found
(#1551) Commas (,) must be followed by white space.
(#1551) Closing brace must be on a line by itself
(#1551) Closing brace must be on a line by itself
(#1551) Expected "if (...) {\n"; found "if(...){"
(#1551) Expected 1 space before "!="; 0 found
(#1551) Expected 1 space after "!="; 0 found
(#1551) Expected 1 space before "!=="; 0 found
(#1551) Expected 1 space after "!=="; 0 found
(#1551) Inline control structures are not allowed
(#1551) Commas (,) must be followed by white space.
(#1551) Commas (,) must be followed by white space.
(#1551) Expected "if (...) {\n"; found "if(...){"
(#1551) Commas (,) must be followed by white space.
(#1551) Commas (,) must be followed by white space.
(#1551) Closing brace must be on a line by itself
(#1551) Closing brace must be on a line by itself
(#1551) Variable "Ne" must be all lower-case
(#1551) Expected 1 space before "="; 0 found
(#1551) Expected 1 space after "="; 0 found
(#1551) Line exceeds maximum limit of 180 characters; contains 1808 characters
(#1551) Line exceeds maximum limit of 180 characters; contains 1808 characters
(#1551) Line exceeds maximum limit of 180 characters; contains 1808 characters
(#1551) Line exceeds maximum limit of 180 characters; contains 1808 characters
(#1551) Line exceeds maximum limit of 180 characters; contains 1808 characters
(#1551) Line exceeds maximum limit of 180 characters; contains 1808 characters
(#1551) Line exceeds maximum limit of 180 characters; contains 1808 characters
(#1551) Line exceeds maximum limit of 180 characters; contains 1808 characters
(#1552) Line indented incorrectly; expected at least 12 spaces, found 0
(#1552) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1552) Scope modifier not specified for member variable "$handler"
(#1552) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1552) Scope modifier not specified for member variable "$size"
(#1552) Visibility must be declared on method "__construct"
(#1553) Line indented incorrectly; expected at least 16 spaces, found 0
(#1553) Expected 1 space after closing parenthesis; found 0
(#1553) Opening brace must be the last content on the line
(#1553) Expected 1 space before "="; 0 found
(#1553) Expected 1 space after "="; 0 found
(#1553) Closing brace must be on a line by itself
(#1553) Visibility must be declared on method "write"
(#1554) Line indented incorrectly; expected at least 16 spaces, found 0
(#1554) Expected 1 space after closing parenthesis; found 0
(#1554) Opening brace must be the last content on the line
(#1554) Expected 1 space before "+="; 0 found
(#1554) Expected 1 space after "+="; 0 found
(#1554) Commas (,) must be followed by white space.
(#1554) Closing brace must be on a line by itself
(#1554) Visibility must be declared on method "send"
(#1555) Line indented incorrectly; expected at least 16 spaces, found 0
(#1555) Expected 1 space after closing parenthesis; found 0
(#1555) Opening brace must be the last content on the line
(#1555) Commas (,) must be followed by white space.
(#1555) Closing brace must be on a line by itself
(#1555) Closing brace must be on a line by itself
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Inline control structures are not allowed
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Inline control structures are not allowed
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Inline control structures are not allowed
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Expected "if (...) {\n"; found "if(...){"
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Commas (,) must be followed by white space.
(#1555) Variable "M" must be all lower-case
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Variable "I" must be all lower-case
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Variable "Vb" must be all lower-case
(#1555) Commas (,) must be followed by white space.
(#1555) Variable "M" must be all lower-case
(#1555) Commas (,) must be followed by white space.
(#1555) Commas (,) must be followed by white space.
(#1555) Commas (,) must be followed by white space.
(#1555) Variable "M" must be all lower-case
(#1555) Variable "K" must be all lower-case
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Variable "I" must be all lower-case
(#1555) Expected 1 space before "?"; 0 found
(#1555) Expected 1 space after "?"; 0 found
(#1555) Variable "I" must be all lower-case
(#1555) Expected 1 space before ":"; 0 found
(#1555) Expected 1 space after ":"; 0 found
(#1555) Variable "K" must be all lower-case
(#1555) Closing brace must be on a line by itself
(#1555) Usage of ELSEIF not allowed; use ELSE IF instead
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Inline control structures are not allowed
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Variable "R" must be all lower-case
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Commas (,) must be followed by white space.
(#1555) Variable "R" must be all lower-case
(#1555) Expected 1 space before "?"; 0 found
(#1555) Expected 1 space after "?"; 0 found
(#1555) Expected 1 space before ":"; 0 found
(#1555) Expected 1 space after ":"; 0 found
(#1555) Commas (,) must be followed by white space.
(#1555) Variable "R" must be all lower-case
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1555) Variable "R" must be all lower-case
(#1555) Inline control structures are not allowed
(#1555) Expected 1 space before "!="; 0 found
(#1555) Expected 1 space after "!="; 0 found
(#1555) Expected "if (...) {\n"; found "if(...){"
(#1555) Commas (,) must be followed by white space.
(#1555) Expected 1 space before "?"; 0 found
(#1555) Expected 1 space after "?"; 0 found
(#1555) Expected 1 space before ":"; 0 found
(#1555) Expected 1 space after ":"; 0 found
(#1555) Expected "foreach (...) {\n"; found "foreach(...){"
(#1555) Expected 1 space after "as"; 0 found
(#1555) Line exceeds maximum limit of 180 characters; contains 1149 characters
(#1555) Line exceeds maximum limit of 180 characters; contains 1149 characters
(#1555) Line exceeds maximum limit of 180 characters; contains 1149 characters
(#1555) Line exceeds maximum limit of 180 characters; contains 1149 characters
(#1555) Line exceeds maximum limit of 180 characters; contains 1149 characters
(#1555) Line exceeds maximum limit of 180 characters; contains 1149 characters
(#1555) Line exceeds maximum limit of 180 characters; contains 1149 characters
(#1555) Line exceeds maximum limit of 180 characters; contains 1149 characters
(#1556) Line indented incorrectly; expected at least 32 spaces, found 0
(#1556) Commas (,) must be followed by white space.
(#1556) Commas (,) must be followed by white space.
(#1556) Expected 1 space before "?"; 0 found
(#1556) Expected 1 space after "?"; 0 found
(#1556) Expected 1 space before ":"; 0 found
(#1556) Expected 1 space after ":"; 0 found
(#1556) Commas (,) must be followed by white space.
(#1556) Expected 1 space before "?"; 0 found
(#1556) Expected 1 space after "?"; 0 found
(#1556) Expected 1 space before ":"; 0 found
(#1556) Expected 1 space after ":"; 0 found
(#1556) Commas (,) must be followed by white space.
(#1556) Expected 1 space before "?"; 0 found
(#1556) Expected 1 space after "?"; 0 found
(#1556) Expected 1 space before ":"; 0 found
(#1556) Expected 1 space after ":"; 0 found
(#1556) Commas (,) must be followed by white space.
(#1556) Expected 1 space before "?"; 0 found
(#1556) Expected 1 space after "?"; 0 found
(#1556) Expected 1 space before ":"; 0 found
(#1556) Expected 1 space after ":"; 0 found
(#1556) Commas (,) must be followed by white space.
(#1556) Closing brace must be on a line by itself
(#1556) Closing brace must be on a line by itself
(#1556) Expected "if (...) {\n"; found "if(...){"
(#1556) Variable "R" must be all lower-case
(#1556) Expected "if (...) {\n"; found "if(...){"
(#1556) Expected 1 space before "="; 0 found
(#1556) Expected 1 space after "="; 0 found
(#1556) Expected "if (...) {\n"; found "if(...){"
(#1556) Expected "foreach (...) {\n"; found "foreach(...){"
(#1556) Expected 1 space before "=>"; 0 found
(#1556) Expected 1 space after "=>"; 0 found
(#1556) Expected 1 space after "as"; 0 found
(#1556) Line exceeds maximum limit of 180 characters; contains 514 characters
(#1556) Line exceeds maximum limit of 180 characters; contains 514 characters
(#1556) Line exceeds maximum limit of 180 characters; contains 514 characters
(#1556) Line exceeds maximum limit of 180 characters; contains 514 characters
(#1556) Line exceeds maximum limit of 180 characters; contains 514 characters
(#1556) Line exceeds maximum limit of 180 characters; contains 514 characters
(#1556) Line exceeds maximum limit of 180 characters; contains 514 characters
(#1556) Line exceeds maximum limit of 180 characters; contains 514 characters
(#1557) Line indented incorrectly; expected at least 28 spaces, found 0
(#1557) Variable "C" must be all lower-case
(#1557) Expected 1 space before "=>"; 0 found
(#1557) Expected 1 space after "=>"; 0 found
(#1557) Variable "Ef" must be all lower-case
(#1557) Expected 1 space before "="; 0 found
(#1557) Expected 1 space after "="; 0 found
(#1557) Inline control structures are not allowed
(#1557) Expected 1 space before "=>"; 0 found
(#1557) Expected 1 space after "=>"; 0 found
(#1557) Expected 1 space before "as"; 0 found
(#1557) Expected 1 space after "as"; 0 found
(#1557) Expected 1 space before "=>"; 0 found
(#1557) Expected 1 space after "=>"; 0 found
(#1557) Variable "X" must be all lower-case
(#1557) Variable "Ef" must be all lower-case
(#1557) Expected 1 space before "="; 0 found
(#1557) Expected 1 space after "="; 0 found
(#1557) Variable "X" must be all lower-case
(#1557) Expected 1 space before "?"; 0 found
(#1557) Expected 1 space after "?"; 0 found
(#1557) Expected 1 space before ":"; 0 found
(#1557) Expected 1 space after ":"; 0 found
(#1557) Expected 1 space before "?"; 0 found
(#1557) Expected 1 space after "?"; 0 found
(#1557) Expected 1 space before ":"; 0 found
(#1557) Expected 1 space after ":"; 0 found
(#1557) Variable "C" must be all lower-case
(#1557) Commas (,) must be followed by white space.
(#1557) Variable "Ef" must be all lower-case
(#1557) Closing brace must be on a line by itself
(#1557) Closing brace must be on a line by itself
(#1557) Closing brace must be on a line by itself
(#1557) Expected "if (...) {\n"; found "if(...){"
(#1557) Variable "R" must be all lower-case
(#1557) Variable "Nc" must be all lower-case
(#1557) Expected 1 space before "="; 0 found
(#1557) Expected 1 space after "="; 0 found
(#1557) Expected "if (...) {\n"; found "if(...){"
(#1557) Variable "Nc" must be all lower-case
(#1557) Commas (,) must be followed by white space.
(#1557) Expected "foreach (...) {\n"; found "foreach(...){"
(#1557) Expected 1 space before "=>"; 0 found
(#1557) Expected 1 space after "=>"; 0 found
(#1557) Expected 1 space after "as"; 0 found
(#1557) Line exceeds maximum limit of 180 characters; contains 591 characters
(#1557) Line exceeds maximum limit of 180 characters; contains 591 characters
(#1557) Line exceeds maximum limit of 180 characters; contains 591 characters
(#1557) Variable "Nc" must be all lower-case
(#1557) Line exceeds maximum limit of 180 characters; contains 591 characters
(#1557) Line exceeds maximum limit of 180 characters; contains 591 characters
(#1557) Line exceeds maximum limit of 180 characters; contains 591 characters
(#1557) Line exceeds maximum limit of 180 characters; contains 591 characters
(#1557) Line exceeds maximum limit of 180 characters; contains 591 characters
(#1558) Line indented incorrectly; expected at least 40 spaces, found 0
(#1558) Variable "C" must be all lower-case
(#1558) Expected 1 space before "=>"; 0 found
(#1558) Expected 1 space after "=>"; 0 found
(#1558) Variable "C" must be all lower-case
(#1558) Commas (,) must be followed by white space.
(#1558) Commas (,) must be followed by white space.
(#1558) Commas (,) must be followed by white space.
(#1558) Commas (,) must be followed by white space.
(#1558) Expected 1 space before "!="; 0 found
(#1558) Expected 1 space after "!="; 0 found
(#1558) Expected 1 space before "?"; 0 found
(#1558) Expected 1 space after "?"; 0 found
(#1558) Commas (,) must be followed by white space.
(#1558) Commas (,) must be followed by white space.
(#1558) Expected 1 space before ":"; 0 found
(#1558) Expected 1 space after ":"; 0 found
(#1558) Expected 1 space before "!="; 0 found
(#1558) Expected 1 space after "!="; 0 found
(#1558) Expected 1 space before "?"; 0 found
(#1558) Expected 1 space after "?"; 0 found
(#1558) Commas (,) must be followed by white space.
(#1558) Commas (,) must be followed by white space.
(#1558) Expected 1 space before ":"; 0 found
(#1558) Expected 1 space after ":"; 0 found
(#1558) Expected 1 space before "!="; 0 found
(#1558) Expected 1 space after "!="; 0 found
(#1558) Expected 1 space before "?"; 0 found
(#1558) Expected 1 space after "?"; 0 found
(#1558) Expected 1 space before ":"; 0 found
(#1558) Expected 1 space after ":"; 0 found
(#1558) Expected 1 space before "!="; 0 found
(#1558) Expected 1 space after "!="; 0 found
(#1558) Expected 1 space before "?"; 0 found
(#1558) Expected 1 space after "?"; 0 found
(#1558) Expected 1 space before ":"; 0 found
(#1558) Expected 1 space after ":"; 0 found
(#1558) Commas (,) must be followed by white space.
(#1558) Commas (,) must be followed by white space.
(#1558) Commas (,) must be followed by white space.
(#1558) Commas (,) must be followed by white space.
(#1558) Commas (,) must be followed by white space.
(#1558) Commas (,) must be followed by white space.
(#1558) Variable "C" must be all lower-case
(#1558) Closing brace must be on a line by itself
(#1558) Closing brace must be on a line by itself
(#1558) Closing brace must be on a line by itself
(#1558) Closing brace must be on a line by itself
(#1558) Expected "if (...) {\n"; found "if(...){"
(#1558) Variable "R" must be all lower-case
(#1558) Expected 1 space before "?"; 0 found
(#1558) Expected 1 space after "?"; 0 found
(#1558) Expected 1 space before ":"; 0 found
(#1558) Expected 1 space after ":"; 0 found
(#1558) Variable "_h" must not contain underscores.
(#1558) Expected 1 space before "="; 0 found
(#1558) Expected 1 space after "="; 0 found
(#1558) Expected "if (...) {\n"; found "if(...){"
(#1558) Variable "_h" must not contain underscores.
(#1558) Inline control structures are not allowed
(#1558) Expected 1 space before "=>"; 0 found
(#1558) Expected 1 space after "=>"; 0 found
(#1558) Expected 1 space after "as"; 0 found
(#1558) Line exceeds maximum limit of 180 characters; contains 910 characters
(#1558) Line exceeds maximum limit of 180 characters; contains 910 characters
(#1558) Line exceeds maximum limit of 180 characters; contains 910 characters
(#1558) Variable "_h" must not contain underscores.
(#1558) Line exceeds maximum limit of 180 characters; contains 910 characters
(#1558) Line exceeds maximum limit of 180 characters; contains 910 characters
(#1558) Line exceeds maximum limit of 180 characters; contains 910 characters
(#1558) Line exceeds maximum limit of 180 characters; contains 910 characters
(#1558) Line exceeds maximum limit of 180 characters; contains 910 characters
(#1559) Line indented incorrectly; expected at least 40 spaces, found 0
(#1559) Expected 1 space before "=>"; 0 found
(#1559) Expected 1 space after "=>"; 0 found
(#1559) Variable "X" must be all lower-case
(#1559) Variable "X" must be all lower-case
(#1559) Variable "X" must be all lower-case
(#1559) Closing brace must be on a line by itself
(#1559) Closing brace must be on a line by itself
(#1559) Closing brace must be on a line by itself
(#1559) Usage of ELSEIF not allowed; use ELSE IF instead
(#1559) Commas (,) must be followed by white space.
(#1559) Commas (,) must be followed by white space.
(#1559) Commas (,) must be followed by white space.
(#1559) Expected 1 space before "?"; 0 found
(#1559) Expected 1 space after "?"; 0 found
(#1559) Expected 1 space before ":"; 0 found
(#1559) Expected 1 space after ":"; 0 found
(#1559) Variable "Wg" must be all lower-case
(#1559) Expected 1 space before "="; 0 found
(#1559) Expected 1 space after "="; 0 found
(#1559) Variable "Xg" must be all lower-case
(#1559) Expected 1 space before "="; 0 found
(#1559) Expected 1 space after "="; 0 found
(#1559) Expected 1 space before "="; 0 found
(#1559) Expected 1 space after "="; 0 found
(#1559) Expected 1 space before "?"; 0 found
(#1559) Expected 1 space after "?"; 0 found
(#1559) Expected 1 space before ":"; 0 found
(#1559) Expected 1 space after ":"; 0 found
(#1559) Commas (,) must be followed by white space.
(#1559) Commas (,) must be followed by white space.
(#1559) Commas (,) must be followed by white space.
(#1559) Commas (,) must be followed by white space.
(#1559) Commas (,) must be followed by white space.
(#1559) Expected "foreach (...) {\n"; found "foreach(...){"
(#1559) Expected 1 space before "=>"; 0 found
(#1559) Expected 1 space after "=>"; 0 found
(#1559) Expected 1 space after "as"; 0 found
(#1559) Line exceeds maximum limit of 180 characters; contains 580 characters
(#1559) Line exceeds maximum limit of 180 characters; contains 580 characters
(#1559) Line exceeds maximum limit of 180 characters; contains 580 characters
(#1559) Line exceeds maximum limit of 180 characters; contains 580 characters
(#1559) Line exceeds maximum limit of 180 characters; contains 580 characters
(#1559) Line exceeds maximum limit of 180 characters; contains 580 characters
(#1559) Line exceeds maximum limit of 180 characters; contains 580 characters
(#1559) Line exceeds maximum limit of 180 characters; contains 580 characters
(#1560) Line indented incorrectly; expected at least 20 spaces, found 0
(#1560) Expected 1 space before "=>"; 0 found
(#1560) Expected 1 space after "=>"; 0 found
(#1560) Variable "B" must be all lower-case
(#1560) Variable "Wg" must be all lower-case
(#1560) Variable "B" must be all lower-case
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Variable "B" must be all lower-case
(#1560) Commas (,) must be followed by white space.
(#1560) Variable "B" must be all lower-case
(#1560) Variable "Xg" must be all lower-case
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Variable "B" must be all lower-case
(#1560) Variable "B" must be all lower-case
(#1560) Closing brace must be on a line by itself
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Variable "Qa" must be all lower-case
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Variable "Wf" must be all lower-case
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Variable "Ud" must be all lower-case
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Expected "foreach (...) {\n"; found "foreach(...){"
(#1560) Expected 1 space before "=>"; 0 found
(#1560) Expected 1 space after "=>"; 0 found
(#1560) Expected 1 space before "as"; 0 found
(#1560) Expected 1 space after "as"; 0 found
(#1560) Commas (,) must be followed by white space.
(#1560) Variable "Q" must be all lower-case
(#1560) Expected 1 space before "=>"; 0 found
(#1560) Expected 1 space after "=>"; 0 found
(#1560) Variable "R" must be all lower-case
(#1560) Inline control structures are not allowed
(#1560) Variable "R" must be all lower-case
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Variable "Q" must be all lower-case
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Expected "foreach (...) {\n"; found "foreach(...){"
(#1560) Expected 1 space before "=>"; 0 found
(#1560) Expected 1 space after "=>"; 0 found
(#1560) Expected 1 space before "as"; 0 found
(#1560) Expected 1 space after "as"; 0 found
(#1560) Variable "Q" must be all lower-case
(#1560) Variable "C" must be all lower-case
(#1560) Expected 1 space before "=>"; 0 found
(#1560) Expected 1 space after "=>"; 0 found
(#1560) Expected 1 space before "+="; 0 found
(#1560) Expected 1 space after "+="; 0 found
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Variable "Q" must be all lower-case
(#1560) Variable "C" must be all lower-case
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Closing brace must be on a line by itself
(#1560) Variable "Q" must be all lower-case
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Variable "Wg" must be all lower-case
(#1560) Variable "Q" must be all lower-case
(#1560) Expected 1 space before "?"; 0 found
(#1560) Expected 1 space after "?"; 0 found
(#1560) Variable "Wg" must be all lower-case
(#1560) Variable "Q" must be all lower-case
(#1560) Expected 1 space before ":"; 0 found
(#1560) Expected 1 space after ":"; 0 found
(#1560) Commas (,) must be followed by white space.
(#1560) Expected "foreach (...) {\n"; found "foreach(...){"
(#1560) Expected 1 space before "as"; 0 found
(#1560) Expected 1 space after "as"; 0 found
(#1560) Variable "Q" must be all lower-case
(#1560) Variable "X" must be all lower-case
(#1560) Expected "if (...) {\n"; found "if(...){"
(#1560) Variable "X" must be all lower-case
(#1560) Variable "Sd" must be all lower-case
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Variable "Qa" must be all lower-case
(#1560) Inline control structures are not allowed
(#1560) Variable "Wg" must be all lower-case
(#1560) Variable "Q" must be all lower-case
(#1560) Variable "Wg" must be all lower-case
(#1560) Variable "X" must be all lower-case
(#1560) Variable "Sd" must be all lower-case
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Variable "Wg" must be all lower-case
(#1560) Variable "Q" must be all lower-case
(#1560) Commas (,) must be followed by white space.
(#1560) Variable "Wg" must be all lower-case
(#1560) Variable "X" must be all lower-case
(#1560) Expected 1 space before "-"; 0 found
(#1560) Expected 1 space after "-"; 0 found
(#1560) Inline control structures are not allowed
(#1560) Variable "Qa" must be all lower-case
(#1560) Expected 1 space before "-="; 0 found
(#1560) Expected 1 space after "-="; 0 found
(#1560) Inline control structures are not allowed
(#1560) Variable "Ud" must be all lower-case
(#1560) Variable "Sd" must be all lower-case
(#1560) Variable "Sd" must be all lower-case
(#1560) Expected 1 space before "-="; 0 found
(#1560) Expected 1 space after "-="; 0 found
(#1560) Variable "Q" must be all lower-case
(#1560) Variable "X" must be all lower-case
(#1560) Variable "Sd" must be all lower-case
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Variable "X" must be all lower-case
(#1560) Commas (,) must be followed by white space.
(#1560) Variable "X" must be all lower-case
(#1560) Variable "Wf" must be all lower-case
(#1560) Variable "X" must be all lower-case
(#1560) Variable "Q" must be all lower-case
(#1560) Variable "Sd" must be all lower-case
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Variable "X" must be all lower-case
(#1560) Variable "Ud" must be all lower-case
(#1560) Variable "Sd" must be all lower-case
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Closing brace must be on a line by itself
(#1560) Closing brace must be on a line by itself
(#1560) Expected 1 space before "="; 0 found
(#1560) Expected 1 space after "="; 0 found
(#1560) Commas (,) must be followed by white space.
(#1560) Variable "Q" must be all lower-case
(#1560) Expected 1 space before "+"; 0 found
(#1560) Expected 1 space after "+"; 0 found
(#1560) Expected 1 space before "+"; 0 found
(#1560) Expected 1 space after "+"; 0 found
(#1560) Closing brace must be on a line by itself
(#1560) Commas (,) must be followed by white space.
(#1560) Commas (,) must be followed by white space.
(#1560) Line exceeds maximum limit of 180 characters; contains 831 characters
(#1560) Line exceeds maximum limit of 180 characters; contains 831 characters
(#1560) Line exceeds maximum limit of 180 characters; contains 831 characters
(#1560) Line exceeds maximum limit of 180 characters; contains 831 characters
(#1560) Line exceeds maximum limit of 180 characters; contains 831 characters
(#1560) Line exceeds maximum limit of 180 characters; contains 831 characters
(#1560) Line exceeds maximum limit of 180 characters; contains 831 characters
(#1560) Line exceeds maximum limit of 180 characters; contains 831 characters
(#1562) Commas (,) must be followed by white space.
(#1562) Commas (,) must be followed by white space.
(#1562) Variable "Xg" must be all lower-case
(#1562) Commas (,) must be followed by white space.
(#1563) Commas (,) must be followed by white space.
(#1563) Commas (,) must be followed by white space.
(#1566) Commas (,) must be followed by white space.
(#1566) Commas (,) must be followed by white space.
(#1569) Expected "foreach (...) {\n"; found "foreach(...){"
(#1569) Expected 1 space before "=>"; 0 found
(#1569) Expected 1 space after "=>"; 0 found
(#1569) Expected 1 space after "as"; 0 found
(#1570) Line indented incorrectly; expected at least 20 spaces, found 0
(#1570) Variable "C" must be all lower-case
(#1570) Expected 1 space before "=>"; 0 found
(#1570) Expected 1 space after "=>"; 0 found
(#1570) Variable "Q" must be all lower-case
(#1570) Variable "Q" must be all lower-case
(#1570) Variable "Q" must be all lower-case
(#1570) Commas (,) must be followed by white space.
(#1570) Variable "C" must be all lower-case
(#1570) Variable "C" must be all lower-case
(#1570) Expected "foreach (...) {\n"; found "foreach(...){"
(#1570) Expected 1 space before "as"; 0 found
(#1570) Expected 1 space after "as"; 0 found
(#1570) Variable "Q" must be all lower-case
(#1570) Variable "X" must be all lower-case
(#1570) Expected 1 space before "="; 0 found
(#1570) Expected 1 space after "="; 0 found
(#1570) Expected 1 space before "?"; 0 found
(#1570) Expected 1 space after "?"; 0 found
(#1570) Expected 1 space before ":"; 0 found
(#1570) Expected 1 space after ":"; 0 found
(#1570) Expected 1 space before "?"; 0 found
(#1570) Expected 1 space after "?"; 0 found
(#1570) Variable "X" must be all lower-case
(#1570) Expected 1 space before ":"; 0 found
(#1570) Expected 1 space after ":"; 0 found
(#1570) Variable "X" must be all lower-case
(#1570) Closing brace must be on a line by itself
(#1570) Expected "foreach (...) {\n"; found "foreach(...){"
(#1570) Expected 1 space before "=>"; 0 found
(#1570) Expected 1 space after "=>"; 0 found
(#1570) Expected 1 space before "as"; 0 found
(#1570) Expected 1 space after "as"; 0 found
(#1570) Variable "Q" must be all lower-case
(#1570) Expected 1 space before "=>"; 0 found
(#1570) Expected 1 space after "=>"; 0 found
(#1570) Variable "Xf" must be all lower-case
(#1570) Expected "foreach (...) {\n"; found "foreach(...){"
(#1570) Expected 1 space before "=>"; 0 found
(#1570) Expected 1 space after "=>"; 0 found
(#1570) Expected 1 space after "as"; 0 found
(#1570) Line exceeds maximum limit of 180 characters; contains 446 characters
(#1570) Line exceeds maximum limit of 180 characters; contains 446 characters
(#1570) Line exceeds maximum limit of 180 characters; contains 446 characters
(#1570) Variable "Xf" must be all lower-case
(#1570) Line exceeds maximum limit of 180 characters; contains 446 characters
(#1570) Line exceeds maximum limit of 180 characters; contains 446 characters
(#1570) Line exceeds maximum limit of 180 characters; contains 446 characters
(#1570) Line exceeds maximum limit of 180 characters; contains 446 characters
(#1570) Line exceeds maximum limit of 180 characters; contains 446 characters
(#1571) Line indented incorrectly; expected at least 28 spaces, found 0
(#1571) Variable "Sd" must be all lower-case
(#1571) Expected 1 space before "=>"; 0 found
(#1571) Expected 1 space after "=>"; 0 found
(#1571) Variable "Tf" must be all lower-case
(#1571) Variable "Td" must be all lower-case
(#1571) Expected 1 space before "="; 0 found
(#1571) Expected 1 space after "="; 0 found
(#1571) Variable "Sd" must be all lower-case
(#1571) Expected 1 space before "-"; 0 found
(#1571) Expected 1 space after "-"; 0 found
(#1571) Variable "Wg" must be all lower-case
(#1571) Variable "C" must be all lower-case
(#1571) Expected 1 space before "="; 0 found
(#1571) Expected 1 space after "="; 0 found
(#1571) Inline control structures are not allowed
(#1571) Expected 1 space before "as"; 0 found
(#1571) Expected 1 space after "as"; 0 found
(#1571) Variable "Tf" must be all lower-case
(#1571) Variable "Eg" must be all lower-case
(#1571) Variable "Sd" must be all lower-case
(#1571) Variable "Td" must be all lower-case
(#1571) Variable "Q" must be all lower-case
(#1571) Variable "Eg" must be all lower-case
(#1571) Variable "Td" must be all lower-case
(#1571) Closing brace must be on a line by itself
(#1571) Closing brace must be on a line by itself
(#1571) Expected "foreach (...) {\n"; found "foreach(...){"
(#1571) Expected 1 space before "=>"; 0 found
(#1571) Expected 1 space after "=>"; 0 found
(#1571) Expected 1 space before "as"; 0 found
(#1571) Expected 1 space after "as"; 0 found
(#1571) Variable "Wf" must be all lower-case
(#1571) Variable "C" must be all lower-case
(#1571) Expected 1 space before "=>"; 0 found
(#1571) Expected 1 space after "=>"; 0 found
(#1571) Variable "Xf" must be all lower-case
(#1571) Expected "foreach (...) {\n"; found "foreach(...){"
(#1571) Expected 1 space before "=>"; 0 found
(#1571) Expected 1 space after "=>"; 0 found
(#1571) Expected 1 space after "as"; 0 found
(#1571) Line exceeds maximum limit of 180 characters; contains 333 characters
(#1571) Line exceeds maximum limit of 180 characters; contains 333 characters
(#1571) Line exceeds maximum limit of 180 characters; contains 333 characters
(#1571) Variable "Xf" must be all lower-case
(#1571) Line exceeds maximum limit of 180 characters; contains 333 characters
(#1571) Line exceeds maximum limit of 180 characters; contains 333 characters
(#1571) Line exceeds maximum limit of 180 characters; contains 333 characters
(#1571) Line exceeds maximum limit of 180 characters; contains 333 characters
(#1571) Line exceeds maximum limit of 180 characters; contains 333 characters
(#1572) Line indented incorrectly; expected at least 24 spaces, found 0
(#1572) Variable "Sd" must be all lower-case
(#1572) Expected 1 space before "=>"; 0 found
(#1572) Expected 1 space after "=>"; 0 found
(#1572) Variable "Td" must be all lower-case
(#1572) Expected 1 space before "="; 0 found
(#1572) Expected 1 space after "="; 0 found
(#1572) Variable "Sd" must be all lower-case
(#1572) Expected 1 space before "-"; 0 found
(#1572) Expected 1 space after "-"; 0 found
(#1572) Variable "Wg" must be all lower-case
(#1572) Variable "C" must be all lower-case
(#1572) Expected 1 space before "="; 0 found
(#1572) Expected 1 space after "="; 0 found
(#1572) Inline control structures are not allowed
(#1572) Expected 1 space after "as"; 0 found
(#1573) Line indented incorrectly; expected at least 28 spaces, found 0
(#1573) Variable "Sd" must be all lower-case
(#1573) Variable "Td" must be all lower-case
(#1573) Variable "Q" must be all lower-case
(#1573) Commas (,) must be followed by white space.
(#1573) Commas (,) must be followed by white space.
(#1573) Variable "Td" must be all lower-case
(#1573) Closing brace must be on a line by itself
(#1573) Closing brace must be on a line by itself
(#1573) Closing brace must be on a line by itself
(#1573) Expected "foreach (...) {\n"; found "foreach(...){"
(#1573) Expected 1 space before "=>"; 0 found
(#1573) Expected 1 space after "=>"; 0 found
(#1573) Expected 1 space after "as"; 0 found
(#1573) Line exceeds maximum limit of 180 characters; contains 396 characters
(#1573) Line exceeds maximum limit of 180 characters; contains 396 characters
(#1573) Line exceeds maximum limit of 180 characters; contains 396 characters
(#1573) Line exceeds maximum limit of 180 characters; contains 396 characters
(#1573) Line exceeds maximum limit of 180 characters; contains 396 characters
(#1573) Line exceeds maximum limit of 180 characters; contains 396 characters
(#1573) Line exceeds maximum limit of 180 characters; contains 396 characters
(#1573) Line exceeds maximum limit of 180 characters; contains 396 characters
(#1574) Variable "C" must be all lower-case
(#1574) Expected 1 space before "=>"; 0 found
(#1574) Expected 1 space after "=>"; 0 found
(#1574) Variable "Q" must be all lower-case
(#1574) Expected "foreach (...) {\n"; found "foreach(...){"
(#1574) Expected 1 space before "=>"; 0 found
(#1574) Expected 1 space after "=>"; 0 found
(#1574) Expected 1 space before "as"; 0 found
(#1574) Expected 1 space after "as"; 0 found
(#1574) Variable "Q" must be all lower-case
(#1574) Expected 1 space before "=>"; 0 found
(#1574) Expected 1 space after "=>"; 0 found
(#1574) Variable "Xf" must be all lower-case
(#1574) Expected "foreach (...) {\n"; found "foreach(...){"
(#1574) Expected 1 space before "=>"; 0 found
(#1574) Expected 1 space after "=>"; 0 found
(#1574) Expected 1 space after "as"; 0 found
(#1574) Variable "Xf" must be all lower-case
(#1575) Line indented incorrectly; expected at least 8 spaces, found 0
(#1575) Variable "Sd" must be all lower-case
(#1575) Expected 1 space before "=>"; 0 found
(#1575) Expected 1 space after "=>"; 0 found
(#1575) Variable "Tf" must be all lower-case
(#1575) Expected 1 space before "="; 0 found
(#1575) Expected 1 space after "="; 0 found
(#1575) Expected 1 space before "="; 0 found
(#1575) Expected 1 space after "="; 0 found
(#1575) Expected "foreach (...) {\n"; found "foreach(...){"
(#1575) Expected 1 space before "=>"; 0 found
(#1575) Expected 1 space after "=>"; 0 found
(#1575) Expected 1 space before "as"; 0 found
(#1575) Expected 1 space after "as"; 0 found
(#1575) Variable "Tf" must be all lower-case
(#1575) Expected 1 space before "=>"; 0 found
(#1575) Expected 1 space after "=>"; 0 found
(#1575) Variable "Eg" must be all lower-case
(#1575) Expected 1 space before "="; 0 found
(#1575) Expected 1 space after "="; 0 found
(#1575) Variable "Q" must be all lower-case
(#1575) Expected 1 space before "+"; 0 found
(#1575) Expected 1 space after "+"; 0 found
(#1575) Variable "Q" must be all lower-case
(#1575) Variable "Eg" must be all lower-case
(#1575) Expected 1 space before "="; 0 found
(#1575) Expected 1 space after "="; 0 found
(#1575) Expected 1 space before "+"; 0 found
(#1575) Expected 1 space after "+"; 0 found
(#1575) Variable "Tf" must be all lower-case
(#1575) Expected 1 space before "="; 0 found
(#1575) Expected 1 space after "="; 0 found
(#1575) Commas (,) must be followed by white space.
(#1575) Commas (,) must be followed by white space.
(#1575) Expected 1 space before "="; 0 found
(#1575) Expected 1 space after "="; 0 found
(#1575) Commas (,) must be followed by white space.
(#1575) Commas (,) must be followed by white space.
(#1575) Closing brace must be on a line by itself
(#1575) Variable "Sd" must be all lower-case
(#1575) Expected 1 space before "-"; 0 found
(#1575) Expected 1 space after "-"; 0 found
(#1575) Closing brace must be on a line by itself
(#1575) Closing brace must be on a line by itself
(#1575) Closing brace must be on a line by itself
(#1575) Line exceeds maximum limit of 180 characters; contains 412 characters
(#1575) Line exceeds maximum limit of 180 characters; contains 412 characters
(#1575) Line exceeds maximum limit of 180 characters; contains 412 characters
(#1575) Line exceeds maximum limit of 180 characters; contains 412 characters
(#1575) Line exceeds maximum limit of 180 characters; contains 412 characters
(#1575) Line exceeds maximum limit of 180 characters; contains 412 characters
(#1575) Line exceeds maximum limit of 180 characters; contains 412 characters
(#1575) Line exceeds maximum limit of 180 characters; contains 412 characters
(#1576) Commas (,) must be followed by white space.
(#1576) Commas (,) must be followed by white space.
(#1576) Commas (,) must be followed by white space.
(#1576) Commas (,) must be followed by white space.
(#1577) Closing brace must be on a line by itself
(#1577) Usage of ELSEIF not allowed; use ELSE IF instead
(#1577) Expected 1 space before "="; 0 found
(#1577) Expected 1 space after "="; 0 found
(#1577) Expected "if (...) {\n"; found "if(...){"
(#1577) Variable "_b" must not contain underscores.
(#1577) Expected 1 space before "="; 0 found
(#1577) Expected 1 space after "="; 0 found
(#1577) Inline control structures are not allowed
(#1577) Expected 1 space before "as"; 0 found
(#1577) Expected 1 space after "as"; 0 found
(#1577) Commas (,) must be followed by white space.
(#1577) Commas (,) must be followed by white space.
(#1577) Commas (,) must be followed by white space.
(#1577) Commas (,) must be followed by white space.
(#1577) Commas (,) must be followed by white space.
(#1577) Commas (,) must be followed by white space.
(#1577) Commas (,) must be followed by white space.
(#1577) Commas (,) must be followed by white space.
(#1577) Variable "_b" must not contain underscores.
(#1577) Expected 1 space before ".="; 0 found
(#1577) Expected 1 space after ".="; 0 found
(#1577) Commas (,) must be followed by white space.
(#1577) Variable "_b" must not contain underscores.
(#1577) Commas (,) must be followed by white space.
(#1577) Variable "S" must be all lower-case
(#1577) Expected 1 space before "="; 0 found
(#1577) Expected 1 space after "="; 0 found
(#1577) Expected 1 space before "+"; 0 found
(#1577) Expected 1 space after "+"; 0 found
(#1577) Variable "_c" must not contain underscores.
(#1577) Expected 1 space before "="; 0 found
(#1577) Expected 1 space after "="; 0 found
(#1577) Variable "S" must be all lower-case
(#1577) Expected 1 space before "=="; 0 found
(#1577) Expected 1 space after "=="; 0 found
(#1577) Expected 1 space before "?"; 0 found
(#1577) Expected 1 space after "?"; 0 found
(#1577) Variable "S" must be all lower-case
(#1577) Expected 1 space before ":"; 0 found
(#1577) Expected 1 space after ":"; 0 found
(#1577) Commas (,) must be followed by white space.
(#1577) Expected 1 space before "=="; 0 found
(#1577) Expected 1 space after "=="; 0 found
(#1577) Variable "S" must be all lower-case
(#1577) Expected 1 space before ">"; 0 found
(#1577) Expected 1 space after ">"; 0 found
(#1577) Variable "Ad" must be all lower-case
(#1577) Expected 1 space before "="; 0 found
(#1577) Expected 1 space after "="; 0 found
(#1577) Commas (,) must be followed by white space.
(#1577) Expected "if (...) {\n"; found "if(...){"
(#1577) Variable "Ad" must be all lower-case
(#1577) Variable "Wb" must be all lower-case
(#1577) Expected "if (...) {\n"; found "if(...){"
(#1577) Expected 1 space before "=="; 0 found
(#1577) Expected 1 space after "=="; 0 found
(#1577) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1577) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1577) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1577) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1577) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1577) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1577) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1577) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1579) Expected 1 space before "?"; 0 found
(#1579) Expected 1 space after "?"; 0 found
(#1581) Expected 1 space before ":"; 0 found
(#1581) Expected 1 space after ":"; 0 found
(#1582) Closing brace must be on a line by itself
(#1582) Closing brace must be on a line by itself
(#1582) Variable "Ng" must be all lower-case
(#1582) Expected 1 space before "="; 0 found
(#1582) Expected 1 space after "="; 0 found
(#1582) Expected 1 space before "="; 0 found
(#1582) Expected 1 space after "="; 0 found
(#1582) Expected "if (...) {\n"; found "if(...){"
(#1582) Expected 1 space before "=="; 0 found
(#1582) Expected 1 space after "=="; 0 found
(#1582) Expected 1 space before "="; 0 found
(#1582) Expected 1 space after "="; 0 found
(#1582) Inline control structures are not allowed
(#1582) Expected 1 space before "="; 0 found
(#1582) Expected 1 space after "="; 0 found
(#1582) Commas (,) must be followed by white space.
(#1582) Commas (,) must be followed by white space.
(#1582) Commas (,) must be followed by white space.
(#1582) Commas (,) must be followed by white space.
(#1582) Closing brace must be on a line by itself
(#1582) Expected "foreach (...) {\n"; found "foreach(...){"
(#1582) Expected 1 space after "as"; 0 found
(#1582) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1582) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1582) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1582) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1582) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1582) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1582) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1582) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1583) Expected "if (...) {\n"; found "if(...){"
(#1583) Expected "if (...) {\n"; found "if(...){"
(#1583) Variable "Ad" must be all lower-case
(#1583) Commas (,) must be followed by white space.
(#1583) Variable "Ng" must be all lower-case
(#1583) Expected 1 space before "="; 0 found
(#1583) Expected 1 space after "="; 0 found
(#1583) Commas (,) must be followed by white space.
(#1583) Inline control structures are not allowed
(#1583) Variable "Ng" must be all lower-case
(#1583) Expected 1 space before "=="; 0 found
(#1583) Expected 1 space after "=="; 0 found
(#1583) Closing brace must be on a line by itself
(#1583) Expected "if (...) {\n"; found "if(...){"
(#1583) Variable "Ad" must be all lower-case
(#1583) Inline control structures are not allowed
(#1583) Variable "Ng" must be all lower-case
(#1583) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1583) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1583) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1583) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1583) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1583) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1583) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1583) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1584) Line indented incorrectly; expected at least 12 spaces, found 0
(#1584) Expected 1 space before "="; 0 found
(#1584) Expected 1 space after "="; 0 found
(#1584) Expected "if (...) {\n"; found "if(...){"
(#1584) Expected "foreach (...) {\n"; found "foreach(...){"
(#1584) Expected 1 space before "as"; 0 found
(#1584) Expected 1 space after "as"; 0 found
(#1584) Commas (,) must be followed by white space.
(#1584) Expected "foreach (...) {\n"; found "foreach(...){"
(#1584) Expected 1 space before "as"; 0 found
(#1584) Expected 1 space after "as"; 0 found
(#1584) Commas (,) must be followed by white space.
(#1584) Commas (,) must be followed by white space.
(#1584) Variable "K" must be all lower-case
(#1584) Expected 1 space before "="; 0 found
(#1584) Expected 1 space after "="; 0 found
(#1584) Variable "K" must be all lower-case
(#1584) Commas (,) must be followed by white space.
(#1584) Expected 1 space before ".="; 0 found
(#1584) Expected 1 space after ".="; 0 found
(#1584) Variable "Ng" must be all lower-case
(#1584) Expected 1 space before "!="; 0 found
(#1584) Expected 1 space after "!="; 0 found
(#1584) Expected 1 space before "?"; 0 found
(#1584) Expected 1 space after "?"; 0 found
(#1584) Variable "K" must be all lower-case
(#1584) Expected 1 space before ":"; 0 found
(#1584) Expected 1 space after ":"; 0 found
(#1584) Closing brace must be on a line by itself
(#1584) Closing brace must be on a line by itself
(#1584) Closing brace must be on a line by itself
(#1584) Expected "if (...) {\n"; found "if(...){"
(#1584) Expected "foreach (...) {\n"; found "foreach(...){"
(#1584) Expected 1 space before "as"; 0 found
(#1584) Expected 1 space after "as"; 0 found
(#1584) Commas (,) must be followed by white space.
(#1584) Commas (,) must be followed by white space.
(#1584) Variable "K" must be all lower-case
(#1584) Expected 1 space before "="; 0 found
(#1584) Expected 1 space after "="; 0 found
(#1584) Variable "K" must be all lower-case
(#1584) Commas (,) must be followed by white space.
(#1584) Expected 1 space before ".="; 0 found
(#1584) Expected 1 space after ".="; 0 found
(#1584) Variable "Ng" must be all lower-case
(#1584) Expected 1 space before "!="; 0 found
(#1584) Expected 1 space after "!="; 0 found
(#1584) Expected 1 space before "?"; 0 found
(#1584) Expected 1 space after "?"; 0 found
(#1584) Variable "K" must be all lower-case
(#1584) Expected 1 space before ":"; 0 found
(#1584) Expected 1 space after ":"; 0 found
(#1584) Closing brace must be on a line by itself
(#1584) Closing brace must be on a line by itself
(#1584) Inline control structures are not allowed
(#1584) Closing brace must be on a line by itself
(#1584) Expected "if (...) {\n"; found "if(...){"
(#1584) Variable "Zh" must be all lower-case
(#1584) Expected 1 space before "="; 0 found
(#1584) Expected 1 space after "="; 0 found
(#1584) Expected "foreach (...) {\n"; found "foreach(...){"
(#1584) Expected 1 space before "=>"; 0 found
(#1584) Expected 1 space after "=>"; 0 found
(#1584) Expected 1 space before "as"; 0 found
(#1584) Expected 1 space after "as"; 0 found
(#1584) Commas (,) must be followed by white space.
(#1584) Variable "C" must be all lower-case
(#1584) Expected 1 space before "=>"; 0 found
(#1584) Expected 1 space after "=>"; 0 found
(#1584) Variable "R" must be all lower-case
(#1584) Variable "Q" must be all lower-case
(#1584) Expected 1 space before "="; 0 found
(#1584) Expected 1 space after "="; 0 found
(#1584) Expected 1 space before "=="; 0 found
(#1584) Expected 1 space after "=="; 0 found
(#1584) Variable "C" must be all lower-case
(#1584) Commas (,) must be followed by white space.
(#1584) Variable "Eb" must be all lower-case
(#1584) Expected 1 space before "="; 0 found
(#1584) Expected 1 space after "="; 0 found
(#1584) Expected 1 space before "=="; 0 found
(#1584) Expected 1 space after "=="; 0 found
(#1584) Variable "C" must be all lower-case
(#1584) Commas (,) must be followed by white space.
(#1584) Expected "if (...) {\n"; found "if(...){"
(#1584) Variable "Q" must be all lower-case
(#1584) Variable "Eb" must be all lower-case
(#1584) Expected "if (...) {\n"; found "if(...){"
(#1584) Variable "_c" must not contain underscores.
(#1584) Expected 1 space before "=="; 0 found
(#1584) Expected 1 space after "=="; 0 found
(#1584) Expected 1 space before "="; 0 found
(#1584) Expected 1 space after "="; 0 found
(#1584) Line exceeds maximum limit of 180 characters; contains 892 characters
(#1584) Line exceeds maximum limit of 180 characters; contains 892 characters
(#1584) Line exceeds maximum limit of 180 characters; contains 892 characters
(#1584) Line exceeds maximum limit of 180 characters; contains 892 characters
(#1584) Line exceeds maximum limit of 180 characters; contains 892 characters
(#1584) Line exceeds maximum limit of 180 characters; contains 892 characters
(#1584) Line exceeds maximum limit of 180 characters; contains 892 characters
(#1584) Line exceeds maximum limit of 180 characters; contains 892 characters
(#1585) Line indented incorrectly; expected at least 16 spaces, found 0
(#1585) Commas (,) must be followed by white space.
(#1585) Commas (,) must be followed by white space.
(#1585) Closing brace must be on a line by itself
(#1585) Variable "C" must be all lower-case
(#1585) Commas (,) must be followed by white space.
(#1585) Variable "Q" must be all lower-case
(#1585) Expected 1 space before "?"; 0 found
(#1585) Expected 1 space after "?"; 0 found
(#1585) Expected 1 space before ":"; 0 found
(#1585) Expected 1 space after ":"; 0 found
(#1585) Commas (,) must be followed by white space.
(#1585) Variable "R" must be all lower-case
(#1585) Expected 1 space before "?"; 0 found
(#1585) Expected 1 space after "?"; 0 found
(#1585) Expected 1 space before ":"; 0 found
(#1585) Expected 1 space after ":"; 0 found
(#1585) Inline control structures are not allowed
(#1585) Variable "R" must be all lower-case
(#1585) Variable "Zh" must be all lower-case
(#1585) Expected 1 space before "="; 0 found
(#1585) Expected 1 space after "="; 0 found
(#1585) Variable "C" must be all lower-case
(#1585) Usage of ELSEIF not allowed; use ELSE IF instead
(#1585) Variable "Eb" must be all lower-case
(#1585) Expected 1 space before "="; 0 found
(#1585) Expected 1 space after "="; 0 found
(#1585) Variable "C" must be all lower-case
(#1585) Variable "C" must be all lower-case
(#1585) Commas (,) must be followed by white space.
(#1585) Commas (,) must be followed by white space.
(#1585) Commas (,) must be followed by white space.
(#1585) Variable "C" must be all lower-case
(#1585) Closing brace must be on a line by itself
(#1585) Inline control structures are not allowed
(#1585) Variable "Ad" must be all lower-case
(#1585) Variable "Q" must be all lower-case
(#1585) Variable "_h" must not contain underscores.
(#1585) Expected 1 space before "="; 0 found
(#1585) Expected 1 space after "="; 0 found
(#1585) Variable "C" must be all lower-case
(#1585) Commas (,) must be followed by white space.
(#1585) Variable "_h" must not contain underscores.
(#1585) Expected "if (...) {\n"; found "if(...){"
(#1585) Variable "_c" must not contain underscores.
(#1585) Expected 1 space before "=="; 0 found
(#1585) Expected 1 space after "=="; 0 found
(#1585) Expected 1 space before "!="; 0 found
(#1585) Expected 1 space after "!="; 0 found
(#1585) Expected 1 space before "?"; 0 found
(#1585) Expected 1 space after "?"; 0 found
(#1585) Expected 1 space before ":"; 0 found
(#1585) Expected 1 space after ":"; 0 found
(#1585) Variable "C" must be all lower-case
(#1585) Commas (,) must be followed by white space.
(#1585) Closing brace must be on a line by itself
(#1585) Inline control structures are not allowed
(#1585) Usage of ELSEIF not allowed; use ELSE IF instead
(#1585) Variable "Ad" must be all lower-case
(#1585) Closing brace must be on a line by itself
(#1585) Closing brace must be on a line by itself
(#1585) Inline control structures are not allowed
(#1585) Expected 1 space after "as"; 0 found
(#1585) Line exceeds maximum limit of 180 characters; contains 471 characters
(#1585) Line exceeds maximum limit of 180 characters; contains 471 characters
(#1585) Line exceeds maximum limit of 180 characters; contains 471 characters
(#1585) Variable "Zh" must be all lower-case
(#1585) Line exceeds maximum limit of 180 characters; contains 471 characters
(#1585) Line exceeds maximum limit of 180 characters; contains 471 characters
(#1585) Line exceeds maximum limit of 180 characters; contains 471 characters
(#1585) Line exceeds maximum limit of 180 characters; contains 471 characters
(#1585) Line exceeds maximum limit of 180 characters; contains 471 characters
(#1586) Line indented incorrectly; expected at least 12 spaces, found 0
(#1586) Variable "Yh" must be all lower-case
(#1586) Variable "Yh" must be all lower-case
(#1586) Commas (,) must be followed by white space.
(#1586) Commas (,) must be followed by white space.
(#1586) Inline control structures are not allowed
(#1586) Variable "_c" must not contain underscores.
(#1586) Expected 1 space before "=="; 0 found
(#1586) Expected 1 space after "=="; 0 found
(#1587) Line indented incorrectly; expected at least 12 spaces, found 0
(#1587) Closing brace must be on a line by itself
(#1587) Closing brace must be on a line by itself
(#1587) Closing brace must be on a line by itself
(#1587) Inline control structures are not allowed
(#1587) Variable "Ad" must be all lower-case
(#1587) Closing brace must be on a line by itself
(#1587) Commas (,) must be followed by white space.
(#1587) Commas (,) must be followed by white space.
(#1587) Expected 1 space before "!="; 0 found
(#1587) Expected 1 space after "!="; 0 found
(#1587) Expected 1 space before "?"; 0 found
(#1587) Expected 1 space after "?"; 0 found
(#1587) Expected 1 space before "=>"; 0 found
(#1587) Expected 1 space after "=>"; 0 found
(#1587) Expected 1 space before ":"; 0 found
(#1587) Expected 1 space after ":"; 0 found
(#1587) Commas (,) must be followed by white space.
(#1587) Line exceeds 132 characters; contains 169 characters
(#1587) Line exceeds 132 characters; contains 169 characters
(#1587) Line exceeds 132 characters; contains 169 characters
(#1587) Line exceeds 132 characters; contains 169 characters
(#1587) Line exceeds 132 characters; contains 169 characters
(#1587) Line exceeds 132 characters; contains 169 characters
(#1587) Line exceeds 132 characters; contains 169 characters
(#1587) Line exceeds 132 characters; contains 169 characters
(#1590) Variable "Hb" must be all lower-case
(#1590) Expected 1 space before "="; 0 found
(#1590) Expected 1 space after "="; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Commas (,) must be followed by white space.
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "Yg" must be all lower-case
(#1590) Expected 1 space before "="; 0 found
(#1590) Expected 1 space after "="; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "Fb" must be all lower-case
(#1590) Expected 1 space before "="; 0 found
(#1590) Expected 1 space after "="; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Commas (,) must be followed by white space.
(#1590) Inline control structures are not allowed
(#1590) Expected 1 space before "=="; 0 found
(#1590) Expected 1 space after "=="; 0 found
(#1590) Variable "Fb" must be all lower-case
(#1590) Expected 1 space before "="; 0 found
(#1590) Expected 1 space after "="; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "K" must be all lower-case
(#1590) Inline control structures are not allowed
(#1590) Variable "K" must be all lower-case
(#1590) Variable "K" must be all lower-case
(#1590) Expected 1 space before "="; 0 found
(#1590) Expected 1 space after "="; 0 found
(#1590) Expected 1 space before "=>"; 0 found
(#1590) Expected 1 space after "=>"; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Expected 1 space before "=>"; 0 found
(#1590) Expected 1 space after "=>"; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Expected 1 space before "=>"; 0 found
(#1590) Expected 1 space after "=>"; 0 found
(#1590) Expected 1 space before "!="; 0 found
(#1590) Expected 1 space after "!="; 0 found
(#1590) Expected 1 space before "?"; 0 found
(#1590) Expected 1 space after "?"; 0 found
(#1590) Expected 1 space before ":"; 0 found
(#1590) Expected 1 space after ":"; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Expected 1 space before "=>"; 0 found
(#1590) Expected 1 space after "=>"; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Expected 1 space before "=>"; 0 found
(#1590) Expected 1 space after "=>"; 0 found
(#1590) Expected "if (...) {\n"; found "if(...){"
(#1590) Variable "K" must be all lower-case
(#1590) Variable "K" must be all lower-case
(#1590) Expected 1 space before "="; 0 found
(#1590) Expected 1 space after "="; 0 found
(#1590) Variable "K" must be all lower-case
(#1590) Expected 1 space before "="; 0 found
(#1590) Expected 1 space after "="; 0 found
(#1590) Expected 1 space before "=="; 0 found
(#1590) Expected 1 space after "=="; 0 found
(#1590) Variable "K" must be all lower-case
(#1590) Expected 1 space before "="; 0 found
(#1590) Expected 1 space after "="; 0 found
(#1590) Variable "K" must be all lower-case
(#1590) Closing brace must be on a line by itself
(#1590) Commas (,) must be followed by white space.
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "K" must be all lower-case
(#1590) Commas (,) must be followed by white space.
(#1590) Commas (,) must be followed by white space.
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "K" must be all lower-case
(#1590) Commas (,) must be followed by white space.
(#1590) Expected 1 space before "=="; 0 found
(#1590) Expected 1 space after "=="; 0 found
(#1590) Expected 1 space before "?"; 0 found
(#1590) Expected 1 space after "?"; 0 found
(#1590) Expected 1 space before ":"; 0 found
(#1590) Expected 1 space after ":"; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "Hb" must be all lower-case
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "K" must be all lower-case
(#1590) Expected 1 space before "?"; 0 found
(#1590) Expected 1 space after "?"; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "K" must be all lower-case
(#1590) Commas (,) must be followed by white space.
(#1590) Expected 1 space before ":"; 0 found
(#1590) Expected 1 space after ":"; 0 found
(#1590) Expected 1 space before "?"; 0 found
(#1590) Expected 1 space after "?"; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "K" must be all lower-case
(#1590) Commas (,) must be followed by white space.
(#1590) Expected 1 space before ":"; 0 found
(#1590) Expected 1 space after ":"; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "Yg" must be all lower-case
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "K" must be all lower-case
(#1590) Commas (,) must be followed by white space.
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "K" must be all lower-case
(#1590) Commas (,) must be followed by white space.
(#1590) Expected 1 space before "?"; 0 found
(#1590) Expected 1 space after "?"; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "K" must be all lower-case
(#1590) Commas (,) must be followed by white space.
(#1590) Expected 1 space before ":"; 0 found
(#1590) Expected 1 space after ":"; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "Fb" must be all lower-case
(#1590) Commas (,) must be followed by white space.
(#1590) Variable "K" must be all lower-case
(#1590) Commas (,) must be followed by white space.
(#1590) Line exceeds maximum limit of 180 characters; contains 1145 characters
(#1590) Line exceeds maximum limit of 180 characters; contains 1145 characters
(#1590) Line exceeds maximum limit of 180 characters; contains 1145 characters
(#1590) Line exceeds maximum limit of 180 characters; contains 1145 characters
(#1590) Line exceeds maximum limit of 180 characters; contains 1145 characters
(#1590) Line exceeds maximum limit of 180 characters; contains 1145 characters
(#1590) Line exceeds maximum limit of 180 characters; contains 1145 characters
(#1590) Line exceeds maximum limit of 180 characters; contains 1145 characters
(#1591) Commas (,) must be followed by white space.
(#1591) Commas (,) must be followed by white space.
(#1592) Commas (,) must be followed by white space.
(#1592) Variable "T" must be all lower-case
(#1592) Commas (,) must be followed by white space.
(#1595) Variable "Bf" must be all lower-case
(#1595) Expected 1 space before "="; 0 found
(#1595) Expected 1 space after "="; 0 found
(#1595) Expected "if (...) {\n"; found "if(...){"
(#1595) Expected 1 space before "!="; 0 found
(#1595) Expected 1 space after "!="; 0 found
(#1595) Expected 1 space before "="; 0 found
(#1595) Expected 1 space after "="; 0 found
(#1595) Expected 1 space before "!="; 0 found
(#1595) Expected 1 space after "!="; 0 found
(#1595) Expected 1 space before "?"; 0 found
(#1595) Expected 1 space after "?"; 0 found
(#1595) Expected 1 space before ":"; 0 found
(#1595) Expected 1 space after ":"; 0 found
(#1595) Commas (,) must be followed by white space.
(#1595) Commas (,) must be followed by white space.
(#1595) Commas (,) must be followed by white space.
(#1595) Variable "Zh" must be all lower-case
(#1595) Expected 1 space before "="; 0 found
(#1595) Expected 1 space after "="; 0 found
(#1595) Variable "Zg" must be all lower-case
(#1595) Expected 1 space before "="; 0 found
(#1595) Expected 1 space after "="; 0 found
(#1595) Expected "foreach (...) {\n"; found "foreach(...){"
(#1595) Expected 1 space before "=>"; 0 found
(#1595) Expected 1 space after "=>"; 0 found
(#1595) Expected 1 space after "as"; 0 found
(#1595) Line exceeds maximum limit of 180 characters; contains 436 characters
(#1595) Line exceeds maximum limit of 180 characters; contains 436 characters
(#1595) Line exceeds maximum limit of 180 characters; contains 436 characters
(#1595) Variable "Zg" must be all lower-case
(#1595) Line exceeds maximum limit of 180 characters; contains 436 characters
(#1595) Line exceeds maximum limit of 180 characters; contains 436 characters
(#1595) Line exceeds maximum limit of 180 characters; contains 436 characters
(#1595) Line exceeds maximum limit of 180 characters; contains 436 characters
(#1595) Line exceeds maximum limit of 180 characters; contains 436 characters
(#1596) Line indented incorrectly; expected at least 4 spaces, found 0
(#1596) Variable "C" must be all lower-case
(#1596) Expected 1 space before "=>"; 0 found
(#1596) Expected 1 space after "=>"; 0 found
(#1596) Variable "U" must be all lower-case
(#1596) Variable "Af" must be all lower-case
(#1596) Expected 1 space before "="; 0 found
(#1596) Expected 1 space after "="; 0 found
(#1596) Commas (,) must be followed by white space.
(#1596) Commas (,) must be followed by white space.
(#1596) Variable "C" must be all lower-case
(#1596) Expected 1 space before "="; 0 found
(#1596) Expected 1 space after "="; 0 found
(#1596) Expected 1 space before "=="; 0 found
(#1596) Expected 1 space after "=="; 0 found
(#1596) Expected 1 space before "=="; 0 found
(#1596) Expected 1 space after "=="; 0 found
(#1596) Commas (,) must be followed by white space.
(#1596) Expected 1 space before "=="; 0 found
(#1596) Expected 1 space after "=="; 0 found
(#1596) Expected 1 space before "?"; 0 found
(#1596) Expected 1 space after "?"; 0 found
(#1596) Variable "Af" must be all lower-case
(#1596) Expected 1 space before ":"; 0 found
(#1596) Expected 1 space after ":"; 0 found
(#1596) Variable "C" must be all lower-case
(#1596) Variable "Ef" must be all lower-case
(#1596) Expected 1 space before "="; 0 found
(#1596) Expected 1 space after "="; 0 found
(#1596) Commas (,) must be followed by white space.
(#1596) Variable "C" must be all lower-case
(#1596) Commas (,) must be followed by white space.
(#1596) Commas (,) must be followed by white space.
(#1596) Variable "C" must be all lower-case
(#1596) Commas (,) must be followed by white space.
(#1596) Commas (,) must be followed by white space.
(#1596) Inline control structures are not allowed
(#1596) Variable "U" must be all lower-case
(#1596) Expected 1 space before "!=="; 0 found
(#1596) Expected 1 space after "!=="; 0 found
(#1596) Commas (,) must be followed by white space.
(#1596) Variable "U" must be all lower-case
(#1596) Variable "Zh" must be all lower-case
(#1596) Expected 1 space before ".="; 0 found
(#1596) Expected 1 space after ".="; 0 found
(#1596) Variable "Ef" must be all lower-case
(#1596) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1596) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1596) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1596) Inline control structures are not allowed
(#1596) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1596) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1596) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1596) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1596) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1597) Line indented incorrectly; expected at least 8 spaces, found 0
(#1597) Variable "Ef" must be all lower-case
(#1597) Variable "C" must be all lower-case
(#1597) Commas (,) must be followed by white space.
(#1597) Variable "C" must be all lower-case
(#1597) Commas (,) must be followed by white space.
(#1597) Commas (,) must be followed by white space.
(#1597) Commas (,) must be followed by white space.
(#1597) Variable "Bf" must be all lower-case
(#1597) Variable "Af" must be all lower-case
(#1597) Closing brace must be on a line by itself
(#1597) Variable "Zh" must be all lower-case
(#1597) Inline control structures are not allowed
(#1597) Variable "Zg" must be all lower-case
(#1597) Closing brace must be on a line by itself
(#1597) Expected "} else {\n"; found "}else{"
(#1597) Expected 1 space before "=="; 0 found
(#1597) Expected 1 space after "=="; 0 found
(#1597) Expected 1 space before "?"; 0 found
(#1597) Expected 1 space after "?"; 0 found
(#1597) Expected 1 space before ":"; 0 found
(#1597) Expected 1 space after ":"; 0 found
(#1597) Expected 1 space before "="; 0 found
(#1597) Expected 1 space after "="; 0 found
(#1597) Expected "if (...) {\n"; found "if(...){"
(#1597) Expected "foreach (...) {\n"; found "foreach(...){"
(#1597) Expected 1 space after "as"; 0 found
(#1597) Line exceeds maximum limit of 180 characters; contains 554 characters
(#1597) Line exceeds maximum limit of 180 characters; contains 554 characters
(#1597) Line exceeds maximum limit of 180 characters; contains 554 characters
(#1597) Line exceeds maximum limit of 180 characters; contains 554 characters
(#1597) Line exceeds maximum limit of 180 characters; contains 554 characters
(#1597) Line exceeds maximum limit of 180 characters; contains 554 characters
(#1597) Line exceeds maximum limit of 180 characters; contains 554 characters
(#1597) Line exceeds maximum limit of 180 characters; contains 554 characters
(#1598) Line indented incorrectly; expected at least 8 spaces, found 0
(#1598) Expected "if (...) {\n"; found "if(...){"
(#1598) Variable "Af" must be all lower-case
(#1598) Expected 1 space before "="; 0 found
(#1598) Expected 1 space after "="; 0 found
(#1598) Commas (,) must be followed by white space.
(#1598) Commas (,) must be followed by white space.
(#1598) Commas (,) must be followed by white space.
(#1598) Commas (,) must be followed by white space.
(#1598) Expected 1 space before "=="; 0 found
(#1598) Expected 1 space after "=="; 0 found
(#1598) Expected 1 space before "=="; 0 found
(#1598) Expected 1 space after "=="; 0 found
(#1598) Variable "Af" must be all lower-case
(#1598) Commas (,) must be followed by white space.
(#1598) Commas (,) must be followed by white space.
(#1598) Commas (,) must be followed by white space.
(#1598) Variable "Bf" must be all lower-case
(#1598) Variable "Af" must be all lower-case
(#1598) Closing brace must be on a line by itself
(#1598) Closing brace must be on a line by itself
(#1598) Closing brace must be on a line by itself
(#1598) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1598) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1598) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1598) Inline control structures are not allowed
(#1598) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1598) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1598) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1598) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1598) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1599) Line indented incorrectly; expected at least 8 spaces, found 0
(#1599) Closing brace must be on a line by itself
(#1601) Variable "Jc" must be all lower-case
(#1601) Expected 1 space before "="; 0 found
(#1601) Expected 1 space after "="; 0 found
(#1601) Expected "foreach (...) {\n"; found "foreach(...){"
(#1601) Expected 1 space before "=>"; 0 found
(#1601) Expected 1 space after "=>"; 0 found
(#1601) Expected 1 space after "as"; 0 found
(#1601) Variable "Bf" must be all lower-case
(#1602) Line indented incorrectly; expected at least 8 spaces, found 0
(#1602) Expected 1 space before "=>"; 0 found
(#1602) Expected 1 space after "=>"; 0 found
(#1602) Variable "X" must be all lower-case
(#1602) Expected "if (...) {\n"; found "if(...){"
(#1602) Expected 1 space before "!="; 0 found
(#1602) Expected 1 space after "!="; 0 found
(#1602) Variable "X" must be all lower-case
(#1602) Expected 1 space before ">"; 0 found
(#1602) Expected 1 space after ">"; 0 found
(#1602) Variable "Jc" must be all lower-case
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Variable "Jc" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Closing brace must be on a line by itself
(#1602) Closing brace must be on a line by itself
(#1602) Closing brace must be on a line by itself
(#1602) Usage of ELSEIF not allowed; use ELSE IF instead
(#1602) Variable "I" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Expected 1 space before "=="; 0 found
(#1602) Expected 1 space after "=="; 0 found
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Variable "Uc" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "I" must be all lower-case
(#1602) Inline control structures are not allowed
(#1602) Variable "I" must be all lower-case
(#1602) Variable "I" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "Uc" must be all lower-case
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Commas (,) must be followed by white space.
(#1602) Commas (,) must be followed by white space.
(#1602) Inline control structures are not allowed
(#1602) Variable "K" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "I" must be all lower-case
(#1602) Variable "K" must be all lower-case
(#1602) Variable "K" must be all lower-case
(#1602) Variable "K" must be all lower-case
(#1602) Variable "K" must be all lower-case
(#1602) Inline control structures are not allowed
(#1602) Variable "Uc" must be all lower-case
(#1602) Expected 1 space before "!="; 0 found
(#1602) Expected 1 space after "!="; 0 found
(#1602) Commas (,) must be followed by white space.
(#1602) Commas (,) must be followed by white space.
(#1602) Closing brace must be on a line by itself
(#1602) Usage of ELSEIF not allowed; use ELSE IF instead
(#1602) Expected "if (...) {\n"; found "if(...){"
(#1602) Commas (,) must be followed by white space.
(#1602) Commas (,) must be followed by white space.
(#1602) Commas (,) must be followed by white space.
(#1602) Closing brace must be on a line by itself
(#1602) Expected "if (...) {\n"; found "if(...){"
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Closing brace must be on a line by itself
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Commas (,) must be followed by white space.
(#1602) Expected "if (...) {\n"; found "if(...){"
(#1602) Variable "Rc" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Inline control structures are not allowed
(#1602) Variable "H" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Usage of ELSEIF not allowed; use ELSE IF instead
(#1602) Variable "Rc" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "H" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "Rc" must be all lower-case
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Variable "Rc" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Closing brace must be on a line by itself
(#1602) Inline control structures are not allowed
(#1602) Variable "H" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Commas (,) must be followed by white space.
(#1602) Expected "if (...) {\n"; found "if(...){"
(#1602) Variable "H" must be all lower-case
(#1602) Inline control structures are not allowed
(#1602) Commas (,) must be followed by white space.
(#1602) Commas (,) must be followed by white space.
(#1602) Expected 1 space before "*"; 0 found
(#1602) Expected 1 space after "*"; 0 found
(#1602) Variable "H" must be all lower-case
(#1602) Expected 1 space before "+"; 0 found
(#1602) Expected 1 space after "+"; 0 found
(#1602) Expected 1 space before "+"; 0 found
(#1602) Expected 1 space after "+"; 0 found
(#1602) Expected "if (...) {\n"; found "if(...){"
(#1602) Variable "H" must be all lower-case
(#1602) Expected 1 space before "!="; 0 found
(#1602) Expected 1 space after "!="; 0 found
(#1602) Variable "H" must be all lower-case
(#1602) Expected 1 space before "<"; 0 found
(#1602) Expected 1 space after "<"; 0 found
(#1602) Variable "Lf" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "H" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "H" must be all lower-case
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Expected "if (...) {\n"; found "if(...){"
(#1602) Expected 1 space before "!="; 0 found
(#1602) Expected 1 space after "!="; 0 found
(#1602) Variable "Lf" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "Lf" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Commas (,) must be followed by white space.
(#1602) Closing brace must be on a line by itself
(#1602) Closing brace must be on a line by itself
(#1602) Variable "Fg" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "Mb" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "D" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Inline control structures are not allowed
(#1602) Expected 1 space before "!="; 0 found
(#1602) Expected 1 space after "!="; 0 found
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Expected 1 space before "=="; 0 found
(#1602) Expected 1 space after "=="; 0 found
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) The use of backticks in strings is not recommended
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Expected 1 space before "=="; 0 found
(#1602) Expected 1 space after "=="; 0 found
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) The use of backticks in strings is not recommended
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Expected 1 space before "=="; 0 found
(#1602) Expected 1 space after "=="; 0 found
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Expected 1 space before "=="; 0 found
(#1602) Expected 1 space after "=="; 0 found
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Commas (,) must be followed by white space.
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Expected "while (...) {\n"; found "while(...){"
(#1602) Variable "H" must be all lower-case
(#1602) Expected 1 space before "!="; 0 found
(#1602) Expected 1 space after "!="; 0 found
(#1602) Expected "if (...) {\n"; found "if(...){"
(#1602) Variable "D" must be all lower-case
(#1602) Variable "Fg" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "H" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "B" must be all lower-case
(#1602) Variable "Mb" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "B" must be all lower-case
(#1602) Variable "H" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "H" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "B" must be all lower-case
(#1602) Closing brace must be on a line by itself
(#1602) Expected "} else {\n"; found "}else{"
(#1602) Variable "Mb" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "H" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "B" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "D" must be all lower-case
(#1602) Variable "Pc" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "B" must be all lower-case
(#1602) Inline control structures are not allowed
(#1602) Variable "Pc" must be all lower-case
(#1602) Variable "Rc" must be all lower-case
(#1602) Variable "Rc" must be all lower-case
(#1602) Variable "H" must be all lower-case
(#1602) Expected 1 space before ".="; 0 found
(#1602) Expected 1 space after ".="; 0 found
(#1602) Variable "Rc" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Inline control structures are not allowed
(#1602) Variable "Pc" must be all lower-case
(#1602) Variable "H" must be all lower-case
(#1602) Expected 1 space before "=="; 0 found
(#1602) Expected 1 space after "=="; 0 found
(#1602) Variable "D" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Expected 1 space before "+"; 0 found
(#1602) Expected 1 space after "+"; 0 found
(#1602) Variable "Pc" must be all lower-case
(#1602) Expected "if (...) {\n"; found "if(...){"
(#1602) Variable "Pc" must be all lower-case
(#1602) Variable "Pc" must be all lower-case
(#1602) Expected 1 space before "!="; 0 found
(#1602) Expected 1 space after "!="; 0 found
(#1602) Variable "Mb" must be all lower-case
(#1602) Expected "while (...) {\n"; found "while(...){"
(#1602) Variable "Pc" must be all lower-case
(#1602) Expected 1 space before "=="; 0 found
(#1602) Expected 1 space after "=="; 0 found
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Variable "Pc" must be all lower-case
(#1602) Expected 1 space before "=="; 0 found
(#1602) Expected 1 space after "=="; 0 found
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "Pc" must be all lower-case
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Variable "Pc" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "H" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "B" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "D" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "B" must be all lower-case
(#1602) Inline control structures are not allowed
(#1602) Variable "Rc" must be all lower-case
(#1602) Variable "Rc" must be all lower-case
(#1602) Variable "H" must be all lower-case
(#1602) Expected 1 space before ".="; 0 found
(#1602) Expected 1 space after ".="; 0 found
(#1602) Variable "Rc" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "D" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "B" must be all lower-case
(#1602) Expected 1 space before "+"; 0 found
(#1602) Expected 1 space after "+"; 0 found
(#1602) Inline control structures are not allowed
(#1602) Expected 1 space before "!="; 0 found
(#1602) Expected 1 space after "!="; 0 found
(#1602) Closing brace must be on a line by itself
(#1602) Closing brace must be on a line by itself
(#1602) Closing brace must be on a line by itself
(#1602) Expected "} else {\n"; found "}else{"
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "Lf" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "H" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "Ef" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "Lf" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Expected "if (...) {\n"; found "if(...){"
(#1602) Expected 1 space before "=="; 0 found
(#1602) Expected 1 space after "=="; 0 found
(#1602) Variable "Fg" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "Lf" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "B" must be all lower-case
(#1602) Variable "Ef" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Inline control structures are not allowed
(#1602) Closing brace must be on a line by itself
(#1602) Expected "} else {\n"; found "}else{"
(#1602) Expected "if (...) {\n"; found "if(...){"
(#1602) Variable "Ef" must be all lower-case
(#1602) Closing brace must be on a line by itself
(#1602) Variable "Ig" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Inline control structures are not allowed
(#1602) Variable "Lf" must be all lower-case
(#1602) Variable "Fg" must be all lower-case
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "Lf" must be all lower-case
(#1602) Variable "Lf" must be all lower-case
(#1602) Expected "do {\n...} while (...);\n"; found "do{...}while(...);"
(#1602) Variable "I" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "Ig" must be all lower-case
(#1602) Variable "Lf" must be all lower-case
(#1602) Expected 1 space before "<"; 0 found
(#1602) Expected 1 space after "<"; 0 found
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Variable "Lf" must be all lower-case
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Expected "if (...) {\n"; found "if(...){"
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Variable "Ef" must be all lower-case
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Commas (,) must be followed by white space.
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Inline control structures are not allowed
(#1602) Line exceeds maximum limit of 180 characters; contains 3914 characters
(#1602) Line exceeds maximum limit of 180 characters; contains 3914 characters
(#1602) Line exceeds maximum limit of 180 characters; contains 3914 characters
(#1602) Line exceeds maximum limit of 180 characters; contains 3914 characters
(#1602) Line exceeds maximum limit of 180 characters; contains 3914 characters
(#1602) Line exceeds maximum limit of 180 characters; contains 3914 characters
(#1602) Line exceeds maximum limit of 180 characters; contains 3914 characters
(#1602) Line exceeds maximum limit of 180 characters; contains 3914 characters
(#1603) Line indented incorrectly; expected at least 40 spaces, found 0
(#1603) Closing brace must be on a line by itself
(#1603) Usage of ELSEIF not allowed; use ELSE IF instead
(#1603) Variable "I" must be all lower-case
(#1603) Expected 1 space before "="; 0 found
(#1603) Expected 1 space after "="; 0 found
(#1603) Expected 1 space before "="; 0 found
(#1603) Expected 1 space after "="; 0 found
(#1603) Variable "I" must be all lower-case
(#1603) Commas (,) must be followed by white space.
(#1603) Commas (,) must be followed by white space.
(#1603) Commas (,) must be followed by white space.
(#1603) Expected "if (...) {\n"; found "if(...){"
(#1603) Variable "De" must be all lower-case
(#1603) Expected 1 space before "="; 0 found
(#1603) Expected 1 space after "="; 0 found
(#1603) Variable "I" must be all lower-case
(#1603) Variable "De" must be all lower-case
(#1603) Expected 1 space before "?"; 0 found
(#1603) Expected 1 space after "?"; 0 found
(#1603) Variable "De" must be all lower-case
(#1603) Expected 1 space before ">"; 0 found
(#1603) Expected 1 space after ">"; 0 found
(#1603) Expected 1 space before "?"; 0 found
(#1603) Expected 1 space after "?"; 0 found
(#1603) Commas (,) must be followed by white space.
(#1603) Expected 1 space before ":"; 0 found
(#1603) Expected 1 space after ":"; 0 found
(#1603) Commas (,) must be followed by white space.
(#1603) Variable "De" must be all lower-case
(#1603) Expected 1 space before ":"; 0 found
(#1603) Expected 1 space after ":"; 0 found
(#1603) Commas (,) must be followed by white space.
(#1603) Expected 1 space before "="; 0 found
(#1603) Expected 1 space after "="; 0 found
(#1603) Expected 1 space before "="; 0 found
(#1603) Expected 1 space after "="; 0 found
(#1603) Commas (,) must be followed by white space.
(#1603) Commas (,) must be followed by white space.
(#1603) Commas (,) must be followed by white space.
(#1603) Commas (,) must be followed by white space.
(#1603) Variable "Lf" must be all lower-case
(#1603) Variable "T" must be all lower-case
(#1603) Expected "if (...) {\n"; found "if(...){"
(#1603) Variable "Fg" must be all lower-case
(#1603) Commas (,) must be followed by white space.
(#1603) Variable "Lf" must be all lower-case
(#1603) Expected 1 space before "="; 0 found
(#1603) Expected 1 space after "="; 0 found
(#1603) Commas (,) must be followed by white space.
(#1603) Variable "Lf" must be all lower-case
(#1603) Expected 1 space before "="; 0 found
(#1603) Expected 1 space after "="; 0 found
(#1603) Commas (,) must be followed by white space.
(#1603) Commas (,) must be followed by white space.
(#1603) Commas (,) must be followed by white space.
(#1603) Closing brace must be on a line by itself
(#1603) Line exceeds maximum limit of 180 characters; contains 851 characters
(#1603) Line exceeds maximum limit of 180 characters; contains 851 characters
(#1603) Line exceeds maximum limit of 180 characters; contains 851 characters
(#1603) Inline control structures are not allowed
(#1603) Line exceeds maximum limit of 180 characters; contains 851 characters
(#1603) Line exceeds maximum limit of 180 characters; contains 851 characters
(#1603) Line exceeds maximum limit of 180 characters; contains 851 characters
(#1603) Line exceeds maximum limit of 180 characters; contains 851 characters
(#1603) Line exceeds maximum limit of 180 characters; contains 851 characters
(#1604) Line indented incorrectly; expected at least 16 spaces, found 0
(#1604) Closing brace must be on a line by itself
(#1604) Closing brace must be on a line by itself
(#1604) Expected "} else {\n"; found "}else{"
(#1604) Expected "if (...) {\n"; found "if(...){"
(#1604) Variable "Fg" must be all lower-case
(#1604) Commas (,) must be followed by white space.
(#1604) Variable "Lf" must be all lower-case
(#1604) Commas (,) must be followed by white space.
(#1604) Closing brace must be on a line by itself
(#1604) Inline control structures are not allowed
(#1604) Commas (,) must be followed by white space.
(#1604) Closing brace must be on a line by itself
(#1604) Variable "Ig" must be all lower-case
(#1604) Expected 1 space before "="; 0 found
(#1604) Expected 1 space after "="; 0 found
(#1604) Closing brace must be on a line by itself
(#1604) Closing brace must be on a line by itself
(#1604) Variable "H" must be all lower-case
(#1604) Expected 1 space before "="; 0 found
(#1604) Expected 1 space after "="; 0 found
(#1604) Variable "H" must be all lower-case
(#1604) Commas (,) must be followed by white space.
(#1604) Variable "D" must be all lower-case
(#1604) Variable "D" must be all lower-case
(#1604) Expected 1 space before "="; 0 found
(#1604) Expected 1 space after "="; 0 found
(#1604) Closing brace must be on a line by itself
(#1604) Closing brace must be on a line by itself
(#1604) Closing brace must be on a line by itself
(#1604) Closing brace must be on a line by itself
(#1604) Inline control structures are not allowed
(#1604) Usage of ELSEIF not allowed; use ELSE IF instead
(#1604) Commas (,) must be followed by white space.
(#1604) Expected 1 space before "-"; 0 found
(#1604) Expected 1 space after "-"; 0 found
(#1604) Commas (,) must be followed by white space.
(#1604) Closing brace must be on a line by itself
(#1604) Inline control structures are not allowed
(#1604) Usage of ELSEIF not allowed; use ELSE IF instead
(#1604) Expected 1 space before ">"; 0 found
(#1604) Expected 1 space after ">"; 0 found
(#1604) Commas (,) must be followed by white space.
(#1604) Closing brace must be on a line by itself
(#1604) Line exceeds maximum limit of 180 characters; contains 626 characters
(#1604) Line exceeds maximum limit of 180 characters; contains 626 characters
(#1604) Line exceeds maximum limit of 180 characters; contains 626 characters
(#1604) Inline control structures are not allowed
(#1604) Line exceeds maximum limit of 180 characters; contains 626 characters
(#1604) Line exceeds maximum limit of 180 characters; contains 626 characters
(#1604) Line exceeds maximum limit of 180 characters; contains 626 characters
(#1604) Line exceeds maximum limit of 180 characters; contains 626 characters
(#1604) Line exceeds maximum limit of 180 characters; contains 626 characters
(#1605) Line indented incorrectly; expected at least 8 spaces, found 0
(#1605) Variable "H" must be all lower-case
(#1605) Closing brace must be on a line by itself
(#1607) Expected 1 space before "="; 0 found
(#1607) Expected 1 space after "="; 0 found
(#1607) Expected "if (...) {\n"; found "if(...){"
(#1607) Variable "Lf" must be all lower-case
(#1607) Expected 1 space before "="; 0 found
(#1607) Expected 1 space after "="; 0 found
(#1607) Inline control structures are not allowed
(#1607) Variable "Lf" must be all lower-case
(#1607) Expected 1 space before "="; 0 found
(#1607) Expected 1 space after "="; 0 found
(#1607) Inline control structures are not allowed
(#1607) Usage of ELSEIF not allowed; use ELSE IF instead
(#1607) Expected 1 space before "=="; 0 found
(#1607) Expected 1 space after "=="; 0 found
(#1607) Variable "Lf" must be all lower-case
(#1607) Expected 1 space before "="; 0 found
(#1607) Expected 1 space after "="; 0 found
(#1607) Inline control structures are not allowed
(#1607) Usage of ELSEIF not allowed; use ELSE IF instead
(#1607) Expected 1 space before "!="; 0 found
(#1607) Expected 1 space after "!="; 0 found
(#1607) Variable "Lf" must be all lower-case
(#1607) Expected 1 space before "="; 0 found
(#1607) Expected 1 space after "="; 0 found
(#1607) Commas (,) must be followed by white space.
(#1607) Variable "Lf" must be all lower-case
(#1607) Commas (,) must be followed by white space.
(#1607) Expected 1 space before "?"; 0 found
(#1607) Expected 1 space after "?"; 0 found
(#1607) Expected 1 space before ":"; 0 found
(#1607) Expected 1 space after ":"; 0 found
(#1607) Commas (,) must be followed by white space.
(#1607) Commas (,) must be followed by white space.
(#1607) Expected 1 space before "?"; 0 found
(#1607) Expected 1 space after "?"; 0 found
(#1607) Expected 1 space before ":"; 0 found
(#1607) Expected 1 space after ":"; 0 found
(#1607) Closing brace must be on a line by itself
(#1607) Expected "} else {\n"; found "}else{"
(#1607) Commas (,) must be followed by white space.
(#1607) Expected 1 space before "?"; 0 found
(#1607) Expected 1 space after "?"; 0 found
(#1607) Expected 1 space before ":"; 0 found
(#1607) Expected 1 space after ":"; 0 found
(#1607) Commas (,) must be followed by white space.
(#1607) Commas (,) must be followed by white space.
(#1607) Commas (,) must be followed by white space.
(#1607) Commas (,) must be followed by white space.
(#1607) Expected 1 space before "?"; 0 found
(#1607) Expected 1 space after "?"; 0 found
(#1607) Expected 1 space before ":"; 0 found
(#1607) Expected 1 space after ":"; 0 found
(#1607) Commas (,) must be followed by white space.
(#1607) Commas (,) must be followed by white space.
(#1607) Commas (,) must be followed by white space.
(#1607) Closing brace must be on a line by itself
(#1607) Line exceeds maximum limit of 180 characters; contains 958 characters
(#1607) Line exceeds maximum limit of 180 characters; contains 958 characters
(#1607) Line exceeds maximum limit of 180 characters; contains 958 characters
(#1607) Line exceeds maximum limit of 180 characters; contains 958 characters
(#1607) Line exceeds maximum limit of 180 characters; contains 958 characters
(#1607) Line exceeds maximum limit of 180 characters; contains 958 characters
(#1607) Line exceeds maximum limit of 180 characters; contains 958 characters
(#1607) Line exceeds maximum limit of 180 characters; contains 958 characters
(#1608) Line indented incorrectly; expected at least 8 spaces, found 0
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Expected 1 space before "?"; 0 found
(#1608) Expected 1 space after "?"; 0 found
(#1608) Expected 1 space before ":"; 0 found
(#1608) Expected 1 space after ":"; 0 found
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Expected 1 space before "?"; 0 found
(#1608) Expected 1 space after "?"; 0 found
(#1608) Expected 1 space before ":"; 0 found
(#1608) Expected 1 space after ":"; 0 found
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Variable "T" must be all lower-case
(#1608) Expected "if (...) {\n"; found "if(...){"
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Expected 1 space before "!="; 0 found
(#1608) Expected 1 space after "!="; 0 found
(#1608) Expected "for (...) {\n"; found "for(...){"
(#1608) Expected 1 space after first semicolon of FOR loop; 0 found
(#1608) Expected 1 space after second semicolon of FOR loop; 0 found
(#1608) Variable "X" must be all lower-case
(#1608) Expected 1 space before "="; 0 found
(#1608) Expected 1 space after "="; 0 found
(#1608) Variable "X" must be all lower-case
(#1608) Variable "X" must be all lower-case
(#1608) Expected 1 space before "="; 0 found
(#1608) Expected 1 space after "="; 0 found
(#1608) Expected 1 space before "="; 0 found
(#1608) Expected 1 space after "="; 0 found
(#1608) Variable "Lf" must be all lower-case
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Expected 1 space before "="; 0 found
(#1608) Expected 1 space after "="; 0 found
(#1608) Variable "X" must be all lower-case
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Variable "Lf" must be all lower-case
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Expected 1 space before "?"; 0 found
(#1608) Expected 1 space after "?"; 0 found
(#1608) Expected 1 space before ":"; 0 found
(#1608) Expected 1 space after ":"; 0 found
(#1608) Closing brace must be on a line by itself
(#1608) Commas (,) must be followed by white space.
(#1608) Commas (,) must be followed by white space.
(#1608) Closing brace must be on a line by itself
(#1608) Line exceeds maximum limit of 180 characters; contains 895 characters
(#1608) Line exceeds maximum limit of 180 characters; contains 895 characters
(#1608) Line exceeds maximum limit of 180 characters; contains 895 characters
(#1608) Line exceeds maximum limit of 180 characters; contains 895 characters
(#1608) Line exceeds maximum limit of 180 characters; contains 895 characters
(#1608) Line exceeds maximum limit of 180 characters; contains 895 characters
(#1608) Line exceeds maximum limit of 180 characters; contains 895 characters
(#1608) Line exceeds maximum limit of 180 characters; contains 895 characters
(#1609) Closing brace must be on a line by itself
(#1609) Usage of ELSEIF not allowed; use ELSE IF instead
(#1609) Expected 1 space before "="; 0 found
(#1609) Expected 1 space after "="; 0 found
(#1609) Expected 1 space before "="; 0 found
(#1609) Expected 1 space after "="; 0 found
(#1609) Variable "Z" must be all lower-case
(#1609) Expected 1 space before "="; 0 found
(#1609) Expected 1 space after "="; 0 found
(#1609) Expected 1 space before "?"; 0 found
(#1609) Expected 1 space after "?"; 0 found
(#1609) Expected 1 space before "=="; 0 found
(#1609) Expected 1 space after "=="; 0 found
(#1609) Expected 1 space before "?"; 0 found
(#1609) Expected 1 space after "?"; 0 found
(#1609) Commas (,) must be followed by white space.
(#1609) Expected 1 space before ":"; 0 found
(#1609) Expected 1 space after ":"; 0 found
(#1609) Expected 1 space before ":"; 0 found
(#1609) Expected 1 space after ":"; 0 found
(#1609) Commas (,) must be followed by white space.
(#1609) Variable "Kh" must be all lower-case
(#1609) Expected 1 space before "="; 0 found
(#1609) Expected 1 space after "="; 0 found
(#1609) Expected 1 space before "?"; 0 found
(#1609) Expected 1 space after "?"; 0 found
(#1609) Expected 1 space before ":"; 0 found
(#1609) Expected 1 space after ":"; 0 found
(#1609) Variable "Z" must be all lower-case
(#1609) Expected "foreach (...) {\n"; found "foreach(...){"
(#1609) Expected 1 space before "=>"; 0 found
(#1609) Expected 1 space after "=>"; 0 found
(#1609) Expected 1 space after "as"; 0 found
(#1609) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1609) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1609) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1609) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1609) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1609) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1609) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1609) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1610) Line indented incorrectly; expected at least 12 spaces, found 0
(#1610) Variable "C" must be all lower-case
(#1610) Expected 1 space before "=>"; 0 found
(#1610) Expected 1 space after "=>"; 0 found
(#1610) Inline control structures are not allowed
(#1610) Variable "Kh" must be all lower-case
(#1610) Expected 1 space before "?"; 0 found
(#1610) Expected 1 space after "?"; 0 found
(#1610) Expected 1 space before ":"; 0 found
(#1610) Expected 1 space after ":"; 0 found
(#1610) Expected 1 space before "=="; 0 found
(#1610) Expected 1 space after "=="; 0 found
(#1610) Variable "C" must be all lower-case
(#1610) Closing brace must be on a line by itself
(#1610) Expected "if (...) {\n"; found "if(...){"
(#1610) Variable "A" must be all lower-case
(#1610) Expected 1 space before "="; 0 found
(#1610) Expected 1 space after "="; 0 found
(#1610) Inline control structures are not allowed
(#1610) Variable "A" must be all lower-case
(#1610) Expected 1 space before "="; 0 found
(#1610) Expected 1 space after "="; 0 found
(#1610) Variable "Kh" must be all lower-case
(#1610) Expected 1 space before "?"; 0 found
(#1610) Expected 1 space after "?"; 0 found
(#1610) Expected 1 space before ":"; 0 found
(#1610) Expected 1 space after ":"; 0 found
(#1610) Inline control structures are not allowed
(#1610) Usage of ELSEIF not allowed; use ELSE IF instead
(#1610) Commas (,) must be followed by white space.
(#1610) Variable "A" must be all lower-case
(#1610) Variable "A" must be all lower-case
(#1610) Expected 1 space before "="; 0 found
(#1610) Expected 1 space after "="; 0 found
(#1610) Expected 1 space before "="; 0 found
(#1610) Expected 1 space after "="; 0 found
(#1610) Variable "Fh" must be all lower-case
(#1610) Expected 1 space before "="; 0 found
(#1610) Expected 1 space after "="; 0 found
(#1610) Commas (,) must be followed by white space.
(#1610) Variable "Of" must be all lower-case
(#1610) Expected 1 space before "="; 0 found
(#1610) Expected 1 space after "="; 0 found
(#1610) Variable "Z" must be all lower-case
(#1610) Inline control structures are not allowed
(#1610) Variable "A" must be all lower-case
(#1610) Commas (,) must be followed by white space.
(#1610) Commas (,) must be followed by white space.
(#1610) Variable "Vb" must be all lower-case
(#1610) Commas (,) must be followed by white space.
(#1610) Variable "Of" must be all lower-case
(#1610) Commas (,) must be followed by white space.
(#1610) Variable "Fh" must be all lower-case
(#1610) Variable "O" must be all lower-case
(#1610) Expected 1 space before "="; 0 found
(#1610) Expected 1 space after "="; 0 found
(#1610) Expected "foreach (...) {\n"; found "foreach(...){"
(#1610) Expected 1 space before "=>"; 0 found
(#1610) Expected 1 space after "=>"; 0 found
(#1610) Expected 1 space after "as"; 0 found
(#1610) Line exceeds maximum limit of 180 characters; contains 468 characters
(#1610) Line exceeds maximum limit of 180 characters; contains 468 characters
(#1610) Line exceeds maximum limit of 180 characters; contains 468 characters
(#1610) Line exceeds maximum limit of 180 characters; contains 468 characters
(#1610) Line exceeds maximum limit of 180 characters; contains 468 characters
(#1610) Line exceeds maximum limit of 180 characters; contains 468 characters
(#1610) Line exceeds maximum limit of 180 characters; contains 468 characters
(#1610) Line exceeds maximum limit of 180 characters; contains 468 characters
(#1611) Line indented incorrectly; expected at least 20 spaces, found 0
(#1611) Variable "C" must be all lower-case
(#1611) Expected 1 space before "=>"; 0 found
(#1611) Expected 1 space after "=>"; 0 found
(#1611) Variable "X" must be all lower-case
(#1611) Expected 1 space before "="; 0 found
(#1611) Expected 1 space after "="; 0 found
(#1611) Inline control structures are not allowed
(#1611) Variable "X" must be all lower-case
(#1611) Expected 1 space before "!=="; 0 found
(#1611) Expected 1 space after "!=="; 0 found
(#1611) Variable "X" must be all lower-case
(#1611) Expected 1 space before "!=="; 0 found
(#1611) Expected 1 space after "!=="; 0 found
(#1611) Variable "O" must be all lower-case
(#1611) Variable "C" must be all lower-case
(#1611) Expected 1 space before "="; 0 found
(#1611) Expected 1 space after "="; 0 found
(#1611) Variable "X" must be all lower-case
(#1611) Closing brace must be on a line by itself
(#1611) Expected "if (...) {\n"; found "if(...){"
(#1611) Variable "Kh" must be all lower-case
(#1611) Inline control structures are not allowed
(#1611) Variable "O" must be all lower-case
(#1611) Variable "A" must be all lower-case
(#1611) Variable "A" must be all lower-case
(#1611) Commas (,) must be followed by white space.
(#1611) Commas (,) must be followed by white space.
(#1611) Variable "Vb" must be all lower-case
(#1611) Commas (,) must be followed by white space.
(#1611) Variable "O" must be all lower-case
(#1611) Commas (,) must be followed by white space.
(#1611) Variable "Of" must be all lower-case
(#1611) Commas (,) must be followed by white space.
(#1611) Variable "Fh" must be all lower-case
(#1611) Expected "if (...) {\n"; found "if(...){"
(#1611) Closing brace must be on a line by itself
(#1611) Closing brace must be on a line by itself
(#1611) Expected "} else {\n"; found "}else{"
(#1611) Variable "I" must be all lower-case
(#1611) Expected 1 space before "="; 0 found
(#1611) Expected 1 space after "="; 0 found
(#1611) Variable "Vb" must be all lower-case
(#1611) Commas (,) must be followed by white space.
(#1611) Variable "O" must be all lower-case
(#1611) Variable "Rd" must be all lower-case
(#1611) Expected 1 space before "="; 0 found
(#1611) Expected 1 space after "="; 0 found
(#1611) Variable "I" must be all lower-case
(#1611) Expected 1 space before "?"; 0 found
(#1611) Expected 1 space after "?"; 0 found
(#1611) Expected 1 space before ":"; 0 found
(#1611) Expected 1 space after ":"; 0 found
(#1611) Variable "A" must be all lower-case
(#1611) Commas (,) must be followed by white space.
(#1611) Commas (,) must be followed by white space.
(#1611) Variable "Rd" must be all lower-case
(#1611) Expected 1 space before "?"; 0 found
(#1611) Expected 1 space after "?"; 0 found
(#1611) Variable "Rd" must be all lower-case
(#1611) Expected 1 space before ":"; 0 found
(#1611) Expected 1 space after ":"; 0 found
(#1611) Commas (,) must be followed by white space.
(#1611) Variable "I" must be all lower-case
(#1611) Closing brace must be on a line by itself
(#1611) Closing brace must be on a line by itself
(#1611) Closing brace must be on a line by itself
(#1611) Variable "K" must be all lower-case
(#1611) Expected 1 space before "="; 0 found
(#1611) Expected 1 space after "="; 0 found
(#1611) Inline control structures are not allowed
(#1611) Variable "K" must be all lower-case
(#1611) Expected 1 space before "="; 0 found
(#1611) Expected 1 space after "="; 0 found
(#1611) Usage of ELSEIF not allowed; use ELSE IF instead
(#1611) Variable "Z" must be all lower-case
(#1611) Variable "M" must be all lower-case
(#1611) Expected 1 space before "="; 0 found
(#1611) Expected 1 space after "="; 0 found
(#1611) Expected "foreach (...) {\n"; found "foreach(...){"
(#1611) Expected 1 space before "=>"; 0 found
(#1611) Expected 1 space after "=>"; 0 found
(#1611) Expected 1 space after "as"; 0 found
(#1611) Line exceeds maximum limit of 180 characters; contains 414 characters
(#1611) Line exceeds maximum limit of 180 characters; contains 414 characters
(#1611) Line exceeds maximum limit of 180 characters; contains 414 characters
(#1611) Line exceeds maximum limit of 180 characters; contains 414 characters
(#1611) Line exceeds maximum limit of 180 characters; contains 414 characters
(#1611) Line exceeds maximum limit of 180 characters; contains 414 characters
(#1611) Line exceeds maximum limit of 180 characters; contains 414 characters
(#1611) Line exceeds maximum limit of 180 characters; contains 414 characters
(#1612) Line indented incorrectly; expected at least 16 spaces, found 0
(#1612) Variable "C" must be all lower-case
(#1612) Expected 1 space before "=>"; 0 found
(#1612) Expected 1 space after "=>"; 0 found
(#1612) Expected "if (...) {\n"; found "if(...){"
(#1612) Variable "Ga" must be all lower-case
(#1612) Expected 1 space before "="; 0 found
(#1612) Expected 1 space after "="; 0 found
(#1612) Inline control structures are not allowed
(#1612) Variable "Ga" must be all lower-case
(#1612) Expected 1 space before "="; 0 found
(#1612) Expected 1 space after "="; 0 found
(#1612) Inline control structures are not allowed
(#1612) Expected 1 space before "=="; 0 found
(#1612) Expected 1 space after "=="; 0 found
(#1612) Commas (,) must be followed by white space.
(#1612) Variable "Ga" must be all lower-case
(#1612) Expected 1 space before "="; 0 found
(#1612) Expected 1 space after "="; 0 found
(#1612) Variable "C" must be all lower-case
(#1612) Variable "M" must be all lower-case
(#1612) Expected 1 space before "="; 0 found
(#1612) Expected 1 space after "="; 0 found
(#1612) Variable "Ga" must be all lower-case
(#1612) Expected 1 space before "?"; 0 found
(#1612) Expected 1 space after "?"; 0 found
(#1612) Variable "Ga" must be all lower-case
(#1612) Expected 1 space before ":"; 0 found
(#1612) Expected 1 space after ":"; 0 found
(#1612) Variable "C" must be all lower-case
(#1612) Closing brace must be on a line by itself
(#1612) Closing brace must be on a line by itself
(#1612) Variable "K" must be all lower-case
(#1612) Expected 1 space before "="; 0 found
(#1612) Expected 1 space after "="; 0 found
(#1612) Inline control structures are not allowed
(#1612) Variable "M" must be all lower-case
(#1612) Expected 1 space before "="; 0 found
(#1612) Expected 1 space after "="; 0 found
(#1612) Expected "if (...) {\n"; found "if(...){"
(#1612) Variable "M" must be all lower-case
(#1612) Variable "I" must be all lower-case
(#1612) Expected 1 space before "="; 0 found
(#1612) Expected 1 space after "="; 0 found
(#1612) Variable "Vb" must be all lower-case
(#1612) Commas (,) must be followed by white space.
(#1612) Variable "M" must be all lower-case
(#1612) Commas (,) must be followed by white space.
(#1612) Variable "Z" must be all lower-case
(#1612) Commas (,) must be followed by white space.
(#1612) Variable "M" must be all lower-case
(#1612) Commas (,) must be followed by white space.
(#1612) Commas (,) must be followed by white space.
(#1612) Expected 1 space before "?"; 0 found
(#1612) Expected 1 space after "?"; 0 found
(#1612) Expected 1 space before ":"; 0 found
(#1612) Expected 1 space after ":"; 0 found
(#1612) Variable "K" must be all lower-case
(#1612) Expected 1 space before "="; 0 found
(#1612) Expected 1 space after "="; 0 found
(#1612) Variable "I" must be all lower-case
(#1612) Inline control structures are not allowed
(#1612) Variable "K" must be all lower-case
(#1612) Variable "K" must be all lower-case
(#1612) Expected 1 space before "="; 0 found
(#1612) Expected 1 space after "="; 0 found
(#1612) Inline control structures are not allowed
(#1612) Variable "K" must be all lower-case
(#1612) Variable "I" must be all lower-case
(#1612) Variable "K" must be all lower-case
(#1612) Expected 1 space before "="; 0 found
(#1612) Expected 1 space after "="; 0 found
(#1612) Closing brace must be on a line by itself
(#1612) Closing brace must be on a line by itself
(#1612) Expected "if (...) {\n"; found "if(...){"
(#1612) Expected "if (...) {\n"; found "if(...){"
(#1612) Variable "Z" must be all lower-case
(#1612) Variable "I" must be all lower-case
(#1612) Expected 1 space before "="; 0 found
(#1612) Expected 1 space after "="; 0 found
(#1612) Variable "Vb" must be all lower-case
(#1612) Commas (,) must be followed by white space.
(#1612) Commas (,) must be followed by white space.
(#1612) Variable "Z" must be all lower-case
(#1612) Commas (,) must be followed by white space.
(#1612) Variable "K" must be all lower-case
(#1612) Expected 1 space before "="; 0 found
(#1612) Expected 1 space after "="; 0 found
(#1612) Variable "I" must be all lower-case
(#1612) Expected 1 space before "?"; 0 found
(#1612) Expected 1 space after "?"; 0 found
(#1612) Variable "I" must be all lower-case
(#1612) Expected 1 space before ":"; 0 found
(#1612) Expected 1 space after ":"; 0 found
(#1612) Inline control structures are not allowed
(#1612) Variable "K" must be all lower-case
(#1612) Variable "K" must be all lower-case
(#1612) Expected 1 space before "="; 0 found
(#1612) Expected 1 space after "="; 0 found
(#1612) Variable "Vb" must be all lower-case
(#1612) Expected 1 space before "=>"; 0 found
(#1612) Expected 1 space after "=>"; 0 found
(#1612) Closing brace must be on a line by itself
(#1612) Expected "if (...) {\n"; found "if(...){"
(#1612) Variable "K" must be all lower-case
(#1612) Expected "foreach (...) {\n"; found "foreach(...){"
(#1612) Expected 1 space before "=>"; 0 found
(#1612) Expected 1 space after "=>"; 0 found
(#1612) Expected 1 space after "as"; 0 found
(#1612) Line exceeds maximum limit of 180 characters; contains 622 characters
(#1612) Line exceeds maximum limit of 180 characters; contains 622 characters
(#1612) Line exceeds maximum limit of 180 characters; contains 622 characters
(#1612) Variable "K" must be all lower-case
(#1612) Line exceeds maximum limit of 180 characters; contains 622 characters
(#1612) Line exceeds maximum limit of 180 characters; contains 622 characters
(#1612) Line exceeds maximum limit of 180 characters; contains 622 characters
(#1612) Line exceeds maximum limit of 180 characters; contains 622 characters
(#1612) Line exceeds maximum limit of 180 characters; contains 622 characters
(#1613) Line indented incorrectly; expected at least 28 spaces, found 0
(#1613) Expected 1 space before "=>"; 0 found
(#1613) Expected 1 space after "=>"; 0 found
(#1613) Variable "X" must be all lower-case
(#1613) Inline control structures are not allowed
(#1613) Variable "Z" must be all lower-case
(#1613) Variable "K" must be all lower-case
(#1613) Expected 1 space before "="; 0 found
(#1613) Expected 1 space after "="; 0 found
(#1613) Expected 1 space before "="; 0 found
(#1613) Expected 1 space after "="; 0 found
(#1613) Expected 1 space before "=>"; 0 found
(#1613) Expected 1 space after "=>"; 0 found
(#1613) Commas (,) must be followed by white space.
(#1613) Expected 1 space before "=>"; 0 found
(#1613) Expected 1 space after "=>"; 0 found
(#1613) Expected 1 space before "!="; 0 found
(#1613) Expected 1 space after "!="; 0 found
(#1613) Variable "Vb" must be all lower-case
(#1613) Commas (,) must be followed by white space.
(#1613) Expected 1 space before "=>"; 0 found
(#1613) Expected 1 space after "=>"; 0 found
(#1613) Expected 1 space before "=="; 0 found
(#1613) Expected 1 space after "=="; 0 found
(#1613) Variable "Vb" must be all lower-case
(#1613) Closing brace must be on a line by itself
(#1613) Closing brace must be on a line by itself
(#1613) Closing brace must be on a line by itself
(#1613) Commas (,) must be followed by white space.
(#1613) Commas (,) must be followed by white space.
(#1613) Variable "K" must be all lower-case
(#1613) Commas (,) must be followed by white space.
(#1613) Variable "Kh" must be all lower-case
(#1613) Closing brace must be on a line by itself
(#1613) Usage of ELSEIF not allowed; use ELSE IF instead
(#1613) Expected 1 space before "="; 0 found
(#1613) Expected 1 space after "="; 0 found
(#1613) Expected 1 space before "="; 0 found
(#1613) Expected 1 space after "="; 0 found
(#1613) Inline control structures are not allowed
(#1613) Expected 1 space before "as"; 0 found
(#1613) Expected 1 space after "as"; 0 found
(#1613) Commas (,) must be followed by white space.
(#1613) Commas (,) must be followed by white space.
(#1613) Commas (,) must be followed by white space.
(#1613) Commas (,) must be followed by white space.
(#1613) Commas (,) must be followed by white space.
(#1613) Expected 1 space before "="; 0 found
(#1613) Expected 1 space after "="; 0 found
(#1613) Variable "Vf" must be all lower-case
(#1613) Expected 1 space before "="; 0 found
(#1613) Expected 1 space after "="; 0 found
(#1613) Variable "Nc" must be all lower-case
(#1613) Expected 1 space before "="; 0 found
(#1613) Expected 1 space after "="; 0 found
(#1613) Inline control structures are not allowed
(#1613) Expected 1 space before "=>"; 0 found
(#1613) Expected 1 space after "=>"; 0 found
(#1613) Expected 1 space after "as"; 0 found
(#1613) Line exceeds maximum limit of 180 characters; contains 346 characters
(#1613) Line exceeds maximum limit of 180 characters; contains 346 characters
(#1613) Line exceeds maximum limit of 180 characters; contains 346 characters
(#1613) Variable "Vf" must be all lower-case
(#1613) Line exceeds maximum limit of 180 characters; contains 346 characters
(#1613) Line exceeds maximum limit of 180 characters; contains 346 characters
(#1613) Line exceeds maximum limit of 180 characters; contains 346 characters
(#1613) Line exceeds maximum limit of 180 characters; contains 346 characters
(#1613) Line exceeds maximum limit of 180 characters; contains 346 characters
(#1614) Line indented incorrectly; expected at least 4 spaces, found 0
(#1614) Variable "Ug" must be all lower-case
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Variable "Nc" must be all lower-case
(#1614) The use of backticks in strings is not recommended
(#1614) Commas (,) must be followed by white space.
(#1614) The use of backticks in strings is not recommended
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "Ug" must be all lower-case
(#1614) The use of backticks in strings is not recommended
(#1614) The use of backticks in strings is not recommended
(#1614) Commas (,) must be followed by white space.
(#1614) The use of backticks in strings is not recommended
(#1614) Commas (,) must be followed by white space.
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "Ug" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "R" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Expected "if (...) {\n"; found "if(...){"
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "R" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Inline control structures are not allowed
(#1614) Variable "R" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Closing brace must be on a line by itself
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Inline control structures are not allowed
(#1614) Variable "K" must be all lower-case
(#1614) Variable "K" must be all lower-case
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Expected "if (...) {\n"; found "if(...){"
(#1614) Variable "K" must be all lower-case
(#1614) Inline control structures are not allowed
(#1614) Commas (,) must be followed by white space.
(#1614) Commas (,) must be followed by white space.
(#1614) Commas (,) must be followed by white space.
(#1614) Commas (,) must be followed by white space.
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "Da" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "Oh" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "Lc" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "Aa" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Expected "foreach (...) {\n"; found "foreach(...){"
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Expected 1 space before "as"; 0 found
(#1614) Expected 1 space after "as"; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "Nc" must be all lower-case
(#1614) Variable "Ah" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Expected 1 space before "!=="; 0 found
(#1614) Expected 1 space after "!=="; 0 found
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Variable "Vf" must be all lower-case
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Expected "if (...) {\n"; found "if(...){"
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Inline control structures are not allowed
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Inline control structures are not allowed
(#1614) Expected 1 space before "=="; 0 found
(#1614) Expected 1 space after "=="; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "Jf" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "Ah" must be all lower-case
(#1614) Variable "Da" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "Jf" must be all lower-case
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "Aa" must be all lower-case
(#1614) Expected "if (...) {\n"; found "if(...){"
(#1614) Variable "Jf" must be all lower-case
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "Jf" must be all lower-case
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "Aa" must be all lower-case
(#1614) Inline control structures are not allowed
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Variable "Aa" must be all lower-case
(#1614) Variable "Oh" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Closing brace must be on a line by itself
(#1614) Inline control structures are not allowed
(#1614) Expected 1 space before "!=="; 0 found
(#1614) Expected 1 space after "!=="; 0 found
(#1614) Variable "Lc" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Variable "Nc" must be all lower-case
(#1614) Commas (,) must be followed by white space.
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Variable "Ah" must be all lower-case
(#1614) Commas (,) must be followed by white space.
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "Aa" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Closing brace must be on a line by itself
(#1614) Usage of ELSEIF not allowed; use ELSE IF instead
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Variable "Oh" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Closing brace must be on a line by itself
(#1614) Expected "if (...) {\n"; found "if(...){"
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Inline control structures are not allowed
(#1614) Variable "Aa" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Closing brace must be on a line by itself
(#1614) Closing brace must be on a line by itself
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Expected "if (...) {\n"; found "if(...){"
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Expected "if (...) {\n"; found "if(...){"
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "=="; 0 found
(#1614) Expected 1 space after "=="; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "=="; 0 found
(#1614) Expected 1 space after "=="; 0 found
(#1614) Expected "foreach (...) {\n"; found "foreach(...){"
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Expected 1 space before "as"; 0 found
(#1614) Expected 1 space after "as"; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Variable "X" must be all lower-case
(#1614) Variable "Y" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "X" must be all lower-case
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "=="; 0 found
(#1614) Expected 1 space after "=="; 0 found
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Variable "Y" must be all lower-case
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Variable "Y" must be all lower-case
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Closing brace must be on a line by itself
(#1614) Closing brace must be on a line by itself
(#1614) Expected 1 space before ".="; 0 found
(#1614) Expected 1 space after ".="; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Closing brace must be on a line by itself
(#1614) Inline control structures are not allowed
(#1614) Usage of ELSEIF not allowed; use ELSE IF instead
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "R" must be all lower-case
(#1614) Expected 1 space before ".="; 0 found
(#1614) Expected 1 space after ".="; 0 found
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Expected "if (...) {\n"; found "if(...){"
(#1614) Expected 1 space before "=="; 0 found
(#1614) Expected 1 space after "=="; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Closing brace must be on a line by itself
(#1614) Variable "C" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Variable "C" must be all lower-case
(#1614) Commas (,) must be followed by white space.
(#1614) Commas (,) must be followed by white space.
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "C" must be all lower-case
(#1614) Commas (,) must be followed by white space.
(#1614) Expected 1 space before "=="; 0 found
(#1614) Expected 1 space after "=="; 0 found
(#1614) Variable "Oh" must be all lower-case
(#1614) Variable "Lc" must be all lower-case
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Variable "Da" must be all lower-case
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "Lc" must be all lower-case
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Variable "R" must be all lower-case
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "K" must be all lower-case
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Variable "R" must be all lower-case
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "K" must be all lower-case
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Variable "R" must be all lower-case
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Closing brace must be on a line by itself
(#1614) Closing brace must be on a line by itself
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Commas (,) must be followed by white space.
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Expected "if (...) {\n"; found "if(...){"
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Variable "Ch" must be all lower-case
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Variable "Ch" must be all lower-case
(#1614) Expected 1 space before "?"; 0 found
(#1614) Expected 1 space after "?"; 0 found
(#1614) Expected 1 space before ":"; 0 found
(#1614) Expected 1 space after ":"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Expected "if (...) {\n"; found "if(...){"
(#1614) Expected 1 space before "!="; 0 found
(#1614) Expected 1 space after "!="; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "R" must be all lower-case
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Inline control structures are not allowed
(#1614) Variable "K" must be all lower-case
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1614) Expected "foreach (...) {\n"; found "foreach(...){"
(#1614) Expected 1 space after "as"; 0 found
(#1614) Line exceeds maximum limit of 180 characters; contains 2673 characters
(#1614) Line exceeds maximum limit of 180 characters; contains 2673 characters
(#1614) Line exceeds maximum limit of 180 characters; contains 2673 characters
(#1614) Line exceeds maximum limit of 180 characters; contains 2673 characters
(#1614) Line exceeds maximum limit of 180 characters; contains 2673 characters
(#1614) Line exceeds maximum limit of 180 characters; contains 2673 characters
(#1614) Line exceeds maximum limit of 180 characters; contains 2673 characters
(#1614) Line exceeds maximum limit of 180 characters; contains 2673 characters
(#1615) Line indented incorrectly; expected at least 12 spaces, found 0
(#1615) Expected 1 space before "="; 0 found
(#1615) Expected 1 space after "="; 0 found
(#1615) Variable "K" must be all lower-case
(#1615) Expected 1 space before "="; 0 found
(#1615) Expected 1 space after "="; 0 found
(#1615) Closing brace must be on a line by itself
(#1615) Expected "if (...) {\n"; found "if(...){"
(#1615) Variable "Sc" must be all lower-case
(#1615) Expected 1 space before "="; 0 found
(#1615) Expected 1 space after "="; 0 found
(#1615) Variable "I" must be all lower-case
(#1615) Expected 1 space before "="; 0 found
(#1615) Expected 1 space after "="; 0 found
(#1615) Variable "Sc" must be all lower-case
(#1615) Variable "K" must be all lower-case
(#1615) Commas (,) must be followed by white space.
(#1615) Variable "K" must be all lower-case
(#1615) Commas (,) must be followed by white space.
(#1615) Variable "K" must be all lower-case
(#1615) Expected 1 space before "="; 0 found
(#1615) Expected 1 space after "="; 0 found
(#1615) Variable "I" must be all lower-case
(#1615) Expected 1 space before "="; 0 found
(#1615) Expected 1 space after "="; 0 found
(#1615) Variable "Sc" must be all lower-case
(#1615) Expected 1 space before "="; 0 found
(#1615) Expected 1 space after "="; 0 found
(#1615) Variable "K" must be all lower-case
(#1615) Expected 1 space before "="; 0 found
(#1615) Expected 1 space after "="; 0 found
(#1615) Variable "K" must be all lower-case
(#1615) Expected 1 space before "="; 0 found
(#1615) Expected 1 space after "="; 0 found
(#1615) Closing brace must be on a line by itself
(#1615) Closing brace must be on a line by itself
(#1615) Closing brace must be on a line by itself
(#1615) Expected 1 space before "="; 0 found
(#1615) Expected 1 space after "="; 0 found
(#1615) Expected 1 space before "="; 0 found
(#1615) Expected 1 space after "="; 0 found
(#1615) Expected "foreach (...) {\n"; found "foreach(...){"
(#1615) Expected 1 space after "as"; 0 found
(#1615) Line exceeds maximum limit of 180 characters; contains 670 characters
(#1615) Line exceeds maximum limit of 180 characters; contains 670 characters
(#1615) Line exceeds maximum limit of 180 characters; contains 670 characters
(#1615) Line exceeds maximum limit of 180 characters; contains 670 characters
(#1615) Line exceeds maximum limit of 180 characters; contains 670 characters
(#1615) Line exceeds maximum limit of 180 characters; contains 670 characters
(#1615) Line exceeds maximum limit of 180 characters; contains 670 characters
(#1615) Line exceeds maximum limit of 180 characters; contains 670 characters
(#1616) Line indented incorrectly; expected at least 4 spaces, found 0
(#1616) Expected "if (...) {\n"; found "if(...){"
(#1616) Commas (,) must be followed by white space.
(#1616) Variable "K" must be all lower-case
(#1616) Variable "K" must be all lower-case
(#1616) Expected 1 space before "="; 0 found
(#1616) Expected 1 space after "="; 0 found
(#1616) Closing brace must be on a line by itself
(#1616) Closing brace must be on a line by itself
(#1619) Expected "if (...) {\n"; found "if(...){"
(#1619) Expected 1 space before "=="; 0 found
(#1619) Expected 1 space after "=="; 0 found
(#1620) Line indented incorrectly; expected at least 8 spaces, found 0
(#1620) Commas (,) must be followed by white space.
(#1620) Commas (,) must be followed by white space.
(#1620) Variable "K" must be all lower-case
(#1620) Commas (,) must be followed by white space.
(#1621) Expected "if (...) {\n"; found "if(...){"
(#1621) Expected 1 space before "=="; 0 found
(#1621) Expected 1 space after "=="; 0 found
(#1621) Closing brace must be on a line by itself
(#1621) Expected 1 space before "?"; 0 found
(#1621) Expected 1 space after "?"; 0 found
(#1621) Commas (,) must be followed by white space.
(#1621) Expected 1 space before "=>"; 0 found
(#1621) Expected 1 space after "=>"; 0 found
(#1621) Expected 1 space before "+"; 0 found
(#1621) Expected 1 space after "+"; 0 found
(#1621) Commas (,) must be followed by white space.
(#1621) Variable "K" must be all lower-case
(#1621) Expected 1 space before ":"; 0 found
(#1621) Expected 1 space after ":"; 0 found
(#1621) Commas (,) must be followed by white space.
(#1621) Commas (,) must be followed by white space.
(#1621) Commas (,) must be followed by white space.
(#1621) Expected 1 space before "?"; 0 found
(#1621) Expected 1 space after "?"; 0 found
(#1621) Commas (,) must be followed by white space.
(#1621) Expected 1 space before "=>"; 0 found
(#1621) Expected 1 space after "=>"; 0 found
(#1621) Expected 1 space before "+"; 0 found
(#1621) Expected 1 space after "+"; 0 found
(#1621) Commas (,) must be followed by white space.
(#1621) Variable "K" must be all lower-case
(#1621) Expected 1 space before ":"; 0 found
(#1621) Expected 1 space after ":"; 0 found
(#1621) Commas (,) must be followed by white space.
(#1621) Commas (,) must be followed by white space.
(#1621) Commas (,) must be followed by white space.
(#1621) Line exceeds maximum limit of 180 characters; contains 453 characters
(#1621) Line exceeds maximum limit of 180 characters; contains 453 characters
(#1621) Line exceeds maximum limit of 180 characters; contains 453 characters
(#1621) Line exceeds maximum limit of 180 characters; contains 453 characters
(#1621) Line exceeds maximum limit of 180 characters; contains 453 characters
(#1621) Line exceeds maximum limit of 180 characters; contains 453 characters
(#1621) Line exceeds maximum limit of 180 characters; contains 453 characters
(#1621) Line exceeds maximum limit of 180 characters; contains 453 characters
(#1622) Closing brace must be on a line by itself
(#1623) Expected "if (...) {\n"; found "if(...){"
(#1624) Expected 1 space before "="; 0 found
(#1624) Expected 1 space after "="; 0 found
(#1624) Expected 1 space before "?"; 0 found
(#1624) Expected 1 space after "?"; 0 found
(#1624) Expected 1 space before ":"; 0 found
(#1624) Expected 1 space after ":"; 0 found
(#1624) Variable "K" must be all lower-case
(#1624) Expected 1 space before "!="; 0 found
(#1624) Expected 1 space after "!="; 0 found
(#1624) Expected "if (...) {\n"; found "if(...){"
(#1624) Expected "foreach (...) {\n"; found "foreach(...){"
(#1624) Expected 1 space before "as"; 0 found
(#1624) Expected 1 space after "as"; 0 found
(#1624) Variable "K" must be all lower-case
(#1624) Expected "if (...) {\n"; found "if(...){"
(#1624) Expected 1 space before "!="; 0 found
(#1624) Expected 1 space after "!="; 0 found
(#1624) Expected 1 space before "="; 0 found
(#1624) Expected 1 space after "="; 0 found
(#1624) Closing brace must be on a line by itself
(#1624) Closing brace must be on a line by itself
(#1624) Closing brace must be on a line by itself
(#1624) Variable "K" must be all lower-case
(#1624) Commas (,) must be followed by white space.
(#1624) Commas (,) must be followed by white space.
(#1624) Commas (,) must be followed by white space.
(#1624) Variable "Nc" must be all lower-case
(#1624) Commas (,) must be followed by white space.
(#1624) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1624) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1624) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1624) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1624) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1624) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1624) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1624) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1626) Commas (,) must be followed by white space.
(#1626) Commas (,) must be followed by white space.
(#1626) Commas (,) must be followed by white space.
(#1626) Variable "K" must be all lower-case
(#1626) Commas (,) must be followed by white space.
(#1627) Commas (,) must be followed by white space.
(#1627) Commas (,) must be followed by white space.
(#1627) Commas (,) must be followed by white space.
(#1627) Commas (,) must be followed by white space.
(#1627) Commas (,) must be followed by white space.
(#1627) Commas (,) must be followed by white space.
(#1627) Expected "if (...) {\n"; found "if(...){"
(#1627) Closing brace must be on a line by itself
(#1627) Expected 1 space before "?"; 0 found
(#1627) Expected 1 space after "?"; 0 found
(#1627) Expected 1 space before "?"; 0 found
(#1627) Expected 1 space after "?"; 0 found
(#1627) Expected 1 space before ":"; 0 found
(#1627) Expected 1 space after ":"; 0 found
(#1627) Variable "K" must be all lower-case
(#1627) Expected 1 space before ">="; 0 found
(#1627) Expected 1 space after ">="; 0 found
(#1627) Expected 1 space before "?"; 0 found
(#1627) Expected 1 space after "?"; 0 found
(#1627) Expected 1 space before ":"; 0 found
(#1627) Expected 1 space after ":"; 0 found
(#1627) Expected 1 space before "?"; 0 found
(#1627) Expected 1 space after "?"; 0 found
(#1627) Expected 1 space before ":"; 0 found
(#1627) Expected 1 space after ":"; 0 found
(#1627) Expected 1 space before ":"; 0 found
(#1627) Expected 1 space after ":"; 0 found
(#1627) Commas (,) must be followed by white space.
(#1627) Line exceeds maximum limit of 180 characters; contains 574 characters
(#1627) Line exceeds maximum limit of 180 characters; contains 574 characters
(#1627) Line exceeds maximum limit of 180 characters; contains 574 characters
(#1627) Line exceeds maximum limit of 180 characters; contains 574 characters
(#1627) Line exceeds maximum limit of 180 characters; contains 574 characters
(#1627) Line exceeds maximum limit of 180 characters; contains 574 characters
(#1627) Line exceeds maximum limit of 180 characters; contains 574 characters
(#1627) Line exceeds maximum limit of 180 characters; contains 574 characters
(#1628) Commas (,) must be followed by white space.
(#1628) Commas (,) must be followed by white space.
(#1629) Closing brace must be on a line by itself
(#1630) Expected "if (...) {\n"; found "if(...){"
(#1630) Expected 1 space before "!="; 0 found
(#1630) Expected 1 space after "!="; 0 found
(#1630) Commas (,) must be followed by white space.
(#1630) Commas (,) must be followed by white space.
(#1630) Commas (,) must be followed by white space.
(#1630) Commas (,) must be followed by white space.
(#1630) Closing brace must be on a line by itself
(#1630) Expected "if (...) {\n"; found "if(...){"
(#1630) Expected 1 space before "="; 0 found
(#1630) Expected 1 space after "="; 0 found
(#1630) Commas (,) must be followed by white space.
(#1630) Variable "K" must be all lower-case
(#1630) Commas (,) must be followed by white space.
(#1630) Commas (,) must be followed by white space.
(#1630) Variable "K" must be all lower-case
(#1630) Line exceeds maximum limit of 180 characters; contains 232 characters
(#1630) Line exceeds maximum limit of 180 characters; contains 232 characters
(#1630) Line exceeds maximum limit of 180 characters; contains 232 characters
(#1630) Line exceeds maximum limit of 180 characters; contains 232 characters
(#1630) Line exceeds maximum limit of 180 characters; contains 232 characters
(#1630) Line exceeds maximum limit of 180 characters; contains 232 characters
(#1630) Line exceeds maximum limit of 180 characters; contains 232 characters
(#1630) Line exceeds maximum limit of 180 characters; contains 232 characters
(#1631) Commas (,) must be followed by white space.
(#1631) Commas (,) must be followed by white space.
(#1631) Expected 1 space before "=>"; 0 found
(#1631) Expected 1 space after "=>"; 0 found
(#1631) Expected 1 space before "+"; 0 found
(#1631) Expected 1 space after "+"; 0 found
(#1631) Commas (,) must be followed by white space.
(#1631) Variable "K" must be all lower-case
(#1631) Commas (,) must be followed by white space.
(#1631) Commas (,) must be followed by white space.
(#1631) Variable "K" must be all lower-case
(#1631) Commas (,) must be followed by white space.
(#1631) Line exceeds maximum limit of 180 characters; contains 260 characters
(#1631) Line exceeds maximum limit of 180 characters; contains 260 characters
(#1631) Line exceeds maximum limit of 180 characters; contains 260 characters
(#1631) Line exceeds maximum limit of 180 characters; contains 260 characters
(#1631) Line exceeds maximum limit of 180 characters; contains 260 characters
(#1631) Line exceeds maximum limit of 180 characters; contains 260 characters
(#1631) Line exceeds maximum limit of 180 characters; contains 260 characters
(#1631) Line exceeds maximum limit of 180 characters; contains 260 characters
(#1632) Commas (,) must be followed by white space.
(#1632) Commas (,) must be followed by white space.
(#1632) Commas (,) must be followed by white space.
(#1632) Variable "K" must be all lower-case
(#1632) Expected 1 space before "?"; 0 found
(#1632) Expected 1 space after "?"; 0 found
(#1632) Expected 1 space before ":"; 0 found
(#1632) Expected 1 space after ":"; 0 found
(#1632) Commas (,) must be followed by white space.
(#1632) Commas (,) must be followed by white space.
(#1632) Variable "K" must be all lower-case
(#1632) Commas (,) must be followed by white space.
(#1632) Line exceeds 132 characters; contains 142 characters
(#1632) Line exceeds 132 characters; contains 142 characters
(#1632) Line exceeds 132 characters; contains 142 characters
(#1632) Line exceeds 132 characters; contains 142 characters
(#1632) Line exceeds 132 characters; contains 142 characters
(#1632) Line exceeds 132 characters; contains 142 characters
(#1632) Line exceeds 132 characters; contains 142 characters
(#1632) Line exceeds 132 characters; contains 142 characters
(#1633) Commas (,) must be followed by white space.
(#1633) Expected 1 space before "?"; 0 found
(#1633) Expected 1 space after "?"; 0 found
(#1633) Expected 1 space before ":"; 0 found
(#1633) Expected 1 space after ":"; 0 found
(#1633) Commas (,) must be followed by white space.
(#1634) Commas (,) must be followed by white space.
(#1634) Commas (,) must be followed by white space.
(#1634) Commas (,) must be followed by white space.
(#1634) Commas (,) must be followed by white space.
(#1635) Expected "foreach (...) {\n"; found "foreach(...){"
(#1635) Expected 1 space before "=>"; 0 found
(#1635) Expected 1 space after "=>"; 0 found
(#1635) Expected 1 space before "as"; 0 found
(#1635) Expected 1 space after "as"; 0 found
(#1635) Variable "K" must be all lower-case
(#1635) Expected 1 space before "=>"; 0 found
(#1635) Expected 1 space after "=>"; 0 found
(#1635) Variable "X" must be all lower-case
(#1635) Commas (,) must be followed by white space.
(#1635) Variable "X" must be all lower-case
(#1635) Expected 1 space before "=="; 0 found
(#1635) Expected 1 space after "=="; 0 found
(#1635) Variable "K" must be all lower-case
(#1635) Expected 1 space before "-"; 0 found
(#1635) Expected 1 space after "-"; 0 found
(#1635) Expected 1 space before "?"; 0 found
(#1635) Expected 1 space after "?"; 0 found
(#1635) Expected 1 space before ":"; 0 found
(#1635) Expected 1 space after ":"; 0 found
(#1635) Commas (,) must be followed by white space.
(#1635) Variable "K" must be all lower-case
(#1635) Closing brace must be on a line by itself
(#1635) Line exceeds maximum limit of 180 characters; contains 310 characters
(#1635) Line exceeds maximum limit of 180 characters; contains 310 characters
(#1635) Line exceeds maximum limit of 180 characters; contains 310 characters
(#1635) Line exceeds maximum limit of 180 characters; contains 310 characters
(#1635) Line exceeds maximum limit of 180 characters; contains 310 characters
(#1635) Line exceeds maximum limit of 180 characters; contains 310 characters
(#1635) Line exceeds maximum limit of 180 characters; contains 310 characters
(#1635) Line exceeds maximum limit of 180 characters; contains 310 characters
(#1637) Closing brace must be on a line by itself
(#1637) Commas (,) must be followed by white space.
(#1637) Variable "T" must be all lower-case
(#1637) Commas (,) must be followed by white space.
(#1639) Closing brace must be on a line by itself
(#1639) Usage of ELSEIF not allowed; use ELSE IF instead
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Commas (,) must be followed by white space.
(#1639) Commas (,) must be followed by white space.
(#1639) Variable "R" must be all lower-case
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Commas (,) must be followed by white space.
(#1639) Inline control structures are not allowed
(#1639) Expected 1 space before ">="; 0 found
(#1639) Expected 1 space after ">="; 0 found
(#1639) Expected 1 space before "?"; 0 found
(#1639) Expected 1 space after "?"; 0 found
(#1639) Expected 1 space before ":"; 0 found
(#1639) Expected 1 space after ":"; 0 found
(#1639) Commas (,) must be followed by white space.
(#1639) Variable "R" must be all lower-case
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Variable "Cf" must be all lower-case
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Expected "if (...) {\n"; found "if(...){"
(#1639) Expected 1 space before "=="; 0 found
(#1639) Expected 1 space after "=="; 0 found
(#1639) Variable "Cf" must be all lower-case
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Closing brace must be on a line by itself
(#1639) Variable "K" must be all lower-case
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Expected "if (...) {\n"; found "if(...){"
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Expected "foreach (...) {\n"; found "foreach(...){"
(#1639) Expected 1 space before "as"; 0 found
(#1639) Expected 1 space after "as"; 0 found
(#1639) Variable "K" must be all lower-case
(#1639) Variable "C" must be all lower-case
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Expected "if (...) {\n"; found "if(...){"
(#1639) Commas (,) must be followed by white space.
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Variable "Xd" must be all lower-case
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Variable "Ob" must be all lower-case
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Variable "O" must be all lower-case
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Expected "foreach (...) {\n"; found "foreach(...){"
(#1639) Expected 1 space before "=>"; 0 found
(#1639) Expected 1 space after "=>"; 0 found
(#1639) Expected 1 space before "as"; 0 found
(#1639) Expected 1 space after "as"; 0 found
(#1639) Expected 1 space before "=>"; 0 found
(#1639) Expected 1 space after "=>"; 0 found
(#1639) Expected "if (...) {\n"; found "if(...){"
(#1639) Expected 1 space before "!="; 0 found
(#1639) Expected 1 space after "!="; 0 found
(#1639) Variable "Wd" must be all lower-case
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Variable "Nb" must be all lower-case
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Variable "O" must be all lower-case
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Variable "Wd" must be all lower-case
(#1639) Expected 1 space before "?"; 0 found
(#1639) Expected 1 space after "?"; 0 found
(#1639) Variable "Wd" must be all lower-case
(#1639) Expected 1 space before ":"; 0 found
(#1639) Expected 1 space after ":"; 0 found
(#1639) Variable "Nb" must be all lower-case
(#1639) Expected 1 space before "?"; 0 found
(#1639) Expected 1 space after "?"; 0 found
(#1639) Expected 1 space before ":"; 0 found
(#1639) Expected 1 space after ":"; 0 found
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Variable "Xd" must be all lower-case
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Variable "Wd" must be all lower-case
(#1639) Expected 1 space before "?"; 0 found
(#1639) Expected 1 space after "?"; 0 found
(#1639) Variable "Wd" must be all lower-case
(#1639) Expected 1 space before ":"; 0 found
(#1639) Expected 1 space after ":"; 0 found
(#1639) Variable "Ob" must be all lower-case
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Variable "Nb" must be all lower-case
(#1639) Closing brace must be on a line by itself
(#1639) Closing brace must be on a line by itself
(#1639) Expected "if (...) {\n"; found "if(...){"
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Variable "C" must be all lower-case
(#1639) Expected "if (...) {\n"; found "if(...){"
(#1639) Expected "if (...) {\n"; found "if(...){"
(#1639) Expected 1 space before "=="; 0 found
(#1639) Expected 1 space after "=="; 0 found
(#1639) Expected 1 space before "==="; 0 found
(#1639) Expected 1 space after "==="; 0 found
(#1639) Expected 1 space before "==="; 0 found
(#1639) Expected 1 space after "==="; 0 found
(#1639) Variable "Xd" must be all lower-case
(#1639) Expected 1 space before "==="; 0 found
(#1639) Expected 1 space after "==="; 0 found
(#1639) Variable "Ob" must be all lower-case
(#1639) Variable "C" must be all lower-case
(#1639) Closing brace must be on a line by itself
(#1639) Closing brace must be on a line by itself
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Commas (,) must be followed by white space.
(#1639) Variable "C" must be all lower-case
(#1639) Commas (,) must be followed by white space.
(#1639) Variable "O" must be all lower-case
(#1639) Closing brace must be on a line by itself
(#1639) Closing brace must be on a line by itself
(#1639) Closing brace must be on a line by itself
(#1639) Inline control structures are not allowed
(#1639) Expected 1 space before "=>"; 0 found
(#1639) Expected 1 space after "=>"; 0 found
(#1639) Expected 1 space after "as"; 0 found
(#1639) Line exceeds maximum limit of 180 characters; contains 1018 characters
(#1639) Line exceeds maximum limit of 180 characters; contains 1018 characters
(#1639) Line exceeds maximum limit of 180 characters; contains 1018 characters
(#1639) Line exceeds maximum limit of 180 characters; contains 1018 characters
(#1639) Line exceeds maximum limit of 180 characters; contains 1018 characters
(#1639) Line exceeds maximum limit of 180 characters; contains 1018 characters
(#1639) Line exceeds maximum limit of 180 characters; contains 1018 characters
(#1639) Line exceeds maximum limit of 180 characters; contains 1018 characters
(#1640) Line indented incorrectly; expected at least 36 spaces, found 0
(#1640) Variable "C" must be all lower-case
(#1640) Expected 1 space before "=>"; 0 found
(#1640) Expected 1 space after "=>"; 0 found
(#1640) Expected 1 space before "="; 0 found
(#1640) Expected 1 space after "="; 0 found
(#1640) Commas (,) must be followed by white space.
(#1640) Variable "C" must be all lower-case
(#1640) Commas (,) must be followed by white space.
(#1640) Inline control structures are not allowed
(#1640) Commas (,) must be followed by white space.
(#1640) Commas (,) must be followed by white space.
(#1640) Commas (,) must be followed by white space.
(#1640) Closing brace must be on a line by itself
(#1640) Commas (,) must be followed by white space.
(#1640) Commas (,) must be followed by white space.
(#1640) Expected 1 space before "=>"; 0 found
(#1640) Expected 1 space after "=>"; 0 found
(#1640) Commas (,) must be followed by white space.
(#1640) Expected 1 space before "="; 0 found
(#1640) Expected 1 space after "="; 0 found
(#1640) Expected "if (...) {\n"; found "if(...){"
(#1640) Expected "foreach (...) {\n"; found "foreach(...){"
(#1640) Expected 1 space before "=>"; 0 found
(#1640) Expected 1 space after "=>"; 0 found
(#1640) Expected 1 space before "as"; 0 found
(#1640) Expected 1 space after "as"; 0 found
(#1640) Variable "K" must be all lower-case
(#1640) Expected 1 space before "=>"; 0 found
(#1640) Expected 1 space after "=>"; 0 found
(#1640) Inline control structures are not allowed
(#1640) Expected 1 space before "!="; 0 found
(#1640) Expected 1 space after "!="; 0 found
(#1640) Variable "K" must be all lower-case
(#1640) Expected 1 space before "="; 0 found
(#1640) Expected 1 space after "="; 0 found
(#1640) Closing brace must be on a line by itself
(#1640) Expected 1 space before "="; 0 found
(#1640) Expected 1 space after "="; 0 found
(#1640) Variable "K" must be all lower-case
(#1640) Inline control structures are not allowed
(#1640) Commas (,) must be followed by white space.
(#1640) Variable "K" must be all lower-case
(#1640) Expected 1 space before "="; 0 found
(#1640) Expected 1 space after "="; 0 found
(#1640) Expected 1 space before "=>"; 0 found
(#1640) Expected 1 space after "=>"; 0 found
(#1640) Expected 1 space before "=>"; 0 found
(#1640) Expected 1 space after "=>"; 0 found
(#1640) Closing brace must be on a line by itself
(#1640) Expected "if (...) {\n"; found "if(...){"
(#1640) Variable "K" must be all lower-case
(#1640) Expected "foreach (...) {\n"; found "foreach(...){"
(#1640) Expected 1 space before "=>"; 0 found
(#1640) Expected 1 space after "=>"; 0 found
(#1640) Expected 1 space after "as"; 0 found
(#1640) Line exceeds maximum limit of 180 characters; contains 515 characters
(#1640) Line exceeds maximum limit of 180 characters; contains 515 characters
(#1640) Line exceeds maximum limit of 180 characters; contains 515 characters
(#1640) Line exceeds maximum limit of 180 characters; contains 515 characters
(#1640) Line exceeds maximum limit of 180 characters; contains 515 characters
(#1640) Line exceeds maximum limit of 180 characters; contains 515 characters
(#1640) Line exceeds maximum limit of 180 characters; contains 515 characters
(#1640) Line exceeds maximum limit of 180 characters; contains 515 characters
(#1641) Line indented incorrectly; expected at least 4 spaces, found 0
(#1641) Expected 1 space before "=>"; 0 found
(#1641) Expected 1 space after "=>"; 0 found
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1641) Closing brace must be on a line by itself
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1641) Expected 1 space before "=>"; 0 found
(#1641) Expected 1 space after "=>"; 0 found
(#1641) Expected 1 space before "=>"; 0 found
(#1641) Expected 1 space after "=>"; 0 found
(#1641) Variable "K" must be all lower-case
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1641) Closing brace must be on a line by itself
(#1645) Commas (,) must be followed by white space.
(#1645) Commas (,) must be followed by white space.
(#1645) Commas (,) must be followed by white space.
(#1645) Commas (,) must be followed by white space.
(#1645) Commas (,) must be followed by white space.
(#1646) Line exceeds 132 characters; contains 171 characters
(#1646) Line exceeds 132 characters; contains 171 characters
(#1646) Line exceeds 132 characters; contains 171 characters
(#1646) Line exceeds 132 characters; contains 171 characters
(#1646) Line exceeds 132 characters; contains 171 characters
(#1646) Line exceeds 132 characters; contains 171 characters
(#1646) Line exceeds 132 characters; contains 171 characters
(#1646) Line exceeds 132 characters; contains 171 characters
(#1647) Commas (,) must be followed by white space.
(#1649) Expected "if (...) {\n"; found "if(...){"
(#1649) Variable "Cf" must be all lower-case
(#1649) Expected "foreach (...) {\n"; found "foreach(...){"
(#1649) Expected 1 space before "=>"; 0 found
(#1649) Expected 1 space after "=>"; 0 found
(#1649) Expected 1 space before "as"; 0 found
(#1649) Expected 1 space after "as"; 0 found
(#1649) Variable "Cf" must be all lower-case
(#1649) Expected 1 space before "=>"; 0 found
(#1649) Expected 1 space after "=>"; 0 found
(#1650) Line indented incorrectly; expected at least 8 spaces, found 0
(#1650) Commas (,) must be followed by white space.
(#1650) Commas (,) must be followed by white space.
(#1650) Commas (,) must be followed by white space.
(#1650) Closing brace must be on a line by itself
(#1650) Closing brace must be on a line by itself
(#1650) Variable "Ed" must be all lower-case
(#1650) Expected 1 space before "="; 0 found
(#1650) Expected 1 space after "="; 0 found
(#1650) Expected "foreach (...) {\n"; found "foreach(...){"
(#1650) Expected 1 space before "as"; 0 found
(#1650) Expected 1 space after "as"; 0 found
(#1650) Variable "K" must be all lower-case
(#1650) Expected "if (...) {\n"; found "if(...){"
(#1650) Variable "Ed" must be all lower-case
(#1650) Expected 1 space before "!="; 0 found
(#1650) Expected 1 space after "!="; 0 found
(#1650) Variable "Ed" must be all lower-case
(#1650) Commas (,) must be followed by white space.
(#1650) Expected 1 space before "=>"; 0 found
(#1650) Expected 1 space after "=>"; 0 found
(#1650) Expected 1 space before "+"; 0 found
(#1650) Expected 1 space after "+"; 0 found
(#1650) Commas (,) must be followed by white space.
(#1650) Commas (,) must be followed by white space.
(#1650) Variable "Ed" must be all lower-case
(#1650) Expected 1 space before "=="; 0 found
(#1650) Expected 1 space after "=="; 0 found
(#1650) Variable "K" must be all lower-case
(#1650) Expected 1 space before "?"; 0 found
(#1650) Expected 1 space after "?"; 0 found
(#1650) Expected 1 space before ":"; 0 found
(#1650) Expected 1 space after ":"; 0 found
(#1650) Commas (,) must be followed by white space.
(#1650) Expected 1 space before "="; 0 found
(#1650) Expected 1 space after "="; 0 found
(#1650) Expected "foreach (...) {\n"; found "foreach(...){"
(#1650) Expected 1 space before "=>"; 0 found
(#1650) Expected 1 space after "=>"; 0 found
(#1650) Expected 1 space before "as"; 0 found
(#1650) Expected 1 space after "as"; 0 found
(#1650) Expected 1 space before "=>"; 0 found
(#1650) Expected 1 space after "=>"; 0 found
(#1650) Variable "Ed" must be all lower-case
(#1650) Expected 1 space before "=="; 0 found
(#1650) Expected 1 space after "=="; 0 found
(#1650) Expected 1 space before "?"; 0 found
(#1650) Expected 1 space after "?"; 0 found
(#1650) Expected 1 space before ":"; 0 found
(#1650) Expected 1 space after ":"; 0 found
(#1650) Expected 1 space before "=="; 0 found
(#1650) Expected 1 space after "=="; 0 found
(#1650) Expected 1 space before "?"; 0 found
(#1650) Expected 1 space after "?"; 0 found
(#1650) Expected 1 space before ":"; 0 found
(#1650) Expected 1 space after ":"; 0 found
(#1650) Commas (,) must be followed by white space.
(#1650) Expected 1 space before "?"; 0 found
(#1650) Expected 1 space after "?"; 0 found
(#1650) Commas (,) must be followed by white space.
(#1650) Expected 1 space before ":"; 0 found
(#1650) Expected 1 space after ":"; 0 found
(#1650) Commas (,) must be followed by white space.
(#1650) Commas (,) must be followed by white space.
(#1650) Expected 1 space before "=="; 0 found
(#1650) Expected 1 space after "=="; 0 found
(#1650) Expected 1 space before "=="; 0 found
(#1650) Expected 1 space after "=="; 0 found
(#1650) Expected 1 space before "?"; 0 found
(#1650) Expected 1 space after "?"; 0 found
(#1650) Variable "Ed" must be all lower-case
(#1650) Expected 1 space before ":"; 0 found
(#1650) Expected 1 space after ":"; 0 found
(#1650) Commas (,) must be followed by white space.
(#1650) Expected 1 space before "!="; 0 found
(#1650) Expected 1 space after "!="; 0 found
(#1650) Expected 1 space before "?"; 0 found
(#1650) Expected 1 space after "?"; 0 found
(#1650) Variable "Ed" must be all lower-case
(#1650) Commas (,) must be followed by white space.
(#1650) Commas (,) must be followed by white space.
(#1650) Commas (,) must be followed by white space.
(#1650) Expected 1 space before ":"; 0 found
(#1650) Expected 1 space after ":"; 0 found
(#1650) Commas (,) must be followed by white space.
(#1650) Closing brace must be on a line by itself
(#1650) Variable "Ed" must be all lower-case
(#1650) Commas (,) must be followed by white space.
(#1650) Variable "Ed" must be all lower-case
(#1650) Commas (,) must be followed by white space.
(#1650) Commas (,) must be followed by white space.
(#1650) Closing brace must be on a line by itself
(#1650) Variable "Ed" must be all lower-case
(#1650) Closing brace must be on a line by itself
(#1650) Line exceeds maximum limit of 180 characters; contains 1215 characters
(#1650) Line exceeds maximum limit of 180 characters; contains 1215 characters
(#1650) Line exceeds maximum limit of 180 characters; contains 1215 characters
(#1650) Line exceeds maximum limit of 180 characters; contains 1215 characters
(#1650) Line exceeds maximum limit of 180 characters; contains 1215 characters
(#1650) Line exceeds maximum limit of 180 characters; contains 1215 characters
(#1650) Line exceeds maximum limit of 180 characters; contains 1215 characters
(#1650) Line exceeds maximum limit of 180 characters; contains 1215 characters
(#1652) Commas (,) must be followed by white space.
(#1652) Commas (,) must be followed by white space.
(#1653) Commas (,) must be followed by white space.
(#1653) Variable "T" must be all lower-case
(#1653) Commas (,) must be followed by white space.
(#1655) Closing brace must be on a line by itself
(#1655) Usage of ELSEIF not allowed; use ELSE IF instead
(#1655) Variable "K" must be all lower-case
(#1655) Expected 1 space before "="; 0 found
(#1655) Expected 1 space after "="; 0 found
(#1655) Expected "if (...) {\n"; found "if(...){"
(#1655) Variable "C" must be all lower-case
(#1655) Expected 1 space before "="; 0 found
(#1655) Expected 1 space after "="; 0 found
(#1655) Variable "K" must be all lower-case
(#1655) Expected "if (...) {\n"; found "if(...){"
(#1655) Expected 1 space before "="; 0 found
(#1655) Expected 1 space after "="; 0 found
(#1655) Commas (,) must be followed by white space.
(#1655) Commas (,) must be followed by white space.
(#1655) Closing brace must be on a line by itself
(#1655) Usage of ELSEIF not allowed; use ELSE IF instead
(#1655) Expected 1 space before "!=="; 0 found
(#1655) Expected 1 space after "!=="; 0 found
(#1655) Variable "C" must be all lower-case
(#1655) Expected "if (...) {\n"; found "if(...){"
(#1655) Expected 1 space before "!="; 0 found
(#1655) Expected 1 space after "!="; 0 found
(#1655) Expected 1 space before "="; 0 found
(#1655) Expected 1 space after "="; 0 found
(#1655) Variable "C" must be all lower-case
(#1655) Commas (,) must be followed by white space.
(#1655) Commas (,) must be followed by white space.
(#1655) Variable "C" must be all lower-case
(#1655) Commas (,) must be followed by white space.
(#1655) Commas (,) must be followed by white space.
(#1655) Variable "C" must be all lower-case
(#1655) Commas (,) must be followed by white space.
(#1655) Variable "K" must be all lower-case
(#1655) Closing brace must be on a line by itself
(#1655) Expected "} else {\n"; found "}else{"
(#1655) Expected 1 space before "="; 0 found
(#1655) Expected 1 space after "="; 0 found
(#1655) Commas (,) must be followed by white space.
(#1655) Commas (,) must be followed by white space.
(#1655) Commas (,) must be followed by white space.
(#1655) Variable "C" must be all lower-case
(#1655) Variable "Og" must be all lower-case
(#1655) Expected 1 space before "="; 0 found
(#1655) Expected 1 space after "="; 0 found
(#1655) Variable "Qd" must be all lower-case
(#1655) Expected 1 space before "="; 0 found
(#1655) Expected 1 space after "="; 0 found
(#1655) Expected "foreach (...) {\n"; found "foreach(...){"
(#1655) Expected 1 space after "as"; 0 found
(#1655) Line exceeds maximum limit of 180 characters; contains 462 characters
(#1655) Line exceeds maximum limit of 180 characters; contains 462 characters
(#1655) Line exceeds maximum limit of 180 characters; contains 462 characters
(#1655) Line exceeds maximum limit of 180 characters; contains 462 characters
(#1655) Line exceeds maximum limit of 180 characters; contains 462 characters
(#1655) Line exceeds maximum limit of 180 characters; contains 462 characters
(#1655) Line exceeds maximum limit of 180 characters; contains 462 characters
(#1655) Line exceeds maximum limit of 180 characters; contains 462 characters
(#1656) Line indented incorrectly; expected at least 16 spaces, found 0
(#1656) Expected "if (...) {\n"; found "if(...){"
(#1656) Expected 1 space before "=="; 0 found
(#1656) Expected 1 space after "=="; 0 found
(#1656) Expected 1 space before "!="; 0 found
(#1656) Expected 1 space after "!="; 0 found
(#1656) Inline control structures are not allowed
(#1656) Commas (,) must be followed by white space.
(#1656) Variable "K" must be all lower-case
(#1656) Variable "Og" must be all lower-case
(#1656) Expected 1 space before "="; 0 found
(#1656) Expected 1 space after "="; 0 found
(#1656) Variable "Qd" must be all lower-case
(#1656) Expected 1 space before "="; 0 found
(#1656) Expected 1 space after "="; 0 found
(#1656) Closing brace must be on a line by itself
(#1656) Closing brace must be on a line by itself
(#1656) Commas (,) must be followed by white space.
(#1656) Variable "Qd" must be all lower-case
(#1656) Commas (,) must be followed by white space.
(#1656) Commas (,) must be followed by white space.
(#1656) Variable "Og" must be all lower-case
(#1656) Closing brace must be on a line by itself
(#1656) Closing brace must be on a line by itself
(#1656) Expected "} else {\n"; found "}else{"
(#1656) Inline control structures are not allowed
(#1656) Variable "K" must be all lower-case
(#1656) Commas (,) must be followed by white space.
(#1656) Commas (,) must be followed by white space.
(#1656) Variable "C" must be all lower-case
(#1656) Commas (,) must be followed by white space.
(#1656) Variable "K" must be all lower-case
(#1656) Expected 1 space before "?"; 0 found
(#1656) Expected 1 space after "?"; 0 found
(#1656) Variable "K" must be all lower-case
(#1656) Expected 1 space before ":"; 0 found
(#1656) Expected 1 space after ":"; 0 found
(#1656) Commas (,) must be followed by white space.
(#1656) Commas (,) must be followed by white space.
(#1656) Commas (,) must be followed by white space.
(#1656) Commas (,) must be followed by white space.
(#1656) Closing brace must be on a line by itself
(#1656) Closing brace must be on a line by itself
(#1656) Expected 1 space before "!="; 0 found
(#1656) Expected 1 space after "!="; 0 found
(#1656) Expected 1 space before "?"; 0 found
(#1656) Expected 1 space after "?"; 0 found
(#1656) Expected 1 space before ":"; 0 found
(#1656) Expected 1 space after ":"; 0 found
(#1656) Commas (,) must be followed by white space.
(#1656) Commas (,) must be followed by white space.
(#1656) Commas (,) must be followed by white space.
(#1656) Expected 1 space before "="; 0 found
(#1656) Expected 1 space after "="; 0 found
(#1656) Variable "C" must be all lower-case
(#1656) Expected 1 space before "="; 0 found
(#1656) Expected 1 space after "="; 0 found
(#1656) Inline control structures are not allowed
(#1656) Variable "C" must be all lower-case
(#1656) Expected 1 space before "="; 0 found
(#1656) Expected 1 space after "="; 0 found
(#1656) Variable "K" must be all lower-case
(#1656) Inline control structures are not allowed
(#1656) Usage of ELSEIF not allowed; use ELSE IF instead
(#1656) Expected 1 space before "!="; 0 found
(#1656) Expected 1 space after "!="; 0 found
(#1656) Variable "K" must be all lower-case
(#1656) Expected 1 space before "="; 0 found
(#1656) Expected 1 space after "="; 0 found
(#1656) Commas (,) must be followed by white space.
(#1656) Usage of ELSEIF not allowed; use ELSE IF instead
(#1656) Expected 1 space before "=="; 0 found
(#1656) Expected 1 space after "=="; 0 found
(#1656) Expected "foreach (...) {\n"; found "foreach(...){"
(#1656) Expected 1 space before "as"; 0 found
(#1656) Expected 1 space after "as"; 0 found
(#1656) Variable "Uc" must be all lower-case
(#1656) Expected "if (...) {\n"; found "if(...){"
(#1656) The use of backticks in strings is not recommended
(#1656) Commas (,) must be followed by white space.
(#1656) Variable "Uc" must be all lower-case
(#1656) Commas (,) must be followed by white space.
(#1656) Variable "B" must be all lower-case
(#1656) Variable "B" must be all lower-case
(#1656) Variable "C" must be all lower-case
(#1656) Expected 1 space before "="; 0 found
(#1656) Expected 1 space after "="; 0 found
(#1656) Variable "B" must be all lower-case
(#1656) Closing brace must be on a line by itself
(#1656) Closing brace must be on a line by itself
(#1656) Closing brace must be on a line by itself
(#1656) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1656) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1656) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1656) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1656) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1656) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1656) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1656) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1659) Commas (,) must be followed by white space.
(#1659) Variable "C" must be all lower-case
(#1659) Commas (,) must be followed by white space.
(#1659) Expected 1 space before "?"; 0 found
(#1659) Expected 1 space after "?"; 0 found
(#1659) Variable "C" must be all lower-case
(#1659) Expected 1 space before ":"; 0 found
(#1659) Expected 1 space after ":"; 0 found
(#1659) Variable "C" must be all lower-case
(#1659) Expected 1 space before "?"; 0 found
(#1659) Expected 1 space after "?"; 0 found
(#1659) Commas (,) must be followed by white space.
(#1659) Expected 1 space before "=>"; 0 found
(#1659) Expected 1 space after "=>"; 0 found
(#1659) Expected 1 space before "+"; 0 found
(#1659) Expected 1 space after "+"; 0 found
(#1659) Commas (,) must be followed by white space.
(#1659) Variable "K" must be all lower-case
(#1659) Expected 1 space before "=>"; 0 found
(#1659) Expected 1 space after "=>"; 0 found
(#1659) Commas (,) must be followed by white space.
(#1659) Expected 1 space before "=>"; 0 found
(#1659) Expected 1 space after "=>"; 0 found
(#1659) Commas (,) must be followed by white space.
(#1659) Expected 1 space before ":"; 0 found
(#1659) Expected 1 space after ":"; 0 found
(#1659) Line exceeds maximum limit of 180 characters; contains 373 characters
(#1659) Line exceeds maximum limit of 180 characters; contains 373 characters
(#1659) Line exceeds maximum limit of 180 characters; contains 373 characters
(#1659) Line exceeds maximum limit of 180 characters; contains 373 characters
(#1659) Line exceeds maximum limit of 180 characters; contains 373 characters
(#1659) Line exceeds maximum limit of 180 characters; contains 373 characters
(#1659) Line exceeds maximum limit of 180 characters; contains 373 characters
(#1659) Line exceeds maximum limit of 180 characters; contains 373 characters
(#1662) Commas (,) must be followed by white space.
(#1663) Inline control structures are not allowed
(#1663) Expected 1 space before "!="; 0 found
(#1663) Expected 1 space after "!="; 0 found
(#1663) Inline control structures are not allowed
(#1663) Usage of ELSEIF not allowed; use ELSE IF instead
(#1663) Expected 1 space before "=="; 0 found
(#1663) Expected 1 space after "=="; 0 found
(#1663) Commas (,) must be followed by white space.
(#1663) Commas (,) must be followed by white space.
(#1663) Commas (,) must be followed by white space.
(#1663) Variable "T" must be all lower-case
(#1663) Commas (,) must be followed by white space.
(#1663) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1663) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1663) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1663) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1663) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1663) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1663) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1663) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1665) Closing brace must be on a line by itself
(#1665) Usage of ELSEIF not allowed; use ELSE IF instead
(#1665) Variable "K" must be all lower-case
(#1665) Expected 1 space before "="; 0 found
(#1665) Expected 1 space after "="; 0 found
(#1665) Expected "if (...) {\n"; found "if(...){"
(#1665) Variable "_" must not contain underscores.
(#1665) Expected 1 space before "="; 0 found
(#1665) Expected 1 space after "="; 0 found
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Inline control structures are not allowed
(#1665) Commas (,) must be followed by white space.
(#1665) Variable "_" must not contain underscores.
(#1665) Commas (,) must be followed by white space.
(#1665) Variable "C" must be all lower-case
(#1665) Expected 1 space before "="; 0 found
(#1665) Expected 1 space after "="; 0 found
(#1665) Variable "K" must be all lower-case
(#1665) Variable "_" must not contain underscores.
(#1665) Expected 1 space before ".="; 0 found
(#1665) Expected 1 space after ".="; 0 found
(#1665) Variable "C" must be all lower-case
(#1665) Inline control structures are not allowed
(#1665) Expected 1 space before "=="; 0 found
(#1665) Expected 1 space after "=="; 0 found
(#1665) Variable "C" must be all lower-case
(#1665) Commas (,) must be followed by white space.
(#1665) Variable "_" must not contain underscores.
(#1665) Commas (,) must be followed by white space.
(#1665) Inline control structures are not allowed
(#1665) Usage of ELSEIF not allowed; use ELSE IF instead
(#1665) Expected 1 space before "!="; 0 found
(#1665) Expected 1 space after "!="; 0 found
(#1665) Variable "C" must be all lower-case
(#1665) Variable "C" must be all lower-case
(#1665) Commas (,) must be followed by white space.
(#1665) Variable "_" must not contain underscores.
(#1665) Commas (,) must be followed by white space.
(#1665) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1665) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1665) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1665) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1665) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1665) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1665) Inline control structures are not allowed
(#1665) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1665) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1666) Line indented incorrectly; expected at least 12 spaces, found 0
(#1666) Variable "_" must not contain underscores.
(#1666) Closing brace must be on a line by itself
(#1666) Closing brace must be on a line by itself
(#1666) Expected 1 space before "!="; 0 found
(#1666) Expected 1 space after "!="; 0 found
(#1666) Expected 1 space before "?"; 0 found
(#1666) Expected 1 space after "?"; 0 found
(#1666) Expected 1 space before ":"; 0 found
(#1666) Expected 1 space after ":"; 0 found
(#1666) Commas (,) must be followed by white space.
(#1666) Inline control structures are not allowed
(#1666) Variable "K" must be all lower-case
(#1666) Variable "K" must be all lower-case
(#1666) Expected 1 space before "="; 0 found
(#1666) Expected 1 space after "="; 0 found
(#1668) Commas (,) must be followed by white space.
(#1668) Variable "K" must be all lower-case
(#1671) Commas (,) must be followed by white space.
(#1672) Inline control structures are not allowed
(#1672) Expected 1 space before "!="; 0 found
(#1672) Expected 1 space after "!="; 0 found
(#1672) Commas (,) must be followed by white space.
(#1672) Variable "T" must be all lower-case
(#1672) Commas (,) must be followed by white space.
(#1672) Line exceeds 132 characters; contains 152 characters
(#1672) Line exceeds 132 characters; contains 152 characters
(#1672) Line exceeds 132 characters; contains 152 characters
(#1672) Line exceeds 132 characters; contains 152 characters
(#1672) Line exceeds 132 characters; contains 152 characters
(#1672) Line exceeds 132 characters; contains 152 characters
(#1672) Line exceeds 132 characters; contains 152 characters
(#1672) Line exceeds 132 characters; contains 152 characters
(#1674) Closing brace must be on a line by itself
(#1674) Usage of ELSEIF not allowed; use ELSE IF instead
(#1674) Expected 1 space before "="; 0 found
(#1674) Expected 1 space after "="; 0 found
(#1674) Commas (,) must be followed by white space.
(#1674) Expected 1 space before "="; 0 found
(#1674) Expected 1 space after "="; 0 found
(#1674) Commas (,) must be followed by white space.
(#1674) Expected 1 space before "?"; 0 found
(#1674) Expected 1 space after "?"; 0 found
(#1674) Expected 1 space before ":"; 0 found
(#1674) Expected 1 space after ":"; 0 found
(#1674) Expected 1 space before "="; 0 found
(#1674) Expected 1 space after "="; 0 found
(#1674) Expected 1 space before "="; 0 found
(#1674) Expected 1 space after "="; 0 found
(#1674) Expected "foreach (...) {\n"; found "foreach(...){"
(#1674) Expected 1 space before "=>"; 0 found
(#1674) Expected 1 space after "=>"; 0 found
(#1674) Expected 1 space before "as"; 0 found
(#1674) Expected 1 space after "as"; 0 found
(#1674) Expected 1 space before "=>"; 0 found
(#1674) Expected 1 space after "=>"; 0 found
(#1674) Inline control structures are not allowed
(#1674) Commas (,) must be followed by white space.
(#1674) Expected 1 space before "=="; 0 found
(#1674) Expected 1 space after "=="; 0 found
(#1674) Expected 1 space before "="; 0 found
(#1674) Expected 1 space after "="; 0 found
(#1674) Inline control structures are not allowed
(#1674) Commas (,) must be followed by white space.
(#1674) Commas (,) must be followed by white space.
(#1674) Expected 1 space before "=="; 0 found
(#1674) Expected 1 space after "=="; 0 found
(#1674) Expected 1 space before "="; 0 found
(#1674) Expected 1 space after "="; 0 found
(#1674) Closing brace must be on a line by itself
(#1674) Expected "if (...) {\n"; found "if(...){"
(#1674) Variable "Ya" must be all lower-case
(#1674) Expected 1 space before "="; 0 found
(#1674) Expected 1 space after "="; 0 found
(#1674) Expected "foreach (...) {\n"; found "foreach(...){"
(#1674) Expected 1 space before "=>"; 0 found
(#1674) Expected 1 space after "=>"; 0 found
(#1674) Expected 1 space before "as"; 0 found
(#1674) Expected 1 space after "as"; 0 found
(#1674) Expected 1 space before "=>"; 0 found
(#1674) Expected 1 space after "=>"; 0 found
(#1674) Expected "if (...) {\n"; found "if(...){"
(#1674) Commas (,) must be followed by white space.
(#1674) Variable "X" must be all lower-case
(#1674) Expected 1 space before "="; 0 found
(#1674) Expected 1 space after "="; 0 found
(#1674) Inline control structures are not allowed
(#1674) Variable "X" must be all lower-case
(#1674) Expected 1 space before "==="; 0 found
(#1674) Expected 1 space after "==="; 0 found
(#1674) Variable "X" must be all lower-case
(#1674) Expected 1 space before "="; 0 found
(#1674) Expected 1 space after "="; 0 found
(#1674) Inline control structures are not allowed
(#1674) Variable "X" must be all lower-case
(#1674) Closing brace must be on a line by itself
(#1674) Variable "Ya" must be all lower-case
(#1674) Expected 1 space before "="; 0 found
(#1674) Expected 1 space after "="; 0 found
(#1674) Expected 1 space before "?"; 0 found
(#1674) Expected 1 space after "?"; 0 found
(#1674) Expected 1 space before ":"; 0 found
(#1674) Expected 1 space after ":"; 0 found
(#1674) Variable "X" must be all lower-case
(#1674) Closing brace must be on a line by itself
(#1674) Variable "H" must be all lower-case
(#1674) Expected 1 space before "="; 0 found
(#1674) Expected 1 space after "="; 0 found
(#1674) Expected 1 space before "?"; 0 found
(#1674) Expected 1 space after "?"; 0 found
(#1674) Expected 1 space before ":"; 0 found
(#1674) Expected 1 space after ":"; 0 found
(#1674) Commas (,) must be followed by white space.
(#1674) Variable "Ya" must be all lower-case
(#1674) Variable "H" must be all lower-case
(#1674) Variable "H" must be all lower-case
(#1674) Inline control structures are not allowed
(#1674) Variable "H" must be all lower-case
(#1674) Expected 1 space before "="; 0 found
(#1674) Expected 1 space after "="; 0 found
(#1674) Inline control structures are not allowed
(#1674) Expected "do {\n...} while (...);\n"; found "do{...}while(...);"
(#1674) Variable "I" must be all lower-case
(#1674) Expected 1 space before "="; 0 found
(#1674) Expected 1 space after "="; 0 found
(#1674) Inline control structures are not allowed
(#1674) Variable "I" must be all lower-case
(#1674) Variable "I" must be all lower-case
(#1674) Commas (,) must be followed by white space.
(#1674) Line exceeds maximum limit of 180 characters; contains 991 characters
(#1674) Line exceeds maximum limit of 180 characters; contains 991 characters
(#1674) Line exceeds maximum limit of 180 characters; contains 991 characters
(#1674) Line exceeds maximum limit of 180 characters; contains 991 characters
(#1674) Line exceeds maximum limit of 180 characters; contains 991 characters
(#1674) Line exceeds maximum limit of 180 characters; contains 991 characters
(#1674) Line exceeds maximum limit of 180 characters; contains 991 characters
(#1674) Inline control structures are not allowed
(#1674) Line exceeds maximum limit of 180 characters; contains 991 characters
(#1675) Line indented incorrectly; expected at least 16 spaces, found 0
(#1675) Commas (,) must be followed by white space.
(#1675) Closing brace must be on a line by itself
(#1675) Inline control structures are not allowed
(#1675) Commas (,) must be followed by white space.
(#1675) Closing brace must be on a line by itself
(#1675) Closing brace must be on a line by itself
(#1675) Line exceeds 132 characters; contains 146 characters
(#1675) Line exceeds 132 characters; contains 146 characters
(#1675) Line exceeds 132 characters; contains 146 characters
(#1675) Line exceeds 132 characters; contains 146 characters
(#1675) Line exceeds 132 characters; contains 146 characters
(#1675) Line exceeds 132 characters; contains 146 characters
(#1675) Line exceeds 132 characters; contains 146 characters
(#1675) Line exceeds 132 characters; contains 146 characters
(#1677) Expected "if (...) {\n"; found "if(...){"
(#1677) Expected "foreach (...) {\n"; found "foreach(...){"
(#1677) Expected 1 space after "as"; 0 found
(#1678) Line indented incorrectly; expected at least 4 spaces, found 0
(#1678) Expected 1 space before "="; 0 found
(#1678) Expected 1 space after "="; 0 found
(#1678) Variable "C" must be all lower-case
(#1678) Expected 1 space before "="; 0 found
(#1678) Expected 1 space after "="; 0 found
(#1678) Variable "Y" must be all lower-case
(#1678) Expected 1 space before "="; 0 found
(#1678) Expected 1 space after "="; 0 found
(#1678) Variable "C" must be all lower-case
(#1678) Expected "if (...) {\n"; found "if(...){"
(#1678) Variable "Y" must be all lower-case
(#1678) Expected 1 space before "!="; 0 found
(#1678) Expected 1 space after "!="; 0 found
(#1678) Inline control structures are not allowed
(#1678) Expected 1 space before "=="; 0 found
(#1678) Expected 1 space after "=="; 0 found
(#1678) Variable "Y" must be all lower-case
(#1678) Expected 1 space before "="; 0 found
(#1678) Expected 1 space after "="; 0 found
(#1678) Variable "Y" must be all lower-case
(#1678) Inline control structures are not allowed
(#1678) Expected 1 space before "=="; 0 found
(#1678) Expected 1 space after "=="; 0 found
(#1678) Variable "Y" must be all lower-case
(#1678) Expected 1 space before "="; 0 found
(#1678) Expected 1 space after "="; 0 found
(#1678) Variable "Y" must be all lower-case
(#1678) Closing brace must be on a line by itself
(#1678) Commas (,) must be followed by white space.
(#1678) Variable "Y" must be all lower-case
(#1678) Commas (,) must be followed by white space.
(#1678) Variable "C" must be all lower-case
(#1678) Closing brace must be on a line by itself
(#1678) Closing brace must be on a line by itself
(#1678) Line exceeds maximum limit of 180 characters; contains 258 characters
(#1678) Line exceeds maximum limit of 180 characters; contains 258 characters
(#1678) Line exceeds maximum limit of 180 characters; contains 258 characters
(#1678) Line exceeds maximum limit of 180 characters; contains 258 characters
(#1678) Line exceeds maximum limit of 180 characters; contains 258 characters
(#1678) Line exceeds maximum limit of 180 characters; contains 258 characters
(#1678) Line exceeds maximum limit of 180 characters; contains 258 characters
(#1678) Line exceeds maximum limit of 180 characters; contains 258 characters
(#1679) Commas (,) must be followed by white space.
(#1679) Commas (,) must be followed by white space.
(#1680) Commas (,) must be followed by white space.
(#1680) Variable "T" must be all lower-case
(#1680) Commas (,) must be followed by white space.
(#1682) Closing brace must be on a line by itself
(#1682) Usage of ELSEIF not allowed; use ELSE IF instead
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Variable "C" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Variable "K" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Expected "if (...) {\n"; found "if(...){"
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Expected 1 space before "?"; 0 found
(#1682) Expected 1 space after "?"; 0 found
(#1682) Expected 1 space before ":"; 0 found
(#1682) Expected 1 space after ":"; 0 found
(#1682) Variable "C" must be all lower-case
(#1682) Expected 1 space before "!="; 0 found
(#1682) Expected 1 space after "!="; 0 found
(#1682) Expected 1 space before "?"; 0 found
(#1682) Expected 1 space after "?"; 0 found
(#1682) Expected 1 space before ":"; 0 found
(#1682) Expected 1 space after ":"; 0 found
(#1682) Variable "A" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Variable "K" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Variable "K" must be all lower-case
(#1682) Commas (,) must be followed by white space.
(#1682) Variable "K" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Inline control structures are not allowed
(#1682) Expected 1 space before "=>"; 0 found
(#1682) Expected 1 space after "=>"; 0 found
(#1682) Expected 1 space before "as"; 0 found
(#1682) Expected 1 space after "as"; 0 found
(#1682) Variable "K" must be all lower-case
(#1682) Expected 1 space before "=>"; 0 found
(#1682) Expected 1 space after "=>"; 0 found
(#1682) Variable "X" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Variable "K" must be all lower-case
(#1682) Variable "K" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Inline control structures are not allowed
(#1682) Expected 1 space before "=="; 0 found
(#1682) Expected 1 space after "=="; 0 found
(#1682) Variable "A" must be all lower-case
(#1682) Commas (,) must be followed by white space.
(#1682) Commas (,) must be followed by white space.
(#1682) Commas (,) must be followed by white space.
(#1682) Commas (,) must be followed by white space.
(#1682) Commas (,) must be followed by white space.
(#1682) Commas (,) must be followed by white space.
(#1682) Variable "C" must be all lower-case
(#1682) Expected 1 space before "=>"; 0 found
(#1682) Expected 1 space after "=>"; 0 found
(#1682) Expected 1 space before "?"; 0 found
(#1682) Expected 1 space after "?"; 0 found
(#1682) Expected 1 space before ":"; 0 found
(#1682) Expected 1 space after ":"; 0 found
(#1682) Variable "K" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Variable "Xb" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Expected 1 space before "=="; 0 found
(#1682) Expected 1 space after "=="; 0 found
(#1682) Expected 1 space before "?"; 0 found
(#1682) Expected 1 space after "?"; 0 found
(#1682) Expected 1 space before ":"; 0 found
(#1682) Expected 1 space after ":"; 0 found
(#1682) Variable "C" must be all lower-case
(#1682) Inline control structures are not allowed
(#1682) Variable "Xb" must be all lower-case
(#1682) Commas (,) must be followed by white space.
(#1682) Variable "A" must be all lower-case
(#1682) Commas (,) must be followed by white space.
(#1682) Variable "C" must be all lower-case
(#1682) Expected 1 space before "!="; 0 found
(#1682) Expected 1 space after "!="; 0 found
(#1682) Expected 1 space before "?"; 0 found
(#1682) Expected 1 space after "?"; 0 found
(#1682) Variable "Xb" must be all lower-case
(#1682) Expected 1 space before ":"; 0 found
(#1682) Expected 1 space after ":"; 0 found
(#1682) Variable "K" must be all lower-case
(#1682) Commas (,) must be followed by white space.
(#1682) Variable "A" must be all lower-case
(#1682) Commas (,) must be followed by white space.
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Closing brace must be on a line by itself
(#1682) Closing brace must be on a line by itself
(#1682) Closing brace must be on a line by itself
(#1682) Commas (,) must be followed by white space.
(#1682) Commas (,) must be followed by white space.
(#1682) Expected 1 space before "=>"; 0 found
(#1682) Expected 1 space after "=>"; 0 found
(#1682) Commas (,) must be followed by white space.
(#1682) Expected "if (...) {\n"; found "if(...){"
(#1682) Variable "K" must be all lower-case
(#1682) Inline control structures are not allowed
(#1682) Variable "K" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Inline control structures are not allowed
(#1682) Usage of ELSEIF not allowed; use ELSE IF instead
(#1682) Variable "K" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Closing brace must be on a line by itself
(#1682) Usage of ELSEIF not allowed; use ELSE IF instead
(#1682) Variable "C" must be all lower-case
(#1682) Expected 1 space before "!="; 0 found
(#1682) Expected 1 space after "!="; 0 found
(#1682) Variable "Nc" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Variable "K" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Variable "Nc" must be all lower-case
(#1682) Variable "C" must be all lower-case
(#1682) Variable "K" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Closing brace must be on a line by itself
(#1682) Expected "} else {\n"; found "}else{"
(#1682) Variable "K" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Variable "K" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Closing brace must be on a line by itself
(#1682) Variable "Eg" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Expected 1 space before "==="; 0 found
(#1682) Expected 1 space after "==="; 0 found
(#1682) Variable "K" must be all lower-case
(#1682) Expected 1 space before "?"; 0 found
(#1682) Expected 1 space after "?"; 0 found
(#1682) Variable "Eg" must be all lower-case
(#1682) Expected 1 space before ":"; 0 found
(#1682) Expected 1 space after ":"; 0 found
(#1682) Variable "K" must be all lower-case
(#1682) Variable "Uf" must be all lower-case
(#1682) Expected 1 space before "="; 0 found
(#1682) Expected 1 space after "="; 0 found
(#1682) Commas (,) must be followed by white space.
(#1682) Commas (,) must be followed by white space.
(#1682) Line exceeds maximum limit of 180 characters; contains 1243 characters
(#1682) Line exceeds maximum limit of 180 characters; contains 1243 characters
(#1682) Line exceeds maximum limit of 180 characters; contains 1243 characters
(#1682) Line exceeds maximum limit of 180 characters; contains 1243 characters
(#1682) Line exceeds maximum limit of 180 characters; contains 1243 characters
(#1682) Line exceeds maximum limit of 180 characters; contains 1243 characters
(#1682) Line exceeds maximum limit of 180 characters; contains 1243 characters
(#1682) Line exceeds maximum limit of 180 characters; contains 1243 characters
(#1685) Expected "if (...) {\n"; found "if(...){"
(#1685) Variable "K" must be all lower-case
(#1685) Expected 1 space before "=="; 0 found
(#1685) Expected 1 space after "=="; 0 found
(#1685) Variable "K" must be all lower-case
(#1685) Expected 1 space before "=="; 0 found
(#1685) Expected 1 space after "=="; 0 found
(#1686) Line indented incorrectly; expected at least 8 spaces, found 0
(#1686) Commas (,) must be followed by white space.
(#1687) Commas (,) must be followed by white space.
(#1687) Commas (,) must be followed by white space.
(#1687) Variable "Uf" must be all lower-case
(#1687) Commas (,) must be followed by white space.
(#1687) Variable "K" must be all lower-case
(#1687) Commas (,) must be followed by white space.
(#1687) Commas (,) must be followed by white space.
(#1687) Line exceeds 132 characters; contains 145 characters
(#1687) Line exceeds 132 characters; contains 145 characters
(#1687) Line exceeds 132 characters; contains 145 characters
(#1687) Line exceeds 132 characters; contains 145 characters
(#1687) Line exceeds 132 characters; contains 145 characters
(#1687) Line exceeds 132 characters; contains 145 characters
(#1687) Line exceeds 132 characters; contains 145 characters
(#1687) Line exceeds 132 characters; contains 145 characters
(#1688) Commas (,) must be followed by white space.
(#1688) Commas (,) must be followed by white space.
(#1690) Commas (,) must be followed by white space.
(#1690) Commas (,) must be followed by white space.
(#1690) Commas (,) must be followed by white space.
(#1690) Commas (,) must be followed by white space.
(#1691) Variable "Ed" must be all lower-case
(#1691) Expected 1 space before "="; 0 found
(#1691) Expected 1 space after "="; 0 found
(#1691) Expected "foreach (...) {\n"; found "foreach(...){"
(#1691) Expected 1 space before "=>"; 0 found
(#1691) Expected 1 space after "=>"; 0 found
(#1691) Expected 1 space before "as"; 0 found
(#1691) Expected 1 space after "as"; 0 found
(#1691) Variable "K" must be all lower-case
(#1691) Expected 1 space before "=>"; 0 found
(#1691) Expected 1 space after "=>"; 0 found
(#1691) Variable "X" must be all lower-case
(#1691) Commas (,) must be followed by white space.
(#1691) Commas (,) must be followed by white space.
(#1691) Expected 1 space before "=>"; 0 found
(#1691) Expected 1 space after "=>"; 0 found
(#1691) Expected 1 space before "+"; 0 found
(#1691) Expected 1 space after "+"; 0 found
(#1691) Variable "Eg" must be all lower-case
(#1691) Commas (,) must be followed by white space.
(#1691) Variable "X" must be all lower-case
(#1691) Commas (,) must be followed by white space.
(#1691) Variable "Ed" must be all lower-case
(#1691) Expected 1 space before "=="; 0 found
(#1691) Expected 1 space after "=="; 0 found
(#1691) Variable "K" must be all lower-case
(#1691) Expected 1 space before "-"; 0 found
(#1691) Expected 1 space after "-"; 0 found
(#1691) Expected 1 space before "?"; 0 found
(#1691) Expected 1 space after "?"; 0 found
(#1691) Expected 1 space before ":"; 0 found
(#1691) Expected 1 space after ":"; 0 found
(#1691) Commas (,) must be followed by white space.
(#1691) Commas (,) must be followed by white space.
(#1691) Commas (,) must be followed by white space.
(#1691) Variable "K" must be all lower-case
(#1691) Variable "Ed" must be all lower-case
(#1691) Closing brace must be on a line by itself
(#1691) Line exceeds maximum limit of 180 characters; contains 245 characters
(#1691) Line exceeds maximum limit of 180 characters; contains 245 characters
(#1691) Line exceeds maximum limit of 180 characters; contains 245 characters
(#1691) Line exceeds maximum limit of 180 characters; contains 245 characters
(#1691) Line exceeds maximum limit of 180 characters; contains 245 characters
(#1691) Line exceeds maximum limit of 180 characters; contains 245 characters
(#1691) Line exceeds maximum limit of 180 characters; contains 245 characters
(#1691) Line exceeds maximum limit of 180 characters; contains 245 characters
(#1693) Commas (,) must be followed by white space.
(#1693) Commas (,) must be followed by white space.
(#1693) Commas (,) must be followed by white space.
(#1693) Commas (,) must be followed by white space.
(#1693) Expected 1 space before "=>"; 0 found
(#1693) Expected 1 space after "=>"; 0 found
(#1693) Expected 1 space before "+"; 0 found
(#1693) Expected 1 space after "+"; 0 found
(#1693) Commas (,) must be followed by white space.
(#1693) Variable "Ne" must be all lower-case
(#1693) Commas (,) must be followed by white space.
(#1693) Variable "K" must be all lower-case
(#1693) Commas (,) must be followed by white space.
(#1693) Commas (,) must be followed by white space.
(#1693) Commas (,) must be followed by white space.
(#1693) Commas (,) must be followed by white space.
(#1693) Commas (,) must be followed by white space.
(#1693) Expected 1 space before "=>"; 0 found
(#1693) Expected 1 space after "=>"; 0 found
(#1693) Expected 1 space before "+"; 0 found
(#1693) Expected 1 space after "+"; 0 found
(#1693) Commas (,) must be followed by white space.
(#1693) Variable "Ne" must be all lower-case
(#1693) Commas (,) must be followed by white space.
(#1693) Variable "K" must be all lower-case
(#1693) Commas (,) must be followed by white space.
(#1693) Expected 1 space before "=>"; 0 found
(#1693) Expected 1 space after "=>"; 0 found
(#1693) Commas (,) must be followed by white space.
(#1693) Expected 1 space before "=>"; 0 found
(#1693) Expected 1 space after "=>"; 0 found
(#1693) Commas (,) must be followed by white space.
(#1693) Expected 1 space before "=>"; 0 found
(#1693) Expected 1 space after "=>"; 0 found
(#1693) Commas (,) must be followed by white space.
(#1693) Expected 1 space before "=>"; 0 found
(#1693) Expected 1 space after "=>"; 0 found
(#1693) Commas (,) must be followed by white space.
(#1693) Commas (,) must be followed by white space.
(#1693) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1693) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1693) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1693) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1693) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1693) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1693) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1693) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1694) Commas (,) must be followed by white space.
(#1694) Commas (,) must be followed by white space.
(#1695) Commas (,) must be followed by white space.
(#1695) Commas (,) must be followed by white space.
(#1696) Closing brace must be on a line by itself
(#1696) Expected "if (...) {\n"; found "if(...){"
(#1696) Variable "C" must be all lower-case
(#1696) Expected 1 space before "!="; 0 found
(#1696) Expected 1 space after "!="; 0 found
(#1696) Commas (,) must be followed by white space.
(#1696) Commas (,) must be followed by white space.
(#1696) Commas (,) must be followed by white space.
(#1696) Commas (,) must be followed by white space.
(#1696) Closing brace must be on a line by itself
(#1696) Commas (,) must be followed by white space.
(#1696) Variable "T" must be all lower-case
(#1696) Commas (,) must be followed by white space.
(#1696) Line exceeds 132 characters; contains 144 characters
(#1696) Line exceeds 132 characters; contains 144 characters
(#1696) Line exceeds 132 characters; contains 144 characters
(#1696) Line exceeds 132 characters; contains 144 characters
(#1696) Line exceeds 132 characters; contains 144 characters
(#1696) Line exceeds 132 characters; contains 144 characters
(#1696) Line exceeds 132 characters; contains 144 characters
(#1696) Line exceeds 132 characters; contains 144 characters
(#1698) Closing brace must be on a line by itself
(#1698) Usage of ELSEIF not allowed; use ELSE IF instead
(#1698) Expected 1 space before "="; 0 found
(#1698) Expected 1 space after "="; 0 found
(#1698) Variable "K" must be all lower-case
(#1698) Expected 1 space before "="; 0 found
(#1698) Expected 1 space after "="; 0 found
(#1698) Expected "if (...) {\n"; found "if(...){"
(#1698) Variable "C" must be all lower-case
(#1698) Expected 1 space before "="; 0 found
(#1698) Expected 1 space after "="; 0 found
(#1698) Variable "K" must be all lower-case
(#1698) Variable "Ga" must be all lower-case
(#1698) Expected 1 space before "="; 0 found
(#1698) Expected 1 space after "="; 0 found
(#1698) Variable "K" must be all lower-case
(#1698) Variable "A" must be all lower-case
(#1698) Expected 1 space before "="; 0 found
(#1698) Expected 1 space after "="; 0 found
(#1698) Variable "C" must be all lower-case
(#1698) Expected 1 space before "="; 0 found
(#1698) Expected 1 space after "="; 0 found
(#1698) Inline control structures are not allowed
(#1698) Variable "U" must be all lower-case
(#1698) Expected 1 space before "="; 0 found
(#1698) Expected 1 space after "="; 0 found
(#1698) Variable "U" must be all lower-case
(#1698) Expected 1 space before "="; 0 found
(#1698) Expected 1 space after "="; 0 found
(#1698) Expected "if (...) {\n"; found "if(...){"
(#1698) Expected 1 space before "=="; 0 found
(#1698) Expected 1 space after "=="; 0 found
(#1698) Variable "Jg" must be all lower-case
(#1698) Expected 1 space before "="; 0 found
(#1698) Expected 1 space after "="; 0 found
(#1698) Variable "C" must be all lower-case
(#1698) Variable "U" must be all lower-case
(#1698) Expected 1 space before "="; 0 found
(#1698) Expected 1 space after "="; 0 found
(#1698) Variable "Jg" must be all lower-case
(#1698) Expected 1 space before "?"; 0 found
(#1698) Expected 1 space after "?"; 0 found
(#1698) Variable "Jg" must be all lower-case
(#1698) Expected 1 space before ":"; 0 found
(#1698) Expected 1 space after ":"; 0 found
(#1698) Variable "U" must be all lower-case
(#1698) Closing brace must be on a line by itself
(#1698) Closing brace must be on a line by itself
(#1698) Inline control structures are not allowed
(#1698) Expected 1 space before "=="; 0 found
(#1698) Expected 1 space after "=="; 0 found
(#1698) Variable "C" must be all lower-case
(#1698) Expected 1 space before "!="; 0 found
(#1698) Expected 1 space after "!="; 0 found
(#1698) Variable "U" must be all lower-case
(#1698) Expected 1 space before "!="; 0 found
(#1698) Expected 1 space after "!="; 0 found
(#1698) Expected 1 space before "=="; 0 found
(#1698) Expected 1 space after "=="; 0 found
(#1698) Expected 1 space before "?"; 0 found
(#1698) Expected 1 space after "?"; 0 found
(#1698) Expected 1 space before ":"; 0 found
(#1698) Expected 1 space after ":"; 0 found
(#1698) Variable "C" must be all lower-case
(#1698) Variable "Ga" must be all lower-case
(#1698) Commas (,) must be followed by white space.
(#1698) Variable "A" must be all lower-case
(#1698) Commas (,) must be followed by white space.
(#1698) Expected 1 space before "="; 0 found
(#1698) Expected 1 space after "="; 0 found
(#1698) Variable "C" must be all lower-case
(#1698) Variable "U" must be all lower-case
(#1698) Commas (,) must be followed by white space.
(#1698) Variable "U" must be all lower-case
(#1698) Variable "C" must be all lower-case
(#1698) Variable "Ga" must be all lower-case
(#1698) Commas (,) must be followed by white space.
(#1698) Variable "U" must be all lower-case
(#1698) Variable "C" must be all lower-case
(#1698) Commas (,) must be followed by white space.
(#1698) Variable "U" must be all lower-case
(#1698) Variable "Ga" must be all lower-case
(#1698) Commas (,) must be followed by white space.
(#1698) Variable "U" must be all lower-case
(#1698) Commas (,) must be followed by white space.
(#1698) Expected 1 space before "?"; 0 found
(#1698) Expected 1 space after "?"; 0 found
(#1698) Commas (,) must be followed by white space.
(#1698) Commas (,) must be followed by white space.
(#1698) Expected 1 space before ":"; 0 found
(#1698) Expected 1 space after ":"; 0 found
(#1698) Variable "A" must be all lower-case
(#1698) Commas (,) must be followed by white space.
(#1698) Commas (,) must be followed by white space.
(#1698) Commas (,) must be followed by white space.
(#1698) Commas (,) must be followed by white space.
(#1698) Commas (,) must be followed by white space.
(#1698) Variable "C" must be all lower-case
(#1698) Closing brace must be on a line by itself
(#1698) Closing brace must be on a line by itself
(#1698) Expected "if (...) {\n"; found "if(...){"
(#1698) Expected 1 space before "!="; 0 found
(#1698) Expected 1 space after "!="; 0 found
(#1698) Variable "K" must be all lower-case
(#1698) Expected 1 space before "="; 0 found
(#1698) Expected 1 space after "="; 0 found
(#1698) Variable "K" must be all lower-case
(#1698) Expected 1 space before "="; 0 found
(#1698) Expected 1 space after "="; 0 found
(#1698) Inline control structures are not allowed
(#1698) Expected 1 space before "="; 0 found
(#1698) Expected 1 space after "="; 0 found
(#1698) Closing brace must be on a line by itself
(#1698) Expected 1 space before "!="; 0 found
(#1698) Expected 1 space after "!="; 0 found
(#1698) Expected 1 space before "?"; 0 found
(#1698) Expected 1 space after "?"; 0 found
(#1698) Expected 1 space before ":"; 0 found
(#1698) Expected 1 space after ":"; 0 found
(#1698) Commas (,) must be followed by white space.
(#1698) Commas (,) must be followed by white space.
(#1698) Expected 1 space before "=>"; 0 found
(#1698) Expected 1 space after "=>"; 0 found
(#1698) Commas (,) must be followed by white space.
(#1698) Line exceeds maximum limit of 180 characters; contains 834 characters
(#1698) Line exceeds maximum limit of 180 characters; contains 834 characters
(#1698) Line exceeds maximum limit of 180 characters; contains 834 characters
(#1698) Line exceeds maximum limit of 180 characters; contains 834 characters
(#1698) Line exceeds maximum limit of 180 characters; contains 834 characters
(#1698) Line exceeds maximum limit of 180 characters; contains 834 characters
(#1698) Line exceeds maximum limit of 180 characters; contains 834 characters
(#1698) Line exceeds maximum limit of 180 characters; contains 834 characters
(#1700) Commas (,) must be followed by white space.
(#1700) Commas (,) must be followed by white space.
(#1700) Commas (,) must be followed by white space.
(#1700) Variable "K" must be all lower-case
(#1700) Commas (,) must be followed by white space.
(#1701) Commas (,) must be followed by white space.
(#1701) Variable "K" must be all lower-case
(#1702) Commas (,) must be followed by white space.
(#1702) Commas (,) must be followed by white space.
(#1703) Expected "if (...) {\n"; found "if(...){"
(#1703) Expected 1 space before "!="; 0 found
(#1703) Expected 1 space after "!="; 0 found
(#1703) Commas (,) must be followed by white space.
(#1703) Commas (,) must be followed by white space.
(#1703) Commas (,) must be followed by white space.
(#1703) Commas (,) must be followed by white space.
(#1703) Closing brace must be on a line by itself
(#1703) Commas (,) must be followed by white space.
(#1703) Variable "T" must be all lower-case
(#1703) Commas (,) must be followed by white space.
(#1703) Line exceeds 132 characters; contains 154 characters
(#1703) Line exceeds 132 characters; contains 154 characters
(#1703) Line exceeds 132 characters; contains 154 characters
(#1703) Line exceeds 132 characters; contains 154 characters
(#1703) Line exceeds 132 characters; contains 154 characters
(#1703) Line exceeds 132 characters; contains 154 characters
(#1703) Line exceeds 132 characters; contains 154 characters
(#1703) Line exceeds 132 characters; contains 154 characters
(#1705) Closing brace must be on a line by itself
(#1705) Usage of ELSEIF not allowed; use ELSE IF instead
(#1705) Expected 1 space before "="; 0 found
(#1705) Expected 1 space after "="; 0 found
(#1705) Expected 1 space before "="; 0 found
(#1705) Expected 1 space after "="; 0 found
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Variable "Kg" must be all lower-case
(#1705) Expected 1 space before "="; 0 found
(#1705) Expected 1 space after "="; 0 found
(#1705) Expected 1 space before "=>"; 0 found
(#1705) Expected 1 space after "=>"; 0 found
(#1705) Commas (,) must be followed by white space.
(#1705) Expected 1 space before "=>"; 0 found
(#1705) Expected 1 space after "=>"; 0 found
(#1705) Commas (,) must be followed by white space.
(#1705) Expected 1 space before "=>"; 0 found
(#1705) Expected 1 space after "=>"; 0 found
(#1705) Variable "K" must be all lower-case
(#1705) Expected 1 space before "="; 0 found
(#1705) Expected 1 space after "="; 0 found
(#1705) Expected "if (...) {\n"; found "if(...){"
(#1705) Inline control structures are not allowed
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Usage of ELSEIF not allowed; use ELSE IF instead
(#1705) Variable "K" must be all lower-case
(#1705) Commas (,) must be followed by white space.
(#1705) Variable "Kg" must be all lower-case
(#1705) Variable "K" must be all lower-case
(#1705) Expected 1 space before "="; 0 found
(#1705) Expected 1 space after "="; 0 found
(#1705) Variable "K" must be all lower-case
(#1705) Expected 1 space before "?"; 0 found
(#1705) Expected 1 space after "?"; 0 found
(#1705) Variable "K" must be all lower-case
(#1705) Variable "K" must be all lower-case
(#1705) Variable "K" must be all lower-case
(#1705) Expected 1 space before "?"; 0 found
(#1705) Expected 1 space after "?"; 0 found
(#1705) Variable "K" must be all lower-case
(#1705) Expected 1 space before ":"; 0 found
(#1705) Expected 1 space after ":"; 0 found
(#1705) Variable "K" must be all lower-case
(#1705) Expected 1 space before "?"; 0 found
(#1705) Expected 1 space after "?"; 0 found
(#1705) Variable "K" must be all lower-case
(#1705) Expected 1 space before ":"; 0 found
(#1705) Expected 1 space after ":"; 0 found
(#1705) Expected 1 space before ":"; 0 found
(#1705) Expected 1 space after ":"; 0 found
(#1705) Variable "K" must be all lower-case
(#1705) Variable "K" must be all lower-case
(#1705) Expected 1 space before "?"; 0 found
(#1705) Expected 1 space after "?"; 0 found
(#1705) Expected 1 space before ":"; 0 found
(#1705) Expected 1 space after ":"; 0 found
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Commas (,) must be followed by white space.
(#1705) Expected 1 space before "!="; 0 found
(#1705) Expected 1 space after "!="; 0 found
(#1705) Expected 1 space before "?"; 0 found
(#1705) Expected 1 space after "?"; 0 found
(#1705) Expected 1 space before ":"; 0 found
(#1705) Expected 1 space after ":"; 0 found
(#1705) Commas (,) must be followed by white space.
(#1705) Expected 1 space before "!="; 0 found
(#1705) Expected 1 space after "!="; 0 found
(#1705) Expected 1 space before "?"; 0 found
(#1705) Expected 1 space after "?"; 0 found
(#1705) Expected 1 space before "!="; 0 found
(#1705) Expected 1 space after "!="; 0 found
(#1705) Variable "K" must be all lower-case
(#1705) Expected 1 space before "?"; 0 found
(#1705) Expected 1 space after "?"; 0 found
(#1705) Variable "K" must be all lower-case
(#1705) Expected 1 space before ":"; 0 found
(#1705) Expected 1 space after ":"; 0 found
(#1705) Expected 1 space before ":"; 0 found
(#1705) Expected 1 space after ":"; 0 found
(#1705) Variable "K" must be all lower-case
(#1705) Variable "Kg" must be all lower-case
(#1705) Variable "K" must be all lower-case
(#1705) Variable "K" must be all lower-case
(#1705) Variable "K" must be all lower-case
(#1705) Commas (,) must be followed by white space.
(#1705) Closing brace must be on a line by itself
(#1705) Closing brace must be on a line by itself
(#1705) Expected 1 space before "!="; 0 found
(#1705) Expected 1 space after "!="; 0 found
(#1705) Expected 1 space before "?"; 0 found
(#1705) Expected 1 space after "?"; 0 found
(#1705) Expected 1 space before ":"; 0 found
(#1705) Expected 1 space after ":"; 0 found
(#1705) Commas (,) must be followed by white space.
(#1705) Expected "if (...) {\n"; found "if(...){"
(#1705) Variable "K" must be all lower-case
(#1705) Expected 1 space before "!="; 0 found
(#1705) Expected 1 space after "!="; 0 found
(#1705) Variable "L" must be all lower-case
(#1705) Expected 1 space before "="; 0 found
(#1705) Expected 1 space after "="; 0 found
(#1705) Variable "K" must be all lower-case
(#1705) Expected 1 space before "="; 0 found
(#1705) Expected 1 space after "="; 0 found
(#1705) Variable "L" must be all lower-case
(#1705) Closing brace must be on a line by itself
(#1705) Line exceeds maximum limit of 180 characters; contains 1311 characters
(#1705) Line exceeds maximum limit of 180 characters; contains 1311 characters
(#1705) Line exceeds maximum limit of 180 characters; contains 1311 characters
(#1705) Line exceeds maximum limit of 180 characters; contains 1311 characters
(#1705) Line exceeds maximum limit of 180 characters; contains 1311 characters
(#1705) Line exceeds maximum limit of 180 characters; contains 1311 characters
(#1705) Line exceeds maximum limit of 180 characters; contains 1311 characters
(#1705) Line exceeds maximum limit of 180 characters; contains 1311 characters
(#1708) Commas (,) must be followed by white space.
(#1708) Commas (,) must be followed by white space.
(#1708) Commas (,) must be followed by white space.
(#1708) Variable "K" must be all lower-case
(#1708) Commas (,) must be followed by white space.
(#1709) Commas (,) must be followed by white space.
(#1709) Commas (,) must be followed by white space.
(#1709) Commas (,) must be followed by white space.
(#1709) Variable "K" must be all lower-case
(#1709) Commas (,) must be followed by white space.
(#1710) Commas (,) must be followed by white space.
(#1710) Commas (,) must be followed by white space.
(#1710) Commas (,) must be followed by white space.
(#1710) Variable "K" must be all lower-case
(#1710) Commas (,) must be followed by white space.
(#1711) Commas (,) must be followed by white space.
(#1711) Commas (,) must be followed by white space.
(#1711) Commas (,) must be followed by white space.
(#1711) Variable "K" must be all lower-case
(#1711) Commas (,) must be followed by white space.
(#1711) Commas (,) must be followed by white space.
(#1711) Commas (,) must be followed by white space.
(#1711) Commas (,) must be followed by white space.
(#1711) Variable "K" must be all lower-case
(#1711) Commas (,) must be followed by white space.
(#1711) Commas (,) must be followed by white space.
(#1711) Commas (,) must be followed by white space.
(#1711) Commas (,) must be followed by white space.
(#1711) Commas (,) must be followed by white space.
(#1711) Variable "Kg" must be all lower-case
(#1711) Commas (,) must be followed by white space.
(#1711) Variable "K" must be all lower-case
(#1711) Commas (,) must be followed by white space.
(#1711) Commas (,) must be followed by white space.
(#1711) Commas (,) must be followed by white space.
(#1711) Commas (,) must be followed by white space.
(#1711) Variable "K" must be all lower-case
(#1711) Commas (,) must be followed by white space.
(#1711) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1711) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1711) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1711) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1711) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1711) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1711) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1711) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1712) Commas (,) must be followed by white space.
(#1712) Commas (,) must be followed by white space.
(#1712) Commas (,) must be followed by white space.
(#1712) Variable "K" must be all lower-case
(#1712) Expected 1 space before "=="; 0 found
(#1712) Expected 1 space after "=="; 0 found
(#1712) Commas (,) must be followed by white space.
(#1712) Commas (,) must be followed by white space.
(#1713) Commas (,) must be followed by white space.
(#1713) Variable "K" must be all lower-case
(#1714) Commas (,) must be followed by white space.
(#1714) Commas (,) must be followed by white space.
(#1715) Expected "if (...) {\n"; found "if(...){"
(#1715) Expected 1 space before "!="; 0 found
(#1715) Expected 1 space after "!="; 0 found
(#1715) Commas (,) must be followed by white space.
(#1715) Commas (,) must be followed by white space.
(#1715) Commas (,) must be followed by white space.
(#1715) Commas (,) must be followed by white space.
(#1715) Closing brace must be on a line by itself
(#1715) Commas (,) must be followed by white space.
(#1715) Variable "T" must be all lower-case
(#1715) Commas (,) must be followed by white space.
(#1715) Line exceeds 132 characters; contains 144 characters
(#1715) Line exceeds 132 characters; contains 144 characters
(#1715) Line exceeds 132 characters; contains 144 characters
(#1715) Line exceeds 132 characters; contains 144 characters
(#1715) Line exceeds 132 characters; contains 144 characters
(#1715) Line exceeds 132 characters; contains 144 characters
(#1715) Line exceeds 132 characters; contains 144 characters
(#1715) Line exceeds 132 characters; contains 144 characters
(#1717) Closing brace must be on a line by itself
(#1717) Usage of ELSEIF not allowed; use ELSE IF instead
(#1717) Expected 1 space before "="; 0 found
(#1717) Expected 1 space after "="; 0 found
(#1717) Expected 1 space before "="; 0 found
(#1717) Expected 1 space after "="; 0 found
(#1717) Expected 1 space before "?"; 0 found
(#1717) Expected 1 space after "?"; 0 found
(#1717) Expected 1 space before ":"; 0 found
(#1717) Expected 1 space after ":"; 0 found
(#1717) Variable "K" must be all lower-case
(#1717) Expected 1 space before "="; 0 found
(#1717) Expected 1 space after "="; 0 found
(#1717) Variable "K" must be all lower-case
(#1717) Expected 1 space before "="; 0 found
(#1717) Expected 1 space after "="; 0 found
(#1717) Variable "K" must be all lower-case
(#1717) Expected "if (...) {\n"; found "if(...){"
(#1717) Variable "K" must be all lower-case
(#1717) Expected 1 space before "="; 0 found
(#1717) Expected 1 space after "="; 0 found
(#1717) Variable "K" must be all lower-case
(#1717) Commas (,) must be followed by white space.
(#1717) Commas (,) must be followed by white space.
(#1717) Variable "K" must be all lower-case
(#1717) Commas (,) must be followed by white space.
(#1717) Variable "K" must be all lower-case
(#1717) Commas (,) must be followed by white space.
(#1717) Commas (,) must be followed by white space.
(#1717) Expected 1 space before "=>"; 0 found
(#1717) Expected 1 space after "=>"; 0 found
(#1717) Expected 1 space before "+"; 0 found
(#1717) Expected 1 space after "+"; 0 found
(#1717) Variable "K" must be all lower-case
(#1717) Commas (,) must be followed by white space.
(#1717) Commas (,) must be followed by white space.
(#1717) Commas (,) must be followed by white space.
(#1717) Commas (,) must be followed by white space.
(#1717) Commas (,) must be followed by white space.
(#1717) Commas (,) must be followed by white space.
(#1717) Commas (,) must be followed by white space.
(#1717) Commas (,) must be followed by white space.
(#1717) Commas (,) must be followed by white space.
(#1717) Variable "K" must be all lower-case
(#1717) Closing brace must be on a line by itself
(#1717) Expected 1 space before "!="; 0 found
(#1717) Expected 1 space after "!="; 0 found
(#1717) Expected 1 space before "?"; 0 found
(#1717) Expected 1 space after "?"; 0 found
(#1717) Expected 1 space before "?"; 0 found
(#1717) Expected 1 space after "?"; 0 found
(#1717) Expected 1 space before ":"; 0 found
(#1717) Expected 1 space after ":"; 0 found
(#1717) Expected 1 space before ":"; 0 found
(#1717) Expected 1 space after ":"; 0 found
(#1717) Expected 1 space before "?"; 0 found
(#1717) Expected 1 space after "?"; 0 found
(#1717) Expected 1 space before ":"; 0 found
(#1717) Expected 1 space after ":"; 0 found
(#1717) Commas (,) must be followed by white space.
(#1717) Expected "if (...) {\n"; found "if(...){"
(#1717) Expected 1 space before "!="; 0 found
(#1717) Expected 1 space after "!="; 0 found
(#1717) Variable "K" must be all lower-case
(#1717) Expected 1 space before "="; 0 found
(#1717) Expected 1 space after "="; 0 found
(#1717) Commas (,) must be followed by white space.
(#1717) Variable "K" must be all lower-case
(#1717) Expected 1 space before "="; 0 found
(#1717) Expected 1 space after "="; 0 found
(#1717) Closing brace must be on a line by itself
(#1717) Expected 1 space before "="; 0 found
(#1717) Expected 1 space after "="; 0 found
(#1717) Expected 1 space before "="; 0 found
(#1717) Expected 1 space after "="; 0 found
(#1717) Line exceeds maximum limit of 180 characters; contains 731 characters
(#1717) Line exceeds maximum limit of 180 characters; contains 731 characters
(#1717) Line exceeds maximum limit of 180 characters; contains 731 characters
(#1717) Line exceeds maximum limit of 180 characters; contains 731 characters
(#1717) Line exceeds maximum limit of 180 characters; contains 731 characters
(#1717) Line exceeds maximum limit of 180 characters; contains 731 characters
(#1717) Line exceeds maximum limit of 180 characters; contains 731 characters
(#1717) Line exceeds maximum limit of 180 characters; contains 731 characters
(#1719) Commas (,) must be followed by white space.
(#1719) Commas (,) must be followed by white space.
(#1719) Commas (,) must be followed by white space.
(#1719) Variable "K" must be all lower-case
(#1719) Commas (,) must be followed by white space.
(#1720) Commas (,) must be followed by white space.
(#1720) Expected 1 space before "?"; 0 found
(#1720) Expected 1 space after "?"; 0 found
(#1720) Commas (,) must be followed by white space.
(#1720) Commas (,) must be followed by white space.
(#1720) Variable "K" must be all lower-case
(#1720) Expected 1 space before ":"; 0 found
(#1720) Expected 1 space after ":"; 0 found
(#1720) Commas (,) must be followed by white space.
(#1720) Commas (,) must be followed by white space.
(#1720) Commas (,) must be followed by white space.
(#1722) Variable "K" must be all lower-case
(#1722) Commas (,) must be followed by white space.
(#1722) Commas (,) must be followed by white space.
(#1722) Expected "if (...) {\n"; found "if(...){"
(#1722) Commas (,) must be followed by white space.
(#1722) Variable "K" must be all lower-case
(#1722) Commas (,) must be followed by white space.
(#1722) Closing brace must be on a line by itself
(#1722) Line exceeds 132 characters; contains 143 characters
(#1722) Line exceeds 132 characters; contains 143 characters
(#1722) Line exceeds 132 characters; contains 143 characters
(#1722) Line exceeds 132 characters; contains 143 characters
(#1722) Line exceeds 132 characters; contains 143 characters
(#1722) Line exceeds 132 characters; contains 143 characters
(#1722) Line exceeds 132 characters; contains 143 characters
(#1722) Line exceeds 132 characters; contains 143 characters
(#1723) Commas (,) must be followed by white space.
(#1723) Variable "K" must be all lower-case
(#1724) Commas (,) must be followed by white space.
(#1724) Commas (,) must be followed by white space.
(#1725) Expected "if (...) {\n"; found "if(...){"
(#1725) Expected 1 space before "!="; 0 found
(#1725) Expected 1 space after "!="; 0 found
(#1725) Commas (,) must be followed by white space.
(#1725) Commas (,) must be followed by white space.
(#1725) Commas (,) must be followed by white space.
(#1725) Commas (,) must be followed by white space.
(#1725) Closing brace must be on a line by itself
(#1725) Commas (,) must be followed by white space.
(#1725) Variable "T" must be all lower-case
(#1725) Commas (,) must be followed by white space.
(#1725) Line exceeds 132 characters; contains 144 characters
(#1725) Line exceeds 132 characters; contains 144 characters
(#1725) Line exceeds 132 characters; contains 144 characters
(#1725) Line exceeds 132 characters; contains 144 characters
(#1725) Line exceeds 132 characters; contains 144 characters
(#1725) Line exceeds 132 characters; contains 144 characters
(#1725) Line exceeds 132 characters; contains 144 characters
(#1725) Line exceeds 132 characters; contains 144 characters
(#1727) Closing brace must be on a line by itself
(#1727) Usage of ELSEIF not allowed; use ELSE IF instead
(#1727) Expected 1 space before "="; 0 found
(#1727) Expected 1 space after "="; 0 found
(#1727) Variable "K" must be all lower-case
(#1727) Expected 1 space before "="; 0 found
(#1727) Expected 1 space after "="; 0 found
(#1727) Expected "if (...) {\n"; found "if(...){"
(#1727) Variable "_" must not contain underscores.
(#1727) Expected 1 space before "="; 0 found
(#1727) Expected 1 space after "="; 0 found
(#1727) Commas (,) must be followed by white space.
(#1727) Commas (,) must be followed by white space.
(#1727) Variable "C" must be all lower-case
(#1727) Expected 1 space before "="; 0 found
(#1727) Expected 1 space after "="; 0 found
(#1727) Variable "K" must be all lower-case
(#1727) Inline control structures are not allowed
(#1727) Commas (,) must be followed by white space.
(#1727) Variable "_" must not contain underscores.
(#1727) Commas (,) must be followed by white space.
(#1727) Inline control structures are not allowed
(#1727) Usage of ELSEIF not allowed; use ELSE IF instead
(#1727) Expected 1 space before "=="; 0 found
(#1727) Expected 1 space after "=="; 0 found
(#1727) Variable "C" must be all lower-case
(#1727) Commas (,) must be followed by white space.
(#1727) Variable "_" must not contain underscores.
(#1727) Commas (,) must be followed by white space.
(#1727) Inline control structures are not allowed
(#1727) Usage of ELSEIF not allowed; use ELSE IF instead
(#1727) Expected 1 space before "!="; 0 found
(#1727) Expected 1 space after "!="; 0 found
(#1727) Variable "C" must be all lower-case
(#1727) Variable "C" must be all lower-case
(#1727) Commas (,) must be followed by white space.
(#1727) Variable "_" must not contain underscores.
(#1727) Commas (,) must be followed by white space.
(#1727) Line exceeds maximum limit of 180 characters; contains 392 characters
(#1727) Line exceeds maximum limit of 180 characters; contains 392 characters
(#1727) Line exceeds maximum limit of 180 characters; contains 392 characters
(#1727) Line exceeds maximum limit of 180 characters; contains 392 characters
(#1727) Line exceeds maximum limit of 180 characters; contains 392 characters
(#1727) Line exceeds maximum limit of 180 characters; contains 392 characters
(#1727) Line exceeds maximum limit of 180 characters; contains 392 characters
(#1727) Inline control structures are not allowed
(#1727) Line exceeds maximum limit of 180 characters; contains 392 characters
(#1728) Line indented incorrectly; expected at least 8 spaces, found 0
(#1728) Variable "_" must not contain underscores.
(#1728) Closing brace must be on a line by itself
(#1728) Expected 1 space before "!="; 0 found
(#1728) Expected 1 space after "!="; 0 found
(#1728) Expected 1 space before "?"; 0 found
(#1728) Expected 1 space after "?"; 0 found
(#1728) Expected 1 space before ":"; 0 found
(#1728) Expected 1 space after ":"; 0 found
(#1728) Commas (,) must be followed by white space.
(#1728) Inline control structures are not allowed
(#1728) Variable "K" must be all lower-case
(#1728) Variable "K" must be all lower-case
(#1728) Expected 1 space before "="; 0 found
(#1728) Expected 1 space after "="; 0 found
(#1730) Commas (,) must be followed by white space.
(#1730) Variable "K" must be all lower-case
(#1730) Commas (,) must be followed by white space.
(#1731) Commas (,) must be followed by white space.
(#1731) Commas (,) must be followed by white space.
(#1732) Inline control structures are not allowed
(#1732) Expected 1 space before "!="; 0 found
(#1732) Expected 1 space after "!="; 0 found
(#1732) Commas (,) must be followed by white space.
(#1732) Variable "T" must be all lower-case
(#1732) Commas (,) must be followed by white space.
(#1732) Line exceeds 132 characters; contains 144 characters
(#1732) Line exceeds 132 characters; contains 144 characters
(#1732) Line exceeds 132 characters; contains 144 characters
(#1732) Line exceeds 132 characters; contains 144 characters
(#1732) Line exceeds 132 characters; contains 144 characters
(#1732) Line exceeds 132 characters; contains 144 characters
(#1732) Line exceeds 132 characters; contains 144 characters
(#1732) Line exceeds 132 characters; contains 144 characters
(#1734) Closing brace must be on a line by itself
(#1734) Usage of ELSEIF not allowed; use ELSE IF instead
(#1734) Expected 1 space before "="; 0 found
(#1734) Expected 1 space after "="; 0 found
(#1734) Variable "K" must be all lower-case
(#1734) Expected 1 space before "="; 0 found
(#1734) Expected 1 space after "="; 0 found
(#1734) Expected "if (...) {\n"; found "if(...){"
(#1734) Variable "_" must not contain underscores.
(#1734) Expected 1 space before "="; 0 found
(#1734) Expected 1 space after "="; 0 found
(#1734) Commas (,) must be followed by white space.
(#1734) Commas (,) must be followed by white space.
(#1734) Inline control structures are not allowed
(#1734) Commas (,) must be followed by white space.
(#1734) Variable "_" must not contain underscores.
(#1734) Commas (,) must be followed by white space.
(#1734) Line exceeds 132 characters; contains 175 characters
(#1734) Line exceeds 132 characters; contains 175 characters
(#1734) Line exceeds 132 characters; contains 175 characters
(#1734) Line exceeds 132 characters; contains 175 characters
(#1734) Line exceeds 132 characters; contains 175 characters
(#1734) Line exceeds 132 characters; contains 175 characters
(#1734) Line exceeds 132 characters; contains 175 characters
(#1734) Line exceeds 132 characters; contains 175 characters
(#1734) Inline control structures are not allowed
(#1735) Line indented incorrectly; expected at least 8 spaces, found 0
(#1735) Variable "K" must be all lower-case
(#1735) Variable "K" must be all lower-case
(#1735) Commas (,) must be followed by white space.
(#1735) Variable "_" must not contain underscores.
(#1735) Commas (,) must be followed by white space.
(#1735) Closing brace must be on a line by itself
(#1735) Expected 1 space before "!="; 0 found
(#1735) Expected 1 space after "!="; 0 found
(#1735) Expected 1 space before "?"; 0 found
(#1735) Expected 1 space after "?"; 0 found
(#1735) Expected 1 space before ":"; 0 found
(#1735) Expected 1 space after ":"; 0 found
(#1735) Commas (,) must be followed by white space.
(#1735) Inline control structures are not allowed
(#1735) Variable "K" must be all lower-case
(#1735) Variable "K" must be all lower-case
(#1735) Expected 1 space before "="; 0 found
(#1735) Expected 1 space after "="; 0 found
(#1735) Line exceeds 132 characters; contains 167 characters
(#1735) Line exceeds 132 characters; contains 167 characters
(#1735) Line exceeds 132 characters; contains 167 characters
(#1735) Line exceeds 132 characters; contains 167 characters
(#1735) Line exceeds 132 characters; contains 167 characters
(#1735) Line exceeds 132 characters; contains 167 characters
(#1735) Line exceeds 132 characters; contains 167 characters
(#1735) Line exceeds 132 characters; contains 167 characters
(#1738) Inline control structures are not allowed
(#1738) Expected 1 space before "!="; 0 found
(#1738) Expected 1 space after "!="; 0 found
(#1738) Variable "K" must be all lower-case
(#1738) Commas (,) must be followed by white space.
(#1738) Variable "K" must be all lower-case
(#1738) Closing brace must be on a line by itself
(#1738) Commas (,) must be followed by white space.
(#1738) Variable "T" must be all lower-case
(#1738) Commas (,) must be followed by white space.
(#1738) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1738) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1738) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1738) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1738) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1738) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1738) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1738) Line exceeds maximum limit of 180 characters; contains 303 characters
(#1740) Closing brace must be on a line by itself
(#1740) Usage of ELSEIF not allowed; use ELSE IF instead
(#1740) Expected 1 space before "="; 0 found
(#1740) Expected 1 space after "="; 0 found
(#1740) Variable "C" must be all lower-case
(#1740) Expected 1 space before "="; 0 found
(#1740) Expected 1 space after "="; 0 found
(#1740) Expected 1 space before "="; 0 found
(#1740) Expected 1 space after "="; 0 found
(#1740) Variable "K" must be all lower-case
(#1740) Expected 1 space before "="; 0 found
(#1740) Expected 1 space after "="; 0 found
(#1740) Variable "C" must be all lower-case
(#1740) Expected 1 space before "+"; 0 found
(#1740) Expected 1 space after "+"; 0 found
(#1740) Expected 1 space before "=>"; 0 found
(#1740) Expected 1 space after "=>"; 0 found
(#1740) Expected "if (...) {\n"; found "if(...){"
(#1740) Expected "if (...) {\n"; found "if(...){"
(#1740) Commas (,) must be followed by white space.
(#1740) Commas (,) must be followed by white space.
(#1740) Commas (,) must be followed by white space.
(#1740) Variable "Me" must be all lower-case
(#1740) Expected 1 space before "="; 0 found
(#1740) Expected 1 space after "="; 0 found
(#1740) Variable "Xb" must be all lower-case
(#1740) Expected 1 space before "="; 0 found
(#1740) Expected 1 space after "="; 0 found
(#1740) Variable "C" must be all lower-case
(#1740) Expected 1 space before "=="; 0 found
(#1740) Expected 1 space after "=="; 0 found
(#1740) Expected 1 space before "?"; 0 found
(#1740) Expected 1 space after "?"; 0 found
(#1740) Variable "Me" must be all lower-case
(#1740) Expected 1 space before ":"; 0 found
(#1740) Expected 1 space after ":"; 0 found
(#1740) Variable "A" must be all lower-case
(#1740) Expected 1 space before "="; 0 found
(#1740) Expected 1 space after "="; 0 found
(#1740) Inline control structures are not allowed
(#1740) Variable "Xb" must be all lower-case
(#1740) Commas (,) must be followed by white space.
(#1740) Variable "A" must be all lower-case
(#1740) Commas (,) must be followed by white space.
(#1740) Inline control structures are not allowed
(#1740) Variable "C" must be all lower-case
(#1740) Expected 1 space before "!="; 0 found
(#1740) Expected 1 space after "!="; 0 found
(#1740) Variable "Xb" must be all lower-case
(#1740) Variable "A" must be all lower-case
(#1740) Commas (,) must be followed by white space.
(#1740) Variable "C" must be all lower-case
(#1740) Expected 1 space before "!="; 0 found
(#1740) Expected 1 space after "!="; 0 found
(#1740) Expected 1 space before "?"; 0 found
(#1740) Expected 1 space after "?"; 0 found
(#1740) Expected 1 space before ":"; 0 found
(#1740) Expected 1 space after ":"; 0 found
(#1740) Commas (,) must be followed by white space.
(#1740) Variable "Me" must be all lower-case
(#1740) Commas (,) must be followed by white space.
(#1740) Inline control structures are not allowed
(#1740) Variable "C" must be all lower-case
(#1740) Expected 1 space before "!="; 0 found
(#1740) Expected 1 space after "!="; 0 found
(#1740) Variable "Me" must be all lower-case
(#1740) Commas (,) must be followed by white space.
(#1740) Variable "K" must be all lower-case
(#1740) Expected 1 space before "+"; 0 found
(#1740) Expected 1 space after "+"; 0 found
(#1740) Expected 1 space before "=>"; 0 found
(#1740) Expected 1 space after "=>"; 0 found
(#1740) Closing brace must be on a line by itself
(#1740) Closing brace must be on a line by itself
(#1740) Variable "K" must be all lower-case
(#1740) Expected 1 space before "="; 0 found
(#1740) Expected 1 space after "="; 0 found
(#1740) Closing brace must be on a line by itself
(#1740) Variable "C" must be all lower-case
(#1740) Expected 1 space before "!="; 0 found
(#1740) Expected 1 space after "!="; 0 found
(#1740) Expected 1 space before "?"; 0 found
(#1740) Expected 1 space after "?"; 0 found
(#1740) Variable "C" must be all lower-case
(#1740) Expected 1 space before ":"; 0 found
(#1740) Expected 1 space after ":"; 0 found
(#1740) Commas (,) must be followed by white space.
(#1740) Commas (,) must be followed by white space.
(#1740) Expected 1 space before "=>"; 0 found
(#1740) Expected 1 space after "=>"; 0 found
(#1740) Line exceeds maximum limit of 180 characters; contains 722 characters
(#1740) Line exceeds maximum limit of 180 characters; contains 722 characters
(#1740) Line exceeds maximum limit of 180 characters; contains 722 characters
(#1740) Line exceeds maximum limit of 180 characters; contains 722 characters
(#1740) Line exceeds maximum limit of 180 characters; contains 722 characters
(#1740) Line exceeds maximum limit of 180 characters; contains 722 characters
(#1740) Line exceeds maximum limit of 180 characters; contains 722 characters
(#1740) Line exceeds maximum limit of 180 characters; contains 722 characters
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Variable "K" must be all lower-case
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Variable "K" must be all lower-case
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Expected 1 space before "?"; 0 found
(#1743) Expected 1 space after "?"; 0 found
(#1743) Variable "K" must be all lower-case
(#1743) Expected 1 space before ":"; 0 found
(#1743) Expected 1 space after ":"; 0 found
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Variable "K" must be all lower-case
(#1743) Commas (,) must be followed by white space.
(#1743) Line exceeds maximum limit of 180 characters; contains 450 characters
(#1743) Line exceeds maximum limit of 180 characters; contains 450 characters
(#1743) Line exceeds maximum limit of 180 characters; contains 450 characters
(#1743) Line exceeds maximum limit of 180 characters; contains 450 characters
(#1743) Line exceeds maximum limit of 180 characters; contains 450 characters
(#1743) Line exceeds maximum limit of 180 characters; contains 450 characters
(#1743) Line exceeds maximum limit of 180 characters; contains 450 characters
(#1743) Line exceeds maximum limit of 180 characters; contains 450 characters
(#1744) Commas (,) must be followed by white space.
(#1744) Commas (,) must be followed by white space.
(#1744) Commas (,) must be followed by white space.
(#1744) Variable "K" must be all lower-case
(#1746) Commas (,) must be followed by white space.
(#1746) Variable "K" must be all lower-case
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1748) Expected "if (...) {\n"; found "if(...){"
(#1748) Variable "C" must be all lower-case
(#1748) Expected 1 space before "!="; 0 found
(#1748) Expected 1 space after "!="; 0 found
(#1748) Commas (,) must be followed by white space.
(#1748) Commas (,) must be followed by white space.
(#1748) Commas (,) must be followed by white space.
(#1748) Commas (,) must be followed by white space.
(#1748) Closing brace must be on a line by itself
(#1748) Commas (,) must be followed by white space.
(#1748) Variable "T" must be all lower-case
(#1748) Commas (,) must be followed by white space.
(#1748) Line exceeds 132 characters; contains 143 characters
(#1748) Line exceeds 132 characters; contains 143 characters
(#1748) Line exceeds 132 characters; contains 143 characters
(#1748) Line exceeds 132 characters; contains 143 characters
(#1748) Line exceeds 132 characters; contains 143 characters
(#1748) Line exceeds 132 characters; contains 143 characters
(#1748) Line exceeds 132 characters; contains 143 characters
(#1748) Line exceeds 132 characters; contains 143 characters
(#1750) Closing brace must be on a line by itself
(#1750) Usage of ELSEIF not allowed; use ELSE IF instead
(#1750) Expected 1 space before "="; 0 found
(#1750) Expected 1 space after "="; 0 found
(#1750) Variable "Hf" must be all lower-case
(#1750) Expected 1 space before "="; 0 found
(#1750) Expected 1 space after "="; 0 found
(#1750) Expected 1 space before "=>"; 0 found
(#1750) Expected 1 space after "=>"; 0 found
(#1750) Expected 1 space before "=>"; 0 found
(#1750) Expected 1 space after "=>"; 0 found
(#1750) Expected "foreach (...) {\n"; found "foreach(...){"
(#1750) Expected 1 space before "as"; 0 found
(#1750) Expected 1 space after "as"; 0 found
(#1750) Variable "K" must be all lower-case
(#1750) Inline control structures are not allowed
(#1750) Expected 1 space before "as"; 0 found
(#1750) Expected 1 space after "as"; 0 found
(#1750) Commas (,) must be followed by white space.
(#1750) Variable "K" must be all lower-case
(#1750) Expected 1 space before "=="; 0 found
(#1750) Expected 1 space after "=="; 0 found
(#1750) Expected 1 space before "?"; 0 found
(#1750) Expected 1 space after "?"; 0 found
(#1750) Expected 1 space before ":"; 0 found
(#1750) Expected 1 space after ":"; 0 found
(#1750) Variable "K" must be all lower-case
(#1750) Variable "Hf" must be all lower-case
(#1750) Variable "K" must be all lower-case
(#1750) Expected 1 space before "="; 0 found
(#1750) Expected 1 space after "="; 0 found
(#1750) Variable "K" must be all lower-case
(#1750) Closing brace must be on a line by itself
(#1750) Variable "Hf" must be all lower-case
(#1750) Expected 1 space before "+="; 0 found
(#1750) Expected 1 space after "+="; 0 found
(#1750) Variable "Hf" must be all lower-case
(#1750) Variable "Hf" must be all lower-case
(#1750) Expected 1 space before "="; 0 found
(#1750) Expected 1 space after "="; 0 found
(#1750) Variable "Hf" must be all lower-case
(#1750) Variable "Hf" must be all lower-case
(#1750) Variable "Hf" must be all lower-case
(#1750) Expected 1 space before "="; 0 found
(#1750) Expected 1 space after "="; 0 found
(#1750) Inline control structures are not allowed
(#1750) Expected 1 space before "as"; 0 found
(#1750) Expected 1 space after "as"; 0 found
(#1750) Commas (,) must be followed by white space.
(#1750) Commas (,) must be followed by white space.
(#1750) Commas (,) must be followed by white space.
(#1750) Variable "X" must be all lower-case
(#1750) Variable "Hf" must be all lower-case
(#1750) Variable "X" must be all lower-case
(#1750) Expected 1 space before "="; 0 found
(#1750) Expected 1 space after "="; 0 found
(#1750) Variable "Hf" must be all lower-case
(#1750) Variable "X" must be all lower-case
(#1750) Variable "Hf" must be all lower-case
(#1750) Inline control structures are not allowed
(#1750) Expected 1 space before "=>"; 0 found
(#1750) Expected 1 space after "=>"; 0 found
(#1750) Expected 1 space before "as"; 0 found
(#1750) Expected 1 space after "as"; 0 found
(#1750) Variable "Hf" must be all lower-case
(#1750) Expected 1 space before "=>"; 0 found
(#1750) Expected 1 space after "=>"; 0 found
(#1750) Variable "X" must be all lower-case
(#1750) Variable "Hf" must be all lower-case
(#1750) Expected 1 space before "="; 0 found
(#1750) Expected 1 space after "="; 0 found
(#1750) Expected "if (...) {\n"; found "if(...){"
(#1750) Inline control structures are not allowed
(#1750) Expected 1 space before "=>"; 0 found
(#1750) Expected 1 space after "=>"; 0 found
(#1750) Expected 1 space before "as"; 0 found
(#1750) Expected 1 space after "as"; 0 found
(#1750) Expected 1 space before "=>"; 0 found
(#1750) Expected 1 space after "=>"; 0 found
(#1750) Variable "X" must be all lower-case
(#1750) Variable "X" must be all lower-case
(#1750) Expected 1 space before "="; 0 found
(#1750) Expected 1 space after "="; 0 found
(#1750) Variable "X" must be all lower-case
(#1750) Expected 1 space before "+"; 0 found
(#1750) Expected 1 space after "+"; 0 found
(#1750) Closing brace must be on a line by itself
(#1750) Variable "Vc" must be all lower-case
(#1750) Expected 1 space before "="; 0 found
(#1750) Expected 1 space after "="; 0 found
(#1750) Variable "Ke" must be all lower-case
(#1750) Expected 1 space before "="; 0 found
(#1750) Expected 1 space after "="; 0 found
(#1750) Expected "if (...) {\n"; found "if(...){"
(#1750) Variable "I" must be all lower-case
(#1750) Expected 1 space before "="; 0 found
(#1750) Expected 1 space after "="; 0 found
(#1750) Expected "while (...) {\n"; found "while(...){"
(#1750) Variable "K" must be all lower-case
(#1750) Expected 1 space before "="; 0 found
(#1750) Expected 1 space after "="; 0 found
(#1750) Variable "I" must be all lower-case
(#1750) Expected "if (...) {\n"; found "if(...){"
(#1750) Commas (,) must be followed by white space.
(#1750) Variable "K" must be all lower-case
(#1750) Commas (,) must be followed by white space.
(#1750) Variable "B" must be all lower-case
(#1750) Commas (,) must be followed by white space.
(#1750) Variable "B" must be all lower-case
(#1750) Commas (,) must be followed by white space.
(#1750) Commas (,) must be followed by white space.
(#1750) Expected "foreach (...) {\n"; found "foreach(...){"
(#1750) Expected 1 space after "as"; 0 found
(#1750) Line exceeds maximum limit of 180 characters; contains 1014 characters
(#1750) Line exceeds maximum limit of 180 characters; contains 1014 characters
(#1750) Line exceeds maximum limit of 180 characters; contains 1014 characters
(#1750) Line exceeds maximum limit of 180 characters; contains 1014 characters
(#1750) Line exceeds maximum limit of 180 characters; contains 1014 characters
(#1750) Line exceeds maximum limit of 180 characters; contains 1014 characters
(#1750) Line exceeds maximum limit of 180 characters; contains 1014 characters
(#1750) Line exceeds maximum limit of 180 characters; contains 1014 characters
(#1751) Line indented incorrectly; expected at least 16 spaces, found 0
(#1751) Variable "X" must be all lower-case
(#1751) Inline control structures are not allowed
(#1751) Variable "X" must be all lower-case
(#1751) Expected 1 space before "!="; 0 found
(#1751) Expected 1 space after "!="; 0 found
(#1751) Variable "Vc" must be all lower-case
(#1751) Variable "B" must be all lower-case
(#1751) Variable "X" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Inline control structures are not allowed
(#1751) Commas (,) must be followed by white space.
(#1751) Variable "K" must be all lower-case
(#1751) Variable "Vc" must be all lower-case
(#1751) Variable "B" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Closing brace must be on a line by itself
(#1751) Closing brace must be on a line by itself
(#1751) Inline control structures are not allowed
(#1751) Commas (,) must be followed by white space.
(#1751) Variable "K" must be all lower-case
(#1751) Commas (,) must be followed by white space.
(#1751) Variable "B" must be all lower-case
(#1751) Variable "Ke" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Variable "B" must be all lower-case
(#1751) Closing brace must be on a line by itself
(#1751) Closing brace must be on a line by itself
(#1751) Expected "if (...) {\n"; found "if(...){"
(#1751) Variable "Le" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Expected 1 space before "?"; 0 found
(#1751) Expected 1 space after "?"; 0 found
(#1751) Expected 1 space before ":"; 0 found
(#1751) Expected 1 space after ":"; 0 found
(#1751) Inline control structures are not allowed
(#1751) Variable "Le" must be all lower-case
(#1751) Commas (,) must be followed by white space.
(#1751) Commas (,) must be followed by white space.
(#1751) Variable "Ae" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Expected "if (...) {\n"; found "if(...){"
(#1751) Expected 1 space before "!="; 0 found
(#1751) Expected 1 space after "!="; 0 found
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Closing brace must be on a line by itself
(#1751) Variable "Cb" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Expected "if (...) {\n"; found "if(...){"
(#1751) Expected "if (...) {\n"; found "if(...){"
(#1751) Variable "Le" must be all lower-case
(#1751) Expected 1 space before "!="; 0 found
(#1751) Expected 1 space after "!="; 0 found
(#1751) Variable "Ae" must be all lower-case
(#1751) Variable "Cb" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Expected 1 space before "<"; 0 found
(#1751) Expected 1 space after "<"; 0 found
(#1751) Expected 1 space before "?"; 0 found
(#1751) Expected 1 space after "?"; 0 found
(#1751) Expected 1 space before ":"; 0 found
(#1751) Expected 1 space after ":"; 0 found
(#1751) Variable "Ae" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Variable "Cb" must be all lower-case
(#1751) Closing brace must be on a line by itself
(#1751) Inline control structures are not allowed
(#1751) Usage of ELSEIF not allowed; use ELSE IF instead
(#1751) Expected 1 space before "!="; 0 found
(#1751) Expected 1 space after "!="; 0 found
(#1751) Variable "Ke" must be all lower-case
(#1751) Variable "Ae" must be all lower-case
(#1751) Closing brace must be on a line by itself
(#1751) Expected "if (...) {\n"; found "if(...){"
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Expected "foreach (...) {\n"; found "foreach(...){"
(#1751) Expected 1 space before "=>"; 0 found
(#1751) Expected 1 space after "=>"; 0 found
(#1751) Expected 1 space after "as"; 0 found
(#1751) Line exceeds maximum limit of 180 characters; contains 758 characters
(#1751) Line exceeds maximum limit of 180 characters; contains 758 characters
(#1751) Line exceeds maximum limit of 180 characters; contains 758 characters
(#1751) Line exceeds maximum limit of 180 characters; contains 758 characters
(#1751) Line exceeds maximum limit of 180 characters; contains 758 characters
(#1751) Line exceeds maximum limit of 180 characters; contains 758 characters
(#1751) Line exceeds maximum limit of 180 characters; contains 758 characters
(#1751) Line exceeds maximum limit of 180 characters; contains 758 characters
(#1752) Line indented incorrectly; expected at least 12 spaces, found 0
(#1752) Variable "Fe" must be all lower-case
(#1752) Expected 1 space before "=>"; 0 found
(#1752) Expected 1 space after "=>"; 0 found
(#1752) Variable "Uc" must be all lower-case
(#1752) Inline control structures are not allowed
(#1752) Variable "Uc" must be all lower-case
(#1752) Expected 1 space before "="; 0 found
(#1752) Expected 1 space after "="; 0 found
(#1752) Variable "Uc" must be all lower-case
(#1752) Variable "Uc" must be all lower-case
(#1752) Expected 1 space before "="; 0 found
(#1752) Expected 1 space after "="; 0 found
(#1752) Variable "Uc" must be all lower-case
(#1752) Inline control structures are not allowed
(#1752) Expected 1 space before "="; 0 found
(#1752) Expected 1 space after "="; 0 found
(#1752) Variable "Fe" must be all lower-case
(#1752) Commas (,) must be followed by white space.
(#1752) Commas (,) must be followed by white space.
(#1752) Variable "Uc" must be all lower-case
(#1752) Usage of ELSEIF not allowed; use ELSE IF instead
(#1752) Variable "Le" must be all lower-case
(#1752) Expected 1 space before "=="; 0 found
(#1752) Expected 1 space after "=="; 0 found
(#1752) Variable "Ae" must be all lower-case
(#1752) Variable "Ie" must be all lower-case
(#1752) Expected 1 space before "="; 0 found
(#1752) Expected 1 space after "="; 0 found
(#1752) Variable "Vc" must be all lower-case
(#1752) Variable "Fe" must be all lower-case
(#1752) Expected 1 space before "="; 0 found
(#1752) Expected 1 space after "="; 0 found
(#1752) Variable "Ie" must be all lower-case
(#1752) Commas (,) must be followed by white space.
(#1752) Variable "Uc" must be all lower-case
(#1752) Variable "Uc" must be all lower-case
(#1752) Expected 1 space before "="; 0 found
(#1752) Expected 1 space after "="; 0 found
(#1752) Variable "Uc" must be all lower-case
(#1752) Commas (,) must be followed by white space.
(#1752) Variable "Ie" must be all lower-case
(#1752) Variable "Vc" must be all lower-case
(#1752) Variable "Fe" must be all lower-case
(#1752) Closing brace must be on a line by itself
(#1752) Expected "if (...) {\n"; found "if(...){"
(#1752) Commas (,) must be followed by white space.
(#1752) Variable "Fe" must be all lower-case
(#1752) Commas (,) must be followed by white space.
(#1752) Variable "B" must be all lower-case
(#1752) Commas (,) must be followed by white space.
(#1752) Commas (,) must be followed by white space.
(#1752) Variable "B" must be all lower-case
(#1752) Commas (,) must be followed by white space.
(#1752) Variable "B" must be all lower-case
(#1752) Commas (,) must be followed by white space.
(#1752) Variable "Uc" must be all lower-case
(#1752) Commas (,) must be followed by white space.
(#1752) Variable "B" must be all lower-case
(#1752) Commas (,) must be followed by white space.
(#1752) Variable "B" must be all lower-case
(#1752) Expected 1 space before "="; 0 found
(#1752) Expected 1 space after "="; 0 found
(#1752) Closing brace must be on a line by itself
(#1752) Closing brace must be on a line by itself
(#1752) Closing brace must be on a line by itself
(#1752) Expected "if (...) {\n"; found "if(...){"
(#1752) Inline control structures are not allowed
(#1752) Variable "Le" must be all lower-case
(#1752) Expected 1 space before "!="; 0 found
(#1752) Expected 1 space after "!="; 0 found
(#1752) Variable "Ae" must be all lower-case
(#1752) Variable "Le" must be all lower-case
(#1752) Usage of ELSEIF not allowed; use ELSE IF instead
(#1752) Expected "foreach (...) {\n"; found "foreach(...){"
(#1752) Expected 1 space before "=>"; 0 found
(#1752) Expected 1 space after "=>"; 0 found
(#1752) Expected 1 space after "as"; 0 found
(#1752) Line exceeds maximum limit of 180 characters; contains 555 characters
(#1752) Line exceeds maximum limit of 180 characters; contains 555 characters
(#1752) Line exceeds maximum limit of 180 characters; contains 555 characters
(#1752) Line exceeds maximum limit of 180 characters; contains 555 characters
(#1752) Line exceeds maximum limit of 180 characters; contains 555 characters
(#1752) Line exceeds maximum limit of 180 characters; contains 555 characters
(#1752) Line exceeds maximum limit of 180 characters; contains 555 characters
(#1752) Line exceeds maximum limit of 180 characters; contains 555 characters
(#1752) Variable "Vc" must be all lower-case
(#1753) Line indented incorrectly; expected at least 24 spaces, found 0
(#1753) Variable "Fe" must be all lower-case
(#1753) Expected 1 space before "=>"; 0 found
(#1753) Expected 1 space after "=>"; 0 found
(#1753) Inline control structures are not allowed
(#1753) Commas (,) must be followed by white space.
(#1753) Variable "Fe" must be all lower-case
(#1753) Commas (,) must be followed by white space.
(#1753) Variable "B" must be all lower-case
(#1753) Commas (,) must be followed by white space.
(#1753) Commas (,) must be followed by white space.
(#1753) Variable "B" must be all lower-case
(#1753) Commas (,) must be followed by white space.
(#1753) Variable "B" must be all lower-case
(#1753) Closing brace must be on a line by itself
(#1753) Closing brace must be on a line by itself
(#1753) Closing brace must be on a line by itself
(#1753) Commas (,) must be followed by white space.
(#1753) Expected 1 space before "?"; 0 found
(#1753) Expected 1 space after "?"; 0 found
(#1753) Expected 1 space before ":"; 0 found
(#1753) Expected 1 space after ":"; 0 found
(#1753) Commas (,) must be followed by white space.
(#1753) Inline control structures are not allowed
(#1753) Variable "Cb" must be all lower-case
(#1753) Variable "Ae" must be all lower-case
(#1753) Closing brace must be on a line by itself
(#1753) Closing brace must be on a line by itself
(#1753) Expected 1 space before "?"; 0 found
(#1753) Expected 1 space after "?"; 0 found
(#1753) Expected 1 space before ":"; 0 found
(#1753) Expected 1 space after ":"; 0 found
(#1753) Commas (,) must be followed by white space.
(#1753) Commas (,) must be followed by white space.
(#1753) Expected 1 space before "=>"; 0 found
(#1753) Expected 1 space after "=>"; 0 found
(#1753) Commas (,) must be followed by white space.
(#1753) Expected "if (...) {\n"; found "if(...){"
(#1753) Variable "K" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Variable "Vc" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Closing brace must be on a line by itself
(#1753) Expected "} else {\n"; found "}else{"
(#1753) Variable "K" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Expected 1 space before "+"; 0 found
(#1753) Expected 1 space after "+"; 0 found
(#1753) Expected 1 space before "=>"; 0 found
(#1753) Expected 1 space after "=>"; 0 found
(#1753) Variable "K" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Variable "Ke" must be all lower-case
(#1753) Inline control structures are not allowed
(#1753) Variable "Ke" must be all lower-case
(#1753) Expected 1 space before "!="; 0 found
(#1753) Expected 1 space after "!="; 0 found
(#1753) Variable "K" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Variable "Vc" must be all lower-case
(#1753) Expected 1 space before "=="; 0 found
(#1753) Expected 1 space after "=="; 0 found
(#1753) Variable "Vc" must be all lower-case
(#1753) Expected 1 space before "?"; 0 found
(#1753) Expected 1 space after "?"; 0 found
(#1753) Expected 1 space before ":"; 0 found
(#1753) Expected 1 space after ":"; 0 found
(#1753) Commas (,) must be followed by white space.
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Closing brace must be on a line by itself
(#1753) Line exceeds maximum limit of 180 characters; contains 630 characters
(#1753) Line exceeds maximum limit of 180 characters; contains 630 characters
(#1753) Line exceeds maximum limit of 180 characters; contains 630 characters
(#1753) Line exceeds maximum limit of 180 characters; contains 630 characters
(#1753) Line exceeds maximum limit of 180 characters; contains 630 characters
(#1753) Line exceeds maximum limit of 180 characters; contains 630 characters
(#1753) Line exceeds maximum limit of 180 characters; contains 630 characters
(#1753) Line exceeds maximum limit of 180 characters; contains 630 characters
(#1755) Commas (,) must be followed by white space.
(#1755) Commas (,) must be followed by white space.
(#1755) Commas (,) must be followed by white space.
(#1755) Variable "K" must be all lower-case
(#1755) Commas (,) must be followed by white space.
(#1756) Commas (,) must be followed by white space.
(#1756) Commas (,) must be followed by white space.
(#1756) Commas (,) must be followed by white space.
(#1756) Variable "K" must be all lower-case
(#1756) Commas (,) must be followed by white space.
(#1757) Commas (,) must be followed by white space.
(#1757) Commas (,) must be followed by white space.
(#1757) Commas (,) must be followed by white space.
(#1757) Variable "K" must be all lower-case
(#1757) Commas (,) must be followed by white space.
(#1758) Expected "if (...) {\n"; found "if(...){"
(#1758) Variable "K" must be all lower-case
(#1758) Closing brace must be on a line by itself
(#1759) Line indented incorrectly; expected at least 16 spaces, found 0
(#1759) Commas (,) must be followed by white space.
(#1759) Commas (,) must be followed by white space.
(#1759) Variable "K" must be all lower-case
(#1759) Commas (,) must be followed by white space.
(#1759) Commas (,) must be followed by white space.
(#1759) Commas (,) must be followed by white space.
(#1761) Commas (,) must be followed by white space.
(#1761) Expected 1 space before "=>"; 0 found
(#1761) Expected 1 space after "=>"; 0 found
(#1761) Expected 1 space before "="; 0 found
(#1761) Expected 1 space after "="; 0 found
(#1761) Expected "foreach (...) {\n"; found "foreach(...){"
(#1761) Expected 1 space before "=>"; 0 found
(#1761) Expected 1 space after "=>"; 0 found
(#1761) Expected 1 space after "as"; 0 found
(#1761) Line exceeds 132 characters; contains 145 characters
(#1761) Line exceeds 132 characters; contains 145 characters
(#1761) Line exceeds 132 characters; contains 145 characters
(#1761) Line exceeds 132 characters; contains 145 characters
(#1761) Line exceeds 132 characters; contains 145 characters
(#1761) Line exceeds 132 characters; contains 145 characters
(#1761) Line exceeds 132 characters; contains 145 characters
(#1761) Line exceeds 132 characters; contains 145 characters
(#1761) Variable "Vc" must be all lower-case
(#1762) Line indented incorrectly; expected at least 16 spaces, found 0
(#1762) Variable "Fe" must be all lower-case
(#1762) Expected 1 space before "=>"; 0 found
(#1762) Expected 1 space after "=>"; 0 found
(#1762) Variable "Uc" must be all lower-case
(#1762) Variable "Fe" must be all lower-case
(#1762) Expected 1 space before "!="; 0 found
(#1762) Expected 1 space after "!="; 0 found
(#1762) Expected 1 space before "?"; 0 found
(#1762) Expected 1 space after "?"; 0 found
(#1762) Variable "Fe" must be all lower-case
(#1762) Expected 1 space before ":"; 0 found
(#1762) Expected 1 space after ":"; 0 found
(#1762) Closing brace must be on a line by itself
(#1762) Expected "foreach (...) {\n"; found "foreach(...){"
(#1762) Expected 1 space before "=>"; 0 found
(#1762) Expected 1 space after "=>"; 0 found
(#1762) Expected 1 space before "as"; 0 found
(#1762) Expected 1 space after "as"; 0 found
(#1762) Expected 1 space before "=>"; 0 found
(#1762) Expected 1 space after "=>"; 0 found
(#1762) Commas (,) must be followed by white space.
(#1762) Expected 1 space before "=>"; 0 found
(#1762) Expected 1 space after "=>"; 0 found
(#1762) Commas (,) must be followed by white space.
(#1762) Expected 1 space before "=>"; 0 found
(#1762) Expected 1 space after "=>"; 0 found
(#1762) Commas (,) must be followed by white space.
(#1762) Expected 1 space before "=>"; 0 found
(#1762) Expected 1 space after "=>"; 0 found
(#1762) Commas (,) must be followed by white space.
(#1762) Expected 1 space before "=>"; 0 found
(#1762) Expected 1 space after "=>"; 0 found
(#1762) Commas (,) must be followed by white space.
(#1762) Expected 1 space before "=>"; 0 found
(#1762) Expected 1 space after "=>"; 0 found
(#1762) Commas (,) must be followed by white space.
(#1762) Expected 1 space before "=>"; 0 found
(#1762) Expected 1 space after "=>"; 0 found
(#1762) Variable "Nb" must be all lower-case
(#1762) Expected "foreach (...) {\n"; found "foreach(...){"
(#1762) Expected 1 space before "=>"; 0 found
(#1762) Expected 1 space after "=>"; 0 found
(#1762) Expected 1 space before "as"; 0 found
(#1762) Expected 1 space after "as"; 0 found
(#1762) Variable "Hf" must be all lower-case
(#1762) Variable "Gf" must be all lower-case
(#1762) Expected 1 space before "=>"; 0 found
(#1762) Expected 1 space after "=>"; 0 found
(#1762) Variable "Nb" must be all lower-case
(#1762) Expected 1 space before "?"; 0 found
(#1762) Expected 1 space after "?"; 0 found
(#1762) Variable "Nb" must be all lower-case
(#1762) Expected 1 space before ":"; 0 found
(#1762) Expected 1 space after ":"; 0 found
(#1762) Variable "Gf" must be all lower-case
(#1762) Expected 1 space before "="; 0 found
(#1762) Expected 1 space after "="; 0 found
(#1762) Expected "foreach (...) {\n"; found "foreach(...){"
(#1762) Expected 1 space before "=>"; 0 found
(#1762) Expected 1 space after "=>"; 0 found
(#1762) Expected 1 space after "as"; 0 found
(#1762) Line exceeds maximum limit of 180 characters; contains 497 characters
(#1762) Line exceeds maximum limit of 180 characters; contains 497 characters
(#1762) Line exceeds maximum limit of 180 characters; contains 497 characters
(#1762) Line exceeds maximum limit of 180 characters; contains 497 characters
(#1762) Line exceeds maximum limit of 180 characters; contains 497 characters
(#1762) Line exceeds maximum limit of 180 characters; contains 497 characters
(#1762) Line exceeds maximum limit of 180 characters; contains 497 characters
(#1762) Line exceeds maximum limit of 180 characters; contains 497 characters
(#1762) Variable "Vc" must be all lower-case
(#1763) Line indented incorrectly; expected at least 24 spaces, found 0
(#1763) Variable "Fe" must be all lower-case
(#1763) Expected 1 space before "=>"; 0 found
(#1763) Expected 1 space after "=>"; 0 found
(#1763) Variable "Uc" must be all lower-case
(#1763) Variable "C" must be all lower-case
(#1763) Expected 1 space before "="; 0 found
(#1763) Expected 1 space after "="; 0 found
(#1763) Variable "Gf" must be all lower-case
(#1763) Variable "Y" must be all lower-case
(#1763) Expected 1 space before "="; 0 found
(#1763) Expected 1 space after "="; 0 found
(#1763) Variable "Uc" must be all lower-case
(#1763) Variable "Gf" must be all lower-case
(#1763) Inline control structures are not allowed
(#1763) Expected 1 space before "=="; 0 found
(#1763) Expected 1 space after "=="; 0 found
(#1763) Variable "Fe" must be all lower-case
(#1763) Expected 1 space before "!="; 0 found
(#1763) Expected 1 space after "!="; 0 found
(#1763) Variable "Vc" must be all lower-case
(#1763) Expected 1 space before "?"; 0 found
(#1763) Expected 1 space after "?"; 0 found
(#1763) Expected 1 space before ":"; 0 found
(#1763) Expected 1 space after ":"; 0 found
(#1763) Inline control structures are not allowed
(#1763) Usage of ELSEIF not allowed; use ELSE IF instead
(#1763) Variable "C" must be all lower-case
(#1763) Variable "Y" must be all lower-case
(#1763) Expected 1 space before "?"; 0 found
(#1763) Expected 1 space after "?"; 0 found
(#1763) Expected 1 space before ":"; 0 found
(#1763) Expected 1 space after ":"; 0 found
(#1763) Variable "Y" must be all lower-case
(#1763) Expected 1 space before "=="; 0 found
(#1763) Expected 1 space after "=="; 0 found
(#1763) Expected 1 space before "?"; 0 found
(#1763) Expected 1 space after "?"; 0 found
(#1763) Expected 1 space before ":"; 0 found
(#1763) Expected 1 space after ":"; 0 found
(#1763) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1763) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1763) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1763) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1763) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1763) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1763) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1763) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1763) Inline control structures are not allowed
(#1764) Line indented incorrectly; expected at least 28 spaces, found 0
(#1764) Variable "C" must be all lower-case
(#1764) Variable "Y" must be all lower-case
(#1764) Expected 1 space before "?"; 0 found
(#1764) Expected 1 space after "?"; 0 found
(#1764) Expected 1 space before ":"; 0 found
(#1764) Expected 1 space after ":"; 0 found
(#1764) Variable "Gf" must be all lower-case
(#1764) Expected 1 space before "=="; 0 found
(#1764) Expected 1 space after "=="; 0 found
(#1764) Expected 1 space before "?"; 0 found
(#1764) Expected 1 space after "?"; 0 found
(#1764) Expected 1 space before ":"; 0 found
(#1764) Expected 1 space after ":"; 0 found
(#1764) Variable "Gf" must be all lower-case
(#1764) Expected 1 space before "=="; 0 found
(#1764) Expected 1 space after "=="; 0 found
(#1764) Expected 1 space before "?"; 0 found
(#1764) Expected 1 space after "?"; 0 found
(#1764) Expected 1 space before ":"; 0 found
(#1764) Expected 1 space after ":"; 0 found
(#1764) Closing brace must be on a line by itself
(#1764) Closing brace must be on a line by itself
(#1764) Closing brace must be on a line by itself
(#1764) Commas (,) must be followed by white space.
(#1764) Line exceeds maximum limit of 180 characters; contains 281 characters
(#1764) Line exceeds maximum limit of 180 characters; contains 281 characters
(#1764) Line exceeds maximum limit of 180 characters; contains 281 characters
(#1764) Line exceeds maximum limit of 180 characters; contains 281 characters
(#1764) Line exceeds maximum limit of 180 characters; contains 281 characters
(#1764) Line exceeds maximum limit of 180 characters; contains 281 characters
(#1764) Line exceeds maximum limit of 180 characters; contains 281 characters
(#1764) Line exceeds maximum limit of 180 characters; contains 281 characters
(#1765) Commas (,) must be followed by white space.
(#1765) Commas (,) must be followed by white space.
(#1766) Expected "if (...) {\n"; found "if(...){"
(#1766) Commas (,) must be followed by white space.
(#1766) Commas (,) must be followed by white space.
(#1766) Commas (,) must be followed by white space.
(#1766) Commas (,) must be followed by white space.
(#1766) Closing brace must be on a line by itself
(#1766) Commas (,) must be followed by white space.
(#1766) Variable "T" must be all lower-case
(#1766) Commas (,) must be followed by white space.
(#1766) Line exceeds 132 characters; contains 157 characters
(#1766) Line exceeds 132 characters; contains 157 characters
(#1766) Line exceeds 132 characters; contains 157 characters
(#1766) Line exceeds 132 characters; contains 157 characters
(#1766) Line exceeds 132 characters; contains 157 characters
(#1766) Line exceeds 132 characters; contains 157 characters
(#1766) Line exceeds 132 characters; contains 157 characters
(#1766) Line exceeds 132 characters; contains 157 characters
(#1768) Closing brace must be on a line by itself
(#1768) Usage of ELSEIF not allowed; use ELSE IF instead
(#1768) Expected "if (...) {\n"; found "if(...){"
(#1768) Variable "Ld" must be all lower-case
(#1768) Expected 1 space before "="; 0 found
(#1768) Expected 1 space after "="; 0 found
(#1768) Expected "foreach (...) {\n"; found "foreach(...){"
(#1768) Expected 1 space before "as"; 0 found
(#1768) Expected 1 space after "as"; 0 found
(#1768) Variable "X" must be all lower-case
(#1768) Inline control structures are not allowed
(#1768) Variable "X" must be all lower-case
(#1768) Variable "Ld" must be all lower-case
(#1768) Closing brace must be on a line by itself
(#1768) Commas (,) must be followed by white space.
(#1768) Commas (,) must be followed by white space.
(#1768) Variable "Ld" must be all lower-case
(#1768) Commas (,) must be followed by white space.
(#1768) Variable "Ld" must be all lower-case
(#1768) Closing brace must be on a line by itself
(#1768) Commas (,) must be followed by white space.
(#1768) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1768) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1768) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1768) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1768) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1768) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1768) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1768) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1771) Expected 1 space before "="; 0 found
(#1771) Expected 1 space after "="; 0 found
(#1771) Expected "foreach (...) {\n"; found "foreach(...){"
(#1771) Expected 1 space before "=>"; 0 found
(#1771) Expected 1 space after "=>"; 0 found
(#1771) Expected 1 space before "as"; 0 found
(#1771) Expected 1 space after "as"; 0 found
(#1771) Expected 1 space before "=>"; 0 found
(#1771) Expected 1 space after "=>"; 0 found
(#1771) Variable "K" must be all lower-case
(#1771) Expected "if (...) {\n"; found "if(...){"
(#1771) Expected 1 space before "?"; 0 found
(#1771) Expected 1 space after "?"; 0 found
(#1771) Expected 1 space before ":"; 0 found
(#1771) Expected 1 space after ":"; 0 found
(#1771) Inline control structures are not allowed
(#1771) Expected 1 space before "=>"; 0 found
(#1771) Expected 1 space after "=>"; 0 found
(#1771) Expected 1 space after "as"; 0 found
(#1771) Variable "K" must be all lower-case
(#1772) Line indented incorrectly; expected at least 12 spaces, found 0
(#1772) Expected 1 space before "=>"; 0 found
(#1772) Expected 1 space after "=>"; 0 found
(#1772) Variable "X" must be all lower-case
(#1772) Expected 1 space before "=>"; 0 found
(#1772) Expected 1 space after "=>"; 0 found
(#1772) Commas (,) must be followed by white space.
(#1772) Expected 1 space before "=>"; 0 found
(#1772) Expected 1 space after "=>"; 0 found
(#1772) Commas (,) must be followed by white space.
(#1772) Expected 1 space before "=>"; 0 found
(#1772) Expected 1 space after "=>"; 0 found
(#1772) Commas (,) must be followed by white space.
(#1772) Closing brace must be on a line by itself
(#1772) Expected 1 space before "?"; 0 found
(#1772) Expected 1 space after "?"; 0 found
(#1772) Commas (,) must be followed by white space.
(#1772) Variable "K" must be all lower-case
(#1772) Expected 1 space before "=="; 0 found
(#1772) Expected 1 space after "=="; 0 found
(#1772) Expected 1 space before "?"; 0 found
(#1772) Expected 1 space after "?"; 0 found
(#1772) Expected 1 space before ":"; 0 found
(#1772) Expected 1 space after ":"; 0 found
(#1772) Commas (,) must be followed by white space.
(#1772) Expected 1 space before ":"; 0 found
(#1772) Expected 1 space after ":"; 0 found
(#1772) Inline control structures are not allowed
(#1772) Expected 1 space before "=>"; 0 found
(#1772) Expected 1 space after "=>"; 0 found
(#1772) Expected 1 space after "as"; 0 found
(#1772) Line exceeds maximum limit of 180 characters; contains 324 characters
(#1772) Line exceeds maximum limit of 180 characters; contains 324 characters
(#1772) Line exceeds maximum limit of 180 characters; contains 324 characters
(#1772) Line exceeds maximum limit of 180 characters; contains 324 characters
(#1772) Line exceeds maximum limit of 180 characters; contains 324 characters
(#1772) Line exceeds maximum limit of 180 characters; contains 324 characters
(#1772) Line exceeds maximum limit of 180 characters; contains 324 characters
(#1772) Line exceeds maximum limit of 180 characters; contains 324 characters
(#1772) Variable "K" must be all lower-case
(#1773) Expected 1 space before "=>"; 0 found
(#1773) Expected 1 space after "=>"; 0 found
(#1773) Variable "X" must be all lower-case
(#1773) Expected 1 space before "=="; 0 found
(#1773) Expected 1 space after "=="; 0 found
(#1773) Expected 1 space before "=="; 0 found
(#1773) Expected 1 space after "=="; 0 found
(#1773) Commas (,) must be followed by white space.
(#1773) Variable "K" must be all lower-case
(#1773) Variable "X" must be all lower-case
(#1773) Expected 1 space before "!="; 0 found
(#1773) Expected 1 space after "!="; 0 found
(#1773) Expected 1 space before "=="; 0 found
(#1773) Expected 1 space after "=="; 0 found
(#1773) Expected 1 space before "=="; 0 found
(#1773) Expected 1 space after "=="; 0 found
(#1773) Variable "X" must be all lower-case
(#1773) Expected 1 space before "!="; 0 found
(#1773) Expected 1 space after "!="; 0 found
(#1773) Expected 1 space before "=="; 0 found
(#1773) Expected 1 space after "=="; 0 found
(#1773) Expected 1 space before "=="; 0 found
(#1773) Expected 1 space after "=="; 0 found
(#1773) Variable "X" must be all lower-case
(#1773) Expected 1 space before "!="; 0 found
(#1773) Expected 1 space after "!="; 0 found
(#1773) Expected 1 space before "?"; 0 found
(#1773) Expected 1 space after "?"; 0 found
(#1773) Variable "X" must be all lower-case
(#1773) Commas (,) must be followed by white space.
(#1773) Commas (,) must be followed by white space.
(#1773) Variable "K" must be all lower-case
(#1773) Expected 1 space before "!="; 0 found
(#1773) Expected 1 space after "!="; 0 found
(#1773) Expected 1 space before "?"; 0 found
(#1773) Expected 1 space after "?"; 0 found
(#1773) Variable "K" must be all lower-case
(#1773) Expected 1 space before ":"; 0 found
(#1773) Expected 1 space after ":"; 0 found
(#1773) Variable "X" must be all lower-case
(#1773) Expected 1 space before ":"; 0 found
(#1773) Expected 1 space after ":"; 0 found
(#1773) Variable "X" must be all lower-case
(#1773) Closing brace must be on a line by itself
(#1773) Line exceeds maximum limit of 180 characters; contains 386 characters
(#1773) Line exceeds maximum limit of 180 characters; contains 386 characters
(#1773) Line exceeds maximum limit of 180 characters; contains 386 characters
(#1773) Line exceeds maximum limit of 180 characters; contains 386 characters
(#1773) Line exceeds maximum limit of 180 characters; contains 386 characters
(#1773) Line exceeds maximum limit of 180 characters; contains 386 characters
(#1773) Line exceeds maximum limit of 180 characters; contains 386 characters
(#1773) Line exceeds maximum limit of 180 characters; contains 386 characters
(#1776) Expected "if (...) {\n"; found "if(...){"
(#1776) Expected 1 space before "+"; 0 found
(#1776) Expected 1 space after "+"; 0 found
(#1776) Commas (,) must be followed by white space.
(#1776) Commas (,) must be followed by white space.
(#1776) Closing brace must be on a line by itself
(#1776) Commas (,) must be followed by white space.
(#1776) Variable "T" must be all lower-case
(#1776) Commas (,) must be followed by white space.
(#1776) Line exceeds 132 characters; contains 171 characters
(#1776) Line exceeds 132 characters; contains 171 characters
(#1776) Line exceeds 132 characters; contains 171 characters
(#1776) Line exceeds 132 characters; contains 171 characters
(#1776) Line exceeds 132 characters; contains 171 characters
(#1776) Line exceeds 132 characters; contains 171 characters
(#1776) Line exceeds 132 characters; contains 171 characters
(#1776) Line exceeds 132 characters; contains 171 characters
(#1778) Closing brace must be on a line by itself
(#1778) Usage of ELSEIF not allowed; use ELSE IF instead
(#1778) Expected 1 space before "="; 0 found
(#1778) Expected 1 space after "="; 0 found
(#1778) Variable "R" must be all lower-case
(#1778) Expected 1 space before "="; 0 found
(#1778) Expected 1 space after "="; 0 found
(#1778) Expected 1 space before "="; 0 found
(#1778) Expected 1 space after "="; 0 found
(#1778) Expected 1 space before "="; 0 found
(#1778) Expected 1 space after "="; 0 found
(#1778) Variable "Nc" must be all lower-case
(#1778) Expected 1 space before "="; 0 found
(#1778) Expected 1 space after "="; 0 found
(#1778) Variable "He" must be all lower-case
(#1778) Expected 1 space before "="; 0 found
(#1778) Expected 1 space after "="; 0 found
(#1778) Expected "if (...) {\n"; found "if(...){"
(#1778) Variable "R" must be all lower-case
(#1778) Variable "He" must be all lower-case
(#1778) Expected 1 space before "="; 0 found
(#1778) Expected 1 space after "="; 0 found
(#1778) Expected 1 space before "=="; 0 found
(#1778) Expected 1 space after "=="; 0 found
(#1778) Expected 1 space before "?"; 0 found
(#1778) Expected 1 space after "?"; 0 found
(#1778) Expected 1 space before ":"; 0 found
(#1778) Expected 1 space after ":"; 0 found
(#1778) Expected 1 space before "="; 0 found
(#1778) Expected 1 space after "="; 0 found
(#1778) Expected 1 space before "=>"; 0 found
(#1778) Expected 1 space after "=>"; 0 found
(#1778) Commas (,) must be followed by white space.
(#1778) Expected 1 space before "=>"; 0 found
(#1778) Expected 1 space after "=>"; 0 found
(#1778) Variable "He" must be all lower-case
(#1778) Closing brace must be on a line by itself
(#1778) Commas (,) must be followed by white space.
(#1778) Expected 1 space before "="; 0 found
(#1778) Expected 1 space after "="; 0 found
(#1778) Expected 1 space before "="; 0 found
(#1778) Expected 1 space after "="; 0 found
(#1778) Expected 1 space before "="; 0 found
(#1778) Expected 1 space after "="; 0 found
(#1778) Expected "foreach (...) {\n"; found "foreach(...){"
(#1778) Expected 1 space before "=>"; 0 found
(#1778) Expected 1 space after "=>"; 0 found
(#1778) Expected 1 space after "as"; 0 found
(#1778) Line exceeds maximum limit of 180 characters; contains 322 characters
(#1778) Line exceeds maximum limit of 180 characters; contains 322 characters
(#1778) Line exceeds maximum limit of 180 characters; contains 322 characters
(#1778) Line exceeds maximum limit of 180 characters; contains 322 characters
(#1778) Line exceeds maximum limit of 180 characters; contains 322 characters
(#1778) Line exceeds maximum limit of 180 characters; contains 322 characters
(#1778) Line exceeds maximum limit of 180 characters; contains 322 characters
(#1778) Line exceeds maximum limit of 180 characters; contains 322 characters
(#1779) Line indented incorrectly; expected at least 4 spaces, found 0
(#1779) Expected 1 space before "=>"; 0 found
(#1779) Expected 1 space after "=>"; 0 found
(#1779) Variable "C" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Expected "if (...) {\n"; found "if(...){"
(#1779) Variable "C" must be all lower-case
(#1779) Expected 1 space before "!="; 0 found
(#1779) Expected 1 space after "!="; 0 found
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Variable "C" must be all lower-case
(#1779) Commas (,) must be followed by white space.
(#1779) Inline control structures are not allowed
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Closing brace must be on a line by itself
(#1779) Expected 1 space before "+="; 0 found
(#1779) Expected 1 space after "+="; 0 found
(#1779) Closing brace must be on a line by itself
(#1779) Variable "M" must be all lower-case
(#1779) Commas (,) must be followed by white space.
(#1779) Variable "Wc" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Commas (,) must be followed by white space.
(#1779) Variable "_d" must not contain underscores.
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Variable "Wc" must be all lower-case
(#1779) Expected 1 space before "<"; 0 found
(#1779) Expected 1 space after "<"; 0 found
(#1779) Variable "M" must be all lower-case
(#1779) Variable "Z" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Commas (,) must be followed by white space.
(#1779) Variable "Xe" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Commas (,) must be followed by white space.
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Variable "Sc" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Variable "M" must be all lower-case
(#1779) Expected 1 space before "?"; 0 found
(#1779) Expected 1 space after "?"; 0 found
(#1779) Commas (,) must be followed by white space.
(#1779) Variable "M" must be all lower-case
(#1779) Expected 1 space before ":"; 0 found
(#1779) Expected 1 space after ":"; 0 found
(#1779) Variable "He" must be all lower-case
(#1779) Expected 1 space before "?"; 0 found
(#1779) Expected 1 space after "?"; 0 found
(#1779) Variable "He" must be all lower-case
(#1779) Expected 1 space before ":"; 0 found
(#1779) Expected 1 space after ":"; 0 found
(#1779) Commas (,) must be followed by white space.
(#1779) Commas (,) must be followed by white space.
(#1779) Variable "M" must be all lower-case
(#1779) Variable "Xc" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Variable "Wc" must be all lower-case
(#1779) Variable "_d" must not contain underscores.
(#1779) Expected 1 space before "?"; 0 found
(#1779) Expected 1 space after "?"; 0 found
(#1779) Commas (,) must be followed by white space.
(#1779) Variable "Wc" must be all lower-case
(#1779) Expected 1 space before ":"; 0 found
(#1779) Expected 1 space after ":"; 0 found
(#1779) Variable "Xe" must be all lower-case
(#1779) Expected 1 space before "?"; 0 found
(#1779) Expected 1 space after "?"; 0 found
(#1779) Commas (,) must be followed by white space.
(#1779) Variable "Xe" must be all lower-case
(#1779) Expected 1 space before ":"; 0 found
(#1779) Expected 1 space after ":"; 0 found
(#1779) Expected "if (...) {\n"; found "if(...){"
(#1779) Expected "foreach (...) {\n"; found "foreach(...){"
(#1779) Expected 1 space before "=>"; 0 found
(#1779) Expected 1 space after "=>"; 0 found
(#1779) Expected 1 space before "as"; 0 found
(#1779) Expected 1 space after "as"; 0 found
(#1779) Variable "Gh" must be all lower-case
(#1779) Expected 1 space before "=>"; 0 found
(#1779) Expected 1 space after "=>"; 0 found
(#1779) Variable "K" must be all lower-case
(#1779) Variable "Ga" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Variable "K" must be all lower-case
(#1779) Variable "M" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Variable "Ga" must be all lower-case
(#1779) Expected 1 space before "?"; 0 found
(#1779) Expected 1 space after "?"; 0 found
(#1779) Variable "Ga" must be all lower-case
(#1779) Expected 1 space before ":"; 0 found
(#1779) Expected 1 space after ":"; 0 found
(#1779) Variable "K" must be all lower-case
(#1779) Variable "Z" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Variable "Gh" must be all lower-case
(#1779) Commas (,) must be followed by white space.
(#1779) Variable "J" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Variable "Vb" must be all lower-case
(#1779) Commas (,) must be followed by white space.
(#1779) Variable "M" must be all lower-case
(#1779) Commas (,) must be followed by white space.
(#1779) Variable "Z" must be all lower-case
(#1779) Commas (,) must be followed by white space.
(#1779) Variable "M" must be all lower-case
(#1779) Inline control structures are not allowed
(#1779) Variable "J" must be all lower-case
(#1779) Line exceeds maximum limit of 180 characters; contains 794 characters
(#1779) Line exceeds maximum limit of 180 characters; contains 794 characters
(#1779) Line exceeds maximum limit of 180 characters; contains 794 characters
(#1779) Line exceeds maximum limit of 180 characters; contains 794 characters
(#1779) Line exceeds maximum limit of 180 characters; contains 794 characters
(#1779) Line exceeds maximum limit of 180 characters; contains 794 characters
(#1779) Line exceeds maximum limit of 180 characters; contains 794 characters
(#1779) Line exceeds maximum limit of 180 characters; contains 794 characters
(#1780) Line indented incorrectly; expected at least 12 spaces, found 0
(#1780) Variable "J" must be all lower-case
(#1780) Closing brace must be on a line by itself
(#1780) Closing brace must be on a line by itself
(#1780) Expected "if (...) {\n"; found "if(...){"
(#1780) Expected 1 space before "="; 0 found
(#1780) Expected 1 space after "="; 0 found
(#1780) Variable "Z" must be all lower-case
(#1780) Expected "if (...) {\n"; found "if(...){"
(#1780) Expected 1 space before "="; 0 found
(#1780) Expected 1 space after "="; 0 found
(#1780) Inline control structures are not allowed
(#1780) Expected 1 space before "as"; 0 found
(#1780) Expected 1 space after "as"; 0 found
(#1780) Expected 1 space before "="; 0 found
(#1780) Expected 1 space after "="; 0 found
(#1780) Commas (,) must be followed by white space.
(#1780) Expected 1 space before "="; 0 found
(#1780) Expected 1 space after "="; 0 found
(#1780) Commas (,) must be followed by white space.
(#1780) Closing brace must be on a line by itself
(#1780) Expected 1 space before "="; 0 found
(#1780) Expected 1 space after "="; 0 found
(#1780) Expected 1 space before "?"; 0 found
(#1780) Expected 1 space after "?"; 0 found
(#1780) Commas (,) must be followed by white space.
(#1780) Expected 1 space before ":"; 0 found
(#1780) Expected 1 space after ":"; 0 found
(#1780) Variable "Cf" must be all lower-case
(#1780) Expected 1 space before "="; 0 found
(#1780) Expected 1 space after "="; 0 found
(#1780) Variable "Ih" must be all lower-case
(#1780) Expected 1 space before "="; 0 found
(#1780) Expected 1 space after "="; 0 found
(#1780) Expected "foreach (...) {\n"; found "foreach(...){"
(#1780) Expected 1 space after "as"; 0 found
(#1780) Line exceeds maximum limit of 180 characters; contains 273 characters
(#1780) Line exceeds maximum limit of 180 characters; contains 273 characters
(#1780) Line exceeds maximum limit of 180 characters; contains 273 characters
(#1780) Line exceeds maximum limit of 180 characters; contains 273 characters
(#1780) Line exceeds maximum limit of 180 characters; contains 273 characters
(#1780) Line exceeds maximum limit of 180 characters; contains 273 characters
(#1780) Line exceeds maximum limit of 180 characters; contains 273 characters
(#1780) Line exceeds maximum limit of 180 characters; contains 273 characters
(#1781) Line indented incorrectly; expected at least 8 spaces, found 0
(#1781) Expected "if (...) {\n"; found "if(...){"
(#1781) Expected 1 space before "=="; 0 found
(#1781) Expected 1 space after "=="; 0 found
(#1781) Variable "Cf" must be all lower-case
(#1781) Expected 1 space before "="; 0 found
(#1781) Expected 1 space after "="; 0 found
(#1781) Variable "Ih" must be all lower-case
(#1781) Expected 1 space before "="; 0 found
(#1781) Expected 1 space after "="; 0 found
(#1781) Variable "M" must be all lower-case
(#1781) Expected 1 space before "?"; 0 found
(#1781) Expected 1 space after "?"; 0 found
(#1781) Variable "Cf" must be all lower-case
(#1781) Expected 1 space before ":"; 0 found
(#1781) Expected 1 space after ":"; 0 found
(#1781) Closing brace must be on a line by itself
(#1781) Closing brace must be on a line by itself
(#1781) Expected "foreach (...) {\n"; found "foreach(...){"
(#1781) Expected 1 space before "=>"; 0 found
(#1781) Expected 1 space after "=>"; 0 found
(#1781) Expected 1 space after "as"; 0 found
(#1781) Variable "Ih" must be all lower-case
(#1782) Line indented incorrectly; expected at least 8 spaces, found 0
(#1782) Expected 1 space before "=>"; 0 found
(#1782) Expected 1 space after "=>"; 0 found
(#1782) Variable "X" must be all lower-case
(#1782) Inline control structures are not allowed
(#1782) Commas (,) must be followed by white space.
(#1782) Variable "M" must be all lower-case
(#1782) Variable "Ih" must be all lower-case
(#1782) Closing brace must be on a line by itself
(#1782) Expected "if (...) {\n"; found "if(...){"
(#1782) Commas (,) must be followed by white space.
(#1782) Commas (,) must be followed by white space.
(#1782) Inline control structures are not allowed
(#1782) Variable "Ih" must be all lower-case
(#1782) Expected 1 space before "==="; 0 found
(#1782) Expected 1 space after "==="; 0 found
(#1782) Variable "H" must be all lower-case
(#1782) Expected 1 space before "="; 0 found
(#1782) Expected 1 space after "="; 0 found
(#1782) Variable "Sc" must be all lower-case
(#1782) Variable "Eh" must be all lower-case
(#1782) Expected 1 space before "="; 0 found
(#1782) Expected 1 space after "="; 0 found
(#1782) Inline control structures are not allowed
(#1782) Expected 1 space before "as"; 0 found
(#1782) Expected 1 space after "as"; 0 found
(#1782) Variable "X" must be all lower-case
(#1782) Variable "Eh" must be all lower-case
(#1782) Expected 1 space before "="; 0 found
(#1782) Expected 1 space after "="; 0 found
(#1782) Variable "Sc" must be all lower-case
(#1782) Commas (,) must be followed by white space.
(#1782) Variable "Z" must be all lower-case
(#1782) Expected 1 space before "?"; 0 found
(#1782) Expected 1 space after "?"; 0 found
(#1782) Commas (,) must be followed by white space.
(#1782) Variable "Z" must be all lower-case
(#1782) Expected 1 space before ":"; 0 found
(#1782) Expected 1 space after ":"; 0 found
(#1782) Variable "X" must be all lower-case
(#1782) Commas (,) must be followed by white space.
(#1782) Variable "Xc" must be all lower-case
(#1782) Commas (,) must be followed by white space.
(#1782) Variable "H" must be all lower-case
(#1782) Expected 1 space before "="; 0 found
(#1782) Expected 1 space after "="; 0 found
(#1782) Commas (,) must be followed by white space.
(#1782) Variable "Eh" must be all lower-case
(#1782) Closing brace must be on a line by itself
(#1782) Commas (,) must be followed by white space.
(#1782) Commas (,) must be followed by white space.
(#1782) Variable "H" must be all lower-case
(#1782) Closing brace must be on a line by itself
(#1782) Expected "if (...) {\n"; found "if(...){"
(#1782) Variable "Z" must be all lower-case
(#1782) Commas (,) must be followed by white space.
(#1782) Variable "Nc" must be all lower-case
(#1782) Expected "if (...) {\n"; found "if(...){"
(#1782) Variable "I" must be all lower-case
(#1782) Expected 1 space before "="; 0 found
(#1782) Expected 1 space after "="; 0 found
(#1782) Expected 1 space before "="; 0 found
(#1782) Expected 1 space after "="; 0 found
(#1782) Variable "O" must be all lower-case
(#1782) Expected 1 space before "="; 0 found
(#1782) Expected 1 space after "="; 0 found
(#1782) Expected "if (...) {\n"; found "if(...){"
(#1782) Expected "foreach (...) {\n"; found "foreach(...){"
(#1782) Expected 1 space before "=>"; 0 found
(#1782) Expected 1 space after "=>"; 0 found
(#1782) Expected 1 space after "as"; 0 found
(#1782) Line exceeds maximum limit of 180 characters; contains 628 characters
(#1782) Line exceeds maximum limit of 180 characters; contains 628 characters
(#1782) Line exceeds maximum limit of 180 characters; contains 628 characters
(#1782) Line exceeds maximum limit of 180 characters; contains 628 characters
(#1782) Line exceeds maximum limit of 180 characters; contains 628 characters
(#1782) Line exceeds maximum limit of 180 characters; contains 628 characters
(#1782) Line exceeds maximum limit of 180 characters; contains 628 characters
(#1782) Line exceeds maximum limit of 180 characters; contains 628 characters
(#1783) Line indented incorrectly; expected at least 20 spaces, found 0
(#1783) Variable "C" must be all lower-case
(#1783) Expected 1 space before "=>"; 0 found
(#1783) Expected 1 space after "=>"; 0 found
(#1783) Variable "X" must be all lower-case
(#1783) Variable "X" must be all lower-case
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1783) Variable "C" must be all lower-case
(#1783) Inline control structures are not allowed
(#1783) Variable "X" must be all lower-case
(#1783) Expected 1 space before "!=="; 0 found
(#1783) Expected 1 space after "!=="; 0 found
(#1783) Variable "X" must be all lower-case
(#1783) Expected 1 space before "!=="; 0 found
(#1783) Expected 1 space after "!=="; 0 found
(#1783) Variable "O" must be all lower-case
(#1783) Variable "C" must be all lower-case
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1783) Variable "X" must be all lower-case
(#1783) Expected 1 space before "!=="; 0 found
(#1783) Expected 1 space after "!=="; 0 found
(#1783) Expected 1 space before "?"; 0 found
(#1783) Expected 1 space after "?"; 0 found
(#1783) Variable "X" must be all lower-case
(#1783) Expected 1 space before ":"; 0 found
(#1783) Expected 1 space after ":"; 0 found
(#1783) Variable "C" must be all lower-case
(#1783) Closing brace must be on a line by itself
(#1783) Closing brace must be on a line by itself
(#1783) Expected "if (...) {\n"; found "if(...){"
(#1783) Variable "O" must be all lower-case
(#1783) Inline control structures are not allowed
(#1783) Variable "H" must be all lower-case
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1783) Commas (,) must be followed by white space.
(#1783) Variable "O" must be all lower-case
(#1783) Commas (,) must be followed by white space.
(#1783) Variable "O" must be all lower-case
(#1783) Expected "if (...) {\n"; found "if(...){"
(#1783) Variable "Ih" must be all lower-case
(#1783) Expected 1 space before "==="; 0 found
(#1783) Expected 1 space after "==="; 0 found
(#1783) Variable "_d" must not contain underscores.
(#1783) Variable "I" must be all lower-case
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1783) Expected 1 space before "?"; 0 found
(#1783) Expected 1 space after "?"; 0 found
(#1783) Variable "Vb" must be all lower-case
(#1783) Commas (,) must be followed by white space.
(#1783) Expected 1 space before ":"; 0 found
(#1783) Expected 1 space after ":"; 0 found
(#1783) Expected 1 space before "?"; 0 found
(#1783) Expected 1 space after "?"; 0 found
(#1783) Variable "H" must be all lower-case
(#1783) Expected 1 space before ":"; 0 found
(#1783) Expected 1 space after ":"; 0 found
(#1783) Variable "Vb" must be all lower-case
(#1783) Commas (,) must be followed by white space.
(#1783) Variable "O" must be all lower-case
(#1783) Commas (,) must be followed by white space.
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1783) Closing brace must be on a line by itself
(#1783) Expected "} else {\n"; found "}else{"
(#1783) Expected "foreach (...) {\n"; found "foreach(...){"
(#1783) Expected 1 space before "as"; 0 found
(#1783) Expected 1 space after "as"; 0 found
(#1783) Variable "X" must be all lower-case
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1783) Variable "Z" must be all lower-case
(#1783) Expected 1 space before "?"; 0 found
(#1783) Expected 1 space after "?"; 0 found
(#1783) Commas (,) must be followed by white space.
(#1783) Variable "Z" must be all lower-case
(#1783) Expected 1 space before ":"; 0 found
(#1783) Expected 1 space after ":"; 0 found
(#1783) Variable "X" must be all lower-case
(#1783) Commas (,) must be followed by white space.
(#1783) Variable "I" must be all lower-case
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1783) Expected 1 space before "?"; 0 found
(#1783) Expected 1 space after "?"; 0 found
(#1783) Variable "Vb" must be all lower-case
(#1783) Commas (,) must be followed by white space.
(#1783) Commas (,) must be followed by white space.
(#1783) Expected 1 space before ":"; 0 found
(#1783) Expected 1 space after ":"; 0 found
(#1783) Expected 1 space before "?"; 0 found
(#1783) Expected 1 space after "?"; 0 found
(#1783) Variable "H" must be all lower-case
(#1783) Commas (,) must be followed by white space.
(#1783) Expected 1 space before ":"; 0 found
(#1783) Expected 1 space after ":"; 0 found
(#1783) Variable "Vb" must be all lower-case
(#1783) Commas (,) must be followed by white space.
(#1783) Variable "O" must be all lower-case
(#1783) Commas (,) must be followed by white space.
(#1783) Inline control structures are not allowed
(#1783) Variable "I" must be all lower-case
(#1783) Expected 1 space before "+="; 0 found
(#1783) Expected 1 space after "+="; 0 found
(#1783) Closing brace must be on a line by itself
(#1783) Closing brace must be on a line by itself
(#1783) Closing brace must be on a line by itself
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1783) Commas (,) must be followed by white space.
(#1783) Expected "if (...) {\n"; found "if(...){"
(#1783) Variable "I" must be all lower-case
(#1783) Expected 1 space before "=="; 0 found
(#1783) Expected 1 space after "=="; 0 found
(#1783) Variable "Rd" must be all lower-case
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1783) Inline control structures are not allowed
(#1783) Variable "Rd" must be all lower-case
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1783) Commas (,) must be followed by white space.
(#1783) Variable "Rd" must be all lower-case
(#1783) Closing brace must be on a line by itself
(#1783) Expected 1 space before "?"; 0 found
(#1783) Expected 1 space after "?"; 0 found
(#1783) Expected 1 space before ":"; 0 found
(#1783) Expected 1 space after ":"; 0 found
(#1783) Commas (,) must be followed by white space.
(#1783) Commas (,) must be followed by white space.
(#1783) Variable "I" must be all lower-case
(#1783) Expected "if (...) {\n"; found "if(...){"
(#1783) Commas (,) must be followed by white space.
(#1783) Commas (,) must be followed by white space.
(#1783) Commas (,) must be followed by white space.
(#1783) Closing brace must be on a line by itself
(#1783) Closing brace must be on a line by itself
(#1783) Usage of ELSEIF not allowed; use ELSE IF instead
(#1783) Inline control structures are not allowed
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1783) Variable "I" must be all lower-case
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1783) Expected "foreach (...) {\n"; found "foreach(...){"
(#1783) Expected 1 space before "=>"; 0 found
(#1783) Expected 1 space after "=>"; 0 found
(#1783) Expected 1 space before "as"; 0 found
(#1783) Expected 1 space after "as"; 0 found
(#1783) Variable "Gh" must be all lower-case
(#1783) Expected 1 space before "=>"; 0 found
(#1783) Expected 1 space after "=>"; 0 found
(#1783) Variable "K" must be all lower-case
(#1783) Variable "O" must be all lower-case
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1783) Expected "foreach (...) {\n"; found "foreach(...){"
(#1783) Expected 1 space before "=>"; 0 found
(#1783) Expected 1 space after "=>"; 0 found
(#1783) Expected 1 space after "as"; 0 found
(#1783) Line exceeds maximum limit of 180 characters; contains 1152 characters
(#1783) Line exceeds maximum limit of 180 characters; contains 1152 characters
(#1783) Line exceeds maximum limit of 180 characters; contains 1152 characters
(#1783) Line exceeds maximum limit of 180 characters; contains 1152 characters
(#1783) Line exceeds maximum limit of 180 characters; contains 1152 characters
(#1783) Line exceeds maximum limit of 180 characters; contains 1152 characters
(#1783) Line exceeds maximum limit of 180 characters; contains 1152 characters
(#1783) Line exceeds maximum limit of 180 characters; contains 1152 characters
(#1783) Variable "K" must be all lower-case
(#1784) Line indented incorrectly; expected at least 20 spaces, found 0
(#1784) Expected 1 space before "=>"; 0 found
(#1784) Expected 1 space after "=>"; 0 found
(#1784) Variable "X" must be all lower-case
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "O" must be all lower-case
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "X" must be all lower-case
(#1784) Expected 1 space before "!="; 0 found
(#1784) Expected 1 space after "!="; 0 found
(#1784) Expected 1 space before "?"; 0 found
(#1784) Expected 1 space after "?"; 0 found
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "X" must be all lower-case
(#1784) Expected 1 space before ":"; 0 found
(#1784) Expected 1 space after ":"; 0 found
(#1784) Closing brace must be on a line by itself
(#1784) Variable "I" must be all lower-case
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Variable "Vb" must be all lower-case
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "O" must be all lower-case
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "Z" must be all lower-case
(#1784) Expected 1 space before "?"; 0 found
(#1784) Expected 1 space after "?"; 0 found
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "Z" must be all lower-case
(#1784) Expected 1 space before ":"; 0 found
(#1784) Expected 1 space after ":"; 0 found
(#1784) Variable "Gh" must be all lower-case
(#1784) Commas (,) must be followed by white space.
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "_d" must not contain underscores.
(#1784) Variable "Ih" must be all lower-case
(#1784) Expected 1 space before "==="; 0 found
(#1784) Expected 1 space after "==="; 0 found
(#1784) Commas (,) must be followed by white space.
(#1784) Inline control structures are not allowed
(#1784) Variable "I" must be all lower-case
(#1784) Expected 1 space before "+="; 0 found
(#1784) Expected 1 space after "+="; 0 found
(#1784) Closing brace must be on a line by itself
(#1784) Commas (,) must be followed by white space.
(#1784) Commas (,) must be followed by white space.
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "I" must be all lower-case
(#1784) Closing brace must be on a line by itself
(#1784) Closing brace must be on a line by itself
(#1784) Inline control structures are not allowed
(#1784) Usage of ELSEIF not allowed; use ELSE IF instead
(#1784) Variable "Gc" must be all lower-case
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Commas (,) must be followed by white space.
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Variable "Gc" must be all lower-case
(#1784) Inline control structures are not allowed
(#1784) Usage of ELSEIF not allowed; use ELSE IF instead
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "Gc" must be all lower-case
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "I" must be all lower-case
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "Gc" must be all lower-case
(#1784) Commas (,) must be followed by white space.
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Variable "Vb" must be all lower-case
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Expected 1 space before "=="; 0 found
(#1784) Expected 1 space after "=="; 0 found
(#1784) Expected 1 space before "?"; 0 found
(#1784) Expected 1 space after "?"; 0 found
(#1784) Expected 1 space before ":"; 0 found
(#1784) Expected 1 space after ":"; 0 found
(#1784) Expected 1 space before "=="; 0 found
(#1784) Expected 1 space after "=="; 0 found
(#1784) Expected 1 space before "?"; 0 found
(#1784) Expected 1 space after "?"; 0 found
(#1784) Expected 1 space before ":"; 0 found
(#1784) Expected 1 space after ":"; 0 found
(#1784) Variable "L" must be all lower-case
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Expected "foreach (...) {\n"; found "foreach(...){"
(#1784) Expected 1 space before "=>"; 0 found
(#1784) Expected 1 space after "=>"; 0 found
(#1784) Expected 1 space before "as"; 0 found
(#1784) Expected 1 space after "as"; 0 found
(#1784) Expected 1 space before "=>"; 0 found
(#1784) Expected 1 space after "=>"; 0 found
(#1784) Variable "X" must be all lower-case
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "X" must be all lower-case
(#1784) Commas (,) must be followed by white space.
(#1784) Expected "if (...) {\n"; found "if(...){"
(#1784) Commas (,) must be followed by white space.
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Closing brace must be on a line by itself
(#1784) Expected "} else {\n"; found "}else{"
(#1784) Variable "O" must be all lower-case
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Inline control structures are not allowed
(#1784) Expected 1 space before "=>"; 0 found
(#1784) Expected 1 space after "=>"; 0 found
(#1784) Expected 1 space before "as"; 0 found
(#1784) Expected 1 space after "as"; 0 found
(#1784) Expected 1 space before "=>"; 0 found
(#1784) Expected 1 space after "=>"; 0 found
(#1784) Variable "O" must be all lower-case
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Expected 1 space before "=="; 0 found
(#1784) Expected 1 space after "=="; 0 found
(#1784) Expected 1 space before "?"; 0 found
(#1784) Expected 1 space after "?"; 0 found
(#1784) Expected 1 space before ":"; 0 found
(#1784) Expected 1 space after ":"; 0 found
(#1784) Commas (,) must be followed by white space.
(#1784) Commas (,) must be followed by white space.
(#1784) Commas (,) must be followed by white space.
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "L" must be all lower-case
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Variable "O" must be all lower-case
(#1784) Closing brace must be on a line by itself
(#1784) Closing brace must be on a line by itself
(#1784) Variable "I" must be all lower-case
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Variable "L" must be all lower-case
(#1784) Variable "Vb" must be all lower-case
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "L" must be all lower-case
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "Cf" must be all lower-case
(#1784) Inline control structures are not allowed
(#1784) Variable "I" must be all lower-case
(#1784) Variable "Vb" must be all lower-case
(#1784) Commas (,) must be followed by white space.
(#1784) Commas (,) must be followed by white space.
(#1784) Commas (,) must be followed by white space.
(#1784) Variable "I" must be all lower-case
(#1784) Variable "Vb" must be all lower-case
(#1784) Closing brace must be on a line by itself
(#1784) Closing brace must be on a line by itself
(#1784) Closing brace must be on a line by itself
(#1784) Variable "Ug" must be all lower-case
(#1784) Expected 1 space before "="; 0 found
(#1784) Expected 1 space after "="; 0 found
(#1784) Variable "R" must be all lower-case
(#1784) Expected "if (...) {\n"; found "if(...){"
(#1784) Closing brace must be on a line by itself
(#1784) Line exceeds maximum limit of 180 characters; contains 1270 characters
(#1784) Line exceeds maximum limit of 180 characters; contains 1270 characters
(#1784) Line exceeds maximum limit of 180 characters; contains 1270 characters
(#1784) Line exceeds maximum limit of 180 characters; contains 1270 characters
(#1784) Line exceeds maximum limit of 180 characters; contains 1270 characters
(#1784) Line exceeds maximum limit of 180 characters; contains 1270 characters
(#1784) Line exceeds maximum limit of 180 characters; contains 1270 characters
(#1784) Line exceeds maximum limit of 180 characters; contains 1270 characters
(#1784) Inline control structures are not allowed
(#1785) Line indented incorrectly; expected at least 12 spaces, found 0
(#1785) Variable "Ug" must be all lower-case
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "O" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Expected "if (...) {\n"; found "if(...){"
(#1785) Variable "O" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Expected "foreach (...) {\n"; found "foreach(...){"
(#1785) Expected 1 space before "as"; 0 found
(#1785) Expected 1 space after "as"; 0 found
(#1785) Variable "X" must be all lower-case
(#1785) Inline control structures are not allowed
(#1785) Variable "Nc" must be all lower-case
(#1785) Variable "X" must be all lower-case
(#1785) Expected 1 space before "=="; 0 found
(#1785) Expected 1 space after "=="; 0 found
(#1785) Variable "X" must be all lower-case
(#1785) Expected 1 space before "=="; 0 found
(#1785) Expected 1 space after "=="; 0 found
(#1785) Variable "X" must be all lower-case
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "X" must be all lower-case
(#1785) Variable "O" must be all lower-case
(#1785) Expected 1 space before ".="; 0 found
(#1785) Expected 1 space after ".="; 0 found
(#1785) Variable "X" must be all lower-case
(#1785) Variable "X" must be all lower-case
(#1785) Closing brace must be on a line by itself
(#1785) Closing brace must be on a line by itself
(#1785) Variable "R" must be all lower-case
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "O" must be all lower-case
(#1785) Inline control structures are not allowed
(#1785) Expected 1 space before "?"; 0 found
(#1785) Expected 1 space after "?"; 0 found
(#1785) Expected 1 space before ":"; 0 found
(#1785) Expected 1 space after ":"; 0 found
(#1785) Commas (,) must be followed by white space.
(#1785) Expected 1 space before "!="; 0 found
(#1785) Expected 1 space after "!="; 0 found
(#1785) Expected 1 space before "?"; 0 found
(#1785) Expected 1 space after "?"; 0 found
(#1785) Expected 1 space before "?"; 0 found
(#1785) Expected 1 space after "?"; 0 found
(#1785) Expected 1 space before ":"; 0 found
(#1785) Expected 1 space after ":"; 0 found
(#1785) Expected 1 space before ":"; 0 found
(#1785) Expected 1 space after ":"; 0 found
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "M" must be all lower-case
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "Z" must be all lower-case
(#1785) Commas (,) must be followed by white space.
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "Xe" must be all lower-case
(#1785) Commas (,) must be followed by white space.
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "E" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Expected "if (...) {\n"; found "if(...){"
(#1785) Variable "E" must be all lower-case
(#1785) Expected 1 space before "=="; 0 found
(#1785) Expected 1 space after "=="; 0 found
(#1785) Variable "Qc" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "Z" must be all lower-case
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "_d" must not contain underscores.
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "Wc" must be all lower-case
(#1785) Variable "E" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "Qc" must be all lower-case
(#1785) Expected 1 space before "-"; 0 found
(#1785) Expected 1 space after "-"; 0 found
(#1785) Expected 1 space before "/"; 0 found
(#1785) Expected 1 space after "/"; 0 found
(#1785) Closing brace must be on a line by itself
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Variable "M" must be all lower-case
(#1785) Expected "if (...) {\n"; found "if(...){"
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Inline control structures are not allowed
(#1785) Variable "He" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Variable "He" must be all lower-case
(#1785) Closing brace must be on a line by itself
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Commas (,) must be followed by white space.
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "M" must be all lower-case
(#1785) Inline control structures are not allowed
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "I" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Variable "Vb" must be all lower-case
(#1785) Commas (,) must be followed by white space.
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "Z" must be all lower-case
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "Wc" must be all lower-case
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "Xe" must be all lower-case
(#1785) Commas (,) must be followed by white space.
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "E" must be all lower-case
(#1785) Commas (,) must be followed by white space.
(#1785) Inline control structures are not allowed
(#1785) Variable "I" must be all lower-case
(#1785) Inline control structures are not allowed
(#1785) Expected 1 space before "=="; 0 found
(#1785) Expected 1 space after "=="; 0 found
(#1785) Variable "E" must be all lower-case
(#1785) Variable "I" must be all lower-case
(#1785) Expected 1 space before "*"; 0 found
(#1785) Expected 1 space after "*"; 0 found
(#1785) Variable "E" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Variable "L" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Expected "while (...) {\n"; found "while(...){"
(#1785) Variable "K" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Variable "I" must be all lower-case
(#1785) Inline control structures are not allowed
(#1785) Variable "E" must be all lower-case
(#1785) Expected 1 space before "=="; 0 found
(#1785) Expected 1 space after "=="; 0 found
(#1785) Variable "K" must be all lower-case
(#1785) Variable "L" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Variable "K" must be all lower-case
(#1785) Closing brace must be on a line by itself
(#1785) Inline control structures are not allowed
(#1785) Expected 1 space before "!="; 0 found
(#1785) Expected 1 space after "!="; 0 found
(#1785) Variable "Wc" must be all lower-case
(#1785) Variable "_d" must not contain underscores.
(#1785) Expected 1 space before "=="; 0 found
(#1785) Expected 1 space after "=="; 0 found
(#1785) Variable "Qc" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Inline control structures are not allowed
(#1785) Variable "L" must be all lower-case
(#1785) Variable "Pa" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "Ug" must be all lower-case
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "Wc" must be all lower-case
(#1785) Variable "M" must be all lower-case
(#1785) Expected 1 space before "?"; 0 found
(#1785) Expected 1 space after "?"; 0 found
(#1785) Expected 1 space before ":"; 0 found
(#1785) Expected 1 space after ":"; 0 found
(#1785) Expected 1 space before "?"; 0 found
(#1785) Expected 1 space after "?"; 0 found
(#1785) Expected 1 space before ":"; 0 found
(#1785) Expected 1 space after ":"; 0 found
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Variable "Tc" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Variable "M" must be all lower-case
(#1785) Variable "Qf" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Expected "foreach (...) {\n"; found "foreach(...){"
(#1785) Expected 1 space before "=>"; 0 found
(#1785) Expected 1 space after "=>"; 0 found
(#1785) Expected 1 space before "as"; 0 found
(#1785) Expected 1 space after "as"; 0 found
(#1785) Variable "L" must be all lower-case
(#1785) Expected 1 space before "=>"; 0 found
(#1785) Expected 1 space after "=>"; 0 found
(#1785) Variable "X" must be all lower-case
(#1785) Expected "if (...) {\n"; found "if(...){"
(#1785) Expected 1 space before "!="; 0 found
(#1785) Expected 1 space after "!="; 0 found
(#1785) Variable "He" must be all lower-case
(#1785) Variable "X" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Variable "M" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Variable "M" must be all lower-case
(#1785) Expected 1 space before "?"; 0 found
(#1785) Expected 1 space after "?"; 0 found
(#1785) Variable "X" must be all lower-case
(#1785) Expected 1 space before "?"; 0 found
(#1785) Expected 1 space after "?"; 0 found
(#1785) Variable "X" must be all lower-case
(#1785) Expected 1 space before ":"; 0 found
(#1785) Expected 1 space after ":"; 0 found
(#1785) Variable "M" must be all lower-case
(#1785) Expected 1 space before ":"; 0 found
(#1785) Expected 1 space after ":"; 0 found
(#1785) Variable "C" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Expected 1 space before "?"; 0 found
(#1785) Expected 1 space after "?"; 0 found
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "Qf" must be all lower-case
(#1785) Expected 1 space before ":"; 0 found
(#1785) Expected 1 space after ":"; 0 found
(#1785) Variable "X" must be all lower-case
(#1785) Expected 1 space before "?"; 0 found
(#1785) Expected 1 space after "?"; 0 found
(#1785) Expected 1 space before ":"; 0 found
(#1785) Expected 1 space after ":"; 0 found
(#1785) Expected "if (...) {\n"; found "if(...){"
(#1785) Variable "C" must be all lower-case
(#1785) Expected 1 space before "!="; 0 found
(#1785) Expected 1 space after "!="; 0 found
(#1785) Variable "Qf" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Variable "C" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Variable "Nb" must be all lower-case
(#1785) Expected 1 space before "="; 0 found
(#1785) Expected 1 space after "="; 0 found
(#1785) Commas (,) must be followed by white space.
(#1785) Variable "Xe" must be all lower-case
(#1785) Expected 1 space before "=="; 0 found
(#1785) Expected 1 space after "=="; 0 found
(#1785) Variable "Xe" must be all lower-case
(#1785) Expected 1 space before "=="; 0 found
(#1785) Expected 1 space after "=="; 0 found
(#1785) Variable "Xe" must be all lower-case
(#1785) Variable "_d" must not contain underscores.
(#1785) Variable "Wc" must be all lower-case
(#1785) Expected 1 space before "=="; 0 found
(#1785) Expected 1 space after "=="; 0 found
(#1785) Expected 1 space before "?"; 0 found
(#1785) Expected 1 space after "?"; 0 found
(#1785) Variable "Nb" must be all lower-case
(#1785) Expected 1 space before ":"; 0 found
(#1785) Expected 1 space after ":"; 0 found
(#1785) Line exceeds maximum limit of 180 characters; contains 2505 characters
(#1785) Line exceeds maximum limit of 180 characters; contains 2505 characters
(#1785) Line exceeds maximum limit of 180 characters; contains 2505 characters
(#1785) Line exceeds maximum limit of 180 characters; contains 2505 characters
(#1785) Line exceeds maximum limit of 180 characters; contains 2505 characters
(#1785) Line exceeds maximum limit of 180 characters; contains 2505 characters
(#1785) Line exceeds maximum limit of 180 characters; contains 2505 characters
(#1785) Line exceeds maximum limit of 180 characters; contains 2505 characters
(#1786) Line indented incorrectly; expected at least 36 spaces, found 0
(#1786) Variable "X" must be all lower-case
(#1786) Commas (,) must be followed by white space.
(#1786) Variable "C" must be all lower-case
(#1786) Commas (,) must be followed by white space.
(#1786) Variable "Nb" must be all lower-case
(#1786) Inline control structures are not allowed
(#1786) Variable "X" must be all lower-case
(#1786) Closing brace must be on a line by itself
(#1786) Variable "Tc" must be all lower-case
(#1786) Expected 1 space before "="; 0 found
(#1786) Expected 1 space after "="; 0 found
(#1786) Variable "X" must be all lower-case
(#1786) Variable "M" must be all lower-case
(#1786) Closing brace must be on a line by itself
(#1786) Closing brace must be on a line by itself
(#1786) Variable "Xd" must be all lower-case
(#1786) Expected 1 space before "="; 0 found
(#1786) Expected 1 space after "="; 0 found
(#1786) Expected "if (...) {\n"; found "if(...){"
(#1786) Expected "foreach (...) {\n"; found "foreach(...){"
(#1786) Expected 1 space after "as"; 0 found
(#1786) Line exceeds maximum limit of 180 characters; contains 390 characters
(#1786) Line exceeds maximum limit of 180 characters; contains 390 characters
(#1786) Line exceeds maximum limit of 180 characters; contains 390 characters
(#1786) Line exceeds maximum limit of 180 characters; contains 390 characters
(#1786) Line exceeds maximum limit of 180 characters; contains 390 characters
(#1786) Line exceeds maximum limit of 180 characters; contains 390 characters
(#1786) Line exceeds maximum limit of 180 characters; contains 390 characters
(#1786) Line exceeds maximum limit of 180 characters; contains 390 characters
(#1786) Variable "L" must be all lower-case
(#1787) Line indented incorrectly; expected at least 16 spaces, found 0
(#1787) Variable "K" must be all lower-case
(#1787) Inline control structures are not allowed
(#1787) Expected 1 space before "=>"; 0 found
(#1787) Expected 1 space after "=>"; 0 found
(#1787) Expected 1 space after "as"; 0 found
(#1787) Variable "K" must be all lower-case
(#1788) Line indented incorrectly; expected at least 20 spaces, found 0
(#1788) Expected 1 space before "=>"; 0 found
(#1788) Expected 1 space after "=>"; 0 found
(#1788) Variable "X" must be all lower-case
(#1788) Variable "Xd" must be all lower-case
(#1788) Expected 1 space before "="; 0 found
(#1788) Expected 1 space after "="; 0 found
(#1788) Variable "Xd" must be all lower-case
(#1788) Commas (,) must be followed by white space.
(#1788) Commas (,) must be followed by white space.
(#1788) Variable "X" must be all lower-case
(#1788) Closing brace must be on a line by itself
(#1788) Closing brace must be on a line by itself
(#1788) Variable "Pa" must be all lower-case
(#1788) Expected 1 space before "?"; 0 found
(#1788) Expected 1 space after "?"; 0 found
(#1788) Expected 1 space before ":"; 0 found
(#1788) Expected 1 space after ":"; 0 found
(#1788) Expected "if (...) {\n"; found "if(...){"
(#1788) Inline control structures are not allowed
(#1788) Expected 1 space before "%"; 0 found
(#1788) Expected 1 space after "%"; 0 found
(#1788) Expected 1 space before "=="; 0 found
(#1788) Expected 1 space after "=="; 0 found
(#1788) Variable "E" must be all lower-case
(#1788) Expected 1 space before "%"; 0 found
(#1788) Expected 1 space after "%"; 0 found
(#1788) Expected 1 space before "=="; 0 found
(#1788) Expected 1 space after "=="; 0 found
(#1788) Closing brace must be on a line by itself
(#1788) Expected "foreach (...) {\n"; found "foreach(...){"
(#1788) Expected 1 space before "=>"; 0 found
(#1788) Expected 1 space after "=>"; 0 found
(#1788) Expected 1 space before "as"; 0 found
(#1788) Expected 1 space after "as"; 0 found
(#1788) Variable "L" must be all lower-case
(#1788) Commas (,) must be followed by white space.
(#1788) Variable "Nc" must be all lower-case
(#1788) Expected 1 space before "=>"; 0 found
(#1788) Expected 1 space after "=>"; 0 found
(#1788) Variable "K" must be all lower-case
(#1788) Variable "Fh" must be all lower-case
(#1788) Expected 1 space before "="; 0 found
(#1788) Expected 1 space after "="; 0 found
(#1788) Variable "L" must be all lower-case
(#1788) Commas (,) must be followed by white space.
(#1788) Expected "if (...) {\n"; found "if(...){"
(#1788) Variable "Fh" must be all lower-case
(#1788) Variable "Fh" must be all lower-case
(#1788) Expected 1 space before "="; 0 found
(#1788) Expected 1 space after "="; 0 found
(#1788) Expected "foreach (...) {\n"; found "foreach(...){"
(#1788) Expected 1 space before "=>"; 0 found
(#1788) Expected 1 space after "=>"; 0 found
(#1788) Expected 1 space before "as"; 0 found
(#1788) Expected 1 space after "as"; 0 found
(#1788) Variable "L" must be all lower-case
(#1788) Expected 1 space before "=>"; 0 found
(#1788) Expected 1 space after "=>"; 0 found
(#1788) Variable "X" must be all lower-case
(#1788) Inline control structures are not allowed
(#1788) The use of backticks in strings is not recommended
(#1788) Commas (,) must be followed by white space.
(#1788) Variable "Fh" must be all lower-case
(#1788) Expected 1 space before "="; 0 found
(#1788) Expected 1 space after "="; 0 found
(#1788) Variable "X" must be all lower-case
(#1788) Closing brace must be on a line by itself
(#1788) Closing brace must be on a line by itself
(#1788) Variable "Gh" must be all lower-case
(#1788) Expected 1 space before "="; 0 found
(#1788) Expected 1 space after "="; 0 found
(#1788) Expected "foreach (...) {\n"; found "foreach(...){"
(#1788) Expected 1 space before "=>"; 0 found
(#1788) Expected 1 space after "=>"; 0 found
(#1788) Expected 1 space after "as"; 0 found
(#1788) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1788) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1788) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1788) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1788) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1788) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1788) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1788) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1788) Variable "Fh" must be all lower-case
(#1789) Line indented incorrectly; expected at least 40 spaces, found 0
(#1789) Expected 1 space before "=>"; 0 found
(#1789) Expected 1 space after "=>"; 0 found
(#1789) Variable "X" must be all lower-case
(#1789) Expected "if (...) {\n"; found "if(...){"
(#1789) Expected 1 space before "=="; 0 found
(#1789) Expected 1 space after "=="; 0 found
(#1789) Expected 1 space before "=="; 0 found
(#1789) Expected 1 space after "=="; 0 found
(#1789) Variable "X" must be all lower-case
(#1789) Expected 1 space before ">"; 0 found
(#1789) Expected 1 space after ">"; 0 found
(#1789) Expected 1 space before "="; 0 found
(#1789) Expected 1 space after "="; 0 found
(#1789) Commas (,) must be followed by white space.
(#1789) Expected 1 space before "?"; 0 found
(#1789) Expected 1 space after "?"; 0 found
(#1789) Expected 1 space before ":"; 0 found
(#1789) Expected 1 space after ":"; 0 found
(#1789) Expected 1 space before "="; 0 found
(#1789) Expected 1 space after "="; 0 found
(#1789) Expected 1 space before "=="; 0 found
(#1789) Expected 1 space after "=="; 0 found
(#1789) Commas (,) must be followed by white space.
(#1789) Expected 1 space before "?"; 0 found
(#1789) Expected 1 space after "?"; 0 found
(#1789) Expected 1 space before ":"; 0 found
(#1789) Expected 1 space after ":"; 0 found
(#1789) Variable "X" must be all lower-case
(#1789) Expected 1 space before "="; 0 found
(#1789) Expected 1 space after "="; 0 found
(#1789) Variable "X" must be all lower-case
(#1789) Closing brace must be on a line by itself
(#1789) Variable "Gh" must be all lower-case
(#1789) Expected 1 space before ".="; 0 found
(#1789) Expected 1 space after ".="; 0 found
(#1789) Variable "X" must be all lower-case
(#1789) Expected 1 space before "!=="; 0 found
(#1789) Expected 1 space after "!=="; 0 found
(#1789) Expected 1 space before "?"; 0 found
(#1789) Expected 1 space after "?"; 0 found
(#1789) Variable "X" must be all lower-case
(#1789) Expected 1 space before ":"; 0 found
(#1789) Expected 1 space after ":"; 0 found
(#1789) Closing brace must be on a line by itself
(#1789) Variable "Wc" must be all lower-case
(#1789) Variable "M" must be all lower-case
(#1789) Expected 1 space before "?"; 0 found
(#1789) Expected 1 space after "?"; 0 found
(#1789) Expected 1 space before ":"; 0 found
(#1789) Expected 1 space after ":"; 0 found
(#1789) Commas (,) must be followed by white space.
(#1789) Variable "Gh" must be all lower-case
(#1789) Commas (,) must be followed by white space.
(#1789) Commas (,) must be followed by white space.
(#1789) Variable "Gh" must be all lower-case
(#1789) Commas (,) must be followed by white space.
(#1789) Commas (,) must be followed by white space.
(#1789) Commas (,) must be followed by white space.
(#1789) Commas (,) must be followed by white space.
(#1789) Variable "_d" must not contain underscores.
(#1789) Expected 1 space before "?"; 0 found
(#1789) Expected 1 space after "?"; 0 found
(#1789) Expected 1 space before ":"; 0 found
(#1789) Expected 1 space after ":"; 0 found
(#1789) Variable "Gh" must be all lower-case
(#1789) Expected "foreach (...) {\n"; found "foreach(...){"
(#1789) Expected 1 space before "=>"; 0 found
(#1789) Expected 1 space after "=>"; 0 found
(#1789) Expected 1 space after "as"; 0 found
(#1789) Line exceeds maximum limit of 180 characters; contains 620 characters
(#1789) Line exceeds maximum limit of 180 characters; contains 620 characters
(#1789) Line exceeds maximum limit of 180 characters; contains 620 characters
(#1789) Line exceeds maximum limit of 180 characters; contains 620 characters
(#1789) Line exceeds maximum limit of 180 characters; contains 620 characters
(#1789) Line exceeds maximum limit of 180 characters; contains 620 characters
(#1789) Line exceeds maximum limit of 180 characters; contains 620 characters
(#1789) Line exceeds maximum limit of 180 characters; contains 620 characters
(#1789) Variable "K" must be all lower-case
(#1790) Line indented incorrectly; expected at least 40 spaces, found 0
(#1790) Expected 1 space before "=>"; 0 found
(#1790) Expected 1 space after "=>"; 0 found
(#1790) Variable "X" must be all lower-case
(#1790) Expected "if (...) {\n"; found "if(...){"
(#1790) Expected 1 space before "="; 0 found
(#1790) Expected 1 space after "="; 0 found
(#1790) Inline control structures are not allowed
(#1790) Variable "X" must be all lower-case
(#1790) Expected 1 space before "!="; 0 found
(#1790) Expected 1 space after "!="; 0 found
(#1790) Expected 1 space before "!="; 0 found
(#1790) Expected 1 space after "!="; 0 found
(#1790) Expected 1 space before "="; 0 found
(#1790) Expected 1 space after "="; 0 found
(#1790) Variable "X" must be all lower-case
(#1790) Expected 1 space before "?"; 0 found
(#1790) Expected 1 space after "?"; 0 found
(#1790) Expected 1 space before ":"; 0 found
(#1790) Expected 1 space after ":"; 0 found
(#1790) Variable "_" must not contain underscores.
(#1790) Expected 1 space before "="; 0 found
(#1790) Expected 1 space after "="; 0 found
(#1790) Inline control structures are not allowed
(#1790) Commas (,) must be followed by white space.
(#1790) Variable "X" must be all lower-case
(#1790) Expected 1 space before "!="; 0 found
(#1790) Expected 1 space after "!="; 0 found
(#1790) Variable "_" must not contain underscores.
(#1790) Expected 1 space before "="; 0 found
(#1790) Expected 1 space after "="; 0 found
(#1790) Variable "Gh" must be all lower-case
(#1790) Expected "if (...) {\n"; found "if(...){"
(#1790) Variable "_" must not contain underscores.
(#1790) Variable "X" must be all lower-case
(#1790) Expected 1 space before "!=="; 0 found
(#1790) Expected 1 space after "!=="; 0 found
(#1790) Expected "foreach (...) {\n"; found "foreach(...){"
(#1790) Expected 1 space before "as"; 0 found
(#1790) Expected 1 space after "as"; 0 found
(#1790) Variable "Nc" must be all lower-case
(#1790) Expected "if (...) {\n"; found "if(...){"
(#1790) Variable "Nc" must be all lower-case
(#1790) Expected 1 space before "=="; 0 found
(#1790) Expected 1 space after "=="; 0 found
(#1790) Expected 1 space before "=="; 0 found
(#1790) Expected 1 space after "=="; 0 found
(#1790) Variable "_" must not contain underscores.
(#1790) Expected 1 space before "="; 0 found
(#1790) Expected 1 space after "="; 0 found
(#1790) Inline control structures are not allowed
(#1790) Expected 1 space before "=>"; 0 found
(#1790) Expected 1 space after "=>"; 0 found
(#1790) Expected 1 space before "as"; 0 found
(#1790) Expected 1 space after "as"; 0 found
(#1790) Expected 1 space before "=>"; 0 found
(#1790) Expected 1 space after "=>"; 0 found
(#1790) Variable "Eg" must be all lower-case
(#1790) Variable "_" must not contain underscores.
(#1790) Expected 1 space before ".="; 0 found
(#1790) Expected 1 space after ".="; 0 found
(#1790) Commas (,) must be followed by white space.
(#1790) Commas (,) must be followed by white space.
(#1790) Variable "L" must be all lower-case
(#1790) Variable "Eg" must be all lower-case
(#1790) Variable "_" must not contain underscores.
(#1790) Expected 1 space before "="; 0 found
(#1790) Expected 1 space after "="; 0 found
(#1790) Expected 1 space before "!="; 0 found
(#1790) Expected 1 space after "!="; 0 found
(#1790) Expected 1 space before "?"; 0 found
(#1790) Expected 1 space after "?"; 0 found
(#1790) Commas (,) must be followed by white space.
(#1790) Commas (,) must be followed by white space.
(#1790) Expected 1 space before ":"; 0 found
(#1790) Expected 1 space after ":"; 0 found
(#1790) Variable "_" must not contain underscores.
(#1790) Inline control structures are not allowed
(#1790) Expected 1 space before "=="; 0 found
(#1790) Expected 1 space after "=="; 0 found
(#1790) Closing brace must be on a line by itself
(#1790) Closing brace must be on a line by itself
(#1790) Closing brace must be on a line by itself
(#1790) Expected "if (...) {\n"; found "if(...){"
(#1790) Expected 1 space before "=="; 0 found
(#1790) Expected 1 space after "=="; 0 found
(#1790) Variable "_" must not contain underscores.
(#1790) Expected 1 space before "="; 0 found
(#1790) Expected 1 space after "="; 0 found
(#1790) Expected 1 space before "="; 0 found
(#1790) Expected 1 space after "="; 0 found
(#1790) Expected "foreach (...) {\n"; found "foreach(...){"
(#1790) Expected 1 space before "as"; 0 found
(#1790) Expected 1 space after "as"; 0 found
(#1790) Variable "W" must be all lower-case
(#1790) Inline control structures are not allowed
(#1790) Variable "W" must be all lower-case
(#1790) Commas (,) must be followed by white space.
(#1790) Variable "Fh" must be all lower-case
(#1790) Variable "_" must not contain underscores.
(#1790) Expected 1 space before ".="; 0 found
(#1790) Expected 1 space after ".="; 0 found
(#1790) Commas (,) must be followed by white space.
(#1790) Variable "W" must be all lower-case
(#1790) Commas (,) must be followed by white space.
(#1790) Variable "W" must be all lower-case
(#1790) Commas (,) must be followed by white space.
(#1790) Variable "W" must be all lower-case
(#1790) Closing brace must be on a line by itself
(#1790) Inline control structures are not allowed
(#1790) Expected 1 space before "=>"; 0 found
(#1790) Expected 1 space after "=>"; 0 found
(#1790) Expected 1 space after "as"; 0 found
(#1790) Line exceeds maximum limit of 180 characters; contains 756 characters
(#1790) Line exceeds maximum limit of 180 characters; contains 756 characters
(#1790) Line exceeds maximum limit of 180 characters; contains 756 characters
(#1790) Line exceeds maximum limit of 180 characters; contains 756 characters
(#1790) Line exceeds maximum limit of 180 characters; contains 756 characters
(#1790) Line exceeds maximum limit of 180 characters; contains 756 characters
(#1790) Line exceeds maximum limit of 180 characters; contains 756 characters
(#1790) Line exceeds maximum limit of 180 characters; contains 756 characters
(#1790) Variable "Fh" must be all lower-case
(#1791) Line indented incorrectly; expected at least 52 spaces, found 0
(#1791) Variable "Fd" must be all lower-case
(#1791) Expected 1 space before "=>"; 0 found
(#1791) Expected 1 space after "=>"; 0 found
(#1791) Variable "W" must be all lower-case
(#1791) Variable "_" must not contain underscores.
(#1791) Expected 1 space before ".="; 0 found
(#1791) Expected 1 space after ".="; 0 found
(#1791) Commas (,) must be followed by white space.
(#1791) Variable "Fd" must be all lower-case
(#1791) Commas (,) must be followed by white space.
(#1791) Variable "W" must be all lower-case
(#1791) Closing brace must be on a line by itself
(#1791) Variable "X" must be all lower-case
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1791) Variable "X" must be all lower-case
(#1791) Commas (,) must be followed by white space.
(#1791) Variable "_" must not contain underscores.
(#1791) Commas (,) must be followed by white space.
(#1791) Commas (,) must be followed by white space.
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1791) Variable "Gh" must be all lower-case
(#1791) Variable "Y" must be all lower-case
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1791) Variable "Gh" must be all lower-case
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1791) Variable "K" must be all lower-case
(#1791) Variable "X" must be all lower-case
(#1791) Variable "L" must be all lower-case
(#1791) Expected 1 space before "=="; 0 found
(#1791) Expected 1 space after "=="; 0 found
(#1791) Variable "K" must be all lower-case
(#1791) Variable "Tc" must be all lower-case
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1791) Commas (,) must be followed by white space.
(#1791) Expected "if (...) {\n"; found "if(...){"
(#1791) Variable "Y" must be all lower-case
(#1791) Expected 1 space before "!=="; 0 found
(#1791) Expected 1 space after "!=="; 0 found
(#1791) Variable "Zc" must be all lower-case
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1791) Variable "Y" must be all lower-case
(#1791) Expected 1 space before "!=="; 0 found
(#1791) Expected 1 space after "!=="; 0 found
(#1791) Expected 1 space before "?"; 0 found
(#1791) Expected 1 space after "?"; 0 found
(#1791) Variable "Y" must be all lower-case
(#1791) Expected 1 space before ":"; 0 found
(#1791) Expected 1 space after ":"; 0 found
(#1791) Variable "K" must be all lower-case
(#1791) Expected 1 space before "?"; 0 found
(#1791) Expected 1 space after "?"; 0 found
(#1791) Variable "K" must be all lower-case
(#1791) Commas (,) must be followed by white space.
(#1791) Expected 1 space before "+"; 0 found
(#1791) Expected 1 space after "+"; 0 found
(#1791) Variable "Zc" must be all lower-case
(#1791) Expected 1 space before ":"; 0 found
(#1791) Expected 1 space after ":"; 0 found
(#1791) Closing brace must be on a line by itself
(#1791) Expected "} else {\n"; found "}else{"
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1791) Variable "X" must be all lower-case
(#1791) Commas (,) must be followed by white space.
(#1791) Expected 1 space before "?"; 0 found
(#1791) Expected 1 space after "?"; 0 found
(#1791) Expected 1 space before ":"; 0 found
(#1791) Expected 1 space after ":"; 0 found
(#1791) Expected 1 space before "?"; 0 found
(#1791) Expected 1 space after "?"; 0 found
(#1791) Expected 1 space before ":"; 0 found
(#1791) Expected 1 space after ":"; 0 found
(#1791) Expected 1 space before "?"; 0 found
(#1791) Expected 1 space after "?"; 0 found
(#1791) Expected 1 space before ":"; 0 found
(#1791) Expected 1 space after ":"; 0 found
(#1791) Variable "X" must be all lower-case
(#1791) Closing brace must be on a line by itself
(#1791) Closing brace must be on a line by itself
(#1791) Closing brace must be on a line by itself
(#1791) Inline control structures are not allowed
(#1791) Variable "Pa" must be all lower-case
(#1791) Variable "Pa" must be all lower-case
(#1791) Commas (,) must be followed by white space.
(#1791) Variable "L" must be all lower-case
(#1791) Closing brace must be on a line by itself
(#1791) Inline control structures are not allowed
(#1791) Closing brace must be on a line by itself
(#1791) Expected "if (...) {\n"; found "if(...){"
(#1791) Variable "L" must be all lower-case
(#1791) Variable "E" must be all lower-case
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1791) Expected "if (...) {\n"; found "if(...){"
(#1791) Expected 1 space before "!="; 0 found
(#1791) Expected 1 space after "!="; 0 found
(#1791) Inline control structures are not allowed
(#1791) Expected 1 space before "+"; 0 found
(#1791) Expected 1 space after "+"; 0 found
(#1791) Variable "Qc" must be all lower-case
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1791) Variable "L" must be all lower-case
(#1791) Usage of ELSEIF not allowed; use ELSE IF instead
(#1791) Expected 1 space before "!="; 0 found
(#1791) Expected 1 space after "!="; 0 found
(#1791) Variable "_d" must not contain underscores.
(#1791) Variable "Qc" must be all lower-case
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1791) Variable "_d" must not contain underscores.
(#1791) Expected 1 space before "?"; 0 found
(#1791) Expected 1 space after "?"; 0 found
(#1791) Expected 1 space before ":"; 0 found
(#1791) Expected 1 space after ":"; 0 found
(#1791) Variable "R" must be all lower-case
(#1791) Commas (,) must be followed by white space.
(#1791) Variable "Z" must be all lower-case
(#1791) Inline control structures are not allowed
(#1791) Variable "Qc" must be all lower-case
(#1791) Expected 1 space before "<"; 0 found
(#1791) Expected 1 space after "<"; 0 found
(#1791) Commas (,) must be followed by white space.
(#1791) Expected 1 space before "*"; 0 found
(#1791) Expected 1 space after "*"; 0 found
(#1791) Variable "E" must be all lower-case
(#1791) Expected 1 space before "+"; 0 found
(#1791) Expected 1 space after "+"; 0 found
(#1791) Expected 1 space before "*"; 0 found
(#1791) Expected 1 space after "*"; 0 found
(#1791) Variable "Qc" must be all lower-case
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1791) Commas (,) must be followed by white space.
(#1791) Variable "Z" must be all lower-case
(#1791) Commas (,) must be followed by white space.
(#1791) Variable "_d" must not contain underscores.
(#1791) Commas (,) must be followed by white space.
(#1791) Variable "Wc" must be all lower-case
(#1791) Inline control structures are not allowed
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1791) Closing brace must be on a line by itself
(#1791) Closing brace must be on a line by itself
(#1791) Expected "if (...) {\n"; found "if(...){"
(#1791) Variable "Qc" must be all lower-case
(#1791) Expected 1 space before "==="; 0 found
(#1791) Expected 1 space after "==="; 0 found
(#1791) Variable "Qc" must be all lower-case
(#1791) Expected 1 space before ">"; 0 found
(#1791) Expected 1 space after ">"; 0 found
(#1791) Variable "E" must be all lower-case
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1791) Variable "Qc" must be all lower-case
(#1791) Expected 1 space before "==="; 0 found
(#1791) Expected 1 space after "==="; 0 found
(#1791) Expected 1 space before "?"; 0 found
(#1791) Expected 1 space after "?"; 0 found
(#1791) Variable "E" must be all lower-case
(#1791) Expected 1 space before "+"; 0 found
(#1791) Expected 1 space after "+"; 0 found
(#1791) Variable "L" must be all lower-case
(#1791) Expected 1 space before ">="; 0 found
(#1791) Expected 1 space after ">="; 0 found
(#1791) Expected 1 space before "?"; 0 found
(#1791) Expected 1 space after "?"; 0 found
(#1791) Expected 1 space before ":"; 0 found
(#1791) Expected 1 space after ":"; 0 found
(#1791) Expected 1 space before ":"; 0 found
(#1791) Expected 1 space after ":"; 0 found
(#1791) Variable "Qc" must be all lower-case
(#1791) Expected 1 space before "-"; 0 found
(#1791) Expected 1 space after "-"; 0 found
(#1791) Expected 1 space before "/"; 0 found
(#1791) Expected 1 space after "/"; 0 found
(#1791) Expected "if (...) {\n"; found "if(...){"
(#1791) Expected 1 space before "!="; 0 found
(#1791) Expected 1 space after "!="; 0 found
(#1791) Variable "E" must be all lower-case
(#1791) Expected 1 space before "+"; 0 found
(#1791) Expected 1 space after "+"; 0 found
(#1791) Commas (,) must be followed by white space.
(#1791) Commas (,) must be followed by white space.
(#1791) Variable "E" must be all lower-case
(#1791) Variable "E" must be all lower-case
(#1791) Expected 1 space before ">"; 0 found
(#1791) Expected 1 space after ">"; 0 found
(#1791) Expected 1 space before "?"; 0 found
(#1791) Expected 1 space after "?"; 0 found
(#1791) Expected 1 space before ":"; 0 found
(#1791) Expected 1 space after ":"; 0 found
(#1791) Inline control structures are not allowed
(#1791) Expected 1 space after first semicolon of FOR loop; 0 found
(#1791) Expected 1 space after second semicolon of FOR loop; 0 found
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1791) Commas (,) must be followed by white space.
(#1791) Variable "E" must be all lower-case
(#1791) Expected 1 space before "-"; 0 found
(#1791) Expected 1 space after "-"; 0 found
(#1791) Expected 1 space before "<"; 0 found
(#1791) Expected 1 space after "<"; 0 found
(#1791) Commas (,) must be followed by white space.
(#1791) Variable "E" must be all lower-case
(#1791) Expected 1 space before "+"; 0 found
(#1791) Expected 1 space after "+"; 0 found
(#1791) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1791) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1791) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1791) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1791) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1791) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1791) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1791) Line exceeds maximum limit of 180 characters; contains 1345 characters
(#1792) Line indented incorrectly; expected at least 24 spaces, found 0
(#1792) Commas (,) must be followed by white space.
(#1792) Variable "E" must be all lower-case
(#1792) Expected "if (...) {\n"; found "if(...){"
(#1792) Expected 1 space before ">"; 0 found
(#1792) Expected 1 space after ">"; 0 found
(#1792) Variable "E" must be all lower-case
(#1792) Expected 1 space before "+"; 0 found
(#1792) Expected 1 space after "+"; 0 found
(#1792) Expected 1 space before "<"; 0 found
(#1792) Expected 1 space after "<"; 0 found
(#1792) Expected 1 space before "?"; 0 found
(#1792) Expected 1 space after "?"; 0 found
(#1792) Expected 1 space before ":"; 0 found
(#1792) Expected 1 space after ":"; 0 found
(#1792) Commas (,) must be followed by white space.
(#1792) Variable "Qc" must be all lower-case
(#1792) Expected 1 space before "!=="; 0 found
(#1792) Expected 1 space after "!=="; 0 found
(#1792) Expected 1 space before "?"; 0 found
(#1792) Expected 1 space after "?"; 0 found
(#1792) Commas (,) must be followed by white space.
(#1792) Variable "E" must be all lower-case
(#1792) Expected 1 space before ":"; 0 found
(#1792) Expected 1 space after ":"; 0 found
(#1792) Closing brace must be on a line by itself
(#1792) Variable "Qc" must be all lower-case
(#1792) Expected 1 space before "==="; 0 found
(#1792) Expected 1 space after "==="; 0 found
(#1792) Expected 1 space before "?"; 0 found
(#1792) Expected 1 space after "?"; 0 found
(#1792) Variable "L" must be all lower-case
(#1792) Expected 1 space before "+"; 0 found
(#1792) Expected 1 space after "+"; 0 found
(#1792) Expected 1 space before ":"; 0 found
(#1792) Expected 1 space after ":"; 0 found
(#1792) Variable "Qc" must be all lower-case
(#1792) Expected 1 space before "-"; 0 found
(#1792) Expected 1 space after "-"; 0 found
(#1792) Variable "E" must be all lower-case
(#1792) Expected 1 space before "*"; 0 found
(#1792) Expected 1 space after "*"; 0 found
(#1792) Expected 1 space before ">"; 0 found
(#1792) Expected 1 space after ">"; 0 found
(#1792) Expected 1 space before "?"; 0 found
(#1792) Expected 1 space after "?"; 0 found
(#1792) Variable "E" must be all lower-case
(#1792) Expected 1 space before "+"; 0 found
(#1792) Expected 1 space after "+"; 0 found
(#1792) Expected 1 space before ":"; 0 found
(#1792) Expected 1 space after ":"; 0 found
(#1792) Closing brace must be on a line by itself
(#1792) Expected "} else {\n"; found "}else{"
(#1792) Line exceeds maximum limit of 180 characters; contains 406 characters
(#1792) Line exceeds maximum limit of 180 characters; contains 406 characters
(#1792) Line exceeds maximum limit of 180 characters; contains 406 characters
(#1792) Line exceeds maximum limit of 180 characters; contains 406 characters
(#1792) Line exceeds maximum limit of 180 characters; contains 406 characters
(#1792) Line exceeds maximum limit of 180 characters; contains 406 characters
(#1792) Line exceeds maximum limit of 180 characters; contains 406 characters
(#1792) Line exceeds maximum limit of 180 characters; contains 406 characters
(#1793) Line indented incorrectly; expected at least 56 spaces, found 0
(#1793) Commas (,) must be followed by white space.
(#1793) Commas (,) must be followed by white space.
(#1793) Variable "E" must be all lower-case
(#1793) Variable "E" must be all lower-case
(#1793) Expected 1 space before ">"; 0 found
(#1793) Expected 1 space after ">"; 0 found
(#1793) Expected 1 space before "?"; 0 found
(#1793) Expected 1 space after "?"; 0 found
(#1793) Expected 1 space before ":"; 0 found
(#1793) Expected 1 space after ":"; 0 found
(#1793) Commas (,) must be followed by white space.
(#1793) Variable "E" must be all lower-case
(#1793) Expected 1 space before "?"; 0 found
(#1793) Expected 1 space after "?"; 0 found
(#1793) Variable "E" must be all lower-case
(#1793) Commas (,) must be followed by white space.
(#1793) Variable "E" must be all lower-case
(#1793) Expected 1 space before ":"; 0 found
(#1793) Expected 1 space after ":"; 0 found
(#1793) Commas (,) must be followed by white space.
(#1793) Expected 1 space before ">"; 0 found
(#1793) Expected 1 space after ">"; 0 found
(#1793) Variable "E" must be all lower-case
(#1793) Expected 1 space before "?"; 0 found
(#1793) Expected 1 space after "?"; 0 found
(#1793) Variable "E" must be all lower-case
(#1793) Expected 1 space before "+"; 0 found
(#1793) Expected 1 space after "+"; 0 found
(#1793) Commas (,) must be followed by white space.
(#1793) Variable "E" must be all lower-case
(#1793) Expected 1 space before ">"; 0 found
(#1793) Expected 1 space after ">"; 0 found
(#1793) Variable "E" must be all lower-case
(#1793) Expected 1 space before "+"; 0 found
(#1793) Expected 1 space after "+"; 0 found
(#1793) Expected 1 space before "?"; 0 found
(#1793) Expected 1 space after "?"; 0 found
(#1793) Expected 1 space before ":"; 0 found
(#1793) Expected 1 space after ":"; 0 found
(#1793) Expected 1 space before ":"; 0 found
(#1793) Expected 1 space after ":"; 0 found
(#1793) Closing brace must be on a line by itself
(#1793) Closing brace must be on a line by itself
(#1793) Commas (,) must be followed by white space.
(#1793) Variable "Qc" must be all lower-case
(#1793) Expected 1 space before "!=="; 0 found
(#1793) Expected 1 space after "!=="; 0 found
(#1793) Expected 1 space before "?"; 0 found
(#1793) Expected 1 space after "?"; 0 found
(#1793) Expected 1 space before "?"; 0 found
(#1793) Expected 1 space after "?"; 0 found
(#1793) Expected 1 space before ":"; 0 found
(#1793) Expected 1 space after ":"; 0 found
(#1793) Commas (,) must be followed by white space.
(#1793) Variable "Qc" must be all lower-case
(#1793) Expected 1 space before ":"; 0 found
(#1793) Expected 1 space after ":"; 0 found
(#1793) Variable "Sb" must be all lower-case
(#1793) Expected 1 space before "="; 0 found
(#1793) Expected 1 space after "="; 0 found
(#1793) Expected 1 space before "?"; 0 found
(#1793) Expected 1 space after "?"; 0 found
(#1793) Expected 1 space before ":"; 0 found
(#1793) Expected 1 space after ":"; 0 found
(#1793) Variable "Qc" must be all lower-case
(#1793) Line exceeds maximum limit of 180 characters; contains 235 characters
(#1793) Line exceeds maximum limit of 180 characters; contains 235 characters
(#1793) Line exceeds maximum limit of 180 characters; contains 235 characters
(#1793) Line exceeds maximum limit of 180 characters; contains 235 characters
(#1793) Line exceeds maximum limit of 180 characters; contains 235 characters
(#1793) Line exceeds maximum limit of 180 characters; contains 235 characters
(#1793) Line exceeds maximum limit of 180 characters; contains 235 characters
(#1793) Line exceeds maximum limit of 180 characters; contains 235 characters
(#1794) Line indented incorrectly; expected at least 52 spaces, found 0
(#1794) Commas (,) must be followed by white space.
(#1794) Commas (,) must be followed by white space.
(#1794) Commas (,) must be followed by white space.
(#1794) Commas (,) must be followed by white space.
(#1794) Variable "Sb" must be all lower-case
(#1794) Expected "if (...) {\n"; found "if(...){"
(#1794) Commas (,) must be followed by white space.
(#1794) Expected 1 space before "?"; 0 found
(#1794) Expected 1 space after "?"; 0 found
(#1794) Expected 1 space before ":"; 0 found
(#1794) Expected 1 space after ":"; 0 found
(#1794) Commas (,) must be followed by white space.
(#1794) Commas (,) must be followed by white space.
(#1794) Commas (,) must be followed by white space.
(#1794) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1794) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1794) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1794) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1794) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1794) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1794) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1794) Line exceeds maximum limit of 180 characters; contains 327 characters
(#1795) Commas (,) must be followed by white space.
(#1795) Commas (,) must be followed by white space.
(#1795) Commas (,) must be followed by white space.
(#1795) Expected 1 space before "?"; 0 found
(#1795) Expected 1 space after "?"; 0 found
(#1795) Expected 1 space before ":"; 0 found
(#1795) Expected 1 space after ":"; 0 found
(#1795) Commas (,) must be followed by white space.
(#1797) Commas (,) must be followed by white space.
(#1797) Commas (,) must be followed by white space.
(#1798) Commas (,) must be followed by white space.
(#1798) Commas (,) must be followed by white space.
(#1799) Commas (,) must be followed by white space.
(#1799) Commas (,) must be followed by white space.
(#1800) Commas (,) must be followed by white space.
(#1800) Commas (,) must be followed by white space.
(#1800) Commas (,) must be followed by white space.
(#1800) Commas (,) must be followed by white space.
(#1802) Closing brace must be on a line by itself
(#1802) Variable "Oc" must be all lower-case
(#1802) Expected 1 space before "="; 0 found
(#1802) Expected 1 space after "="; 0 found
(#1802) Expected "foreach (...) {\n"; found "foreach(...){"
(#1802) Expected 1 space before "as"; 0 found
(#1802) Expected 1 space after "as"; 0 found
(#1802) Expected "if (...) {\n"; found "if(...){"
(#1802) Variable "Oc" must be all lower-case
(#1802) Closing brace must be on a line by itself
(#1802) Closing brace must be on a line by itself
(#1802) Expected "if (...) {\n"; found "if(...){"
(#1802) Variable "Oc" must be all lower-case
(#1802) Commas (,) must be followed by white space.
(#1802) Expected 1 space before "="; 0 found
(#1802) Expected 1 space after "="; 0 found
(#1802) Expected 1 space before "?"; 0 found
(#1802) Expected 1 space after "?"; 0 found
(#1802) Commas (,) must be followed by white space.
(#1802) Commas (,) must be followed by white space.
(#1802) Expected 1 space before ":"; 0 found
(#1802) Expected 1 space after ":"; 0 found
(#1802) Commas (,) must be followed by white space.
(#1802) Commas (,) must be followed by white space.
(#1802) Variable "Oc" must be all lower-case
(#1802) Commas (,) must be followed by white space.
(#1802) Commas (,) must be followed by white space.
(#1802) Commas (,) must be followed by white space.
(#1802) Closing brace must be on a line by itself
(#1802) Variable "Wc" must be all lower-case
(#1802) Variable "M" must be all lower-case
(#1802) Expected 1 space before "?"; 0 found
(#1802) Expected 1 space after "?"; 0 found
(#1802) Expected 1 space before ":"; 0 found
(#1802) Expected 1 space after ":"; 0 found
(#1802) Closing brace must be on a line by itself
(#1802) Expected "if (...) {\n"; found "if(...){"
(#1802) Commas (,) must be followed by white space.
(#1802) Commas (,) must be followed by white space.
(#1802) Variable "L" must be all lower-case
(#1802) Commas (,) must be followed by white space.
(#1802) Commas (,) must be followed by white space.
(#1802) Expected 1 space before "=>"; 0 found
(#1802) Expected 1 space after "=>"; 0 found
(#1802) Commas (,) must be followed by white space.
(#1802) Expected 1 space before "=>"; 0 found
(#1802) Expected 1 space after "=>"; 0 found
(#1802) Commas (,) must be followed by white space.
(#1802) Expected 1 space before "=>"; 0 found
(#1802) Expected 1 space after "=>"; 0 found
(#1802) Commas (,) must be followed by white space.
(#1802) Commas (,) must be followed by white space.
(#1802) Commas (,) must be followed by white space.
(#1802) Closing brace must be on a line by itself
(#1802) Commas (,) must be followed by white space.
(#1802) Commas (,) must be followed by white space.
(#1802) Variable "T" must be all lower-case
(#1802) Commas (,) must be followed by white space.
(#1802) Closing brace must be on a line by itself
(#1802) Closing brace must be on a line by itself
(#1802) Expected "if (...) {\n"; found "if(...){"
(#1802) Closing brace must be on a line by itself
(#1802) Closing brace must be on a line by itself
(#1802) Usage of ELSEIF not allowed; use ELSE IF instead
(#1802) Variable "Jg" must be all lower-case
(#1802) Expected 1 space before "="; 0 found
(#1802) Expected 1 space after "="; 0 found
(#1802) Variable "Jg" must be all lower-case
(#1802) Expected 1 space before "?"; 0 found
(#1802) Expected 1 space after "?"; 0 found
(#1802) Expected 1 space before ":"; 0 found
(#1802) Expected 1 space after ":"; 0 found
(#1802) Variable "Vh" must be all lower-case
(#1802) Expected 1 space before "="; 0 found
(#1802) Expected 1 space after "="; 0 found
(#1802) Variable "Jg" must be all lower-case
(#1802) Expected 1 space before "?"; 0 found
(#1802) Expected 1 space after "?"; 0 found
(#1802) Expected 1 space before ":"; 0 found
(#1802) Expected 1 space after ":"; 0 found
(#1802) Inline control structures are not allowed
(#1802) Variable "Vh" must be all lower-case
(#1802) Expected "foreach (...) {\n"; found "foreach(...){"
(#1802) Expected 1 space before "=>"; 0 found
(#1802) Expected 1 space after "=>"; 0 found
(#1802) Expected 1 space after "as"; 0 found
(#1802) Line exceeds maximum limit of 180 characters; contains 1139 characters
(#1802) Line exceeds maximum limit of 180 characters; contains 1139 characters
(#1802) Line exceeds maximum limit of 180 characters; contains 1139 characters
(#1802) Line exceeds maximum limit of 180 characters; contains 1139 characters
(#1802) Line exceeds maximum limit of 180 characters; contains 1139 characters
(#1802) Line exceeds maximum limit of 180 characters; contains 1139 characters
(#1802) Line exceeds maximum limit of 180 characters; contains 1139 characters
(#1802) Line exceeds maximum limit of 180 characters; contains 1139 characters
(#1802) Variable "Vh" must be all lower-case
(#1803) Line indented incorrectly; expected at least 8 spaces, found 0
(#1803) Expected 1 space before "=>"; 0 found
(#1803) Expected 1 space after "=>"; 0 found
(#1803) Variable "X" must be all lower-case
(#1803) Commas (,) must be followed by white space.
(#1803) Variable "Jg" must be all lower-case
(#1803) Expected 1 space before "?"; 0 found
(#1803) Expected 1 space after "?"; 0 found
(#1803) Expected 1 space before ":"; 0 found
(#1803) Expected 1 space after ":"; 0 found
(#1803) Commas (,) must be followed by white space.
(#1803) Variable "X" must be all lower-case
(#1803) Closing brace must be on a line by itself
(#1803) Closing brace must be on a line by itself
(#1803) Closing brace must be on a line by itself
(#1803) Usage of ELSEIF not allowed; use ELSE IF instead
(#1803) Expected "if (...) {\n"; found "if(...){"
(#1803) Expected 1 space before "=="; 0 found
(#1803) Expected 1 space after "=="; 0 found
(#1803) Variable "Rg" must be all lower-case
(#1803) Expected 1 space before "="; 0 found
(#1803) Expected 1 space after "="; 0 found
(#1803) Expected 1 space before "=>"; 0 found
(#1803) Expected 1 space after "=>"; 0 found
(#1803) Commas (,) must be followed by white space.
(#1803) Expected 1 space before "=>"; 0 found
(#1803) Expected 1 space after "=>"; 0 found
(#1803) Commas (,) must be followed by white space.
(#1803) Expected 1 space before "=>"; 0 found
(#1803) Expected 1 space after "=>"; 0 found
(#1803) Expected "foreach (...) {\n"; found "foreach(...){"
(#1803) Expected 1 space before "=>"; 0 found
(#1803) Expected 1 space after "=>"; 0 found
(#1803) Expected 1 space before "as"; 0 found
(#1803) Expected 1 space after "as"; 0 found
(#1803) Variable "C" must be all lower-case
(#1803) Expected 1 space before "=>"; 0 found
(#1803) Expected 1 space after "=>"; 0 found
(#1803) Variable "R" must be all lower-case
(#1803) Variable "C" must be all lower-case
(#1803) Commas (,) must be followed by white space.
(#1803) Variable "R" must be all lower-case
(#1803) Expected "if (...) {\n"; found "if(...){"
(#1803) Variable "R" must be all lower-case
(#1803) Inline control structures are not allowed
(#1803) Expected 1 space before "as"; 0 found
(#1803) Expected 1 space after "as"; 0 found
(#1803) Commas (,) must be followed by white space.
(#1803) Commas (,) must be followed by white space.
(#1803) Variable "R" must be all lower-case
(#1803) Expected "foreach (...) {\n"; found "foreach(...){"
(#1803) Expected 1 space before "=>"; 0 found
(#1803) Expected 1 space after "=>"; 0 found
(#1803) Expected 1 space before "as"; 0 found
(#1803) Expected 1 space after "as"; 0 found
(#1803) Variable "Rg" must be all lower-case
(#1803) Expected 1 space before "+"; 0 found
(#1803) Expected 1 space after "+"; 0 found
(#1803) Expected 1 space before "=>"; 0 found
(#1803) Expected 1 space after "=>"; 0 found
(#1803) Commas (,) must be followed by white space.
(#1803) Expected 1 space before "=>"; 0 found
(#1803) Expected 1 space after "=>"; 0 found
(#1803) Expected 1 space before "=>"; 0 found
(#1803) Expected 1 space after "=>"; 0 found
(#1803) Variable "X" must be all lower-case
(#1803) Expected "if (...) {\n"; found "if(...){"
(#1803) Variable "R" must be all lower-case
(#1803) Expected 1 space before "!="; 0 found
(#1803) Expected 1 space after "!="; 0 found
(#1803) Variable "X" must be all lower-case
(#1803) Expected 1 space before "="; 0 found
(#1803) Expected 1 space after "="; 0 found
(#1803) Variable "R" must be all lower-case
(#1803) Commas (,) must be followed by white space.
(#1803) Expected 1 space before "=="; 0 found
(#1803) Expected 1 space after "=="; 0 found
(#1803) Variable "X" must be all lower-case
(#1803) Variable "R" must be all lower-case
(#1803) Expected 1 space before "=="; 0 found
(#1803) Expected 1 space after "=="; 0 found
(#1803) Variable "Gg" must be all lower-case
(#1803) Expected 1 space before "=="; 0 found
(#1803) Expected 1 space after "=="; 0 found
(#1803) Expected 1 space before "?"; 0 found
(#1803) Expected 1 space after "?"; 0 found
(#1803) Expected 1 space before ":"; 0 found
(#1803) Expected 1 space after ":"; 0 found
(#1803) Expected 1 space before "?"; 0 found
(#1803) Expected 1 space after "?"; 0 found
(#1803) Variable "X" must be all lower-case
(#1803) Expected 1 space before ":"; 0 found
(#1803) Expected 1 space after ":"; 0 found
(#1803) Variable "X" must be all lower-case
(#1803) Inline control structures are not allowed
(#1803) Variable "Rg" must be all lower-case
(#1803) Variable "Rg" must be all lower-case
(#1803) Expected 1 space before "+="; 0 found
(#1803) Expected 1 space after "+="; 0 found
(#1803) Variable "R" must be all lower-case
(#1803) Expected 1 space before "!="; 0 found
(#1803) Expected 1 space after "!="; 0 found
(#1803) Expected 1 space before "!="; 0 found
(#1803) Expected 1 space after "!="; 0 found
(#1803) Expected 1 space before "?"; 0 found
(#1803) Expected 1 space after "?"; 0 found
(#1803) Variable "R" must be all lower-case
(#1803) Expected 1 space before ":"; 0 found
(#1803) Expected 1 space after ":"; 0 found
(#1803) Closing brace must be on a line by itself
(#1803) Inline control structures are not allowed
(#1803) Usage of ELSEIF not allowed; use ELSE IF instead
(#1803) Commas (,) must be followed by white space.
(#1803) Variable "R" must be all lower-case
(#1803) Closing brace must be on a line by itself
(#1803) Closing brace must be on a line by itself
(#1803) Closing brace must be on a line by itself
(#1803) Inline control structures are not allowed
(#1803) Expected 1 space before "=>"; 0 found
(#1803) Expected 1 space after "=>"; 0 found
(#1803) Expected 1 space after "as"; 0 found
(#1803) Line exceeds maximum limit of 180 characters; contains 795 characters
(#1803) Line exceeds maximum limit of 180 characters; contains 795 characters
(#1803) Line exceeds maximum limit of 180 characters; contains 795 characters
(#1803) Line exceeds maximum limit of 180 characters; contains 795 characters
(#1803) Line exceeds maximum limit of 180 characters; contains 795 characters
(#1803) Line exceeds maximum limit of 180 characters; contains 795 characters
(#1803) Line exceeds maximum limit of 180 characters; contains 795 characters
(#1803) Line exceeds maximum limit of 180 characters; contains 795 characters
(#1803) Variable "Rg" must be all lower-case
(#1804) Line indented incorrectly; expected at least 8 spaces, found 0
(#1804) Expected 1 space before "=>"; 0 found
(#1804) Expected 1 space after "=>"; 0 found
(#1804) Variable "X" must be all lower-case
(#1804) Commas (,) must be followed by white space.
(#1804) Variable "X" must be all lower-case
(#1804) Closing brace must be on a line by itself
(#1804) Inline control structures are not allowed
(#1804) Usage of ELSEIF not allowed; use ELSE IF instead
(#1804) Expected 1 space before "=="; 0 found
(#1804) Expected 1 space after "=="; 0 found
(#1804) Expected "foreach (...) {\n"; found "foreach(...){"
(#1804) Expected 1 space before "=>"; 0 found
(#1804) Expected 1 space after "=>"; 0 found
(#1804) Expected 1 space before "as"; 0 found
(#1804) Expected 1 space after "as"; 0 found
(#1804) Expected 1 space before "=>"; 0 found
(#1804) Expected 1 space after "=>"; 0 found
(#1804) Variable "X" must be all lower-case
(#1804) Commas (,) must be followed by white space.
(#1804) Variable "X" must be all lower-case
(#1804) Commas (,) must be followed by white space.
(#1804) Closing brace must be on a line by itself
(#1804) Closing brace must be on a line by itself
(#1804) Closing brace must be on a line by itself
(#1804) Expected "} else {\n"; found "}else{"
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Commas (,) must be followed by white space.
(#1804) Expected "if (...) {\n"; found "if(...){"
(#1804) Variable "I" must be all lower-case
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Inline control structures are not allowed
(#1804) Expected 1 space before "=="; 0 found
(#1804) Expected 1 space after "=="; 0 found
(#1804) Expected 1 space before ">"; 0 found
(#1804) Expected 1 space after ">"; 0 found
(#1804) Expected "if (...) {\n"; found "if(...){"
(#1804) Inline control structures are not allowed
(#1804) Variable "I" must be all lower-case
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Closing brace must be on a line by itself
(#1804) Usage of ELSEIF not allowed; use ELSE IF instead
(#1804) Variable "I" must be all lower-case
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Commas (,) must be followed by white space.
(#1804) Commas (,) must be followed by white space.
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Closing brace must be on a line by itself
(#1804) Usage of ELSEIF not allowed; use ELSE IF instead
(#1804) Variable "I" must be all lower-case
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Commas (,) must be followed by white space.
(#1804) Commas (,) must be followed by white space.
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Closing brace must be on a line by itself
(#1804) Usage of ELSEIF not allowed; use ELSE IF instead
(#1804) Inline control structures are not allowed
(#1804) Variable "I" must be all lower-case
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Inline control structures are not allowed
(#1804) Variable "I" must be all lower-case
(#1804) Variable "I" must be all lower-case
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Closing brace must be on a line by itself
(#1804) Usage of ELSEIF not allowed; use ELSE IF instead
(#1804) Expected 1 space before "!="; 0 found
(#1804) Expected 1 space after "!="; 0 found
(#1804) Variable "I" must be all lower-case
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Expected 1 space before "=="; 0 found
(#1804) Expected 1 space after "=="; 0 found
(#1804) Expected 1 space before "?"; 0 found
(#1804) Expected 1 space after "?"; 0 found
(#1804) Expected 1 space before ":"; 0 found
(#1804) Expected 1 space after ":"; 0 found
(#1804) Expected 1 space before "?"; 0 found
(#1804) Expected 1 space after "?"; 0 found
(#1804) Expected 1 space before ":"; 0 found
(#1804) Expected 1 space after ":"; 0 found
(#1804) Commas (,) must be followed by white space.
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Closing brace must be on a line by itself
(#1804) Inline control structures are not allowed
(#1804) Usage of ELSEIF not allowed; use ELSE IF instead
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Usage of ELSEIF not allowed; use ELSE IF instead
(#1804) Variable "I" must be all lower-case
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Expected 1 space before "?"; 0 found
(#1804) Expected 1 space after "?"; 0 found
(#1804) Expected 1 space before ":"; 0 found
(#1804) Expected 1 space after ":"; 0 found
(#1804) Expected 1 space before "?"; 0 found
(#1804) Expected 1 space after "?"; 0 found
(#1804) Expected 1 space before ":"; 0 found
(#1804) Expected 1 space after ":"; 0 found
(#1804) Expected 1 space before "?"; 0 found
(#1804) Expected 1 space after "?"; 0 found
(#1804) Expected 1 space before ":"; 0 found
(#1804) Expected 1 space after ":"; 0 found
(#1804) Commas (,) must be followed by white space.
(#1804) Commas (,) must be followed by white space.
(#1804) Inline control structures are not allowed
(#1804) Variable "K" must be all lower-case
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Variable "I" must be all lower-case
(#1804) Expected 1 space before ".="; 0 found
(#1804) Expected 1 space after ".="; 0 found
(#1804) Variable "K" must be all lower-case
(#1804) Variable "K" must be all lower-case
(#1804) Closing brace must be on a line by itself
(#1804) Commas (,) must be followed by white space.
(#1804) Commas (,) must be followed by white space.
(#1804) Commas (,) must be followed by white space.
(#1804) Commas (,) must be followed by white space.
(#1804) Variable "I" must be all lower-case
(#1804) Closing brace must be on a line by itself
(#1804) Expected 1 space before "=="; 0 found
(#1804) Expected 1 space after "=="; 0 found
(#1804) Expected 1 space before "?"; 0 found
(#1804) Expected 1 space after "?"; 0 found
(#1804) Expected 1 space before ":"; 0 found
(#1804) Expected 1 space after ":"; 0 found
(#1804) Commas (,) must be followed by white space.
(#1804) Commas (,) must be followed by white space.
(#1804) Expected "if (...) {\n"; found "if(...){"
(#1804) Expected "if (...) {\n"; found "if(...){"
(#1804) Expected 1 space before "!=="; 0 found
(#1804) Expected 1 space after "!=="; 0 found
(#1804) Variable "Zg" must be all lower-case
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Inline control structures are not allowed
(#1804) Variable "Zg" must be all lower-case
(#1804) Expected "if (...) {\n"; found "if(...){"
(#1804) Commas (,) must be followed by white space.
(#1804) Commas (,) must be followed by white space.
(#1804) Inline control structures are not allowed
(#1804) Expected 1 space before "!="; 0 found
(#1804) Expected 1 space after "!="; 0 found
(#1804) Closing brace must be on a line by itself
(#1804) Commas (,) must be followed by white space.
(#1804) Variable "Tb" must be all lower-case
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Expected 1 space before "=>"; 0 found
(#1804) Expected 1 space after "=>"; 0 found
(#1804) Commas (,) must be followed by white space.
(#1804) Expected 1 space before "=>"; 0 found
(#1804) Expected 1 space after "=>"; 0 found
(#1804) Commas (,) must be followed by white space.
(#1804) Expected 1 space before "=>"; 0 found
(#1804) Expected 1 space after "=>"; 0 found
(#1804) Commas (,) must be followed by white space.
(#1804) Variable "Tb" must be all lower-case
(#1804) Commas (,) must be followed by white space.
(#1804) Variable "Tb" must be all lower-case
(#1804) Commas (,) must be followed by white space.
(#1804) Variable "Tb" must be all lower-case
(#1804) Commas (,) must be followed by white space.
(#1804) Expected 1 space before "=>"; 0 found
(#1804) Expected 1 space after "=>"; 0 found
(#1804) Commas (,) must be followed by white space.
(#1804) Variable "Tb" must be all lower-case
(#1804) Commas (,) must be followed by white space.
(#1804) Expected 1 space before "?"; 0 found
(#1804) Expected 1 space after "?"; 0 found
(#1804) Variable "Tb" must be all lower-case
(#1804) Expected 1 space before ":"; 0 found
(#1804) Expected 1 space after ":"; 0 found
(#1804) Commas (,) must be followed by white space.
(#1804) Variable "S" must be all lower-case
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Expected "foreach (...) {\n"; found "foreach(...){"
(#1804) Expected 1 space before "=>"; 0 found
(#1804) Expected 1 space after "=>"; 0 found
(#1804) Expected 1 space after "as"; 0 found
(#1804) Line exceeds maximum limit of 180 characters; contains 2775 characters
(#1804) Line exceeds maximum limit of 180 characters; contains 2775 characters
(#1804) Line exceeds maximum limit of 180 characters; contains 2775 characters
(#1804) Line exceeds maximum limit of 180 characters; contains 2775 characters
(#1804) Line exceeds maximum limit of 180 characters; contains 2775 characters
(#1804) Line exceeds maximum limit of 180 characters; contains 2775 characters
(#1804) Line exceeds maximum limit of 180 characters; contains 2775 characters
(#1804) Line exceeds maximum limit of 180 characters; contains 2775 characters
(#1804) Variable "Zg" must be all lower-case
(#1805) Line indented incorrectly; expected at least 24 spaces, found 0
(#1805) Variable "C" must be all lower-case
(#1805) Expected 1 space before "=>"; 0 found
(#1805) Expected 1 space after "=>"; 0 found
(#1805) Variable "U" must be all lower-case
(#1805) Variable "Yh" must be all lower-case
(#1805) Expected 1 space before "="; 0 found
(#1805) Expected 1 space after "="; 0 found
(#1805) Variable "U" must be all lower-case
(#1805) Expected 1 space before "!=="; 0 found
(#1805) Expected 1 space after "!=="; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Variable "U" must be all lower-case
(#1805) Variable "Yh" must be all lower-case
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Variable "C" must be all lower-case
(#1805) Commas (,) must be followed by white space.
(#1805) Variable "C" must be all lower-case
(#1805) Commas (,) must be followed by white space.
(#1805) Commas (,) must be followed by white space.
(#1805) Commas (,) must be followed by white space.
(#1805) Commas (,) must be followed by white space.
(#1805) Commas (,) must be followed by white space.
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Variable "C" must be all lower-case
(#1805) Variable "C" must be all lower-case
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Variable "C" must be all lower-case
(#1805) Expected "if (...) {\n"; found "if(...){"
(#1805) Variable "Yh" must be all lower-case
(#1805) Variable "C" must be all lower-case
(#1805) Commas (,) must be followed by white space.
(#1805) Variable "U" must be all lower-case
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Variable "C" must be all lower-case
(#1805) Closing brace must be on a line by itself
(#1805) Expected "} else {\n"; found "}else{"
(#1805) Expected "foreach (...) {\n"; found "foreach(...){"
(#1805) Expected 1 space before "=>"; 0 found
(#1805) Expected 1 space after "=>"; 0 found
(#1805) Expected 1 space before "as"; 0 found
(#1805) Expected 1 space after "as"; 0 found
(#1805) Expected 1 space before "=>"; 0 found
(#1805) Expected 1 space after "=>"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Expected 1 space before "=>"; 0 found
(#1805) Expected 1 space after "=>"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Expected 1 space before "=>"; 0 found
(#1805) Expected 1 space after "=>"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Commas (,) must be followed by white space.
(#1805) Expected 1 space before "=>"; 0 found
(#1805) Expected 1 space after "=>"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Commas (,) must be followed by white space.
(#1805) Expected 1 space before "=>"; 0 found
(#1805) Expected 1 space after "=>"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Commas (,) must be followed by white space.
(#1805) Expected 1 space before "=>"; 0 found
(#1805) Expected 1 space after "=>"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Commas (,) must be followed by white space.
(#1805) Expected 1 space before "=>"; 0 found
(#1805) Expected 1 space after "=>"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Commas (,) must be followed by white space.
(#1805) Expected 1 space before "=>"; 0 found
(#1805) Expected 1 space after "=>"; 0 found
(#1805) Variable "_" must not contain underscores.
(#1805) Expected 1 space before "="; 0 found
(#1805) Expected 1 space after "="; 0 found
(#1805) Variable "C" must be all lower-case
(#1805) Variable "_" must not contain underscores.
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Expected 1 space before "=="; 0 found
(#1805) Expected 1 space after "=="; 0 found
(#1805) Expected 1 space before "!="; 0 found
(#1805) Expected 1 space after "!="; 0 found
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Variable "_" must not contain underscores.
(#1805) Variable "C" must be all lower-case
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Variable "C" must be all lower-case
(#1805) Closing brace must be on a line by itself
(#1805) Variable "S" must be all lower-case
(#1805) Closing brace must be on a line by itself
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Variable "C" must be all lower-case
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Closing brace must be on a line by itself
(#1805) Commas (,) must be followed by white space.
(#1805) Variable "Zg" must be all lower-case
(#1805) Commas (,) must be followed by white space.
(#1805) Expected 1 space before "=="; 0 found
(#1805) Expected 1 space after "=="; 0 found
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Commas (,) must be followed by white space.
(#1805) Inline control structures are not allowed
(#1805) Expected 1 space before "as"; 0 found
(#1805) Expected 1 space after "as"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Commas (,) must be followed by white space.
(#1805) Expected "if (...) {\n"; found "if(...){"
(#1805) Variable "Sh" must be all lower-case
(#1805) Expected 1 space before "="; 0 found
(#1805) Expected 1 space after "="; 0 found
(#1805) Variable "Te" must be all lower-case
(#1805) Expected 1 space before "="; 0 found
(#1805) Expected 1 space after "="; 0 found
(#1805) Expected 1 space before "=="; 0 found
(#1805) Expected 1 space after "=="; 0 found
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Expected 1 space before "=="; 0 found
(#1805) Expected 1 space after "=="; 0 found
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Variable "Sh" must be all lower-case
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Expected 1 space before "=="; 0 found
(#1805) Expected 1 space after "=="; 0 found
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Variable "Sh" must be all lower-case
(#1805) Variable "Te" must be all lower-case
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Expected 1 space before "=="; 0 found
(#1805) Expected 1 space after "=="; 0 found
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Variable "Te" must be all lower-case
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Expected 1 space before "=="; 0 found
(#1805) Expected 1 space after "=="; 0 found
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Expected 1 space before "=="; 0 found
(#1805) Expected 1 space after "=="; 0 found
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Expected 1 space before "="; 0 found
(#1805) Expected 1 space after "="; 0 found
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Expected "if (...) {\n"; found "if(...){"
(#1805) Expected 1 space before "!="; 0 found
(#1805) Expected 1 space after "!="; 0 found
(#1805) Expected 1 space before "!="; 0 found
(#1805) Expected 1 space after "!="; 0 found
(#1805) Expected 1 space before "="; 0 found
(#1805) Expected 1 space after "="; 0 found
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Commas (,) must be followed by white space.
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Commas (,) must be followed by white space.
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Closing brace must be on a line by itself
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Variable "S" must be all lower-case
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Variable "T" must be all lower-case
(#1805) Commas (,) must be followed by white space.
(#1805) Closing brace must be on a line by itself
(#1805) Commas (,) must be followed by white space.
(#1805) Closing brace must be on a line by itself
(#1805) Commas (,) must be followed by white space.
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Expected 1 space before "?"; 0 found
(#1805) Expected 1 space after "?"; 0 found
(#1805) Expected 1 space before ":"; 0 found
(#1805) Expected 1 space after ":"; 0 found
(#1805) Expected "if (...) {\n"; found "if(...){"
(#1805) Expected 1 space before "="; 0 found
(#1805) Expected 1 space after "="; 0 found
(#1805) Expected "if (...) {\n"; found "if(...){"
(#1805) Commas (,) must be followed by white space.
(#1805) Expected "foreach (...) {\n"; found "foreach(...){"
(#1805) Expected 1 space after "as"; 0 found
(#1805) Line exceeds maximum limit of 180 characters; contains 3558 characters
(#1805) Line exceeds maximum limit of 180 characters; contains 3558 characters
(#1805) Line exceeds maximum limit of 180 characters; contains 3558 characters
(#1805) Line exceeds maximum limit of 180 characters; contains 3558 characters
(#1805) Line exceeds maximum limit of 180 characters; contains 3558 characters
(#1805) Line exceeds maximum limit of 180 characters; contains 3558 characters
(#1805) Line exceeds maximum limit of 180 characters; contains 3558 characters
(#1805) Line exceeds maximum limit of 180 characters; contains 3558 characters
(#1806) Line indented incorrectly; expected at least 16 spaces, found 0
(#1806) Variable "K" must be all lower-case
(#1806) Commas (,) must be followed by white space.
(#1806) Variable "K" must be all lower-case
(#1806) Expected 1 space before "!="; 0 found
(#1806) Expected 1 space after "!="; 0 found
(#1806) Expected 1 space before "?"; 0 found
(#1806) Expected 1 space after "?"; 0 found
(#1806) Expected 1 space before ":"; 0 found
(#1806) Expected 1 space after ":"; 0 found
(#1806) Variable "K" must be all lower-case
(#1806) Variable "K" must be all lower-case
(#1806) Commas (,) must be followed by white space.
(#1806) Variable "K" must be all lower-case
(#1806) Commas (,) must be followed by white space.
(#1806) Variable "K" must be all lower-case
(#1806) Commas (,) must be followed by white space.
(#1806) Variable "K" must be all lower-case
(#1806) Expected 1 space before "!="; 0 found
(#1806) Expected 1 space after "!="; 0 found
(#1806) Expected 1 space before "?"; 0 found
(#1806) Expected 1 space after "?"; 0 found
(#1806) Expected 1 space before ":"; 0 found
(#1806) Expected 1 space after ":"; 0 found
(#1806) Variable "K" must be all lower-case
(#1806) Closing brace must be on a line by itself
(#1806) Closing brace must be on a line by itself
(#1806) Expected 1 space before "?"; 0 found
(#1806) Expected 1 space after "?"; 0 found
(#1806) Expected 1 space before ":"; 0 found
(#1806) Expected 1 space after ":"; 0 found
(#1806) Closing brace must be on a line by itself
(#1806) Expected "if (...) {\n"; found "if(...){"
(#1806) Expected 1 space before "="; 0 found
(#1806) Expected 1 space after "="; 0 found
(#1806) Expected "if (...) {\n"; found "if(...){"
(#1806) Commas (,) must be followed by white space.
(#1806) Inline control structures are not allowed
(#1806) Expected 1 space after "as"; 0 found
(#1806) Line exceeds maximum limit of 180 characters; contains 832 characters
(#1806) Line exceeds maximum limit of 180 characters; contains 832 characters
(#1806) Line exceeds maximum limit of 180 characters; contains 832 characters
(#1806) Line exceeds maximum limit of 180 characters; contains 832 characters
(#1806) Line exceeds maximum limit of 180 characters; contains 832 characters
(#1806) Line exceeds maximum limit of 180 characters; contains 832 characters
(#1806) Line exceeds maximum limit of 180 characters; contains 832 characters
(#1806) Line exceeds maximum limit of 180 characters; contains 832 characters
(#1807) Line indented incorrectly; expected at least 32 spaces, found 0
(#1807) Variable "X" must be all lower-case
(#1807) Variable "X" must be all lower-case
(#1807) Variable "X" must be all lower-case
(#1807) Closing brace must be on a line by itself
(#1807) Closing brace must be on a line by itself
(#1807) Expected "if (...) {\n"; found "if(...){"
(#1807) Variable "Qh" must be all lower-case
(#1807) Expected 1 space before "="; 0 found
(#1807) Expected 1 space after "="; 0 found
(#1807) Expected "if (...) {\n"; found "if(...){"
(#1807) Variable "Qh" must be all lower-case
(#1807) Commas (,) must be followed by white space.
(#1807) Inline control structures are not allowed
(#1807) Expected 1 space after "as"; 0 found
(#1807) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1807) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1807) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1807) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1807) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1807) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1807) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1807) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1807) Variable "Qh" must be all lower-case
(#1808) Line indented incorrectly; expected at least 24 spaces, found 0
(#1808) Variable "X" must be all lower-case
(#1808) Variable "X" must be all lower-case
(#1808) Variable "X" must be all lower-case
(#1808) Closing brace must be on a line by itself
(#1808) Closing brace must be on a line by itself
(#1808) Expected "if (...) {\n"; found "if(...){"
(#1808) Variable "L" must be all lower-case
(#1808) Expected 1 space before "="; 0 found
(#1808) Expected 1 space after "="; 0 found
(#1808) Expected "if (...) {\n"; found "if(...){"
(#1808) Variable "L" must be all lower-case
(#1808) Commas (,) must be followed by white space.
(#1808) Expected "foreach (...) {\n"; found "foreach(...){echo"<tr>","<th>".h($K["Name"]),"<td>".($K["Execute at"]?lang(278)."<td>".$K["Execute at"]:lang(202)." ".$K["Interval value"]." ".$K["Interval field"]."<td>$K[Starts]"),"<td>$K[Ends]",'<td><a href="'.h(ME).'event='.urlencode($K["Name"]).'">'.lang(126).'</a>';}echo"</table>\n";$sc=$h->result("SELECT @@event_scheduler");if($sc&&$sc!="ON")echo"<p class='error'><code class='jush-sqlset'>event_scheduler</code>: ".h($sc)."\n";}echo'<p class="links"><a href="'.h(ME).'event=">'.lang(199)."</a>\n";}if($Zg)echo"<script type='text/javascript'>ajaxSetHtml('".js_escape(ME)."script=db');</script>\n";}}}page_footer()"
(#1808) Expected 1 space after "as"; 0 found
(#1808) Line exceeds maximum limit of 180 characters; contains 409 characters
(#1808) Line exceeds maximum limit of 180 characters; contains 409 characters
(#1808) Line exceeds maximum limit of 180 characters; contains 409 characters
(#1808) Line exceeds maximum limit of 180 characters; contains 409 characters
(#1808) Line exceeds maximum limit of 180 characters; contains 409 characters
(#1808) Line exceeds maximum limit of 180 characters; contains 409 characters
(#1808) Line exceeds maximum limit of 180 characters; contains 409 characters
(#1808) Line exceeds maximum limit of 180 characters; contains 409 characters
(#1808) Variable "L" must be all lower-case
(#1809) Line indented incorrectly; expected at least 40 spaces, found 0
(#1809) Variable "K" must be all lower-case
(#1809) Commas (,) must be followed by white space.
(#1809) Variable "K" must be all lower-case
(#1809) Commas (,) must be followed by white space.
(#1809) Variable "K" must be all lower-case
(#1809) Expected 1 space before "?"; 0 found
(#1809) Expected 1 space after "?"; 0 found
(#1809) Variable "K" must be all lower-case
(#1809) Expected 1 space before ":"; 0 found
(#1809) Expected 1 space after ":"; 0 found
(#1809) Variable "K" must be all lower-case
(#1809) Variable "K" must be all lower-case
(#1809) Variable "K" must be all lower-case
(#1809) Commas (,) must be followed by white space.
(#1809) Variable "K" must be all lower-case
(#1809) Commas (,) must be followed by white space.
(#1809) Variable "K" must be all lower-case
(#1809) Closing brace must be on a line by itself
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Inline control structures are not allowed
(#1809) Expected 1 space before "!="; 0 found
(#1809) Expected 1 space after "!="; 0 found
(#1809) Closing brace must be on a line by itself
(#1809) Closing brace must be on a line by itself
(#1809) Inline control structures are not allowed
(#1809) Variable "Zg" must be all lower-case
(#1809) Closing brace must be on a line by itself
(#1809) Closing brace must be on a line by itself
(#1809) Closing brace must be on a line by itself
(#1809) Line exceeds maximum limit of 180 characters; contains 616 characters
(#1809) Line exceeds maximum limit of 180 characters; contains 616 characters
(#1809) Line exceeds maximum limit of 180 characters; contains 616 characters
(#1809) Line exceeds maximum limit of 180 characters; contains 616 characters
(#1809) Line exceeds maximum limit of 180 characters; contains 616 characters
(#1809) Line exceeds maximum limit of 180 characters; contains 616 characters
(#1809) Line exceeds maximum limit of 180 characters; contains 616 characters
(#1809) Line exceeds maximum limit of 180 characters; contains 616 characters
local/adminer/lib/plugins/frames.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected 1 space(s) before asterisk; 0 found
(#5) Expected 1 space(s) before asterisk; 0 found
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected at least 4 spaces, found 1
(#10) Inline doc block comments are not allowed; use "// Comment." instead
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected at least 4 spaces, found 1
(#11) Member variable "sameOrigin" must be all lower-case
(#11) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#11) Scope modifier not specified for member variable "$sameOrigin"
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Whitespace found at end of line
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Expected 2 space(s) before asterisk; 1 found
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Expected 2 space(s) before asterisk; 1 found
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected 4 spaces, found 1
(#16) Visibility must be declared on method "__construct"
(#16) Variable "sameOrigin" must be all lower-case
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 8 spaces, found 2
(#17) Variable "sameOrigin" must be all lower-case
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected 4 spaces, found 1
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Whitespace found at end of line
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected 4 spaces, found 1
(#20) Visibility must be declared on method "headers"
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected 8 spaces, found 2
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 12 spaces, found 3
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected 8 spaces, found 2
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected 4 spaces, found 1
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Whitespace found at end of line
local/adminer/lib/plugins/plugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected 1 space(s) before asterisk; 0 found
(#5) Expected 1 space(s) before asterisk; 0 found
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected at least 4 spaces, found 1
(#10) Inline doc block comments are not allowed; use "// Comment." instead
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected at least 4 spaces, found 1
(#11) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#11) Scope modifier not specified for member variable "$plugins"
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Whitespace found at end of line
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected 4 spaces, found 1
(#13) method name "AdminerPlugin::_findRootClass" must be in lower-case letters only
(#13) Visibility must be declared on method "_findRootClass"
(#13) Opening brace must be the last content on the line
(#13) Inline comments must start with a capital letter, digit or 3-dots sequence
(#13) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected 8 spaces, found 2
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 12 spaces, found 3
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected 8 spaces, found 2
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 8 spaces, found 2
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected 4 spaces, found 1
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Whitespace found at end of line
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Expected 2 space(s) before asterisk; 1 found
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Expected 2 space(s) before asterisk; 1 found
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected 4 spaces, found 1
(#23) Visibility must be declared on method "__construct"
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected 8 spaces, found 2
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 12 spaces, found 3
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected 12 spaces, found 3
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 16 spaces, found 4
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) This comment is 43% valid code; is this commented out code?
(#27) No space found before comment text; expected "// ! can use interface" but found "//! can use interface"
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 20 spaces, found 5
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 16 spaces, found 4
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected 12 spaces, found 3
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) No space found before comment text; expected "// ! it is possible to use ReflectionObject to find out which plugins defines which methods at once" but found "//! it is possible to use ReflectionObject to find out which plugins defines which methods at once"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) method name "AdminerPlugin::_callParent" must be in lower-case letters only
(#36) Visibility must be declared on method "_callParent"
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) method name "AdminerPlugin::_applyPlugin" must be in lower-case letters only
(#40) Visibility must be declared on method "_applyPlugin"
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 12 spaces, found 3
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 16 spaces, found 4
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 20 spaces, found 5
(#44) Closing brace must be on a line by itself
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 20 spaces, found 5
(#45) Closing brace must be on a line by itself
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 20 spaces, found 5
(#46) Closing brace must be on a line by itself
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 20 spaces, found 5
(#47) Closing brace must be on a line by itself
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 20 spaces, found 5
(#48) Closing brace must be on a line by itself
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 20 spaces, found 5
(#49) Closing brace must be on a line by itself
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 20 spaces, found 5
(#50) Closing brace must be on a line by itself
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 20 spaces, found 5
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 16 spaces, found 4
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 16 spaces, found 4
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 20 spaces, found 5
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 16 spaces, found 4
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 12 spaces, found 3
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
(#61) method name "AdminerPlugin::_appendPlugin" must be in lower-case letters only
(#61) Visibility must be declared on method "_appendPlugin"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 12 spaces, found 3
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 16 spaces, found 4
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 12 spaces, found 3
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 4 spaces, found 1
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Whitespace found at end of line
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Line indented incorrectly; expected at least 4 spaces, found 1
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 4 spaces, found 1
(#73) method name "AdminerPlugin::dumpFormat" must be in lower-case letters only
(#73) Visibility must be declared on method "dumpFormat"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 4 spaces, found 1
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Whitespace found at end of line
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 1
(#78) method name "AdminerPlugin::dumpOutput" must be in lower-case letters only
(#78) Visibility must be declared on method "dumpOutput"
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 4 spaces, found 1
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
(#83) method name "AdminerPlugin::editFunctions" must be in lower-case letters only
(#83) Visibility must be declared on method "editFunctions"
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 4 spaces, found 1
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Line indented incorrectly; expected at least 4 spaces, found 1
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 1
(#90) Visibility must be declared on method "name"
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#95) Visibility must be declared on method "credentials"
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 4 spaces, found 1
(#100) method name "AdminerPlugin::permanentLogin" must be in lower-case letters only
(#100) Visibility must be declared on method "permanentLogin"
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 4 spaces, found 1
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 4 spaces, found 1
(#105) Visibility must be declared on method "database"
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 4 spaces, found 1
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#110) Visibility must be declared on method "schemas"
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 4 spaces, found 1
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 4 spaces, found 1
(#115) Visibility must be declared on method "databases"
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 4 spaces, found 1
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 4 spaces, found 1
(#120) method name "AdminerPlugin::queryTimeout" must be in lower-case letters only
(#120) Visibility must be declared on method "queryTimeout"
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 2
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 4 spaces, found 1
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 4 spaces, found 1
(#125) Visibility must be declared on method "headers"
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 4 spaces, found 1
(#130) Visibility must be declared on method "head"
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 4 spaces, found 1
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#135) method name "AdminerPlugin::loginForm" must be in lower-case letters only
(#135) Visibility must be declared on method "loginForm"
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 8 spaces, found 2
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 4 spaces, found 1
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 4 spaces, found 1
(#140) Visibility must be declared on method "login"
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 4 spaces, found 1
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 4 spaces, found 1
(#145) method name "AdminerPlugin::tableName" must be in lower-case letters only
(#145) Visibility must be declared on method "tableName"
(#145) Variable "tableStatus" must be all lower-case
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 2
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 4 spaces, found 1
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 4 spaces, found 1
(#150) method name "AdminerPlugin::fieldName" must be in lower-case letters only
(#150) Visibility must be declared on method "fieldName"
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 4 spaces, found 1
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 4 spaces, found 1
(#155) method name "AdminerPlugin::selectLinks" must be in lower-case letters only
(#155) Visibility must be declared on method "selectLinks"
(#155) Variable "tableStatus" must be all lower-case
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 4 spaces, found 1
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 4 spaces, found 1
(#160) method name "AdminerPlugin::foreignKeys" must be in lower-case letters only
(#160) Visibility must be declared on method "foreignKeys"
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 4 spaces, found 1
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected 4 spaces, found 1
(#165) method name "AdminerPlugin::backwardKeys" must be in lower-case letters only
(#165) Visibility must be declared on method "backwardKeys"
(#165) Variable "tableName" must be all lower-case
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 4 spaces, found 1
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 4 spaces, found 1
(#170) method name "AdminerPlugin::backwardKeysPrint" must be in lower-case letters only
(#170) Visibility must be declared on method "backwardKeysPrint"
(#170) Variable "backwardKeys" must be all lower-case
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 4 spaces, found 1
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 4 spaces, found 1
(#175) method name "AdminerPlugin::selectQuery" must be in lower-case letters only
(#175) Visibility must be declared on method "selectQuery"
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 8 spaces, found 2
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 8 spaces, found 2
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 4 spaces, found 1
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 4 spaces, found 1
(#180) method name "AdminerPlugin::rowDescription" must be in lower-case letters only
(#180) Visibility must be declared on method "rowDescription"
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 8 spaces, found 2
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 4 spaces, found 1
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 4 spaces, found 1
(#185) method name "AdminerPlugin::rowDescriptions" must be in lower-case letters only
(#185) Visibility must be declared on method "rowDescriptions"
(#185) Variable "foreignKeys" must be all lower-case
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 8 spaces, found 2
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 8 spaces, found 2
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 4 spaces, found 1
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected 4 spaces, found 1
(#190) method name "AdminerPlugin::selectLink" must be in lower-case letters only
(#190) Visibility must be declared on method "selectLink"
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 8 spaces, found 2
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 8 spaces, found 2
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 4 spaces, found 1
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 4 spaces, found 1
(#195) method name "AdminerPlugin::selectVal" must be in lower-case letters only
(#195) Visibility must be declared on method "selectVal"
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 8 spaces, found 2
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 2
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 4 spaces, found 1
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 4 spaces, found 1
(#200) method name "AdminerPlugin::editVal" must be in lower-case letters only
(#200) Visibility must be declared on method "editVal"
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 8 spaces, found 2
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 8 spaces, found 2
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 4 spaces, found 1
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 4 spaces, found 1
(#205) method name "AdminerPlugin::selectColumnsPrint" must be in lower-case letters only
(#205) Visibility must be declared on method "selectColumnsPrint"
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 8 spaces, found 2
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 8 spaces, found 2
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 4 spaces, found 1
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 4 spaces, found 1
(#210) method name "AdminerPlugin::selectSearchPrint" must be in lower-case letters only
(#210) Visibility must be declared on method "selectSearchPrint"
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 8 spaces, found 2
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 8 spaces, found 2
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 4 spaces, found 1
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 4 spaces, found 1
(#215) method name "AdminerPlugin::selectOrderPrint" must be in lower-case letters only
(#215) Visibility must be declared on method "selectOrderPrint"
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 8 spaces, found 2
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 8 spaces, found 2
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 4 spaces, found 1
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 4 spaces, found 1
(#220) method name "AdminerPlugin::selectLimitPrint" must be in lower-case letters only
(#220) Visibility must be declared on method "selectLimitPrint"
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 8 spaces, found 2
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 8 spaces, found 2
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 4 spaces, found 1
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 4 spaces, found 1
(#225) method name "AdminerPlugin::selectLengthPrint" must be in lower-case letters only
(#225) Visibility must be declared on method "selectLengthPrint"
(#225) Variable "text_length" must not contain underscores.
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 8 spaces, found 2
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 8 spaces, found 2
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 4 spaces, found 1
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 4 spaces, found 1
(#230) method name "AdminerPlugin::selectActionPrint" must be in lower-case letters only
(#230) Visibility must be declared on method "selectActionPrint"
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 8 spaces, found 2
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 8 spaces, found 2
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 4 spaces, found 1
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 4 spaces, found 1
(#235) method name "AdminerPlugin::selectCommandPrint" must be in lower-case letters only
(#235) Visibility must be declared on method "selectCommandPrint"
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 8 spaces, found 2
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 8 spaces, found 2
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected 4 spaces, found 1
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 4 spaces, found 1
(#240) method name "AdminerPlugin::selectImportPrint" must be in lower-case letters only
(#240) Visibility must be declared on method "selectImportPrint"
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 8 spaces, found 2
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 8 spaces, found 2
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 4 spaces, found 1
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 4 spaces, found 1
(#245) method name "AdminerPlugin::selectEmailPrint" must be in lower-case letters only
(#245) Visibility must be declared on method "selectEmailPrint"
(#245) Variable "emailFields" must be all lower-case
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 8 spaces, found 2
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 8 spaces, found 2
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 4 spaces, found 1
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 4 spaces, found 1
(#250) method name "AdminerPlugin::selectColumnsProcess" must be in lower-case letters only
(#250) Visibility must be declared on method "selectColumnsProcess"
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 8 spaces, found 2
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 8 spaces, found 2
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected 4 spaces, found 1
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 4 spaces, found 1
(#255) method name "AdminerPlugin::selectSearchProcess" must be in lower-case letters only
(#255) Visibility must be declared on method "selectSearchProcess"
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 8 spaces, found 2
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 8 spaces, found 2
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 4 spaces, found 1
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected 4 spaces, found 1
(#260) method name "AdminerPlugin::selectOrderProcess" must be in lower-case letters only
(#260) Visibility must be declared on method "selectOrderProcess"
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 8 spaces, found 2
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 8 spaces, found 2
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected 4 spaces, found 1
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected 4 spaces, found 1
(#265) method name "AdminerPlugin::selectLimitProcess" must be in lower-case letters only
(#265) Visibility must be declared on method "selectLimitProcess"
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected 4 spaces, found 1
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected 4 spaces, found 1
(#270) method name "AdminerPlugin::selectLengthProcess" must be in lower-case letters only
(#270) Visibility must be declared on method "selectLengthProcess"
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 8 spaces, found 2
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 8 spaces, found 2
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 4 spaces, found 1
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 4 spaces, found 1
(#275) method name "AdminerPlugin::selectEmailProcess" must be in lower-case letters only
(#275) Visibility must be declared on method "selectEmailProcess"
(#275) Variable "foreignKeys" must be all lower-case
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 8 spaces, found 2
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 8 spaces, found 2
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 4 spaces, found 1
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected 4 spaces, found 1
(#280) method name "AdminerPlugin::selectQueryBuild" must be in lower-case letters only
(#280) Visibility must be declared on method "selectQueryBuild"
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 8 spaces, found 2
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 8 spaces, found 2
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 4 spaces, found 1
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 4 spaces, found 1
(#285) method name "AdminerPlugin::messageQuery" must be in lower-case letters only
(#285) Visibility must be declared on method "messageQuery"
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 8 spaces, found 2
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 8 spaces, found 2
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected 4 spaces, found 1
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 4 spaces, found 1
(#290) method name "AdminerPlugin::editInput" must be in lower-case letters only
(#290) Visibility must be declared on method "editInput"
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 8 spaces, found 2
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 8 spaces, found 2
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected 4 spaces, found 1
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected 4 spaces, found 1
(#295) method name "AdminerPlugin::processInput" must be in lower-case letters only
(#295) Visibility must be declared on method "processInput"
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 8 spaces, found 2
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 8 spaces, found 2
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 4 spaces, found 1
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 4 spaces, found 1
(#300) method name "AdminerPlugin::dumpDatabase" must be in lower-case letters only
(#300) Visibility must be declared on method "dumpDatabase"
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 8 spaces, found 2
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 8 spaces, found 2
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected 4 spaces, found 1
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected 4 spaces, found 1
(#305) method name "AdminerPlugin::dumpTable" must be in lower-case letters only
(#305) Visibility must be declared on method "dumpTable"
(#305) Variable "is_view" must not contain underscores.
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 8 spaces, found 2
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 8 spaces, found 2
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 4 spaces, found 1
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected 4 spaces, found 1
(#310) method name "AdminerPlugin::dumpData" must be in lower-case letters only
(#310) Visibility must be declared on method "dumpData"
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 8 spaces, found 2
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 8 spaces, found 2
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected 4 spaces, found 1
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 4 spaces, found 1
(#315) method name "AdminerPlugin::dumpFilename" must be in lower-case letters only
(#315) Visibility must be declared on method "dumpFilename"
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 8 spaces, found 2
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 8 spaces, found 2
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected 4 spaces, found 1
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected 4 spaces, found 1
(#320) method name "AdminerPlugin::dumpHeaders" must be in lower-case letters only
(#320) Visibility must be declared on method "dumpHeaders"
(#320) Variable "multi_table" must not contain underscores.
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 8 spaces, found 2
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 8 spaces, found 2
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected 4 spaces, found 1
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected 4 spaces, found 1
(#325) Visibility must be declared on method "homepage"
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 8 spaces, found 2
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 8 spaces, found 2
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected 4 spaces, found 1
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 4 spaces, found 1
(#330) Visibility must be declared on method "navigation"
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 8 spaces, found 2
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 8 spaces, found 2
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected 4 spaces, found 1
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected 4 spaces, found 1
(#335) method name "AdminerPlugin::databasesPrint" must be in lower-case letters only
(#335) Visibility must be declared on method "databasesPrint"
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 8 spaces, found 2
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 8 spaces, found 2
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected 4 spaces, found 1
(#340) Spaces must be used to indent lines; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected 4 spaces, found 1
(#340) method name "AdminerPlugin::tablesPrint" must be in lower-case letters only
(#340) Visibility must be declared on method "tablesPrint"
(#341) Spaces must be used to indent lines; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 8 spaces, found 2
(#342) Spaces must be used to indent lines; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 8 spaces, found 2
(#343) Spaces must be used to indent lines; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected 4 spaces, found 1
local/adminer/lib/run_adminer.php
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Expected "if (...) {\n"; found "if(...) {\n"
(#39) Public method name "Adminer_Custom::loginForm" must be in lower-case letters only
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
local/adminer/settings.php
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(745 errors, 5771 warnings)

This section shows the coding style problems detected in the code by eslint [More info]

local/adminer/box/AJS_fx.js
(#1) Line 1 exceeds the maximum line length of 132. (max-len)
(#1) 'AJS' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key '_shades'. (key-spacing)
(#1) Unquoted number literal '0' used as key. (quote-props)
(#1) Missing space before value for key '0'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Unquoted number literal '1' used as key. (quote-props)
(#1) Missing space before value for key '1'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Unquoted number literal '2' used as key. (quote-props)
(#1) Missing space before value for key '2'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Unquoted number literal '3' used as key. (quote-props)
(#1) Missing space before value for key '3'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Unquoted number literal '4' used as key. (quote-props)
(#1) Missing space before value for key '4'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Unquoted number literal '5' used as key. (quote-props)
(#1) Missing space before value for key '5'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Unquoted number literal '6' used as key. (quote-props)
(#1) Missing space before value for key '6'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'highlight'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) This line has 93 statements. Maximum allowed is 2. (max-statements-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'increase'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'fadeIn'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "var". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'fadeOut'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setWidth'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setHeight'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'init'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'onStart'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Unexpected empty function. (no-empty-function)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'onComplete'. (key-spacing)
(#1) Unexpected empty function. (no-empty-function)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) A space is required after ','. (comma-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'transition'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'duration'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'wait'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'fps'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setOptions'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'step'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "this". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setNow'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'compute'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'clearTimer'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key '_start'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected no return value. (consistent-return)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'custom'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'set'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setStyle'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'init'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'increase'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'init'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setNow'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'p' is not defined. (no-undef)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'p' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'p' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) 'p' is not defined. (no-undef)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'custom'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "var". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) 'p' is not defined. (no-undef)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'p' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'p' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'p' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'p' is not defined. (no-undef)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Expected no return value. (consistent-return)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'increase'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'linear'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'sineInOut'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'script_loaded' is not in camel case. (camelcase)
(#1) 'script_loaded' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#2) 'script_loaded' is not defined. (no-undef)
(#2) Identifier 'script_loaded' is not in camel case. (camelcase)
(#2) Infix operators must be spaced. (space-infix-ops)
local/adminer/box/AJS.js
(#1) Line 1 exceeds the maximum line length of 132. (max-len)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'BASE_URL'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'ajaxErrorHandler'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getQueryArgument'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) This line has 746 statements. Maximum allowed is 2. (max-statements-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key '_agent'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier '_agent_version' is not in camel case. (camelcase)
(#1) Missing space before value for key '_agent_version'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isIe'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isIe8'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isSafari'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isOpera'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isMozilla'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isMac'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isCamino'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'createArray'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'forceArray'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'join'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "try". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "catch". (keyword-spacing)
(#1) Expected space(s) before "catch". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isIn'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getIndex'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getFirst'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getLast'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getRandom'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'update'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'flattenList'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "var". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Empty block statement. (no-empty)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'flattenElmArguments'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected to return a value at the end of this function. (consistent-return)
(#1) Missing space before value for key 'map'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "for". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected to return a value at the end of this function. (consistent-return)
(#1) Missing space before value for key 'rmap'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) unnecessary '.apply()'. (no-useless-call)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'filter'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'partial'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getElement'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getElements'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getElementsByTagAndClassName'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "var". (keyword-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) 'd' is defined but never used. (no-unused-vars)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'c' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'c' used outside of binding context. (block-scoped-var)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'm' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'c' used outside of binding context. (block-scoped-var)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'm' used outside of binding context. (block-scoped-var)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) 'c' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'c' used outside of binding context. (block-scoped-var)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'c' used outside of binding context. (block-scoped-var)
(#1) 'c' is already defined. (no-redeclare)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'c' used outside of binding context. (block-scoped-var)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'm' is already defined. (no-redeclare)
(#1) 'm' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'c' used outside of binding context. (block-scoped-var)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'm' used outside of binding context. (block-scoped-var)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) 'c' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'c' used outside of binding context. (block-scoped-var)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'nodeName'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key '_nodeWalk'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "while". (keyword-spacing)
(#1) Expected space(s) before "while". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getParentBytc'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected to return a value at the end of this function. (consistent-return)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getChildBytc'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'hasParent'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getPreviousSiblingBytc'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getNextSiblingBytc'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getBody'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getFormElement'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getSelectValue'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'a' is already defined. (no-redeclare)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'documentInsert'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'appendChildNodes'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'appendToTop'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "while". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Unexpected constant condition. (no-constant-condition)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'replaceChildNodes'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "while". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Unreachable code. (no-unreachable)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'insertAfter'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'insertBefore'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'swapDOM'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'removeElement'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "try". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) '$' is not defined. (no-undef)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "catch". (keyword-spacing)
(#1) Expected space(s) before "catch". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Empty block statement. (no-empty)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'createDOM'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) 'k' is not defined. (no-undef)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'a' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'k' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'k' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'k' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'a' used outside of binding context. (block-scoped-var)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'k' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'k' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'k' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'a' used outside of binding context. (block-scoped-var)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'k' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) 'a' used outside of binding context. (block-scoped-var)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Expected space(s) before "for". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'a' is already defined. (no-redeclare)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key '_createDomShortcuts'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setHTML'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setVisibility'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'showElement'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'hideElement'. (key-spacing)
(#1) 'a' is defined but never used. (no-unused-vars)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isElementHidden'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isElementShown'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setStyle'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key '__cssDim'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'a' is already defined. (no-redeclare)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setWidth'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setHeight'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setLeft'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setRight'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setTop'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setClass'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'addClass'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'hasClass'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "var". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'removeClass'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setOpacity'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'HTML2DOM'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'preloadImages'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'RND'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getXMLHttpRequest'. (key-spacing)
(#1) Expected to return a value at the end of this function. (consistent-return)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'ActiveXObject' is not defined. (no-undef)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'ActiveXObject' is not defined. (no-undef)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'ActiveXObject' is not defined. (no-undef)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "throw". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected an object to be thrown. (no-throw-literal)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "try". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "catch". (keyword-spacing)
(#1) Expected space(s) after "catch". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Empty block statement. (no-empty)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getRequest'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJSDeferred' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'serializeJSON'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "var". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Avoid arguments.callee. (no-caller)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) 'd' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) 'h' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1) 'h' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'd' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'h' used outside of binding context. (block-scoped-var)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'd' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'loadJSON'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) 'a' is defined but never used. (no-unused-vars)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Expected to return a value at the end of this function. (consistent-return)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'evalTxt'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "try". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) eval can be harmful. (no-eval)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "catch". (keyword-spacing)
(#1) Expected space(s) after "catch". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) eval can be harmful. (no-eval)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'evalScriptTags'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Identifier 'script_data' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Identifier 'script_data' is not in camel case. (camelcase)
(#1) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Identifier 'script_data' is not in camel case. (camelcase)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Identifier 'script_only' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Identifier 'script_data' is not in camel case. (camelcase)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'script_only' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Identifier 'script_only' is not in camel case. (camelcase)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) eval can be harmful. (no-eval)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'encodeArguments'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) 'k' is not defined. (no-undef)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'k' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'k' is not defined. (no-undef)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key '_reprString'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key '_reprDate'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getMousePos'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'b' is already defined. (no-redeclare)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Missing space before value for key 'x'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'y'. (key-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getScrollTop'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'absolutePosition'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing space before value for key 'x'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'y'. (key-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Missing space before value for key 'x'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'y'. (key-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing space before value for key 'x'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'y'. (key-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "var". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'x'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'y'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "while". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getWindowSize'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Missing space before value for key 'w'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'h'. (key-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isOverlapping'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'getEventElm'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "var". (keyword-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'b' is already defined. (no-redeclare)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'b' used outside of binding context. (block-scoped-var)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setEventKey'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'onEvent'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier 'ready_bound' is not in camel case. (camelcase)
(#1) Missing space before value for key 'ready_bound'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier 'is_ready' is not in camel case. (camelcase)
(#1) Missing space before value for key 'is_ready'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'bindReady'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Identifier 'ready_bound' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Avoid arguments.callee. (no-caller)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Avoid arguments.callee. (no-caller)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "try". (keyword-spacing)
(#1) Expected space(s) before "try". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "catch". (keyword-spacing)
(#1) Expected space(s) before "catch". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Avoid arguments.callee. (no-caller)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier 'ready_list' is not in camel case. (camelcase)
(#1) Missing space before value for key 'ready_list'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'ready'. (key-spacing)
(#1) 'a' is defined but never used. (no-unused-vars)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Identifier 'is_ready' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Identifier 'ready_list' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier '_f_guid' is not in camel case. (camelcase)
(#1) Missing space before value for key '_f_guid'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier '_wipe_guid' is not in camel case. (camelcase)
(#1) Missing space before value for key '_wipe_guid'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'addEventListener'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Identifier 'listen_once' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Identifier '$f_guid' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Identifier '_wipe_guid' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'handleEvent'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "var". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Expected no return value. (consistent-return)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'removeEventListener'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'map' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'bind'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'bindMethods'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'preventDefault'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key '_listenOnce'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key '_getRealScope'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected to return a value at the end of this function. (consistent-return)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "try". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "catch". (keyword-spacing)
(#1) Expected space(s) after "catch". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Empty block statement. (no-empty)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier '_reccruing_tos' is not in camel case. (camelcase)
(#1) Missing space before value for key '_reccruing_tos'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setSingleTimeout'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'keys'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'values'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'urlencode'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'urldecode'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isDefined'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isArray'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "try". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "catch". (keyword-spacing)
(#1) Expected space(s) before "catch". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isString'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isNumber'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isObject'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isFunction'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'isDict'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'exportToGlobalScope'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'e' is not defined. (no-undef)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) 'e' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'e' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'e' is not defined. (no-undef)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'log'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "try". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Unexpected console statement. (no-console)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "catch". (keyword-spacing)
(#1) Expected space(s) before "catch". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Empty block statement. (no-empty)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'strip'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier 'trim_if_needed' is not in camel case. (camelcase)
(#1) Missing space before value for key 'trim_if_needed'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Expected to return a value at the end of this function. (consistent-return)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'extend'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) 'k' is not defined. (no-undef)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'k' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'k' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'k' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'implement'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key '_parentize'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJSDeferred' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'http_method' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Identifier 'http_url' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJSDeferred' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'excCallbackSeq'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "while". (keyword-spacing)
(#1) Expected space(s) before "while". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'callback'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'errback'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'req' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) 'req' is not defined. (no-undef)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Unexpected alert. (no-alert)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "this". (keyword-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'addErrback'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'addCallback'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'abort'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'addCallbacks'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key '_onreadystatechange'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'f' is defined but never used. (no-unused-vars)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "try". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "catch". (keyword-spacing)
(#1) Expected space(s) before "catch". (keyword-spacing)
(#1) Empty block statement. (no-empty)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'sendReq'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) 'script_loaded' is not defined. (no-undef)
(#1) Identifier 'script_loaded' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' used outside of binding context. (block-scoped-var)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' used outside of binding context. (block-scoped-var)
local/adminer/box/gb_scripts.js
(#1) Line 1 exceeds the maximum line length of 132. (max-len)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'GB_hide' is not defined. (no-undef)
(#1) Identifier 'GB_hide' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) This line has 324 statements. Maximum allowed is 2. (max-statements-per-line)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'GreyBox' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'init'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Identifier 'use_fx' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'overlay_click_close' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'root_dir' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'GB_ROOT_DIR' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'callback_fns' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'reload_on_close' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'src_loader' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Identifier 'src_loader' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Identifier 'src_loader' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "this". (keyword-spacing)
(#1) Identifier 'show_loading' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'addCallback'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'show'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'hide'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'onComplete'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'duration'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) '_GB_setOverlayDimension' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) '_GB_update' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'update'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'createElements'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'g_window' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'id'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) 'AJS' is not defined. (no-undef)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'duration'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'to'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'onComplete'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) '_GB_setOverlayDimension' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) '_GB_update' is not defined. (no-undef)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'removeFrame'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "try". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "catch". (keyword-spacing)
(#1) Expected space(s) after "catch". (keyword-spacing)
(#1) Empty block statement. (no-empty)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) before "this". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'startLoading'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setOverlayDimension'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "var". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'initOverlay'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'id'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) 'GB_hide' is not defined. (no-undef)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'initFrame'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'name'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'class'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'frameBorder'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Script URL is a form of eval. (no-script-url)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "this". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'middle_cnt' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'class'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'top_cnt' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'bottom_cnt' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'onHide'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Unexpected empty function. (no-empty-function)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'onShow'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Unexpected empty function. (no-empty-function)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setFrameSize'. (key-spacing)
(#1) Unexpected empty function. (no-empty-function)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setWindowPosition'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Unexpected empty function. (no-empty-function)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'initHook'. (key-spacing)
(#1) Unexpected empty function. (no-empty-function)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) '_GB_update' is not defined. (no-undef)
(#1) Identifier '_GB_update' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) '_GB_setOverlayDimension' is not defined. (no-undef)
(#1) Identifier '_GB_setOverlayDimension' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) 'GB_ROOT_DIR' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'script_loaded' is not in camel case. (camelcase)
(#1) 'script_loaded' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing JSDoc comment. (require-jsdoc)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'caption'. (key-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'url'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#1) 'GB_showFullScreenSet' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) 'GB_showImageSet' is not defined. (no-undef)
(#1) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#1) 'GB_showImage' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'GB_show' is not defined. (no-undef)
(#1) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#1) 'GB_showFullScreen' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#1) 'GB_showCenter' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'GB_showImage' is not in camel case. (camelcase)
(#1) 'GB_showImage' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'width'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'height'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'type'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'fullscreen'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier 'center_win' is not in camel case. (camelcase)
(#1) Missing space before value for key 'center_win'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'caption'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier 'callback_fn' is not in camel case. (camelcase)
(#1) Missing space before value for key 'callback_fn'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Identifier 'GB_Gallery' is not in camel case. (camelcase)
(#1) 'GB_Gallery' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'GB_showPage' is not defined. (no-undef)
(#1) Identifier 'GB_showPage' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'type'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'caption'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier 'callback_fn' is not in camel case. (camelcase)
(#1) Missing space before value for key 'callback_fn'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'fullscreen'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier 'center_win' is not in camel case. (camelcase)
(#1) Missing space before value for key 'center_win'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Identifier 'GB_Gallery' is not in camel case. (camelcase)
(#1) 'GB_Gallery' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'GB_Gallery' is not defined. (no-undef)
(#1) Identifier 'GB_Gallery' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'GreyBox' is not defined. (no-undef)
(#1) Missing space before value for key 'init'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'img_close' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'initHook'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'class'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'class'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'id'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'class'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'width'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'id'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'class'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'width'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'src'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) 'GB_hide' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'class'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'width'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'cellspacing'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'cellpadding'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'border'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setFrameSize'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key '_setHeaderPos'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setWindowPosition'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "this". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'onHide'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'onShow'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'to'. (key-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) 'GB_ROOT_DIR' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'GB_showFullScreenSet' is not in camel case. (camelcase)
(#1) 'GB_showFullScreenSet' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'type'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'fullscreen'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier 'center_win' is not in camel case. (camelcase)
(#1) Missing space before value for key 'center_win'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'GB_Sets' is not defined. (no-undef)
(#1) Identifier 'GB_Sets' is not in camel case. (camelcase)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'GB_showImageSet' is not in camel case. (camelcase)
(#1) 'GB_showImageSet' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'type'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'fullscreen'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier 'center_win' is not in camel case. (camelcase)
(#1) Missing space before value for key 'center_win'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'width'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'height'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'GB_Sets' is not defined. (no-undef)
(#1) Identifier 'GB_Sets' is not in camel case. (camelcase)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'GB_Sets' is not in camel case. (camelcase)
(#1) 'GB_Sets' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Identifier 'GB_Gallery' is not in camel case. (camelcase)
(#1) 'GB_Gallery' is not defined. (no-undef)
(#1) Missing space before value for key 'init'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Identifier 'img_next' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Identifier 'img_prev' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "this". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Identifier 'current_set' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'showSet'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Identifier 'current_index' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'btn_prev' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'class'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'src'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'btn_next' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'class'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'src'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'GB_STATUS' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'class'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) 'GB_STATUS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'updateStatus'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'GB_STATUS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) 'AJS' is not defined. (no-undef)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key '_setCaption'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'updateFrame'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'switchPrev'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'switchNext'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'GB_ROOT_DIR' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) 'GB_ROOT_DIR' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'GB_show' is not defined. (no-undef)
(#1) Identifier 'GB_show' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'caption'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'height'. (key-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'width'. (key-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'fullscreen'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier 'callback_fn' is not in camel case. (camelcase)
(#1) Missing space before value for key 'callback_fn'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Identifier 'GB_Window' is not in camel case. (camelcase)
(#1) 'GB_Window' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'GB_showCenter' is not in camel case. (camelcase)
(#1) 'GB_showCenter' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'caption'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier 'center_win' is not in camel case. (camelcase)
(#1) Missing space before value for key 'center_win'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'height'. (key-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'width'. (key-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'fullscreen'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier 'callback_fn' is not in camel case. (camelcase)
(#1) Missing space before value for key 'callback_fn'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'GB_Window' is not defined. (no-undef)
(#1) Identifier 'GB_Window' is not in camel case. (camelcase)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'GB_showFullScreen' is not in camel case. (camelcase)
(#1) 'GB_showFullScreen' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'caption'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'fullscreen'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Identifier 'callback_fn' is not in camel case. (camelcase)
(#1) Missing space before value for key 'callback_fn'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'GB_Window' is not defined. (no-undef)
(#1) Identifier 'GB_Window' is not in camel case. (camelcase)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'GB_Window' is not in camel case. (camelcase)
(#1) 'GB_Window' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'GreyBox' is not defined. (no-undef)
(#1) Missing space before value for key 'init'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'img_header' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'img_close' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'show_close_img' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'initHook'. (key-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'class'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'class'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'class'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing space before value for key 'src'. (key-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) 'GB_hide' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Identifier 'tbody_header' is not in camel case. (camelcase)
(#1) 'tbody_header' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) 'tbody_header' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) 'tbody_header' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) 'AJS' is not defined. (no-undef)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setFrameSize'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Identifier 'overlay_h' is not in camel case. (camelcase)
(#1) 'overlay_h' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'overlay_h' is not defined. (no-undef)
(#1) Identifier 'overlay_h' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'overlay_h' is not defined. (no-undef)
(#1) Identifier 'overlay_h' is not in camel case. (camelcase)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'setWindowPosition'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'AJS' is not defined. (no-undef)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) 'AJS' is not defined. (no-undef)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'AJS' is not defined. (no-undef)
(#1) 'GB_ROOT_DIR' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) 'GB_ROOT_DIR' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#2) 'script_loaded' is not defined. (no-undef)
(#2) Identifier 'script_loaded' is not in camel case. (camelcase)
(#2) Infix operators must be spaced. (space-infix-ops)

CSS problems

(609 errors, 48 warnings)

This section shows CSS problems detected by stylelint [More info]

local/adminer/box/gb_styles.css
(#137) Unexpected single-line block (block-no-single-line)
(#147) Unexpected single-line block (block-no-single-line)
(#148) Unexpected single-line block (block-no-single-line)
local/adminer/lib/adminer.css
(#111) Expected newline after "}" (block-closing-brace-newline-after)
(#12) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#13) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#15) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#16) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#17) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#19) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#20) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#22) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#24) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#26) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#28) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#29) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#31) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#32) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#33) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#34) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#35) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#36) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#37) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#39) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#40) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#42) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#44) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#46) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#48) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#49) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#50) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#52) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#53) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#55) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#56) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#57) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#58) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#59) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#61) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#62) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#63) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#64) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#65) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#66) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#67) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#68) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#69) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#70) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#71) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#72) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#73) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#74) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#75) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#76) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#77) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#78) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#79) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#80) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#81) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#82) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#83) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#84) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#85) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#86) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#87) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#88) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#89) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#90) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#91) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#92) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#93) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#94) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#95) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#96) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#97) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#98) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#99) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#100) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#101) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#102) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#103) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#104) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#105) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#107) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#108) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#109) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#110) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#111) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#112) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#113) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#114) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#115) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#116) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#117) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#118) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#119) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#120) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#121) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#122) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#123) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#124) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#125) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#126) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#127) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#128) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#129) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#12) Unexpected single-line block (block-no-single-line)
(#13) Unexpected single-line block (block-no-single-line)
(#15) Unexpected single-line block (block-no-single-line)
(#16) Unexpected single-line block (block-no-single-line)
(#17) Unexpected single-line block (block-no-single-line)
(#19) Unexpected single-line block (block-no-single-line)
(#20) Unexpected single-line block (block-no-single-line)
(#22) Unexpected single-line block (block-no-single-line)
(#24) Unexpected single-line block (block-no-single-line)
(#26) Unexpected single-line block (block-no-single-line)
(#28) Unexpected single-line block (block-no-single-line)
(#29) Unexpected single-line block (block-no-single-line)
(#31) Unexpected single-line block (block-no-single-line)
(#32) Unexpected single-line block (block-no-single-line)
(#33) Unexpected single-line block (block-no-single-line)
(#34) Unexpected single-line block (block-no-single-line)
(#35) Unexpected single-line block (block-no-single-line)
(#36) Unexpected single-line block (block-no-single-line)
(#37) Unexpected single-line block (block-no-single-line)
(#39) Unexpected single-line block (block-no-single-line)
(#40) Unexpected single-line block (block-no-single-line)
(#42) Unexpected single-line block (block-no-single-line)
(#44) Unexpected single-line block (block-no-single-line)
(#46) Unexpected single-line block (block-no-single-line)
(#48) Unexpected single-line block (block-no-single-line)
(#49) Unexpected single-line block (block-no-single-line)
(#50) Unexpected single-line block (block-no-single-line)
(#52) Unexpected single-line block (block-no-single-line)
(#53) Unexpected single-line block (block-no-single-line)
(#55) Unexpected single-line block (block-no-single-line)
(#56) Unexpected single-line block (block-no-single-line)
(#57) Unexpected single-line block (block-no-single-line)
(#58) Unexpected single-line block (block-no-single-line)
(#59) Unexpected single-line block (block-no-single-line)
(#60) Unexpected single-line block (block-no-single-line)
(#61) Unexpected single-line block (block-no-single-line)
(#62) Unexpected single-line block (block-no-single-line)
(#63) Unexpected single-line block (block-no-single-line)
(#64) Unexpected single-line block (block-no-single-line)
(#65) Unexpected single-line block (block-no-single-line)
(#66) Unexpected single-line block (block-no-single-line)
(#67) Unexpected single-line block (block-no-single-line)
(#68) Unexpected single-line block (block-no-single-line)
(#69) Unexpected single-line block (block-no-single-line)
(#70) Unexpected single-line block (block-no-single-line)
(#71) Unexpected single-line block (block-no-single-line)
(#72) Unexpected single-line block (block-no-single-line)
(#73) Unexpected single-line block (block-no-single-line)
(#74) Unexpected single-line block (block-no-single-line)
(#75) Unexpected single-line block (block-no-single-line)
(#76) Unexpected single-line block (block-no-single-line)
(#77) Unexpected single-line block (block-no-single-line)
(#78) Unexpected single-line block (block-no-single-line)
(#79) Unexpected single-line block (block-no-single-line)
(#80) Unexpected single-line block (block-no-single-line)
(#81) Unexpected single-line block (block-no-single-line)
(#82) Unexpected single-line block (block-no-single-line)
(#83) Unexpected single-line block (block-no-single-line)
(#84) Unexpected single-line block (block-no-single-line)
(#85) Unexpected single-line block (block-no-single-line)
(#86) Unexpected single-line block (block-no-single-line)
(#87) Unexpected single-line block (block-no-single-line)
(#88) Unexpected single-line block (block-no-single-line)
(#89) Unexpected single-line block (block-no-single-line)
(#90) Unexpected single-line block (block-no-single-line)
(#91) Unexpected single-line block (block-no-single-line)
(#92) Unexpected single-line block (block-no-single-line)
(#93) Unexpected single-line block (block-no-single-line)
(#94) Unexpected single-line block (block-no-single-line)
(#95) Unexpected single-line block (block-no-single-line)
(#96) Unexpected single-line block (block-no-single-line)
(#97) Unexpected single-line block (block-no-single-line)
(#98) Unexpected single-line block (block-no-single-line)
(#99) Unexpected single-line block (block-no-single-line)
(#100) Unexpected single-line block (block-no-single-line)
(#101) Unexpected single-line block (block-no-single-line)
(#102) Unexpected single-line block (block-no-single-line)
(#103) Unexpected single-line block (block-no-single-line)
(#104) Unexpected single-line block (block-no-single-line)
(#105) Unexpected single-line block (block-no-single-line)
(#106) Unexpected single-line block (block-no-single-line)
(#107) Unexpected single-line block (block-no-single-line)
(#108) Unexpected single-line block (block-no-single-line)
(#109) Unexpected single-line block (block-no-single-line)
(#110) Unexpected single-line block (block-no-single-line)
(#111) Unexpected single-line block (block-no-single-line)
(#112) Unexpected single-line block (block-no-single-line)
(#113) Unexpected single-line block (block-no-single-line)
(#114) Unexpected single-line block (block-no-single-line)
(#115) Unexpected single-line block (block-no-single-line)
(#116) Unexpected single-line block (block-no-single-line)
(#117) Unexpected single-line block (block-no-single-line)
(#118) Unexpected single-line block (block-no-single-line)
(#119) Unexpected single-line block (block-no-single-line)
(#120) Unexpected single-line block (block-no-single-line)
(#121) Unexpected single-line block (block-no-single-line)
(#122) Unexpected single-line block (block-no-single-line)
(#123) Unexpected single-line block (block-no-single-line)
(#124) Unexpected single-line block (block-no-single-line)
(#125) Unexpected single-line block (block-no-single-line)
(#126) Unexpected single-line block (block-no-single-line)
(#127) Unexpected single-line block (block-no-single-line)
(#128) Unexpected single-line block (block-no-single-line)
(#129) Unexpected single-line block (block-no-single-line)
(#12) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#13) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#15) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#16) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#17) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#19) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#20) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#22) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#26) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#28) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#29) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#31) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#32) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#33) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#34) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#35) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#36) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#37) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#39) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#40) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#42) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#44) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#46) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#48) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#49) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#50) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#52) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#53) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#55) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#57) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#58) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#59) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#61) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#62) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#63) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#64) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#65) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#66) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#67) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#68) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#69) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#70) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#71) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#72) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#73) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#74) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#75) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#76) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#77) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#78) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#79) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#80) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#81) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#82) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#83) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#84) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#85) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#86) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#87) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#88) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#89) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#90) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#91) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#92) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#95) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#96) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#97) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#98) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#99) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#100) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#101) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#102) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#103) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#104) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#105) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#106) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#107) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#108) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#109) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#110) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#111) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#112) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#113) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#114) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#115) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#116) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#117) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#118) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#119) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#120) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#121) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#122) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#123) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#124) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#125) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#126) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#127) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#128) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#129) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#56) Expected single space before "{" (block-opening-brace-space-before)
(#12) Expected "#FFEEEE" to be "#ffeeee" (color-hex-case)
(#13) Expected "#EEFFEE" to be "#eeffee" (color-hex-case)
(#56) Expected "#21759B" to be "#21759b" (color-hex-case)
(#57) Expected "#D54E21" to be "#d54e21" (color-hex-case)
(#59) Expected "#F9F9F9" to be "#f9f9f9" (color-hex-case)
(#63) Expected "#21759B" to be "#21759b" (color-hex-case)
(#64) Expected "#21759B" to be "#21759b" (color-hex-case)
(#65) Expected "#D54E21" to be "#d54e21" (color-hex-case)
(#67) Expected "#BBB" to be "#bbb" (color-hex-case)
(#69) Expected "#DfDfDf" to be "#dfdfdf" (color-hex-case)
(#73) Expected "#DFDFDF" to be "#dfdfdf" (color-hex-case)
(#73) Expected "#BBB" to be "#bbb" (color-hex-case)
(#74) Expected "#DDD" to be "#ddd" (color-hex-case)
(#75) Expected "#F1F1F1" to be "#f1f1f1" (color-hex-case)
(#76) Expected "#BCD" to be "#bcd" (color-hex-case)
(#77) Expected "#F1F1F1" to be "#f1f1f1" (color-hex-case)
(#77) Expected "#E3E3E3" to be "#e3e3e3" (color-hex-case)
(#84) Expected "#DFDFDF" to be "#dfdfdf" (color-hex-case)
(#96) Expected "#FEE" to be "#fee" (color-hex-case)
(#97) Expected "#DDD" to be "#ddd" (color-hex-case)
(#102) Expected "#BBB" to be "#bbb" (color-hex-case)
(#104) Expected "#E3E3E3" to be "#e3e3e3" (color-hex-case)
(#106) Expected "#E3E3E3" to be "#e3e3e3" (color-hex-case)
(#107) Expected "#E3E3E3" to be "#e3e3e3" (color-hex-case)
(#118) Expected "#E3E3E3" to be "#e3e3e3" (color-hex-case)
(#118) Expected "#F1F1F1" to be "#f1f1f1" (color-hex-case)
(#12) Expected "#FFEEEE" to be "#FEE" (color-hex-length)
(#13) Expected "#EEFFEE" to be "#EFE" (color-hex-length)
(#77) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#56) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#125) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#12) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#13) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#15) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#16) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#17) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#19) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#22) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#24) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#28) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#29) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#33) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#34) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#35) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#36) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#37) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#39) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#40) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#42) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#44) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#46) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#48) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#52) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#53) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#56) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#57) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#59) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#62) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#65) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#67) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#69) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#73) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#77) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#80) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#81) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#84) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#86) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#87) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#88) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#95) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#96) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#97) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#102) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#103) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#104) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#106) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#107) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#109) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#110) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#112) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#116) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#117) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#118) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#122) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#125) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#126) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#127) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#128) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#53) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#106) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#12) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#12) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#16) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#16) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#17) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#17) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#19) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#19) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#20) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#24) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#24) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#24) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#24) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#24) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#24) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#26) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#33) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#33) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#34) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#34) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#35) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#35) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#36) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#36) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#37) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#37) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#39) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#39) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#40) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#40) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#42) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#42) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#44) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#44) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#46) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#46) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#49) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#52) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#52) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#52) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#52) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#52) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#53) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#53) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#56) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#56) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#56) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#55) Unexpected !important (declaration-no-important)
(#74) Unexpected !important (declaration-no-important)
(#88) Unexpected !important (declaration-no-important)
(#112) Expected single space after "," in a single-line function (function-comma-space-after)
(#112) Expected single space after "," in a single-line function (function-comma-space-after)
(#112) Expected single space after "," in a single-line function (function-comma-space-after)
(#12) Unexpected data URI (function-url-data-uris)
(#13) Unexpected data URI (function-url-data-uris)
(#15) Unexpected data URI (function-url-data-uris)
(#16) Unexpected data URI (function-url-data-uris)
(#17) Unexpected data URI (function-url-data-uris)
(#19) Unexpected data URI (function-url-data-uris)
(#22) Unexpected data URI (function-url-data-uris)
(#28) Unexpected data URI (function-url-data-uris)
(#29) Unexpected data URI (function-url-data-uris)
(#33) Unexpected data URI (function-url-data-uris)
(#35) Unexpected data URI (function-url-data-uris)
(#36) Unexpected data URI (function-url-data-uris)
(#37) Unexpected data URI (function-url-data-uris)
(#39) Unexpected data URI (function-url-data-uris)
(#40) Unexpected data URI (function-url-data-uris)
(#42) Unexpected data URI (function-url-data-uris)
(#46) Unexpected data URI (function-url-data-uris)
(#52) Unexpected data URI (function-url-data-uris)
(#53) Unexpected data URI (function-url-data-uris)
(#56) Unexpected data URI (function-url-data-uris)
(#56) Unexpected unit (length-zero-no-unit)
(#112) Unexpected unit (length-zero-no-unit)
(#12) Expected line length to be no more than 132 characters (max-line-length)
(#13) Expected line length to be no more than 132 characters (max-line-length)
(#15) Expected line length to be no more than 132 characters (max-line-length)
(#16) Expected line length to be no more than 132 characters (max-line-length)
(#16) Expected line length to be no more than 132 characters (max-line-length)
(#16) Expected line length to be no more than 132 characters (max-line-length)
(#17) Expected line length to be no more than 132 characters (max-line-length)
(#19) Expected line length to be no more than 132 characters (max-line-length)
(#22) Expected line length to be no more than 132 characters (max-line-length)
(#22) Expected line length to be no more than 132 characters (max-line-length)
(#28) Expected line length to be no more than 132 characters (max-line-length)
(#28) Expected line length to be no more than 132 characters (max-line-length)
(#28) Expected line length to be no more than 132 characters (max-line-length)
(#29) Expected line length to be no more than 132 characters (max-line-length)
(#29) Expected line length to be no more than 132 characters (max-line-length)
(#29) Expected line length to be no more than 132 characters (max-line-length)
(#31) Expected line length to be no more than 132 characters (max-line-length)
(#33) Expected line length to be no more than 132 characters (max-line-length)
(#5) Unexpected whitespace at end of line (no-eol-whitespace)
(#9) Unexpected whitespace at end of line (no-eol-whitespace)
(#111) Unexpected whitespace at end of line (no-eol-whitespace)
(#79) Unexpected unknown property "%padding-top" (property-no-unknown)
(#81) Unexpected unknown property "xtext-align" (property-no-unknown)
(#128) Unexpected unknown property "border-bottom-top-radius" (property-no-unknown)
(#12) Expected single space after ">" (selector-combinator-space-after)
(#13) Expected single space after ">" (selector-combinator-space-after)
(#15) Expected single space after ">" (selector-combinator-space-after)
(#16) Expected single space after ">" (selector-combinator-space-after)
(#17) Expected single space after ">" (selector-combinator-space-after)
(#19) Expected single space after ">" (selector-combinator-space-after)
(#20) Expected single space after ">" (selector-combinator-space-after)
(#22) Expected single space after ">" (selector-combinator-space-after)
(#24) Expected single space after ">" (selector-combinator-space-after)
(#24) Expected single space after ">" (selector-combinator-space-after)
(#26) Expected single space after ">" (selector-combinator-space-after)
(#28) Expected single space after ">" (selector-combinator-space-after)
(#29) Expected single space after ">" (selector-combinator-space-after)
(#31) Expected single space after ">" (selector-combinator-space-after)
(#32) Expected single space after ">" (selector-combinator-space-after)
(#33) Expected single space after ">" (selector-combinator-space-after)
(#34) Expected single space after ">" (selector-combinator-space-after)
(#35) Expected single space after ">" (selector-combinator-space-after)
(#36) Expected single space after ">" (selector-combinator-space-after)
(#37) Expected single space after ">" (selector-combinator-space-after)
(#39) Expected single space after ">" (selector-combinator-space-after)
(#40) Expected single space after ">" (selector-combinator-space-after)
(#42) Expected single space after ">" (selector-combinator-space-after)
(#44) Expected single space after ">" (selector-combinator-space-after)
(#46) Expected single space after ">" (selector-combinator-space-after)
(#48) Expected single space after ">" (selector-combinator-space-after)
(#49) Expected single space after ">" (selector-combinator-space-after)
(#50) Expected single space after ">" (selector-combinator-space-after)
(#52) Expected single space after ">" (selector-combinator-space-after)
(#52) Expected single space after ">" (selector-combinator-space-after)
(#53) Expected single space after ">" (selector-combinator-space-after)
(#53) Expected single space after ">" (selector-combinator-space-after)
(#12) Expected single space before ">" (selector-combinator-space-before)
(#13) Expected single space before ">" (selector-combinator-space-before)
(#15) Expected single space before ">" (selector-combinator-space-before)
(#16) Expected single space before ">" (selector-combinator-space-before)
(#17) Expected single space before ">" (selector-combinator-space-before)
(#19) Expected single space before ">" (selector-combinator-space-before)
(#20) Expected single space before ">" (selector-combinator-space-before)
(#22) Expected single space before ">" (selector-combinator-space-before)
(#24) Expected single space before ">" (selector-combinator-space-before)
(#24) Expected single space before ">" (selector-combinator-space-before)
(#26) Expected single space before ">" (selector-combinator-space-before)
(#28) Expected single space before ">" (selector-combinator-space-before)
(#29) Expected single space before ">" (selector-combinator-space-before)
(#31) Expected single space before ">" (selector-combinator-space-before)
(#32) Expected single space before ">" (selector-combinator-space-before)
(#33) Expected single space before ">" (selector-combinator-space-before)
(#34) Expected single space before ">" (selector-combinator-space-before)
(#35) Expected single space before ">" (selector-combinator-space-before)
(#36) Expected single space before ">" (selector-combinator-space-before)
(#37) Expected single space before ">" (selector-combinator-space-before)
(#39) Expected single space before ">" (selector-combinator-space-before)
(#40) Expected single space before ">" (selector-combinator-space-before)
(#42) Expected single space before ">" (selector-combinator-space-before)
(#44) Expected single space before ">" (selector-combinator-space-before)
(#46) Expected single space before ">" (selector-combinator-space-before)
(#48) Expected single space before ">" (selector-combinator-space-before)
(#49) Expected single space before ">" (selector-combinator-space-before)
(#50) Expected single space before ">" (selector-combinator-space-before)
(#52) Expected single space before ">" (selector-combinator-space-before)
(#52) Expected single space before ">" (selector-combinator-space-before)
(#53) Expected single space before ">" (selector-combinator-space-before)
(#53) Expected single space before ">" (selector-combinator-space-before)
(#58) Expected newline after "," (selector-list-comma-newline-after)
(#60) Expected newline after "," (selector-list-comma-newline-after)
(#60) Expected newline after "," (selector-list-comma-newline-after)
(#60) Expected newline after "," (selector-list-comma-newline-after)
(#60) Expected newline after "," (selector-list-comma-newline-after)
(#61) Expected newline after "," (selector-list-comma-newline-after)
(#61) Expected newline after "," (selector-list-comma-newline-after)
(#61) Expected newline after "," (selector-list-comma-newline-after)
(#62) Expected newline after "," (selector-list-comma-newline-after)
(#62) Expected newline after "," (selector-list-comma-newline-after)
(#62) Expected newline after "," (selector-list-comma-newline-after)
(#62) Expected newline after "," (selector-list-comma-newline-after)
(#62) Expected newline after "," (selector-list-comma-newline-after)
(#62) Expected newline after "," (selector-list-comma-newline-after)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#70) Expected newline after "," (selector-list-comma-newline-after)
(#72) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#74) Expected newline after "," (selector-list-comma-newline-after)
(#75) Expected newline after "," (selector-list-comma-newline-after)
(#75) Expected newline after "," (selector-list-comma-newline-after)
(#75) Expected newline after "," (selector-list-comma-newline-after)
(#75) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#78) Expected newline after "," (selector-list-comma-newline-after)
(#81) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#87) Expected newline after "," (selector-list-comma-newline-after)
(#88) Expected newline after "," (selector-list-comma-newline-after)
(#89) Expected newline after "," (selector-list-comma-newline-after)
(#90) Expected newline after "," (selector-list-comma-newline-after)
(#112) Expected newline after "," (selector-list-comma-newline-after)
(#121) Expected newline after "," (selector-list-comma-newline-after)
(#125) Expected newline after "," (selector-list-comma-newline-after)
(#125) Expected newline after "," (selector-list-comma-newline-after)
(#125) Expected newline after "," (selector-list-comma-newline-after)
(#125) Expected newline after "," (selector-list-comma-newline-after)
(#125) Expected newline after "," (selector-list-comma-newline-after)
(#126) Expected newline after "," (selector-list-comma-newline-after)
(#126) Expected newline after "," (selector-list-comma-newline-after)
(#78) Unexpected unknown type selector "x" (selector-type-no-unknown)
(#55) Unexpected unit "pt" (unit-blacklist)
(#102) Unexpected unit "pt" (unit-blacklist)
(#105) Unexpected unit "pt" (unit-blacklist)
(#109) Unexpected unit "pt" (unit-blacklist)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#60) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#61) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#61) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#61) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#61) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#62) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#62) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#62) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#62) Expected single space after "," in a single-line list (value-list-comma-space-after)

PHPDocs style problems

(1503 errors, 5 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

local/adminer/db/access.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#19) Package local is not valid
local/adminer/index.php
(#20) Package local is not valid
local/adminer/lang/en/local_adminer.php
(#20) Package local is not valid
local/adminer/lib/adminer.php
(#2) File-level phpdocs block is not found
(#168) Class Min_PDO is not documented
(#183) Class Min_PDOStatement is not documented
(#189) Class Min_SQL is not documented
(#207) Class Min_SQLite is not documented
(#219) Class Min_Result is not documented
(#225) Class Min_SQLite is not documented
(#237) Class Min_Result is not documented
(#244) Class Min_SQLite is not documented
(#248) Class Min_DB is not documented
(#258) Class Min_Driver is not documented
(#382) Class Min_DB is not documented
(#400) Class Min_Result is not documented
(#409) Class Min_DB is not documented
(#416) Class Min_Driver is not documented
(#549) Class Min_DB is not documented
(#568) Class Min_Result is not documented
(#577) Class Min_DB is not documented
(#584) Class Min_Driver is not documented
(#671) Class Min_DB is not documented
(#689) Class Min_Result is not documented
(#699) Class Min_DB is not documented
(#716) Class Min_Result is not documented
(#727) Class Min_Driver is not documented
(#834) Class Min_DB is not documented
(#849) Class Min_Result is not documented
(#857) Class Min_Driver is not documented
(#934) Class Min_DB is not documented
(#945) Class Min_Result is not documented
(#955) Class Min_Driver is not documented
(#1034) Class Min_DB is not documented
(#1045) Class Min_Result is not documented
(#1054) Class Min_Driver is not documented
(#1114) Class Min_DB is not documented
(#1122) Class Min_Result is not documented
(#1127) Class Min_Driver is not documented
(#1173) Class Min_DB is not documented
(#1183) Class Min_DB is not documented
(#1202) Class Min_Result is not documented
(#1210) Class Min_DB is not documented
(#1219) Class Min_Driver is not documented
(#1324) Class Adminer is not documented
(#1551) Class TmpFile is not documented
(#15) Function connection is not documented
(#16) Function adminer is not documented
(#17) Function idf_unescape is not documented
(#19) Function escape_string is not documented
(#21) Function number is not documented
(#23) Function remove_slashes is not documented
(#25) Function bracket_escape is not documented
(#27) Function charset is not documented
(#28) Function h is not documented
(#30) Function nbsp is not documented
(#31) Function nl_br is not documented
(#33) Function checkbox is not documented
(#34) Function optionlist is not documented
(#37) Function html_select is not documented
(#39) Function select_input is not documented
(#40) Function confirm is not documented
(#41) Function print_fieldset is not documented
(#42) Function bold is not documented
(#43) Function odd is not documented
(#44) Function js_escape is not documented
(#46) Function json_row is not documented
(#47) Function ini_bool is not documented
(#48) Function sid is not documented
(#49) Function set_password is not documented
(#50) Function get_password is not documented
(#51) Function q is not documented
(#52) Function get_vals is not documented
(#53) Function get_key_vals is not documented
(#54) Function get_rows is not documented
(#55) Function unique_array is not documented
(#58) Function escape_key is not documented
(#60) Function where is not documented
(#62) Function where_check is not documented
(#64) Function where_link is not documented
(#65) Function convert_fields is not documented
(#67) Function cookie is not documented
(#69) Function restart_session is not documented
(#70) Function stop_session is not documented
(#71) Function get_session is not documented
(#71) Function set_session is not documented
(#72) Function auth_url is not documented
(#73) Function is_ajax is not documented
(#74) Function adminer_redirect is not documented
(#75) Function query_redirect is not documented
(#78) Function queries is not documented
(#80) Function apply_queries is not documented
(#84) Function queries_redirect is not documented
(#86) Function adminer_format_time is not documented
(#88) Function remove_from_uri is not documented
(#90) Function pagination is not documented
(#91) Function get_file is not documented
(#94) Function upload_error is not documented
(#95) Function repeat_pattern is not documented
(#97) Function is_utf8 is not documented
(#98) Function shorten_utf8 is not documented
(#100) Function format_number is not documented
(#102) Function friendly_url is not documented
(#104) Function hidden_fields is not documented
(#107) Function hidden_fields_get is not documented
(#108) Function table_status1 is not documented
(#109) Function column_foreign_keys is not documented
(#110) Function enum_input is not documented
(#111) Function input is not documented
(#114) Function process_input is not documented
(#121) Function fields_from_edit is not documented
(#122) Function search_tables is not documented
(#123) Function dump_headers is not documented
(#124) Function dump_csv is not documented
(#127) Function apply_sql_function is not documented
(#128) Function get_temp_dir is not documented
(#130) Function password_file is not documented
(#131) Function rand_string is not documented
(#133) Function select_value is not documented
(#135) Function is_mail is not documented
(#137) Function is_url is not documented
(#138) Function is_shortable is not documented
(#140) Function count_rows is not documented
(#141) Function slow_query is not documented
(#149) Function get_token is not documented
(#150) Function verify_token is not documented
(#151) Function lzw_decompress is not documented
(#153) Function on_help is not documented
(#154) Function edit_form is not documented
(#161) Function get_lang is not documented
(#162) Function lang is not documented
(#164) Function switch_lang is not documented
(#167) Function get_translations is not documented
(#171) Function Min_PDO::__construct is not documented
(#172) Function Min_PDO::dsn is not documented
(#173) Function Min_PDO::query is not documented
(#175) Function Min_PDO::multi_query is not documented
(#176) Function Min_PDO::store_result is not documented
(#179) Function Min_PDO::next_result is not documented
(#181) Function Min_PDO::result is not documented
(#186) Function Min_PDOStatement::fetch_assoc is not documented
(#187) Function Min_PDOStatement::fetch_row is not documented
(#188) Function Min_PDOStatement::fetch_field is not documented
(#190) Function Min_SQL::__construct is not documented
(#191) Function Min_SQL::select is not documented
(#192) Function Min_SQL::delete is not documented
(#194) Function Min_SQL::update is not documented
(#197) Function Min_SQL::insert is not documented
(#199) Function Min_SQL::insertUpdate is not documented
(#201) Function Min_SQL::begin is not documented
(#203) Function Min_SQL::commit is not documented
(#205) Function Min_SQL::rollback is not documented
(#208) Function Min_SQLite::__construct is not documented
(#210) Function Min_SQLite::query is not documented
(#215) Function Min_SQLite::quote is not documented
(#216) Function Min_SQLite::store_result is not documented
(#217) Function Min_SQLite::result is not documented
(#220) Function Min_Result::__construct is not documented
(#221) Function Min_Result::fetch_assoc is not documented
(#222) Function Min_Result::fetch_row is not documented
(#223) Function Min_Result::fetch_field is not documented
(#224) Function Min_Result::__desctruct is not documented
(#226) Function Min_SQLite::__construct is not documented
(#228) Function Min_SQLite::query is not documented
(#233) Function Min_SQLite::quote is not documented
(#234) Function Min_SQLite::store_result is not documented
(#235) Function Min_SQLite::result is not documented
(#238) Function Min_Result::__construct is not documented
(#239) Function Min_Result::fetch_assoc is not documented
(#242) Function Min_Result::fetch_row is not documented
(#243) Function Min_Result::fetch_field is not documented
(#247) Function Min_SQLite::__construct is not documented
(#251) Function Min_DB::__construct is not documented
(#252) Function Min_DB::select_db is not documented
(#255) Function Min_DB::multi_query is not documented
(#256) Function Min_DB::next_result is not documented
(#261) Function Min_Driver::insertUpdate is not documented
(#264) Function idf_escape is not documented
(#265) Function table is not documented
(#267) Function connect is not documented
(#270) Function get_databases is not documented
(#272) Function limit is not documented
(#273) Function limit1 is not documented
(#274) Function db_collation is not documented
(#275) Function engines is not documented
(#277) Function logged_user is not documented
(#279) Function tables_list is not documented
(#281) Function count_tables is not documented
(#283) Function table_status is not documented
(#284) Function is_view is not documented
(#285) Function fk_support is not documented
(#286) Function fields is not documented
(#288) Function indexes is not documented
(#290) Function foreign_keys is not documented
(#291) Function view is not documented
(#293) Function collations is not documented
(#294) Function information_schema is not documented
(#296) Function adminer_error is not documented
(#298) Function check_sqlite_name is not documented
(#301) Function create_database is not documented
(#307) Function drop_databases is not documented
(#311) Function rename_database is not documented
(#313) Function auto_increment is not documented
(#314) Function alter_table is not documented
(#322) Function recreate_table is not documented
(#336) Function index_sql is not documented
(#337) Function alter_indexes is not documented
(#342) Function truncate_tables is not documented
(#344) Function drop_views is not documented
(#346) Function drop_tables is not documented
(#348) Function move_tables is not documented
(#350) Function trigger is not documented
(#353) Function triggers is not documented
(#354) Function trigger_options is not documented
(#356) Function routine is not documented
(#357) Function routines is not documented
(#358) Function routine_languages is not documented
(#359) Function begin is not documented
(#361) Function last_id is not documented
(#362) Function explain is not documented
(#363) Function found_rows is not documented
(#364) Function types is not documented
(#366) Function schemas is not documented
(#368) Function get_schema is not documented
(#369) Function set_schema is not documented
(#371) Function create_sql is not documented
(#372) Function truncate_sql is not documented
(#373) Function use_sql is not documented
(#374) Function trigger_sql is not documented
(#376) Function show_variables is not documented
(#377) Function show_status is not documented
(#378) Function convert_field is not documented
(#379) Function unconvert_field is not documented
(#380) Function support is not documented
(#383) Function Min_DB::_error is not documented
(#384) Function Min_DB::connect is not documented
(#385) Function Min_DB::quote is not documented
(#386) Function Min_DB::select_db is not documented
(#387) Function Min_DB::close is not documented
(#388) Function Min_DB::query is not documented
(#393) Function Min_DB::multi_query is not documented
(#394) Function Min_DB::store_result is not documented
(#395) Function Min_DB::next_result is not documented
(#397) Function Min_DB::result is not documented
(#401) Function Min_Result::__construct is not documented
(#402) Function Min_Result::fetch_assoc is not documented
(#404) Function Min_Result::fetch_row is not documented
(#406) Function Min_Result::fetch_field is not documented
(#408) Function Min_Result::__destruct is not documented
(#412) Function Min_DB::connect is not documented
(#414) Function Min_DB::select_db is not documented
(#415) Function Min_DB::close is not documented
(#419) Function Min_Driver::insertUpdate is not documented
(#424) Function idf_escape is not documented
(#425) Function table is not documented
(#427) Function connect is not documented
(#429) Function get_databases is not documented
(#431) Function limit is not documented
(#432) Function limit1 is not documented
(#433) Function db_collation is not documented
(#434) Function engines is not documented
(#436) Function logged_user is not documented
(#437) Function tables_list is not documented
(#444) Function count_tables is not documented
(#446) Function table_status is not documented
(#451) Function is_view is not documented
(#453) Function fk_support is not documented
(#455) Function fields is not documented
(#465) Function indexes is not documented
(#466) Function foreign_keys is not documented
(#471) Function view is not documented
(#473) Function collations is not documented
(#475) Function information_schema is not documented
(#476) Function adminer_error is not documented
(#478) Function create_database is not documented
(#480) Function drop_databases is not documented
(#482) Function rename_database is not documented
(#484) Function auto_increment is not documented
(#485) Function alter_table is not documented
(#490) Function alter_indexes is not documented
(#495) Function truncate_tables is not documented
(#498) Function drop_views is not documented
(#500) Function drop_tables is not documented
(#504) Function move_tables is not documented
(#507) Function trigger is not documented
(#510) Function triggers is not documented
(#511) Function trigger_options is not documented
(#513) Function routines is not documented
(#519) Function routine_languages is not documented
(#521) Function last_id is not documented
(#523) Function explain is not documented
(#524) Function found_rows is not documented
(#526) Function types is not documented
(#532) Function schemas is not documented
(#534) Function get_schema is not documented
(#535) Function set_schema is not documented
(#536) Function use_sql is not documented
(#537) Function show_variables is not documented
(#539) Function process_list is not documented
(#541) Function show_status is not documented
(#542) Function convert_field is not documented
(#543) Function unconvert_field is not documented
(#544) Function support is not documented
(#546) Function kill_process is not documented
(#548) Function max_connections is not documented
(#550) Function Min_DB::_error is not documented
(#551) Function Min_DB::connect is not documented
(#554) Function Min_DB::quote is not documented
(#555) Function Min_DB::select_db is not documented
(#557) Function Min_DB::query is not documented
(#561) Function Min_DB::multi_query is not documented
(#562) Function Min_DB::store_result is not documented
(#563) Function Min_DB::next_result is not documented
(#565) Function Min_DB::result is not documented
(#569) Function Min_Result::__construct is not documented
(#570) Function Min_Result::_convert is not documented
(#572) Function Min_Result::fetch_assoc is not documented
(#573) Function Min_Result::fetch_row is not documented
(#574) Function Min_Result::fetch_field is not documented
(#576) Function Min_Result::__destruct is not documented
(#580) Function Min_DB::connect is not documented
(#582) Function Min_DB::select_db is not documented
(#587) Function Min_Driver::begin is not documented
(#589) Function idf_escape is not documented
(#590) Function table is not documented
(#592) Function connect is not documented
(#594) Function get_databases is not documented
(#596) Function limit is not documented
(#597) Function limit1 is not documented
(#598) Function db_collation is not documented
(#599) Function engines is not documented
(#601) Function logged_user is not documented
(#602) Function tables_list is not documented
(#606) Function count_tables is not documented
(#608) Function table_status is not documented
(#611) Function is_view is not documented
(#612) Function fk_support is not documented
(#614) Function fields is not documented
(#615) Function indexes is not documented
(#620) Function view is not documented
(#622) Function collations is not documented
(#624) Function information_schema is not documented
(#626) Function adminer_error is not documented
(#628) Function explain is not documented
(#629) Function found_rows is not documented
(#630) Function alter_table is not documented
(#633) Function foreign_keys is not documented
(#644) Function truncate_tables is not documented
(#646) Function drop_views is not documented
(#648) Function drop_tables is not documented
(#650) Function last_id is not documented
(#652) Function schemas is not documented
(#654) Function get_schema is not documented
(#655) Function set_schema is not documented
(#656) Function show_variables is not documented
(#658) Function process_list is not documented
(#665) Function show_status is not documented
(#667) Function convert_field is not documented
(#668) Function unconvert_field is not documented
(#669) Function support is not documented
(#672) Function Min_DB::_get_error is not documented
(#673) Function Min_DB::connect is not documented
(#674) Function Min_DB::quote is not documented
(#675) Function Min_DB::select_db is not documented
(#676) Function Min_DB::query is not documented
(#678) Function Min_DB::multi_query is not documented
(#681) Function Min_DB::store_result is not documented
(#686) Function Min_DB::next_result is not documented
(#687) Function Min_DB::result is not documented
(#690) Function Min_Result::__construct is not documented
(#691) Function Min_Result::_convert is not documented
(#693) Function Min_Result::fetch_assoc is not documented
(#694) Function Min_Result::fetch_row is not documented
(#695) Function Min_Result::fetch_field is not documented
(#697) Function Min_Result::seek is not documented
(#698) Function Min_Result::__destruct is not documented
(#700) Function Min_DB::connect is not documented
(#701) Function Min_DB::quote is not documented
(#702) Function Min_DB::select_db is not documented
(#704) Function Min_DB::query is not documented
(#709) Function Min_DB::multi_query is not documented
(#710) Function Min_DB::store_result is not documented
(#711) Function Min_DB::next_result is not documented
(#713) Function Min_DB::result is not documented
(#717) Function Min_Result::__construct is not documented
(#718) Function Min_Result::fetch_assoc is not documented
(#720) Function Min_Result::fetch_row is not documented
(#722) Function Min_Result::num_rows is not documented
(#724) Function Min_Result::fetch_field is not documented
(#725) Function Min_Result::seek is not documented
(#726) Function Min_Result::__destruct is not documented
(#730) Function Min_Driver::insertUpdate is not documented
(#735) Function Min_Driver::begin is not documented
(#737) Function idf_escape is not documented
(#738) Function table is not documented
(#739) Function connect is not documented
(#741) Function get_databases is not documented
(#743) Function limit is not documented
(#744) Function limit1 is not documented
(#746) Function db_collation is not documented
(#747) Function engines is not documented
(#749) Function logged_user is not documented
(#750) Function tables_list is not documented
(#752) Function count_tables is not documented
(#754) Function table_status is not documented
(#755) Function is_view is not documented
(#756) Function fk_support is not documented
(#758) Function fields is not documented
(#764) Function indexes is not documented
(#769) Function view is not documented
(#771) Function collations is not documented
(#772) Function information_schema is not documented
(#774) Function adminer_error is not documented
(#776) Function create_database is not documented
(#778) Function drop_databases is not documented
(#780) Function rename_database is not documented
(#782) Function auto_increment is not documented
(#783) Function alter_table is not documented
(#789) Function alter_indexes is not documented
(#792) Function last_id is not documented
(#793) Function explain is not documented
(#794) Function found_rows is not documented
(#795) Function foreign_keys is not documented
(#796) Function truncate_tables is not documented
(#798) Function drop_views is not documented
(#800) Function drop_tables is not documented
(#802) Function move_tables is not documented
(#804) Function trigger is not documented
(#812) Function triggers is not documented
(#818) Function trigger_options is not documented
(#820) Function schemas is not documented
(#822) Function get_schema is not documented
(#823) Function set_schema is not documented
(#825) Function use_sql is not documented
(#826) Function show_variables is not documented
(#828) Function show_status is not documented
(#830) Function convert_field is not documented
(#831) Function unconvert_field is not documented
(#832) Function support is not documented
(#835) Function Min_DB::connect is not documented
(#836) Function Min_DB::quote is not documented
(#837) Function Min_DB::select_db is not documented
(#838) Function Min_DB::query is not documented
(#843) Function Min_DB::multi_query is not documented
(#844) Function Min_DB::store_result is not documented
(#845) Function Min_DB::next_result is not documented
(#847) Function Min_DB::result is not documented
(#850) Function Min_Result::__construct is not documented
(#851) Function Min_Result::fetch_assoc is not documented
(#853) Function Min_Result::fetch_row is not documented
(#855) Function Min_Result::fetch_field is not documented
(#856) Function Min_Result::__destruct is not documented
(#860) Function idf_escape is not documented
(#861) Function table is not documented
(#863) Function connect is not documented
(#865) Function get_databases is not documented
(#867) Function limit is not documented
(#868) Function limit1 is not documented
(#870) Function db_collation is not documented
(#871) Function engines is not documented
(#873) Function logged_user is not documented
(#874) Function tables_list is not documented
(#875) Function count_tables is not documented
(#877) Function table_status is not documented
(#879) Function is_view is not documented
(#881) Function fk_support is not documented
(#883) Function fields is not documented
(#916) Function indexes is not documented
(#917) Function foreign_keys is not documented
(#919) Function collations is not documented
(#921) Function information_schema is not documented
(#923) Function adminer_error is not documented
(#925) Function types is not documented
(#927) Function schemas is not documented
(#929) Function get_schema is not documented
(#930) Function set_schema is not documented
(#932) Function support is not documented
(#935) Function Min_DB::select_db is not documented
(#936) Function Min_DB::query is not documented
(#940) Function Min_DB::multi_query is not documented
(#941) Function Min_DB::store_result is not documented
(#942) Function Min_DB::next_result is not documented
(#944) Function Min_DB::quote is not documented
(#946) Function Min_Result::__construct is not documented
(#950) Function Min_Result::_processValue is not documented
(#951) Function Min_Result::fetch_assoc is not documented
(#952) Function Min_Result::fetch_row is not documented
(#954) Function Min_Result::fetch_field is not documented
(#958) Function Min_Driver::_chunkRequest is not documented
(#963) Function Min_Driver::_extractIds is not documented
(#964) Function Min_Driver::select is not documented
(#965) Function Min_Driver::delete is not documented
(#966) Function Min_Driver::update is not documented
(#969) Function Min_Driver::insert is not documented
(#973) Function Min_Driver::insertUpdate is not documented
(#977) Function Min_Driver::begin is not documented
(#979) Function Min_Driver::commit is not documented
(#981) Function Min_Driver::rollback is not documented
(#983) Function connect is not documented
(#986) Function support is not documented
(#988) Function logged_user is not documented
(#989) Function get_databases is not documented
(#991) Function collations is not documented
(#993) Function db_collation is not documented
(#994) Function tables_list is not documented
(#995) Function table_status is not documented
(#996) Function explain is not documented
(#997) Function adminer_error is not documented
(#999) Function information_schema is not documented
(#1000) Function is_view is not documented
(#1001) Function indexes is not documented
(#1003) Function fields is not documented
(#1005) Function foreign_keys is not documented
(#1007) Function table is not documented
(#1009) Function idf_escape is not documented
(#1010) Function limit is not documented
(#1011) Function unconvert_field is not documented
(#1012) Function fk_support is not documented
(#1013) Function engines is not documented
(#1015) Function alter_table is not documented
(#1016) Function drop_tables is not documented
(#1020) Function count_tables is not documented
(#1023) Function found_rows is not documented
(#1024) Function last_id is not documented
(#1025) Function hmac is not documented
(#1026) Function sdb_request is not documented
(#1031) Function sdb_request_all is not documented
(#1035) Function Min_DB::connect is not documented
(#1039) Function Min_DB::query is not documented
(#1041) Function Min_DB::select_db is not documented
(#1044) Function Min_DB::quote is not documented
(#1046) Function Min_Result::__construct is not documented
(#1050) Function Min_Result::fetch_assoc is not documented
(#1051) Function Min_Result::fetch_row is not documented
(#1053) Function Min_Result::fetch_field is not documented
(#1057) Function Min_Driver::select is not documented
(#1061) Function Min_Driver::insert is not documented
(#1063) Function connect is not documented
(#1065) Function adminer_error is not documented
(#1067) Function logged_user is not documented
(#1068) Function get_databases is not documented
(#1069) Function collations is not documented
(#1071) Function db_collation is not documented
(#1072) Function count_tables is not documented
(#1074) Function tables_list is not documented
(#1076) Function table_status is not documented
(#1077) Function information_schema is not documented
(#1078) Function is_view is not documented
(#1079) Function drop_databases is not documented
(#1083) Function indexes is not documented
(#1084) Function fields is not documented
(#1086) Function convert_field is not documented
(#1087) Function unconvert_field is not documented
(#1088) Function foreign_keys is not documented
(#1090) Function fk_support is not documented
(#1091) Function engines is not documented
(#1093) Function found_rows is not documented
(#1094) Function alter_table is not documented
(#1096) Function drop_tables is not documented
(#1100) Function truncate_tables is not documented
(#1104) Function alter_indexes is not documented
(#1109) Function last_id is not documented
(#1110) Function table is not documented
(#1111) Function idf_escape is not documented
(#1112) Function support is not documented
(#1115) Function Min_DB::rootQuery is not documented
(#1117) Function Min_DB::query is not documented
(#1118) Function Min_DB::connect is not documented
(#1119) Function Min_DB::select_db is not documented
(#1121) Function Min_DB::quote is not documented
(#1123) Function Min_Result::__construct is not documented
(#1124) Function Min_Result::fetch_assoc is not documented
(#1125) Function Min_Result::fetch_row is not documented
(#1130) Function Min_Driver::select is not documented
(#1138) Function connect is not documented
(#1140) Function support is not documented
(#1142) Function logged_user is not documented
(#1143) Function get_databases is not documented
(#1144) Function collations is not documented
(#1146) Function db_collation is not documented
(#1147) Function engines is not documented
(#1149) Function count_tables is not documented
(#1150) Function tables_list is not documented
(#1151) Function table_status is not documented
(#1152) Function adminer_error is not documented
(#1154) Function information_schema is not documented
(#1155) Function is_view is not documented
(#1156) Function indexes is not documented
(#1158) Function fields is not documented
(#1160) Function foreign_keys is not documented
(#1162) Function table is not documented
(#1163) Function idf_escape is not documented
(#1164) Function convert_field is not documented
(#1165) Function unconvert_field is not documented
(#1166) Function fk_support is not documented
(#1167) Function found_rows is not documented
(#1169) Function create_database is not documented
(#1170) Function drop_databases is not documented
(#1171) Function drop_tables is not documented
(#1176) Function Min_DB::__construct is not documented
(#1177) Function Min_DB::connect is not documented
(#1178) Function Min_DB::set_charset is not documented
(#1180) Function Min_DB::result is not documented
(#1182) Function Min_DB::quote is not documented
(#1184) Function Min_DB::connect is not documented
(#1185) Function Min_DB::set_charset is not documented
(#1187) Function Min_DB::quote is not documented
(#1188) Function Min_DB::select_db is not documented
(#1190) Function Min_DB::query is not documented
(#1195) Function Min_DB::multi_query is not documented
(#1196) Function Min_DB::store_result is not documented
(#1197) Function Min_DB::next_result is not documented
(#1199) Function Min_DB::result is not documented
(#1203) Function Min_Result::__construct is not documented
(#1204) Function Min_Result::fetch_assoc is not documented
(#1206) Function Min_Result::fetch_row is not documented
(#1208) Function Min_Result::fetch_field is not documented
(#1209) Function Min_Result::__destruct is not documented
(#1213) Function Min_DB::connect is not documented
(#1215) Function Min_DB::set_charset is not documented
(#1216) Function Min_DB::select_db is not documented
(#1217) Function Min_DB::query is not documented
(#1222) Function Min_Driver::insert is not documented
(#1223) Function Min_Driver::insertUpdate is not documented
(#1228) Function idf_escape is not documented
(#1229) Function table is not documented
(#1231) Function connect is not documented
(#1233) Function get_databases is not documented
(#1234) Function limit is not documented
(#1235) Function limit1 is not documented
(#1237) Function db_collation is not documented
(#1238) Function engines is not documented
(#1239) Function logged_user is not documented
(#1240) Function tables_list is not documented
(#1242) Function count_tables is not documented
(#1244) Function table_status is not documented
(#1245) Function is_view is not documented
(#1246) Function fk_support is not documented
(#1248) Function fields is not documented
(#1249) Function indexes is not documented
(#1250) Function foreign_keys is not documented
(#1252) Function view is not documented
(#1254) Function collations is not documented
(#1256) Function information_schema is not documented
(#1257) Function adminer_error is not documented
(#1259) Function create_database is not documented
(#1261) Function drop_databases is not documented
(#1262) Function rename_database is not documented
(#1263) Function auto_increment is not documented
(#1264) Function alter_table is not documented
(#1267) Function alter_indexes is not documented
(#1270) Function truncate_tables is not documented
(#1272) Function drop_views is not documented
(#1274) Function drop_tables is not documented
(#1276) Function move_tables is not documented
(#1278) Function copy_tables is not documented
(#1284) Function trigger is not documented
(#1287) Function triggers is not documented
(#1288) Function trigger_options is not documented
(#1290) Function routine is not documented
(#1294) Function routines is not documented
(#1296) Function routine_languages is not documented
(#1298) Function last_id is not documented
(#1299) Function explain is not documented
(#1300) Function found_rows is not documented
(#1301) Function types is not documented
(#1303) Function schemas is not documented
(#1305) Function get_schema is not documented
(#1306) Function set_schema is not documented
(#1308) Function create_sql is not documented
(#1309) Function truncate_sql is not documented
(#1310) Function use_sql is not documented
(#1311) Function trigger_sql is not documented
(#1312) Function show_variables is not documented
(#1314) Function process_list is not documented
(#1316) Function show_status is not documented
(#1318) Function convert_field is not documented
(#1319) Function unconvert_field is not documented
(#1320) Function support is not documented
(#1321) Function kill_process is not documented
(#1323) Function max_connections is not documented
(#1325) Function Adminer::name is not documented
(#1326) Function Adminer::credentials is not documented
(#1328) Function Adminer::permanentLogin is not documented
(#1330) Function Adminer::bruteForceKey is not documented
(#1331) Function Adminer::database is not documented
(#1333) Function Adminer::databases is not documented
(#1335) Function Adminer::schemas is not documented
(#1337) Function Adminer::queryTimeout is not documented
(#1339) Function Adminer::headers is not documented
(#1341) Function Adminer::head is not documented
(#1343) Function Adminer::loginForm is not documented
(#1353) Function Adminer::login is not documented
(#1356) Function Adminer::tableName is not documented
(#1358) Function Adminer::fieldName is not documented
(#1359) Function Adminer::selectLinks is not documented
(#1361) Function Adminer::foreignKeys is not documented
(#1363) Function Adminer::backwardKeys is not documented
(#1365) Function Adminer::backwardKeysPrint is not documented
(#1366) Function Adminer::selectQuery is not documented
(#1367) Function Adminer::rowDescription is not documented
(#1368) Function Adminer::rowDescriptions is not documented
(#1369) Function Adminer::selectLink is not documented
(#1370) Function Adminer::selectVal is not documented
(#1371) Function Adminer::editVal is not documented
(#1372) Function Adminer::selectColumnsPrint is not documented
(#1374) Function Adminer::selectSearchPrint is not documented
(#1376) Function Adminer::selectOrderPrint is not documented
(#1377) Function Adminer::selectLimitPrint is not documented
(#1378) Function Adminer::selectLengthPrint is not documented
(#1379) Function Adminer::selectActionPrint is not documented
(#1382) Function Adminer::selectCommandPrint is not documented
(#1383) Function Adminer::selectImportPrint is not documented
(#1384) Function Adminer::selectEmailPrint is not documented
(#1385) Function Adminer::selectColumnsProcess is not documented
(#1387) Function Adminer::selectSearchProcess is not documented
(#1390) Function Adminer::selectOrderProcess is not documented
(#1391) Function Adminer::selectLimitProcess is not documented
(#1392) Function Adminer::selectLengthProcess is not documented
(#1393) Function Adminer::selectEmailProcess is not documented
(#1395) Function Adminer::selectQueryBuild is not documented
(#1396) Function Adminer::messageQuery is not documented
(#1397) Function Adminer::editFunctions is not documented
(#1401) Function Adminer::editInput is not documented
(#1402) Function Adminer::processInput is not documented
(#1404) Function Adminer::dumpOutput is not documented
(#1405) Function Adminer::dumpFormat is not documented
(#1407) Function Adminer::dumpDatabase is not documented
(#1408) Function Adminer::dumpTable is not documented
(#1409) Function Adminer::dumpData is not documented
(#1413) Function Adminer::dumpFilename is not documented
(#1415) Function Adminer::dumpHeaders is not documented
(#1416) Function Adminer::homepage is not documented
(#1418) Function Adminer::navigation is not documented
(#1430) Function Adminer::databasesPrint is not documented
(#1433) Function Adminer::tablesPrint is not documented
(#1436) Function page_header is not documented
(#1461) Function page_headers is not documented
(#1462) Function page_messages is not documented
(#1463) Function page_footer is not documented
(#1475) Function int32 is not documented
(#1476) Function long2str is not documented
(#1479) Function str2long is not documented
(#1480) Function xxtea_mx is not documented
(#1482) Function encrypt_string is not documented
(#1484) Function decrypt_string is not documented
(#1487) Function add_invalid_login is not documented
(#1490) Function unset_permanent is not documented
(#1492) Function auth_error is not documented
(#1494) Function select is not documented
(#1496) Function referencable_primary is not documented
(#1497) Function textarea is not documented
(#1502) Function edit_type is not documented
(#1505) Function process_length is not documented
(#1506) Function process_type is not documented
(#1507) Function process_field is not documented
(#1509) Function type_class is not documented
(#1510) Function edit_fields is not documented
(#1523) Function process_fields is not documented
(#1528) Function normalize_enum is not documented
(#1529) Function grant is not documented
(#1532) Function drop_create is not documented
(#1534) Function create_trigger is not documented
(#1535) Function create_routine is not documented
(#1537) Function remove_definer is not documented
(#1539) Function format_foreign_key is not documented
(#1540) Function tar_file is not documented
(#1542) Function ini_bytes is not documented
(#1543) Function adminer_doc_link is not documented
(#1544) Function ob_gzencode is not documented
(#1546) Function db_size is not documented
(#1548) Function set_utf8mb4 is not documented
(#1549) Function connect_error is not documented
(#1552) Function TmpFile::__construct is not documented
(#1553) Function TmpFile::write is not documented
(#1554) Function TmpFile::send is not documented
(#171) Variable Min_PDO::$_result is not documented
(#171) Variable Min_PDO::$server_info is not documented
(#171) Variable Min_PDO::$affected_rows is not documented
(#171) Variable Min_PDO::$errno is not documented
(#171) Variable Min_PDO::$error is not documented
(#186) Variable Min_PDOStatement::$_offset is not documented
(#186) Variable Min_PDOStatement::$num_rows is not documented
(#190) Variable Min_SQL::$_conn is not documented
(#208) Variable Min_SQLite::$extension is not documented
(#208) Variable Min_SQLite::$server_info is not documented
(#208) Variable Min_SQLite::$affected_rows is not documented
(#208) Variable Min_SQLite::$errno is not documented
(#208) Variable Min_SQLite::$error is not documented
(#208) Variable Min_SQLite::$_link is not documented
(#220) Variable Min_Result::$_result is not documented
(#220) Variable Min_Result::$_offset is not documented
(#220) Variable Min_Result::$num_rows is not documented
(#226) Variable Min_SQLite::$extension is not documented
(#226) Variable Min_SQLite::$server_info is not documented
(#226) Variable Min_SQLite::$affected_rows is not documented
(#226) Variable Min_SQLite::$error is not documented
(#226) Variable Min_SQLite::$_link is not documented
(#238) Variable Min_Result::$_result is not documented
(#238) Variable Min_Result::$_offset is not documented
(#238) Variable Min_Result::$num_rows is not documented
(#247) Variable Min_SQLite::$extension is not documented
(#383) Variable Min_DB::$extension is not documented
(#383) Variable Min_DB::$_link is not documented
(#383) Variable Min_DB::$_result is not documented
(#383) Variable Min_DB::$_string is not documented
(#383) Variable Min_DB::$_database is not documented
(#383) Variable Min_DB::$server_info is not documented
(#383) Variable Min_DB::$affected_rows is not documented
(#383) Variable Min_DB::$error is not documented
(#401) Variable Min_Result::$_result is not documented
(#401) Variable Min_Result::$_offset is not documented
(#401) Variable Min_Result::$num_rows is not documented
(#412) Variable Min_DB::$extension is not documented
(#550) Variable Min_DB::$extension is not documented
(#550) Variable Min_DB::$_link is not documented
(#550) Variable Min_DB::$_result is not documented
(#550) Variable Min_DB::$server_info is not documented
(#550) Variable Min_DB::$affected_rows is not documented
(#550) Variable Min_DB::$errno is not documented
(#550) Variable Min_DB::$error is not documented
(#569) Variable Min_Result::$_result is not documented
(#569) Variable Min_Result::$_offset is not documented
(#569) Variable Min_Result::$num_rows is not documented
(#580) Variable Min_DB::$extension is not documented
(#672) Variable Min_DB::$extension is not documented
(#672) Variable Min_DB::$_link is not documented
(#672) Variable Min_DB::$_result is not documented
(#672) Variable Min_DB::$server_info is not documented
(#672) Variable Min_DB::$affected_rows is not documented
(#672) Variable Min_DB::$errno is not documented
(#672) Variable Min_DB::$error is not documented
(#690) Variable Min_Result::$_result is not documented
(#690) Variable Min_Result::$_offset is not documented
(#690) Variable Min_Result::$_fields is not documented
(#690) Variable Min_Result::$num_rows is not documented
(#700) Variable Min_DB::$extension is not documented
(#700) Variable Min_DB::$_link is not documented
(#700) Variable Min_DB::$_result is not documented
(#700) Variable Min_DB::$server_info is not documented
(#700) Variable Min_DB::$affected_rows is not documented
(#700) Variable Min_DB::$error is not documented
(#717) Variable Min_Result::$_result is not documented
(#717) Variable Min_Result::$_offset is not documented
(#717) Variable Min_Result::$_fields is not documented
(#717) Variable Min_Result::$num_rows is not documented
(#835) Variable Min_DB::$extension is not documented
(#835) Variable Min_DB::$server_info is not documented
(#835) Variable Min_DB::$affected_rows is not documented
(#835) Variable Min_DB::$errno is not documented
(#835) Variable Min_DB::$error is not documented
(#835) Variable Min_DB::$_link is not documented
(#835) Variable Min_DB::$_result is not documented
(#850) Variable Min_Result::$num_rows is not documented
(#850) Variable Min_Result::$_result is not documented
(#850) Variable Min_Result::$_offset is not documented
(#935) Variable Min_DB::$extension is not documented
(#935) Variable Min_DB::$server_info is not documented
(#935) Variable Min_DB::$error is not documented
(#935) Variable Min_DB::$timeout is not documented
(#935) Variable Min_DB::$next is not documented
(#935) Variable Min_DB::$affected_rows is not documented
(#935) Variable Min_DB::$_result is not documented
(#946) Variable Min_Result::$num_rows is not documented
(#946) Variable Min_Result::$_rows is not documented
(#946) Variable Min_Result::$_offset is not documented
(#958) Variable Min_Driver::$Cf is not documented
(#1035) Variable Min_DB::$extension is not documented
(#1035) Variable Min_DB::$error is not documented
(#1035) Variable Min_DB::$last_id is not documented
(#1035) Variable Min_DB::$_link is not documented
(#1035) Variable Min_DB::$_db is not documented
(#1046) Variable Min_Result::$num_rows is not documented
(#1046) Variable Min_Result::$_rows is not documented
(#1046) Variable Min_Result::$_offset is not documented
(#1046) Variable Min_Result::$_charset is not documented
(#1057) Variable Min_Driver::$Cf is not documented
(#1115) Variable Min_DB::$extension is not documented
(#1115) Variable Min_DB::$server_info is not documented
(#1115) Variable Min_DB::$errno is not documented
(#1115) Variable Min_DB::$error is not documented
(#1115) Variable Min_DB::$_url is not documented
(#1123) Variable Min_Result::$num_rows is not documented
(#1123) Variable Min_Result::$_rows is not documented
(#1176) Variable Min_DB::$extension is not documented
(#1184) Variable Min_DB::$extension is not documented
(#1184) Variable Min_DB::$server_info is not documented
(#1184) Variable Min_DB::$affected_rows is not documented
(#1184) Variable Min_DB::$errno is not documented
(#1184) Variable Min_DB::$error is not documented
(#1184) Variable Min_DB::$_link is not documented
(#1184) Variable Min_DB::$_result is not documented
(#1203) Variable Min_Result::$num_rows is not documented
(#1203) Variable Min_Result::$_result is not documented
(#1203) Variable Min_Result::$_offset is not documented
(#1213) Variable Min_DB::$extension is not documented
(#1325) Variable Adminer::$operators is not documented
(#1552) Variable TmpFile::$handler is not documented
(#1552) Variable TmpFile::$size is not documented
(#10) Not recommended phpdocs tag @version used
(#168) Package is not specified for class Min_PDO. It is also not specified in file-level phpdocs
(#183) Package is not specified for class Min_PDOStatement. It is also not specified in file-level phpdocs
(#189) Package is not specified for class Min_SQL. It is also not specified in file-level phpdocs
(#207) Package is not specified for class Min_SQLite. It is also not specified in file-level phpdocs
(#219) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#225) Package is not specified for class Min_SQLite. It is also not specified in file-level phpdocs
(#237) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#244) Package is not specified for class Min_SQLite. It is also not specified in file-level phpdocs
(#248) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#258) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#382) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#400) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#409) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#416) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#549) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#568) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#577) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#584) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#671) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#689) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#699) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#716) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#727) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#834) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#849) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#857) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#934) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#945) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#955) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#1034) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#1045) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#1054) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#1114) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#1122) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#1127) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#1173) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#1183) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#1202) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#1210) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#1219) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#1324) Package is not specified for class Adminer. It is also not specified in file-level phpdocs
(#1551) Package is not specified for class TmpFile. It is also not specified in file-level phpdocs
(#15) Package is not specified for function connection. It is also not specified in file-level phpdocs
(#16) Package is not specified for function adminer. It is also not specified in file-level phpdocs
(#17) Package is not specified for function idf_unescape. It is also not specified in file-level phpdocs
(#19) Package is not specified for function escape_string. It is also not specified in file-level phpdocs
(#21) Package is not specified for function number. It is also not specified in file-level phpdocs
(#23) Package is not specified for function remove_slashes. It is also not specified in file-level phpdocs
(#25) Package is not specified for function bracket_escape. It is also not specified in file-level phpdocs
(#27) Package is not specified for function charset. It is also not specified in file-level phpdocs
(#28) Package is not specified for function h. It is also not specified in file-level phpdocs
(#30) Package is not specified for function nbsp. It is also not specified in file-level phpdocs
(#31) Package is not specified for function nl_br. It is also not specified in file-level phpdocs
(#33) Package is not specified for function checkbox. It is also not specified in file-level phpdocs
(#34) Package is not specified for function optionlist. It is also not specified in file-level phpdocs
(#37) Package is not specified for function html_select. It is also not specified in file-level phpdocs
(#39) Package is not specified for function select_input. It is also not specified in file-level phpdocs
(#40) Package is not specified for function confirm. It is also not specified in file-level phpdocs
(#41) Package is not specified for function print_fieldset. It is also not specified in file-level phpdocs
(#42) Package is not specified for function bold. It is also not specified in file-level phpdocs
(#43) Package is not specified for function odd. It is also not specified in file-level phpdocs
(#44) Package is not specified for function js_escape. It is also not specified in file-level phpdocs
(#46) Package is not specified for function json_row. It is also not specified in file-level phpdocs
(#47) Package is not specified for function ini_bool. It is also not specified in file-level phpdocs
(#48) Package is not specified for function sid. It is also not specified in file-level phpdocs
(#49) Package is not specified for function set_password. It is also not specified in file-level phpdocs
(#50) Package is not specified for function get_password. It is also not specified in file-level phpdocs
(#51) Package is not specified for function q. It is also not specified in file-level phpdocs
(#52) Package is not specified for function get_vals. It is also not specified in file-level phpdocs
(#53) Package is not specified for function get_key_vals. It is also not specified in file-level phpdocs
(#54) Package is not specified for function get_rows. It is also not specified in file-level phpdocs
(#55) Package is not specified for function unique_array. It is also not specified in file-level phpdocs
(#58) Package is not specified for function escape_key. It is also not specified in file-level phpdocs
(#60) Package is not specified for function where. It is also not specified in file-level phpdocs
(#62) Package is not specified for function where_check. It is also not specified in file-level phpdocs
(#64) Package is not specified for function where_link. It is also not specified in file-level phpdocs
(#65) Package is not specified for function convert_fields. It is also not specified in file-level phpdocs
(#67) Package is not specified for function cookie. It is also not specified in file-level phpdocs
(#69) Package is not specified for function restart_session. It is also not specified in file-level phpdocs
(#70) Package is not specified for function stop_session. It is also not specified in file-level phpdocs
(#71) Package is not specified for function get_session. It is also not specified in file-level phpdocs
(#71) Package is not specified for function set_session. It is also not specified in file-level phpdocs
(#72) Package is not specified for function auth_url. It is also not specified in file-level phpdocs
(#73) Package is not specified for function is_ajax. It is also not specified in file-level phpdocs
(#74) Package is not specified for function adminer_redirect. It is also not specified in file-level phpdocs
(#75) Package is not specified for function query_redirect. It is also not specified in file-level phpdocs
(#78) Package is not specified for function queries. It is also not specified in file-level phpdocs
(#80) Package is not specified for function apply_queries. It is also not specified in file-level phpdocs
(#84) Package is not specified for function queries_redirect. It is also not specified in file-level phpdocs
(#86) Package is not specified for function adminer_format_time. It is also not specified in file-level phpdocs
(#88) Package is not specified for function remove_from_uri. It is also not specified in file-level phpdocs
(#90) Package is not specified for function pagination. It is also not specified in file-level phpdocs
(#91) Package is not specified for function get_file. It is also not specified in file-level phpdocs
(#94) Package is not specified for function upload_error. It is also not specified in file-level phpdocs
(#95) Package is not specified for function repeat_pattern. It is also not specified in file-level phpdocs
(#97) Package is not specified for function is_utf8. It is also not specified in file-level phpdocs
(#98) Package is not specified for function shorten_utf8. It is also not specified in file-level phpdocs
(#100) Package is not specified for function format_number. It is also not specified in file-level phpdocs
(#102) Package is not specified for function friendly_url. It is also not specified in file-level phpdocs
(#104) Package is not specified for function hidden_fields. It is also not specified in file-level phpdocs
(#107) Package is not specified for function hidden_fields_get. It is also not specified in file-level phpdocs
(#108) Package is not specified for function table_status1. It is also not specified in file-level phpdocs
(#109) Package is not specified for function column_foreign_keys. It is also not specified in file-level phpdocs
(#110) Package is not specified for function enum_input. It is also not specified in file-level phpdocs
(#111) Package is not specified for function input. It is also not specified in file-level phpdocs
(#114) Package is not specified for function process_input. It is also not specified in file-level phpdocs
(#121) Package is not specified for function fields_from_edit. It is also not specified in file-level phpdocs
(#122) Package is not specified for function search_tables. It is also not specified in file-level phpdocs
(#123) Package is not specified for function dump_headers. It is also not specified in file-level phpdocs
(#124) Package is not specified for function dump_csv. It is also not specified in file-level phpdocs
(#127) Package is not specified for function apply_sql_function. It is also not specified in file-level phpdocs
(#128) Package is not specified for function get_temp_dir. It is also not specified in file-level phpdocs
(#130) Package is not specified for function password_file. It is also not specified in file-level phpdocs
(#131) Package is not specified for function rand_string. It is also not specified in file-level phpdocs
(#133) Package is not specified for function select_value. It is also not specified in file-level phpdocs
(#135) Package is not specified for function is_mail. It is also not specified in file-level phpdocs
(#137) Package is not specified for function is_url. It is also not specified in file-level phpdocs
(#138) Package is not specified for function is_shortable. It is also not specified in file-level phpdocs
(#140) Package is not specified for function count_rows. It is also not specified in file-level phpdocs
(#141) Package is not specified for function slow_query. It is also not specified in file-level phpdocs
(#149) Package is not specified for function get_token. It is also not specified in file-level phpdocs
(#150) Package is not specified for function verify_token. It is also not specified in file-level phpdocs
(#151) Package is not specified for function lzw_decompress. It is also not specified in file-level phpdocs
(#153) Package is not specified for function on_help. It is also not specified in file-level phpdocs
(#154) Package is not specified for function edit_form. It is also not specified in file-level phpdocs
(#161) Package is not specified for function get_lang. It is also not specified in file-level phpdocs
(#162) Package is not specified for function lang. It is also not specified in file-level phpdocs
(#164) Package is not specified for function switch_lang. It is also not specified in file-level phpdocs
(#167) Package is not specified for function get_translations. It is also not specified in file-level phpdocs
(#264) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#265) Package is not specified for function table. It is also not specified in file-level phpdocs
(#267) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#270) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#272) Package is not specified for function limit. It is also not specified in file-level phpdocs
(#273) Package is not specified for function limit1. It is also not specified in file-level phpdocs
(#274) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#275) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#277) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#279) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#281) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#283) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#284) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#285) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#286) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#288) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#290) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#291) Package is not specified for function view. It is also not specified in file-level phpdocs
(#293) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#294) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#296) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#298) Package is not specified for function check_sqlite_name. It is also not specified in file-level phpdocs
(#301) Package is not specified for function create_database. It is also not specified in file-level phpdocs
(#307) Package is not specified for function drop_databases. It is also not specified in file-level phpdocs
(#311) Package is not specified for function rename_database. It is also not specified in file-level phpdocs
(#313) Package is not specified for function auto_increment. It is also not specified in file-level phpdocs
(#314) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#322) Package is not specified for function recreate_table. It is also not specified in file-level phpdocs
(#336) Package is not specified for function index_sql. It is also not specified in file-level phpdocs
(#337) Package is not specified for function alter_indexes. It is also not specified in file-level phpdocs
(#342) Package is not specified for function truncate_tables. It is also not specified in file-level phpdocs
(#344) Package is not specified for function drop_views. It is also not specified in file-level phpdocs
(#346) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#348) Package is not specified for function move_tables. It is also not specified in file-level phpdocs
(#350) Package is not specified for function trigger. It is also not specified in file-level phpdocs
(#353) Package is not specified for function triggers. It is also not specified in file-level phpdocs
(#354) Package is not specified for function trigger_options. It is also not specified in file-level phpdocs
(#356) Package is not specified for function routine. It is also not specified in file-level phpdocs
(#357) Package is not specified for function routines. It is also not specified in file-level phpdocs
(#358) Package is not specified for function routine_languages. It is also not specified in file-level phpdocs
(#359) Package is not specified for function begin. It is also not specified in file-level phpdocs
(#361) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#362) Package is not specified for function explain. It is also not specified in file-level phpdocs
(#363) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#364) Package is not specified for function types. It is also not specified in file-level phpdocs
(#366) Package is not specified for function schemas. It is also not specified in file-level phpdocs
(#368) Package is not specified for function get_schema. It is also not specified in file-level phpdocs
(#369) Package is not specified for function set_schema. It is also not specified in file-level phpdocs
(#371) Package is not specified for function create_sql. It is also not specified in file-level phpdocs
(#372) Package is not specified for function truncate_sql. It is also not specified in file-level phpdocs
(#373) Package is not specified for function use_sql. It is also not specified in file-level phpdocs
(#374) Package is not specified for function trigger_sql. It is also not specified in file-level phpdocs
(#376) Package is not specified for function show_variables. It is also not specified in file-level phpdocs
(#377) Package is not specified for function show_status. It is also not specified in file-level phpdocs
(#378) Package is not specified for function convert_field. It is also not specified in file-level phpdocs
(#379) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#380) Package is not specified for function support. It is also not specified in file-level phpdocs
(#424) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#425) Package is not specified for function table. It is also not specified in file-level phpdocs
(#427) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#429) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#431) Package is not specified for function limit. It is also not specified in file-level phpdocs
(#432) Package is not specified for function limit1. It is also not specified in file-level phpdocs
(#433) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#434) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#436) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#437) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#444) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#446) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#451) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#453) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#455) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#465) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#466) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#471) Package is not specified for function view. It is also not specified in file-level phpdocs
(#473) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#475) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#476) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#478) Package is not specified for function create_database. It is also not specified in file-level phpdocs
(#480) Package is not specified for function drop_databases. It is also not specified in file-level phpdocs
(#482) Package is not specified for function rename_database. It is also not specified in file-level phpdocs
(#484) Package is not specified for function auto_increment. It is also not specified in file-level phpdocs
(#485) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#490) Package is not specified for function alter_indexes. It is also not specified in file-level phpdocs
(#495) Package is not specified for function truncate_tables. It is also not specified in file-level phpdocs
(#498) Package is not specified for function drop_views. It is also not specified in file-level phpdocs
(#500) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#504) Package is not specified for function move_tables. It is also not specified in file-level phpdocs
(#507) Package is not specified for function trigger. It is also not specified in file-level phpdocs
(#510) Package is not specified for function triggers. It is also not specified in file-level phpdocs
(#511) Package is not specified for function trigger_options. It is also not specified in file-level phpdocs
(#513) Package is not specified for function routines. It is also not specified in file-level phpdocs
(#519) Package is not specified for function routine_languages. It is also not specified in file-level phpdocs
(#521) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#523) Package is not specified for function explain. It is also not specified in file-level phpdocs
(#524) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#526) Package is not specified for function types. It is also not specified in file-level phpdocs
(#532) Package is not specified for function schemas. It is also not specified in file-level phpdocs
(#534) Package is not specified for function get_schema. It is also not specified in file-level phpdocs
(#535) Package is not specified for function set_schema. It is also not specified in file-level phpdocs
(#536) Package is not specified for function use_sql. It is also not specified in file-level phpdocs
(#537) Package is not specified for function show_variables. It is also not specified in file-level phpdocs
(#539) Package is not specified for function process_list. It is also not specified in file-level phpdocs
(#541) Package is not specified for function show_status. It is also not specified in file-level phpdocs
(#542) Package is not specified for function convert_field. It is also not specified in file-level phpdocs
(#543) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#544) Package is not specified for function support. It is also not specified in file-level phpdocs
(#546) Package is not specified for function kill_process. It is also not specified in file-level phpdocs
(#548) Package is not specified for function max_connections. It is also not specified in file-level phpdocs
(#589) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#590) Package is not specified for function table. It is also not specified in file-level phpdocs
(#592) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#594) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#596) Package is not specified for function limit. It is also not specified in file-level phpdocs
(#597) Package is not specified for function limit1. It is also not specified in file-level phpdocs
(#598) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#599) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#601) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#602) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#606) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#608) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#611) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#612) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#614) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#615) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#620) Package is not specified for function view. It is also not specified in file-level phpdocs
(#622) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#624) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#626) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#628) Package is not specified for function explain. It is also not specified in file-level phpdocs
(#629) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#630) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#633) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#644) Package is not specified for function truncate_tables. It is also not specified in file-level phpdocs
(#646) Package is not specified for function drop_views. It is also not specified in file-level phpdocs
(#648) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#650) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#652) Package is not specified for function schemas. It is also not specified in file-level phpdocs
(#654) Package is not specified for function get_schema. It is also not specified in file-level phpdocs
(#655) Package is not specified for function set_schema. It is also not specified in file-level phpdocs
(#656) Package is not specified for function show_variables. It is also not specified in file-level phpdocs
(#658) Package is not specified for function process_list. It is also not specified in file-level phpdocs
(#665) Package is not specified for function show_status. It is also not specified in file-level phpdocs
(#667) Package is not specified for function convert_field. It is also not specified in file-level phpdocs
(#668) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#669) Package is not specified for function support. It is also not specified in file-level phpdocs
(#737) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#738) Package is not specified for function table. It is also not specified in file-level phpdocs
(#739) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#741) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#743) Package is not specified for function limit. It is also not specified in file-level phpdocs
(#744) Package is not specified for function limit1. It is also not specified in file-level phpdocs
(#746) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#747) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#749) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#750) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#752) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#754) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#755) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#756) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#758) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#764) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#769) Package is not specified for function view. It is also not specified in file-level phpdocs
(#771) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#772) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#774) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#776) Package is not specified for function create_database. It is also not specified in file-level phpdocs
(#778) Package is not specified for function drop_databases. It is also not specified in file-level phpdocs
(#780) Package is not specified for function rename_database. It is also not specified in file-level phpdocs
(#782) Package is not specified for function auto_increment. It is also not specified in file-level phpdocs
(#783) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#789) Package is not specified for function alter_indexes. It is also not specified in file-level phpdocs
(#792) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#793) Package is not specified for function explain. It is also not specified in file-level phpdocs
(#794) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#795) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#796) Package is not specified for function truncate_tables. It is also not specified in file-level phpdocs
(#798) Package is not specified for function drop_views. It is also not specified in file-level phpdocs
(#800) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#802) Package is not specified for function move_tables. It is also not specified in file-level phpdocs
(#804) Package is not specified for function trigger. It is also not specified in file-level phpdocs
(#812) Package is not specified for function triggers. It is also not specified in file-level phpdocs
(#818) Package is not specified for function trigger_options. It is also not specified in file-level phpdocs
(#820) Package is not specified for function schemas. It is also not specified in file-level phpdocs
(#822) Package is not specified for function get_schema. It is also not specified in file-level phpdocs
(#823) Package is not specified for function set_schema. It is also not specified in file-level phpdocs
(#825) Package is not specified for function use_sql. It is also not specified in file-level phpdocs
(#826) Package is not specified for function show_variables. It is also not specified in file-level phpdocs
(#828) Package is not specified for function show_status. It is also not specified in file-level phpdocs
(#830) Package is not specified for function convert_field. It is also not specified in file-level phpdocs
(#831) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#832) Package is not specified for function support. It is also not specified in file-level phpdocs
(#860) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#861) Package is not specified for function table. It is also not specified in file-level phpdocs
(#863) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#865) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#867) Package is not specified for function limit. It is also not specified in file-level phpdocs
(#868) Package is not specified for function limit1. It is also not specified in file-level phpdocs
(#870) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#871) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#873) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#874) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#875) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#877) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#879) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#881) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#883) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#916) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#917) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#919) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#921) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#923) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#925) Package is not specified for function types. It is also not specified in file-level phpdocs
(#927) Package is not specified for function schemas. It is also not specified in file-level phpdocs
(#929) Package is not specified for function get_schema. It is also not specified in file-level phpdocs
(#930) Package is not specified for function set_schema. It is also not specified in file-level phpdocs
(#932) Package is not specified for function support. It is also not specified in file-level phpdocs
(#983) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#986) Package is not specified for function support. It is also not specified in file-level phpdocs
(#988) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#989) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#991) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#993) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#994) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#995) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#996) Package is not specified for function explain. It is also not specified in file-level phpdocs
(#997) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#999) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#1000) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#1001) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#1003) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#1005) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#1007) Package is not specified for function table. It is also not specified in file-level phpdocs
(#1009) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#1010) Package is not specified for function limit. It is also not specified in file-level phpdocs
(#1011) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#1012) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#1013) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#1015) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#1016) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#1020) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#1023) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#1024) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#1025) Package is not specified for function hmac. It is also not specified in file-level phpdocs
(#1026) Package is not specified for function sdb_request. It is also not specified in file-level phpdocs
(#1031) Package is not specified for function sdb_request_all. It is also not specified in file-level phpdocs
(#1063) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#1065) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#1067) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#1068) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#1069) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#1071) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#1072) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#1074) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#1076) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#1077) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#1078) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#1079) Package is not specified for function drop_databases. It is also not specified in file-level phpdocs
(#1083) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#1084) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#1086) Package is not specified for function convert_field. It is also not specified in file-level phpdocs
(#1087) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#1088) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#1090) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#1091) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#1093) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#1094) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#1096) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#1100) Package is not specified for function truncate_tables. It is also not specified in file-level phpdocs
(#1104) Package is not specified for function alter_indexes. It is also not specified in file-level phpdocs
(#1109) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#1110) Package is not specified for function table. It is also not specified in file-level phpdocs
(#1111) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#1112) Package is not specified for function support. It is also not specified in file-level phpdocs
(#1138) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#1140) Package is not specified for function support. It is also not specified in file-level phpdocs
(#1142) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#1143) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#1144) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#1146) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#1147) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#1149) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#1150) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#1151) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#1152) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#1154) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#1155) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#1156) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#1158) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#1160) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#1162) Package is not specified for function table. It is also not specified in file-level phpdocs
(#1163) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#1164) Package is not specified for function convert_field. It is also not specified in file-level phpdocs
(#1165) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#1166) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#1167) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#1169) Package is not specified for function create_database. It is also not specified in file-level phpdocs
(#1170) Package is not specified for function drop_databases. It is also not specified in file-level phpdocs
(#1171) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#1228) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#1229) Package is not specified for function table. It is also not specified in file-level phpdocs
(#1231) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#1233) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#1234) Package is not specified for function limit. It is also not specified in file-level phpdocs
(#1235) Package is not specified for function limit1. It is also not specified in file-level phpdocs
(#1237) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#1238) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#1239) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#1240) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#1242) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#1244) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#1245) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#1246) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#1248) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#1249) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#1250) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#1252) Package is not specified for function view. It is also not specified in file-level phpdocs
(#1254) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#1256) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#1257) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#1259) Package is not specified for function create_database. It is also not specified in file-level phpdocs
(#1261) Package is not specified for function drop_databases. It is also not specified in file-level phpdocs
(#1262) Package is not specified for function rename_database. It is also not specified in file-level phpdocs
(#1263) Package is not specified for function auto_increment. It is also not specified in file-level phpdocs
(#1264) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#1267) Package is not specified for function alter_indexes. It is also not specified in file-level phpdocs
(#1270) Package is not specified for function truncate_tables. It is also not specified in file-level phpdocs
(#1272) Package is not specified for function drop_views. It is also not specified in file-level phpdocs
(#1274) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#1276) Package is not specified for function move_tables. It is also not specified in file-level phpdocs
(#1278) Package is not specified for function copy_tables. It is also not specified in file-level phpdocs
(#1284) Package is not specified for function trigger. It is also not specified in file-level phpdocs
(#1287) Package is not specified for function triggers. It is also not specified in file-level phpdocs
(#1288) Package is not specified for function trigger_options. It is also not specified in file-level phpdocs
(#1290) Package is not specified for function routine. It is also not specified in file-level phpdocs
(#1294) Package is not specified for function routines. It is also not specified in file-level phpdocs
(#1296) Package is not specified for function routine_languages. It is also not specified in file-level phpdocs
(#1298) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#1299) Package is not specified for function explain. It is also not specified in file-level phpdocs
(#1300) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#1301) Package is not specified for function types. It is also not specified in file-level phpdocs
(#1303) Package is not specified for function schemas. It is also not specified in file-level phpdocs
(#1305) Package is not specified for function get_schema. It is also not specified in file-level phpdocs
(#1306) Package is not specified for function set_schema. It is also not specified in file-level phpdocs
(#1308) Package is not specified for function create_sql. It is also not specified in file-level phpdocs
(#1309) Package is not specified for function truncate_sql. It is also not specified in file-level phpdocs
(#1310) Package is not specified for function use_sql. It is also not specified in file-level phpdocs
(#1311) Package is not specified for function trigger_sql. It is also not specified in file-level phpdocs
(#1312) Package is not specified for function show_variables. It is also not specified in file-level phpdocs
(#1314) Package is not specified for function process_list. It is also not specified in file-level phpdocs
(#1316) Package is not specified for function show_status. It is also not specified in file-level phpdocs
(#1318) Package is not specified for function convert_field. It is also not specified in file-level phpdocs
(#1319) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#1320) Package is not specified for function support. It is also not specified in file-level phpdocs
(#1321) Package is not specified for function kill_process. It is also not specified in file-level phpdocs
(#1323) Package is not specified for function max_connections. It is also not specified in file-level phpdocs
(#1436) Package is not specified for function page_header. It is also not specified in file-level phpdocs
(#1461) Package is not specified for function page_headers. It is also not specified in file-level phpdocs
(#1462) Package is not specified for function page_messages. It is also not specified in file-level phpdocs
(#1463) Package is not specified for function page_footer. It is also not specified in file-level phpdocs
(#1475) Package is not specified for function int32. It is also not specified in file-level phpdocs
(#1476) Package is not specified for function long2str. It is also not specified in file-level phpdocs
(#1479) Package is not specified for function str2long. It is also not specified in file-level phpdocs
(#1480) Package is not specified for function xxtea_mx. It is also not specified in file-level phpdocs
(#1482) Package is not specified for function encrypt_string. It is also not specified in file-level phpdocs
(#1484) Package is not specified for function decrypt_string. It is also not specified in file-level phpdocs
(#1487) Package is not specified for function add_invalid_login. It is also not specified in file-level phpdocs
(#1490) Package is not specified for function unset_permanent. It is also not specified in file-level phpdocs
(#1492) Package is not specified for function auth_error. It is also not specified in file-level phpdocs
(#1494) Package is not specified for function select. It is also not specified in file-level phpdocs
(#1496) Package is not specified for function referencable_primary. It is also not specified in file-level phpdocs
(#1497) Package is not specified for function textarea. It is also not specified in file-level phpdocs
(#1502) Package is not specified for function edit_type. It is also not specified in file-level phpdocs
(#1505) Package is not specified for function process_length. It is also not specified in file-level phpdocs
(#1506) Package is not specified for function process_type. It is also not specified in file-level phpdocs
(#1507) Package is not specified for function process_field. It is also not specified in file-level phpdocs
(#1509) Package is not specified for function type_class. It is also not specified in file-level phpdocs
(#1510) Package is not specified for function edit_fields. It is also not specified in file-level phpdocs
(#1523) Package is not specified for function process_fields. It is also not specified in file-level phpdocs
(#1528) Package is not specified for function normalize_enum. It is also not specified in file-level phpdocs
(#1529) Package is not specified for function grant. It is also not specified in file-level phpdocs
(#1532) Package is not specified for function drop_create. It is also not specified in file-level phpdocs
(#1534) Package is not specified for function create_trigger. It is also not specified in file-level phpdocs
(#1535) Package is not specified for function create_routine. It is also not specified in file-level phpdocs
(#1537) Package is not specified for function remove_definer. It is also not specified in file-level phpdocs
(#1539) Package is not specified for function format_foreign_key. It is also not specified in file-level phpdocs
(#1540) Package is not specified for function tar_file. It is also not specified in file-level phpdocs
(#1542) Package is not specified for function ini_bytes. It is also not specified in file-level phpdocs
(#1543) Package is not specified for function adminer_doc_link. It is also not specified in file-level phpdocs
(#1544) Package is not specified for function ob_gzencode. It is also not specified in file-level phpdocs
(#1546) Package is not specified for function db_size. It is also not specified in file-level phpdocs
(#1548) Package is not specified for function set_utf8mb4. It is also not specified in file-level phpdocs
(#1549) Package is not specified for function connect_error. It is also not specified in file-level phpdocs
local/adminer/lib/plugins/frames.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#20) Function AdminerFrames::headers is not documented
(#13) There is no description in phpdocs for function __construct
(#14) Phpdocs for function AdminerFrames::__construct has incomplete parameters list
(#10) Phpdocs for variable AdminerFrames::$sameOrigin does not contain @var or incorrect
(#3) Class AdminerFrames does not have @copyright tag
(#10) Not recommended phpdocs tag @access used
(#3) Package is not specified for class AdminerFrames. It is also not specified in file-level phpdocs
local/adminer/lib/plugins/plugin.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function AdminerPlugin::_findRootClass is not documented
(#36) Function AdminerPlugin::_callParent is not documented
(#40) Function AdminerPlugin::_applyPlugin is not documented
(#61) Function AdminerPlugin::_appendPlugin is not documented
(#73) Function AdminerPlugin::dumpFormat is not documented
(#78) Function AdminerPlugin::dumpOutput is not documented
(#83) Function AdminerPlugin::editFunctions is not documented
(#90) Function AdminerPlugin::name is not documented
(#95) Function AdminerPlugin::credentials is not documented
(#100) Function AdminerPlugin::permanentLogin is not documented
(#105) Function AdminerPlugin::database is not documented
(#110) Function AdminerPlugin::schemas is not documented
(#115) Function AdminerPlugin::databases is not documented
(#120) Function AdminerPlugin::queryTimeout is not documented
(#125) Function AdminerPlugin::headers is not documented
(#130) Function AdminerPlugin::head is not documented
(#135) Function AdminerPlugin::loginForm is not documented
(#140) Function AdminerPlugin::login is not documented
(#145) Function AdminerPlugin::tableName is not documented
(#150) Function AdminerPlugin::fieldName is not documented
(#155) Function AdminerPlugin::selectLinks is not documented
(#160) Function AdminerPlugin::foreignKeys is not documented
(#165) Function AdminerPlugin::backwardKeys is not documented
(#170) Function AdminerPlugin::backwardKeysPrint is not documented
(#175) Function AdminerPlugin::selectQuery is not documented
(#180) Function AdminerPlugin::rowDescription is not documented
(#185) Function AdminerPlugin::rowDescriptions is not documented
(#190) Function AdminerPlugin::selectLink is not documented
(#195) Function AdminerPlugin::selectVal is not documented
(#200) Function AdminerPlugin::editVal is not documented
(#205) Function AdminerPlugin::selectColumnsPrint is not documented
(#210) Function AdminerPlugin::selectSearchPrint is not documented
(#215) Function AdminerPlugin::selectOrderPrint is not documented
(#220) Function AdminerPlugin::selectLimitPrint is not documented
(#225) Function AdminerPlugin::selectLengthPrint is not documented
(#230) Function AdminerPlugin::selectActionPrint is not documented
(#235) Function AdminerPlugin::selectCommandPrint is not documented
(#240) Function AdminerPlugin::selectImportPrint is not documented
(#245) Function AdminerPlugin::selectEmailPrint is not documented
(#250) Function AdminerPlugin::selectColumnsProcess is not documented
(#255) Function AdminerPlugin::selectSearchProcess is not documented
(#260) Function AdminerPlugin::selectOrderProcess is not documented
(#265) Function AdminerPlugin::selectLimitProcess is not documented
(#270) Function AdminerPlugin::selectLengthProcess is not documented
(#275) Function AdminerPlugin::selectEmailProcess is not documented
(#280) Function AdminerPlugin::selectQueryBuild is not documented
(#285) Function AdminerPlugin::messageQuery is not documented
(#290) Function AdminerPlugin::editInput is not documented
(#295) Function AdminerPlugin::processInput is not documented
(#300) Function AdminerPlugin::dumpDatabase is not documented
(#305) Function AdminerPlugin::dumpTable is not documented
(#310) Function AdminerPlugin::dumpData is not documented
(#315) Function AdminerPlugin::dumpFilename is not documented
(#320) Function AdminerPlugin::dumpHeaders is not documented
(#325) Function AdminerPlugin::homepage is not documented
(#330) Function AdminerPlugin::navigation is not documented
(#335) Function AdminerPlugin::databasesPrint is not documented
(#340) Function AdminerPlugin::tablesPrint is not documented
(#21) Phpdocs for function AdminerPlugin::__construct has incomplete parameters list
(#10) Phpdocs for variable AdminerPlugin::$plugins does not contain @var or incorrect
(#3) Class AdminerPlugin does not have @copyright tag
(#10) Not recommended phpdocs tag @access used
(#3) Package is not specified for class AdminerPlugin. It is also not specified in file-level phpdocs
local/adminer/lib/run_adminer.php
(#17) File-level phpdocs block is not found
(#25) Class Adminer_Custom is not documented
(#21) Function adminer_object is not documented
(#27) Function Adminer_Custom::credentials is not documented
(#39) Function Adminer_Custom::loginForm is not documented
(#25) Package is not specified for class Adminer_Custom. It is also not specified in file-level phpdocs
(#21) Package is not specified for function adminer_object. It is also not specified in file-level phpdocs
local/adminer/settings.php
(#20) Package local is not valid
local/adminer/version.php
(#20) Package local is not valid

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

Task "stylelint:css" failed. Use --force to continue.
Problems running grunt

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]