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

(31579 errors, 538 warnings)

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

local/adminer/index.php
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) No space found before comment text; expected "// this is for mysql" but found "//this is for mysql"
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".
(#3) Inline doc block comments are not allowed; use "// Comment." instead
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Variable "Vc" must be all lower-case
(#10) Expected 1 space before "="; 0 found
(#10) Expected 1 space after "="; 0 found
(#10) Commas (,) must be followed by white space.
(#10) Expected "if (...) {\n"; found "if(...){"
(#10) Variable "Vc" must be all lower-case
(#10) Expected "foreach (...) {\n"; found "foreach(...){"
(#10) Expected 1 space before "as"; 0 found
(#10) Expected 1 space after "as"; 0 found
(#10) Commas (,) must be followed by white space.
(#10) Commas (,) must be followed by white space.
(#10) Commas (,) must be followed by white space.
(#10) Variable "X" must be all lower-case
(#10) Variable "_i" must not contain underscores.
(#10) Expected 1 space before "="; 0 found
(#10) Expected 1 space after "="; 0 found
(#10) Variable "X" must be all lower-case
(#10) Commas (,) must be followed by white space.
(#10) Inline control structures are not allowed
(#10) Variable "_i" must not contain underscores.
(#10) Variable "X" must be all lower-case
(#10) Expected 1 space before "="; 0 found
(#10) Expected 1 space after "="; 0 found
(#10) Variable "_i" must not contain underscores.
(#10) Closing brace must be on a line by itself
(#10) Closing brace must be on a line by itself
(#10) Inline control structures are not allowed
(#10) Line exceeds maximum limit of 180 characters; contains 342 characters
(#10) Line exceeds maximum limit of 180 characters; contains 342 characters
(#10) Line exceeds maximum limit of 180 characters; contains 342 characters
(#11) Expected 1 space after closing parenthesis; found 0
(#11) Opening brace must be the last content on the line
(#11) Closing brace must be on a line by itself
(#12) Expected 1 space after closing parenthesis; found 0
(#12) Opening brace must be the last content on the line
(#12) Closing brace must be on a line by itself
(#13) Expected 1 space after closing parenthesis; found 0
(#13) Opening brace must be the last content on the line
(#13) Closing brace must be on a line by itself
(#14) Expected 1 space after closing parenthesis; found 0
(#14) Opening brace must be the last content on the line
(#14) Expected 1 space before "="; 0 found
(#14) Expected 1 space after "="; 0 found
(#14) Commas (,) must be followed by white space.
(#15) Line indented incorrectly; expected at least 4 spaces, found 0
(#15) Commas (,) must be followed by white space.
(#15) Commas (,) must be followed by white space.
(#15) Commas (,) must be followed by white space.
(#15) Commas (,) must be followed by white space.
(#15) Closing brace must be on a line by itself
(#16) Variable "X" must be all lower-case
(#16) Expected 1 space after closing parenthesis; found 0
(#16) Opening brace must be the last content on the line
(#17) Line indented incorrectly; expected at least 4 spaces, found 0
(#17) Variable "X" must be all lower-case
(#17) Commas (,) must be followed by white space.
(#17) Commas (,) must be followed by white space.
(#17) Closing brace must be on a line by itself
(#18) Line indented incorrectly; expected at least 4 spaces, found 0
(#18) Variable "X" must be all lower-case
(#18) Expected 1 space after closing parenthesis; found 0
(#18) Opening brace must be the last content on the line
(#19) Line indented incorrectly; expected at least 8 spaces, found 0
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Variable "X" must be all lower-case
(#19) Closing brace must be on a line by itself
(#20) Line indented incorrectly; expected at least 4 spaces, found 0
(#20) Expected 1 space after closing parenthesis; found 0
(#20) Opening brace must be the last content on the line
(#20) Closing brace must be on a line by itself
(#21) Line indented incorrectly; expected at least 4 spaces, found 0
(#21) Commas (,) must be followed by white space.
(#21) Variable "Vc" must be all lower-case
(#21) Expected 1 space after closing parenthesis; found 0
(#21) Opening brace must be the last content on the line
(#21) Expected "if (...) {\n"; found "if(...){"
(#21) Expected "while (...) {\n"; found "while(...){"
(#21) Commas (,) must be followed by white space.
(#21) Variable "X" must be all lower-case
(#21) Expected 1 space before "="; 0 found
(#21) Expected 1 space after "="; 0 found
(#21) Expected "foreach (...) {\n"; found "foreach(...){"
(#21) Expected 1 space before "=>"; 0 found
(#21) Expected 1 space after "=>"; 0 found
(#21) Expected 1 space after "as"; 0 found
(#21) Variable "X" must be all lower-case
(#22) Line indented incorrectly; expected at least 16 spaces, found 0
(#22) Variable "Yd" must be all lower-case
(#22) Expected 1 space before "=>"; 0 found
(#22) Expected 1 space after "=>"; 0 found
(#22) Variable "W" must be all lower-case
(#22) Variable "Yd" must be all lower-case
(#22) Expected "if (...) {\n"; found "if(...){"
(#22) Variable "W" must be all lower-case
(#22) Variable "Yd" must be all lower-case
(#22) Expected 1 space before "="; 0 found
(#22) Expected 1 space after "="; 0 found
(#22) Variable "W" must be all lower-case
(#22) Variable "Yd" must be all lower-case
(#22) Closing brace must be on a line by itself
(#22) Inline control structures are not allowed
(#22) Variable "Yd" must be all lower-case
(#22) Expected 1 space before "="; 0 found
(#22) Expected 1 space after "="; 0 found
(#22) Variable "Vc" must be all lower-case
(#22) Expected 1 space before "?"; 0 found
(#22) Expected 1 space after "?"; 0 found
(#22) Variable "W" must be all lower-case
(#22) Expected 1 space before ":"; 0 found
(#22) Expected 1 space after ":"; 0 found
(#22) Variable "W" must be all lower-case
(#22) Closing brace must be on a line by itself
(#22) Closing brace must be on a line by itself
(#22) Closing brace must be on a line by itself
(#22) Closing brace must be on a line by itself
(#22) Line exceeds maximum limit of 180 characters; contains 182 characters
(#22) Line exceeds maximum limit of 180 characters; contains 182 characters
(#22) Line exceeds maximum limit of 180 characters; contains 182 characters
(#23) Line indented incorrectly; expected at least 4 spaces, found 0
(#23) Commas (,) must be followed by white space.
(#23) Variable "Oa" must be all lower-case
(#23) Expected 1 space after closing parenthesis; found 0
(#23) Opening brace must be the last content on the line
(#23) Scope keyword "static" must be followed by a single space
(#23) Expected 1 space before "="; 0 found
(#23) Expected 1 space after "="; 0 found
(#23) Expected 1 space before "=>"; 0 found
(#23) Expected 1 space after "=>"; 0 found
(#23) Commas (,) must be followed by white space.
(#23) Expected 1 space before "=>"; 0 found
(#23) Expected 1 space after "=>"; 0 found
(#23) Commas (,) must be followed by white space.
(#23) Expected 1 space before "=>"; 0 found
(#23) Expected 1 space after "=>"; 0 found
(#23) Commas (,) must be followed by white space.
(#23) Expected 1 space before "=>"; 0 found
(#23) Expected 1 space after "=>"; 0 found
(#24) Line indented incorrectly; expected at least 8 spaces, found 0
(#24) Commas (,) must be followed by white space.
(#24) Variable "Oa" must be all lower-case
(#24) Expected 1 space before "?"; 0 found
(#24) Expected 1 space after "?"; 0 found
(#24) Expected 1 space before ":"; 0 found
(#24) Expected 1 space after ":"; 0 found
(#24) Closing brace must be on a line by itself
(#25) Line indented incorrectly; expected at least 16 spaces, found 0
(#25) Variable "Qi" must be all lower-case
(#25) Commas (,) must be followed by white space.
(#25) Commas (,) must be followed by white space.
(#25) Expected 1 space after closing parenthesis; found 0
(#25) Opening brace must be the last content on the line
(#25) Inline control structures are not allowed
(#25) Expected 1 space before "="; 0 found
(#25) Expected 1 space after "="; 0 found
(#25) Expected 1 space before "="; 0 found
(#25) Expected 1 space after "="; 0 found
(#25) Expected "if (...) {\n"; found "if(...){"
(#25) Commas (,) must be followed by white space.
(#25) Commas (,) must be followed by white space.
(#25) Variable "C" must be all lower-case
(#25) Expected 1 space before "="; 0 found
(#25) Expected 1 space after "="; 0 found
(#25) Variable "C" must be all lower-case
(#25) Variable "Qi" must be all lower-case
(#25) Expected 1 space before "="; 0 found
(#25) Expected 1 space after "="; 0 found
(#25) Closing brace must be on a line by itself
(#25) Commas (,) must be followed by white space.
(#25) Variable "Qi" must be all lower-case
(#25) Expected 1 space before ">="; 0 found
(#25) Expected 1 space after ">="; 0 found
(#25) Closing brace must be on a line by itself
(#25) Line exceeds maximum limit of 180 characters; contains 187 characters
(#25) Line exceeds maximum limit of 180 characters; contains 187 characters
(#25) Line exceeds maximum limit of 180 characters; contains 187 characters
(#26) Line indented incorrectly; expected at least 16 spaces, found 0
(#26) Expected 1 space after closing parenthesis; found 0
(#26) Opening brace must be the last content on the line
(#26) Commas (,) must be followed by white space.
(#26) Commas (,) must be followed by white 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) Closing brace must be on a line by itself
(#27) Line indented incorrectly; expected at least 16 spaces, found 0
(#27) Commas (,) must be followed by white space.
(#27) Expected 1 space after closing parenthesis; found 0
(#27) Opening brace must be the last content on the line
(#27) Closing brace must be on a line by itself
(#28) Line indented incorrectly; expected at least 16 spaces, found 0
(#28) Variable "Ei" must be all lower-case
(#28) Expected 1 space after closing parenthesis; found 0
(#28) Opening brace must be the last content on the line
(#28) Variable "Ei" must be all lower-case
(#28) Closing brace must be on a line by itself
(#29) Line indented incorrectly; expected at least 16 spaces, found 0
(#29) Expected 1 space after closing parenthesis; found 0
(#29) Opening brace must be the last content on the line
(#29) Closing brace must be on a line by itself
(#30) Line indented incorrectly; expected at least 16 spaces, found 0
(#30) Expected 1 space after closing parenthesis; found 0
(#30) Opening brace must be the last content on the line
(#30) Closing brace must be on a line by itself
(#31) Line indented incorrectly; expected at least 16 spaces, found 0
(#31) Variable "Q" 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
(#32) Line indented incorrectly; expected at least 20 spaces, found 0
(#32) Commas (,) must be followed by white space.
(#32) Commas (,) must be followed by white space.
(#32) Variable "Q" must be all lower-case
(#32) Commas (,) must be followed by white space.
(#32) Commas (,) must be followed by white space.
(#32) Closing brace must be on a line by itself
(#33) Line indented incorrectly; expected at least 16 spaces, found 0
(#33) Variable "Q" must be all lower-case
(#33) Expected 1 space after closing parenthesis; found 0
(#33) Opening brace must be the last content on the line
(#33) Variable "Q" must be all lower-case
(#33) Expected 1 space before "!="; 0 found
(#33) Expected 1 space after "!="; 0 found
(#33) Expected 1 space before "?"; 0 found
(#33) Expected 1 space after "?"; 0 found
(#33) Variable "Q" must be all lower-case
(#33) Expected 1 space before ":"; 0 found
(#33) Expected 1 space after ":"; 0 found
(#33) Closing brace must be on a line by itself
(#34) Line indented incorrectly; expected at least 16 spaces, found 0
(#34) Variable "Q" 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
(#35) Line indented incorrectly; expected at least 20 spaces, found 0
(#35) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#35) Variable "Q" must be all lower-case
(#35) Closing brace must be on a line by itself
(#36) Line indented incorrectly; expected at least 16 spaces, found 0
(#36) Variable "D" must be all lower-case
(#36) Commas (,) must be followed by white space.
(#36) Variable "Y" must be all lower-case
(#36) Commas (,) must be followed by white space.
(#36) Commas (,) must be followed by white space.
(#36) Commas (,) must be followed by white space.
(#36) Commas (,) must be followed by white space.
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space after closing parenthesis; found 0
(#36) Opening brace must be the last content on the line
(#36) Variable "J" must be all lower-case
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#36) Variable "D" must be all lower-case
(#36) Variable "Y" must be all lower-case
(#36) Expected 1 space before "?"; 0 found
(#36) Expected 1 space after "?"; 0 found
(#36) Expected 1 space before ":"; 0 found
(#36) Expected 1 space after ":"; 0 found
(#36) Expected 1 space before "?"; 0 found
(#36) Expected 1 space after "?"; 0 found
(#36) Expected 1 space before ":"; 0 found
(#36) Expected 1 space after ":"; 0 found
(#36) Expected 1 space before "?"; 0 found
(#36) Expected 1 space after "?"; 0 found
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space before ":"; 0 found
(#36) Expected 1 space after ":"; 0 found
(#36) Expected 1 space before "!="; 0 found
(#36) Expected 1 space after "!="; 0 found
(#36) Expected 1 space before "?"; 0 found
(#36) Expected 1 space after "?"; 0 found
(#36) Expected 1 space before "?"; 0 found
(#36) Expected 1 space after "?"; 0 found
(#36) Expected 1 space before ":"; 0 found
(#36) Expected 1 space after ":"; 0 found
(#36) Variable "J" must be all lower-case
(#36) Expected 1 space before ":"; 0 found
(#36) Expected 1 space after ":"; 0 found
(#36) Variable "J" must be all lower-case
(#36) Closing brace must be on a line by itself
(#36) Line exceeds maximum limit of 180 characters; contains 318 characters
(#36) Line exceeds maximum limit of 180 characters; contains 318 characters
(#36) Line exceeds maximum limit of 180 characters; contains 318 characters
(#37) Line indented incorrectly; expected at least 16 spaces, found 0
(#37) Commas (,) must be followed by white space.
(#37) Variable "Yg" must be all lower-case
(#37) Commas (,) must be followed by white space.
(#37) Variable "Ii" must be all lower-case
(#37) Expected 1 space after closing parenthesis; found 0
(#37) Opening brace must be the last content on the line
(#37) Variable "J" must be all lower-case
(#37) Expected 1 space before "="; 0 found
(#37) Expected 1 space after "="; 0 found
(#37) Expected "foreach (...) {\n"; found "foreach(...){"
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space after "as"; 0 found
(#38) Line indented incorrectly; expected at least 20 spaces, found 0
(#38) Variable "Yd" must be all lower-case
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Variable "W" must be all lower-case
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#38) Variable "Yd" must be all lower-case
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Variable "W" must be all lower-case
(#38) Expected "if (...) {\n"; found "if(...){"
(#38) Variable "W" 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) Variable "Yd" must be all lower-case
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#38) Variable "W" must be all lower-case
(#38) Closing brace must be on a line by itself
(#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
(#39) Line indented incorrectly; expected at least 24 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 "Ii" 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 "Ii" 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) Expected 1 space before "==="; 0 found
(#39) Expected 1 space after "==="; 0 found
(#39) Variable "Yg" 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) Inline control structures are not allowed
(#39) Variable "W" 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) Closing brace must be on a line by itself
(#39) Variable "J" must be all lower-case
(#39) Closing brace must be on a line by itself
(#39) Line exceeds maximum limit of 180 characters; contains 189 characters
(#39) Line exceeds maximum limit of 180 characters; contains 189 characters
(#39) Line exceeds maximum limit of 180 characters; contains 189 characters
(#40) Line indented incorrectly; expected at least 16 spaces, found 0
(#40) Variable "D" must be all lower-case
(#40) Commas (,) must be followed by white space.
(#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) 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) Inline control structures are not allowed
(#40) Variable "D" must be all lower-case
(#40) Expected 1 space before "?"; 0 found
(#40) Expected 1 space after "?"; 0 found
(#40) Expected 1 space before ":"; 0 found
(#40) Expected 1 space after ":"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Variable "Y" must be all lower-case
(#40) Expected 1 space before "?"; 0 found
(#40) Expected 1 space after "?"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space before ":"; 0 found
(#40) Expected 1 space after ":"; 0 found
(#40) Variable "J" must be all lower-case
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#40) Inline control structures are not allowed
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space after "as"; 0 found
(#40) Line exceeds maximum limit of 180 characters; contains 247 characters
(#40) Line exceeds maximum limit of 180 characters; contains 247 characters
(#40) Line exceeds maximum limit of 180 characters; contains 247 characters
(#41) Line indented incorrectly; expected at least 20 spaces, found 0
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#41) Variable "X" must be all lower-case
(#41) Variable "J" must be all lower-case
(#41) Expected 1 space before ".="; 0 found
(#41) Expected 1 space after ".="; 0 found
(#41) Variable "D" must be all lower-case
(#41) Expected 1 space before "=="; 0 found
(#41) Expected 1 space after "=="; 0 found
(#41) Variable "Y" must be all lower-case
(#41) Expected 1 space before "?"; 0 found
(#41) Expected 1 space after "?"; 0 found
(#41) Expected 1 space before ":"; 0 found
(#41) Expected 1 space after ":"; 0 found
(#41) Variable "X" must be all lower-case
(#41) Variable "J" must be all lower-case
(#41) Closing brace must be on a line by itself
(#41) Line exceeds 132 characters; contains 139 characters
(#41) Line exceeds 132 characters; contains 139 characters
(#41) Line exceeds 132 characters; contains 139 characters
(#42) Line indented incorrectly; expected at least 24 spaces, found 0
(#42) Variable "Ka" must be all lower-case
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#42) Variable "Y" must be all lower-case
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#42) Variable "Vf" 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 "Oh" 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) Expected 1 space before ":"; 0 found
(#42) Expected 1 space after ":"; 0 found
(#42) Variable "Oh" must be all lower-case
(#42) Expected 1 space before "?"; 0 found
(#42) Expected 1 space after "?"; 0 found
(#42) Variable "Vf" must be all lower-case
(#42) Commas (,) must be followed by white space.
(#42) Variable "Y" must be all lower-case
(#42) Commas (,) must be followed by white space.
(#42) Expected 1 space before ":"; 0 found
(#42) Expected 1 space after ":"; 0 found
(#42) Variable "Y" must be all lower-case
(#42) Variable "Vf" must be all lower-case
(#42) Expected 1 space before "?"; 0 found
(#42) Expected 1 space after "?"; 0 found
(#42) Variable "Oh" must be all lower-case
(#42) Commas (,) must be followed by white space.
(#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 259 characters
(#42) Line exceeds maximum limit of 180 characters; contains 259 characters
(#42) Line exceeds maximum limit of 180 characters; contains 259 characters
(#43) Line indented incorrectly; expected at least 24 spaces, found 0
(#43) Variable "Ge" must be all lower-case
(#43) Commas (,) must be followed by white space.
(#43) Variable "Zg" must be all lower-case
(#43) Expected 1 space after closing parenthesis; found 0
(#43) Opening brace must be the last content on the line
(#44) Line indented incorrectly; expected at least 28 spaces, found 0
(#44) Variable "Zg" must be all lower-case
(#44) Variable "Ge" must be all lower-case
(#44) Expected 1 space before "?"; 0 found
(#44) Expected 1 space after "?"; 0 found
(#44) Variable "Ge" must be all lower-case
(#44) Expected 1 space before ":"; 0 found
(#44) Expected 1 space after ":"; 0 found
(#44) Commas (,) must be followed by white space.
(#44) Closing brace must be on a line by itself
(#45) Line indented incorrectly; expected at least 24 spaces, found 0
(#45) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#45) Variable "Ti" 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
(#45) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#45) Variable "Ti" must be all lower-case
(#45) Expected 1 space before "?"; 0 found
(#45) Expected 1 space after "?"; 0 found
(#45) Expected 1 space before ":"; 0 found
(#45) Expected 1 space after ":"; 0 found
(#45) Closing brace must be on a line by itself
(#45) Line exceeds maximum limit of 180 characters; contains 233 characters
(#45) Line exceeds maximum limit of 180 characters; contains 233 characters
(#45) Line exceeds maximum limit of 180 characters; contains 233 characters
(#46) Line indented incorrectly; expected at least 24 spaces, found 0
(#46) Variable "Wa" must be all lower-case
(#46) Commas (,) must be followed by white space.
(#46) Expected 1 space after closing parenthesis; found 0
(#46) Opening brace must be the last content on the line
(#46) Variable "Wa" must be all lower-case
(#46) Expected 1 space before "?"; 0 found
(#46) Expected 1 space after "?"; 0 found
(#46) Expected 1 space before ":"; 0 found
(#46) Expected 1 space after ":"; 0 found
(#46) Expected 1 space before "?"; 0 found
(#46) Expected 1 space after "?"; 0 found
(#46) Expected 1 space before ":"; 0 found
(#46) Expected 1 space after ":"; 0 found
(#46) Closing brace must be on a line by itself
(#47) Line indented incorrectly; expected at least 24 spaces, found 0
(#47) Variable "J" 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) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#47) Inline control structures are not allowed
(#47) Variable "J" 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) Expected 1 space before "?"; 0 found
(#47) Expected 1 space after "?"; 0 found
(#47) Variable "J" 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
(#48) Line indented incorrectly; expected at least 24 spaces, found 0
(#48) Variable "Q" must be all lower-case
(#48) Expected 1 space after closing parenthesis; found 0
(#48) Opening brace must be the last content on the line
(#49) Line indented incorrectly; expected at least 28 spaces, found 0
(#49) Variable "Q" must be all lower-case
(#49) Commas (,) must be followed by white space.
(#49) Closing brace must be on a line by itself
(#50) Line indented incorrectly; expected at least 24 spaces, found 0
(#50) Commas (,) must be followed by white space.
(#50) Variable "X" 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) Scope keyword "static" must be followed by a single space
(#50) Variable "Wc" must be all lower-case
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#50) Inline control structures are not allowed
(#50) Variable "Wc" must be all lower-case
(#50) Expected "if (...) {\n"; found "if(...){"
(#50) Expected 1 space before "!="; 0 found
(#50) Expected 1 space after "!="; 0 found
(#50) Variable "Wc" must be all lower-case
(#50) Expected 1 space before "?"; 0 found
(#50) Expected 1 space after "?"; 0 found
(#50) Expected 1 space before ":"; 0 found
(#50) Expected 1 space after ":"; 0 found
(#50) Commas (,) must be followed by white space.
(#50) Variable "X" must be all lower-case
(#50) Expected 1 space before "!=="; 0 found
(#50) Expected 1 space after "!=="; 0 found
(#50) Expected 1 space before "?"; 0 found
(#50) Expected 1 space after "?"; 0 found
(#50) Variable "X" 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 "Wc" must be all lower-case
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#50) Closing brace must be on a line by itself
(#50) Expected "} else {\n"; found "}else{"
(#50) Variable "Wc" must be all lower-case
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#50) Closing brace must be on a line by itself
(#50) Closing brace must be on a line by itself
(#50) Line exceeds maximum limit of 180 characters; contains 226 characters
(#50) Line exceeds maximum limit of 180 characters; contains 226 characters
(#50) Line exceeds maximum limit of 180 characters; contains 226 characters
(#51) Line indented incorrectly; expected at least 24 spaces, found 0
(#51) Variable "Ld" must be all lower-case
(#51) Expected 1 space after closing parenthesis; found 0
(#51) Opening brace must be the last content on the line
(#51) Variable "X" must be all lower-case
(#51) Expected 1 space before "="; 0 found
(#51) Expected 1 space after "="; 0 found
(#51) Variable "Ld" must be all lower-case
(#51) Commas (,) must be followed by white space.
(#51) Variable "X" must be all lower-case
(#51) Variable "X" must be all lower-case
(#51) Closing brace must be on a line by itself
(#52) Line indented incorrectly; expected at least 24 spaces, found 0
(#52) Expected 1 space after closing parenthesis; found 0
(#52) Opening brace must be the last content on the line
(#52) Scope keyword "static" must be followed by a single space
(#52) Variable "J" must be all lower-case
(#52) Inline control structures are not allowed
(#52) Variable "J" must be all lower-case
(#52) Expected 1 space before "==="; 0 found
(#52) Expected 1 space after "==="; 0 found
(#52) Variable "J" must be all lower-case
(#52) Expected 1 space before "="; 0 found
(#52) Expected 1 space after "="; 0 found
(#52) Variable "J" 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 "Pi" must be all lower-case
(#53) Commas (,) must be followed by white space.
(#53) Variable "O" must be all lower-case
(#53) Commas (,) must be followed by white space.
(#53) Variable "V" must be all lower-case
(#53) Commas (,) must be followed by white space.
(#53) Variable "G" must be all lower-case
(#53) Expected 1 space after closing parenthesis; found 0
(#53) Opening brace must be the last content on the line
(#53) Variable "Pi" must be all lower-case
(#53) Variable "O" must be all lower-case
(#53) Variable "V" must be all lower-case
(#53) Expected 1 space before "="; 0 found
(#53) Expected 1 space after "="; 0 found
(#53) Variable "G" must be all lower-case
(#53) Expected 1 space before "?"; 0 found
(#53) Expected 1 space after "?"; 0 found
(#53) Variable "G" must be all lower-case
(#53) Commas (,) must be followed by white space.
(#53) Expected 1 space before ":"; 0 found
(#53) Expected 1 space after ":"; 0 found
(#53) Variable "G" must be all lower-case
(#53) Closing brace must be on a line by itself
(#53) Line exceeds 132 characters; contains 161 characters
(#53) Line exceeds 132 characters; contains 161 characters
(#53) Line exceeds 132 characters; contains 161 characters
(#54) Line indented incorrectly; expected at least 24 spaces, found 0
(#54) Expected 1 space after closing parenthesis; found 0
(#54) Opening brace must be the last content on the line
(#54) Variable "J" must be all lower-case
(#54) Expected 1 space before "="; 0 found
(#54) Expected 1 space after "="; 0 found
(#54) Inline control structures are not allowed
(#54) Variable "J" must be all lower-case
(#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 "J" must be all lower-case
(#54) Commas (,) must be followed by white space.
(#54) Expected 1 space before ":"; 0 found
(#54) Expected 1 space after ":"; 0 found
(#54) Variable "J" must be all lower-case
(#54) Closing brace must be on a line by itself
(#54) Line exceeds 132 characters; contains 153 characters
(#54) Line exceeds 132 characters; contains 153 characters
(#54) Line exceeds 132 characters; contains 153 characters
(#55) Line indented incorrectly; expected at least 24 spaces, found 0
(#55) Variable "Q" must be all lower-case
(#55) Expected 1 space after closing parenthesis; found 0
(#55) Opening brace must be the last content on the line
(#55) Variable "Q" must be all lower-case
(#55) Closing brace must be on a line by itself
(#56) Line indented incorrectly; expected at least 24 spaces, found 0
(#56) Variable "H" 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) Variable "J" must be all lower-case
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#56) Variable "I" must be all lower-case
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#56) Variable "H" must be all lower-case
(#56) Expected "if (...) {\n"; found "if(...){"
(#56) Variable "I" must be all lower-case
(#56) Inline control structures are not allowed
(#56) Variable "K" must be all lower-case
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#56) Variable "I" must be all lower-case
(#56) Variable "J" must be all lower-case
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#56) Variable "K" must be all lower-case
(#56) Closing brace must be on a line by itself
(#56) Variable "J" must be all lower-case
(#56) Closing brace must be on a line by itself
(#56) Functions can not have multiple parameters with the same name since PHP 7.0
(#57) Line indented incorrectly; expected at least 24 spaces, found 0
(#57) Variable "H" must be all lower-case
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Variable "Xh" must be all lower-case
(#57) Commas (,) must be followed by white space.
(#57) Expected 1 space after closing parenthesis; found 0
(#57) Opening brace must be the last content on the line
(#57) Inline control structures are not allowed
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#57) Variable "J" must be all lower-case
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#57) Variable "Xh" must be all lower-case
(#57) Variable "I" must be all lower-case
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#57) Variable "H" must be all lower-case
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#57) Expected "if (...) {\n"; found "if(...){"
(#57) Variable "I" must be all lower-case
(#57) Expected "while (...) {\n"; found "while(...){"
(#57) Variable "K" must be all lower-case
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#57) Variable "I" must be all lower-case
(#57) Inline control structures are not allowed
(#57) Variable "J" must be all lower-case
(#57) Variable "K" must be all lower-case
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#57) Variable "K" must be all lower-case
(#57) Inline control structures are not allowed
(#57) Variable "J" must be all lower-case
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#57) Variable "K" must be all lower-case
(#57) Closing brace must be on a line by itself
(#57) Closing brace must be on a line by itself
(#57) Variable "J" must be all lower-case
(#57) Closing brace must be on a line by itself
(#57) Line exceeds maximum limit of 180 characters; contains 233 characters
(#57) Functions can not have multiple parameters with the same name since PHP 7.0
(#57) Line exceeds maximum limit of 180 characters; contains 233 characters
(#57) Line exceeds maximum limit of 180 characters; contains 233 characters
(#58) Line indented incorrectly; expected at least 24 spaces, found 0
(#58) Variable "H" must be all lower-case
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#58) Expected 1 space after closing parenthesis; found 0
(#58) Opening brace must be the last content on the line
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#58) Expected 1 space before "?"; 0 found
(#58) Expected 1 space after "?"; 0 found
(#58) Expected 1 space before ":"; 0 found
(#58) Expected 1 space after ":"; 0 found
(#58) Variable "J" must be all lower-case
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#58) Variable "I" must be all lower-case
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#58) Variable "H" must be all lower-case
(#58) Expected "if (...) {\n"; found "if(...){"
(#58) Variable "I" must be all lower-case
(#58) Inline control structures are not allowed
(#58) Variable "K" must be all lower-case
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#58) Variable "I" must be all lower-case
(#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) Inline control structures are not allowed
(#58) Usage of ELSEIF not allowed; use ELSE IF instead
(#58) Variable "I" must be all lower-case
(#58) Variable "J" must be all lower-case
(#58) Closing brace must be on a line by itself
(#58) Line exceeds maximum limit of 180 characters; contains 263 characters
(#58) Line exceeds maximum limit of 180 characters; contains 263 characters
(#58) Line exceeds maximum limit of 180 characters; contains 263 characters
(#59) Line indented incorrectly; expected at least 24 spaces, found 0
(#59) Variable "K" must be all lower-case
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space after closing parenthesis; found 0
(#59) Opening brace must be the last content on the line
(#59) Expected "foreach (...) {\n"; found "foreach(...){"
(#59) Expected 1 space after "as"; 0 found
(#60) Line indented incorrectly; expected at least 28 spaces, found 0
(#60) Expected "if (...) {\n"; found "if(...){"
(#60) Commas (,) must be followed by white space.
(#60) Variable "J" must be all lower-case
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#60) Expected "foreach (...) {\n"; found "foreach(...){"
(#60) Expected 1 space before "as"; 0 found
(#60) Expected 1 space after "as"; 0 found
(#60) Inline control structures are not allowed
(#60) Variable "K" must be all lower-case
(#61) Line indented incorrectly; expected at least 40 spaces, found 0
(#61) Variable "J" must be all lower-case
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#61) Variable "K" must be all lower-case
(#61) Closing brace must be on a line by itself
(#61) Variable "J" must be all lower-case
(#61) Closing brace must be on a line by itself
(#61) Closing brace must be on a line by itself
(#61) Closing brace must be on a line by itself
(#62) Line indented incorrectly; expected at least 24 spaces, found 0
(#62) Expected 1 space after closing parenthesis; found 0
(#62) Opening brace must be the last content on the line
(#62) Inline control structures are not allowed
(#62) Commas (,) must be followed by white space.
(#62) Commas (,) must be followed by white space.
(#62) Commas (,) must be followed by white space.
(#62) Commas (,) must be followed by white space.
(#62) Variable "C" must be all lower-case
(#62) Variable "C" must be all lower-case
(#62) Variable "C" must be all lower-case
(#62) Variable "C" must be all lower-case
(#62) Line exceeds 132 characters; contains 171 characters
(#62) Line exceeds 132 characters; contains 171 characters
(#62) Line exceeds 132 characters; contains 171 characters
(#63) Line indented incorrectly; expected at least 28 spaces, found 0
(#63) Closing brace must be on a line by itself
(#64) Line indented incorrectly; expected at least 40 spaces, found 0
(#64) Variable "Z" must be all lower-case
(#64) Commas (,) must be followed by white space.
(#64) Expected 1 space after closing parenthesis; found 0
(#64) Opening brace must be the last content on the line
(#64) Commas (,) must be followed by white space.
(#64) Variable "J" must be all lower-case
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#64) Expected "foreach (...) {\n"; found "foreach(...){"
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) Expected 1 space before "as"; 0 found
(#64) Expected 1 space after "as"; 0 found
(#64) Variable "Z" must be all lower-case
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) Variable "X" must be all lower-case
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#64) Commas (,) must be followed by white space.
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#64) Variable "J" must be all lower-case
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#64) Expected 1 space before "=="; 0 found
(#64) Expected 1 space after "=="; 0 found
(#64) Commas (,) must be followed by white space.
(#64) Variable "X" must be all lower-case
(#64) Expected 1 space before "?"; 0 found
(#64) Expected 1 space after "?"; 0 found
(#64) Variable "X" must be all lower-case
(#64) Commas (,) must be followed by white space.
(#64) Expected 1 space before ":"; 0 found
(#64) Expected 1 space after ":"; 0 found
(#64) Expected 1 space before "=="; 0 found
(#64) Expected 1 space after "=="; 0 found
(#64) Expected 1 space before "?"; 0 found
(#64) Expected 1 space after "?"; 0 found
(#64) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#64) Variable "X" must be all lower-case
(#64) Expected 1 space before ":"; 0 found
(#64) Expected 1 space after ":"; 0 found
(#64) Commas (,) must be followed by white space.
(#64) Variable "X" must be all lower-case
(#64) Inline control structures are not allowed
(#64) Expected 1 space before "=="; 0 found
(#64) Expected 1 space after "=="; 0 found
(#64) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#64) Variable "X" must be all lower-case
(#64) Variable "J" must be all lower-case
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#64) Variable "X" must be all lower-case
(#64) Closing brace must be on a line by itself
(#64) Inline control structures are not allowed
(#64) Expected 1 space before "as"; 0 found
(#64) Expected 1 space after "as"; 0 found
(#64) Variable "Z" must be all lower-case
(#64) Variable "J" must be all lower-case
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#64) Line exceeds maximum limit of 180 characters; contains 511 characters
(#64) Line exceeds maximum limit of 180 characters; contains 511 characters
(#64) Line exceeds maximum limit of 180 characters; contains 511 characters
(#65) Line indented incorrectly; expected at least 44 spaces, found 0
(#65) Commas (,) must be followed by white space.
(#65) Variable "J" must be all lower-case
(#65) Closing brace must be on a line by itself
(#66) Line indented incorrectly; expected at least 28 spaces, found 0
(#66) Variable "X" must be all lower-case
(#66) Commas (,) must be followed by white space.
(#66) Expected 1 space after closing parenthesis; found 0
(#66) Opening brace must be the last content on the line
(#66) Variable "X" must be all lower-case
(#66) Commas (,) must be followed by white space.
(#67) Line indented incorrectly; expected at least 32 spaces, found 0
(#67) Commas (,) must be followed by white space.
(#67) Closing brace must be on a line by itself
(#68) Line indented incorrectly; expected at least 44 spaces, found 0
(#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) Commas (,) must be followed by white space.
(#68) Expected 1 space after closing parenthesis; found 0
(#68) Opening brace must be the last content on the line
(#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) Expected 1 space before ":"; 0 found
(#68) Expected 1 space after ":"; 0 found
(#68) Variable "Y" must be all lower-case
(#68) Closing brace must be on a line by itself
(#68) Line exceeds maximum limit of 180 characters; contains 189 characters
(#68) Line exceeds maximum limit of 180 characters; contains 189 characters
(#68) Line exceeds maximum limit of 180 characters; contains 189 characters
(#69) Line indented incorrectly; expected at least 44 spaces, found 0
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Variable "M" must be all lower-case
(#69) Expected 1 space after closing parenthesis; found 0
(#69) Opening brace must be the last content on the line
(#69) Variable "J" must be all lower-case
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#69) Expected "foreach (...) {\n"; found "foreach(...){"
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Expected 1 space after "as"; 0 found
(#70) Line indented incorrectly; expected at least 48 spaces, found 0
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#70) Variable "X" must be all lower-case
(#70) Inline control structures are not allowed
(#70) Variable "M" must be all lower-case
(#70) Commas (,) must be followed by white space.
(#70) Variable "M" must be all lower-case
(#70) Variable "Ha" must be all lower-case
(#70) Expected 1 space before "="; 0 found
(#70) Expected 1 space after "="; 0 found
(#70) Inline control structures are not allowed
(#70) Variable "Ha" must be all lower-case
(#70) Variable "J" must be all lower-case
(#70) Expected 1 space before ".="; 0 found
(#70) Expected 1 space after ".="; 0 found
(#70) Variable "Ha" must be all lower-case
(#70) Closing brace must be on a line by itself
(#70) Variable "J" must be all lower-case
(#70) Closing brace must be on a line by itself
(#70) Line exceeds 132 characters; contains 138 characters
(#70) Line exceeds 132 characters; contains 138 characters
(#70) Line exceeds 132 characters; contains 138 characters
(#71) Line indented incorrectly; expected at least 44 spaces, found 0
(#71) Variable "D" must be all lower-case
(#71) Commas (,) must be followed by white space.
(#71) Variable "Y" must be all lower-case
(#71) Commas (,) must be followed by white space.
(#71) Expected 1 space after closing parenthesis; found 0
(#71) Opening brace must be the last content on the line
(#72) Line indented incorrectly; expected at least 48 spaces, found 0
(#72) Variable "D" must be all lower-case
(#72) Variable "Y" must be all lower-case
(#72) Expected 1 space before "?"; 0 found
(#72) Expected 1 space after "?"; 0 found
(#72) Commas (,) must be followed by white space.
(#72) Expected 1 space before "+"; 0 found
(#72) Expected 1 space after "+"; 0 found
(#72) Expected 1 space before ":"; 0 found
(#72) Expected 1 space after ":"; 0 found
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Expected 1 space before "?"; 0 found
(#72) Expected 1 space after "?"; 0 found
(#72) Expected 1 space before ":"; 0 found
(#72) Expected 1 space after ":"; 0 found
(#72) Commas (,) must be followed by white space.
(#72) Closing brace must be on a line by itself
(#72) Line exceeds maximum limit of 180 characters; contains 228 characters
(#72) Line exceeds maximum limit of 180 characters; contains 228 characters
(#72) Line exceeds maximum limit of 180 characters; contains 228 characters
(#73) Line indented incorrectly; expected at least 48 spaces, found 0
(#73) Expected 1 space after closing parenthesis; found 0
(#73) Opening brace must be the last content on the line
(#73) Expected "if (...) {\n"; found "if(...){"
(#73) Empty IF statement detected
(#73) Closing brace must be on a line by itself
(#73) Closing brace must be on a line by itself
(#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) Inline control structures are not allowed
(#74) Closing brace must be on a line by itself
(#74) Expected 1 space after closing parenthesis; found 0
(#74) Opening brace must be the last content on the line
(#74) Closing brace must be on a line by itself
(#74) Line exceeds 132 characters; contains 163 characters
(#74) Line exceeds 132 characters; contains 163 characters
(#74) Line exceeds 132 characters; contains 163 characters
(#75) Line indented incorrectly; expected at least 48 spaces, found 0
(#75) Commas (,) must be followed by white space.
(#75) Variable "X" must be all lower-case
(#75) Expected 1 space after closing parenthesis; found 0
(#75) Opening brace must be the last content on the line
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#75) Variable "X" must be all lower-case
(#75) Closing brace must be on a line by itself
(#76) Line indented incorrectly; expected at least 48 spaces, found 0
(#76) Variable "Pi" must be all lower-case
(#76) Commas (,) must be followed by white space.
(#76) Variable "O" must be all lower-case
(#76) Commas (,) must be followed by white space.
(#76) Variable "V" 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 1 space before "!=="; 0 found
(#76) Expected 1 space after "!=="; 0 found
(#76) Expected 1 space before "?"; 0 found
(#76) Expected 1 space after "?"; 0 found
(#76) Expected 1 space before ":"; 0 found
(#76) Expected 1 space after ":"; 0 found
(#76) Commas (,) must be followed by white space.
(#76) Variable "C" must be all lower-case
(#76) Variable "C" must be all lower-case
(#76) Expected 1 space before "?"; 0 found
(#76) Expected 1 space after "?"; 0 found
(#76) Expected 1 space before ":"; 0 found
(#76) Expected 1 space after ":"; 0 found
(#76) Variable "Pi" must be all lower-case
(#76) Expected 1 space before "!="; 0 found
(#76) Expected 1 space after "!="; 0 found
(#76) Variable "O" must be all lower-case
(#76) Expected 1 space before "!="; 0 found
(#76) Expected 1 space after "!="; 0 found
(#76) Expected 1 space before "?"; 0 found
(#76) Expected 1 space after "?"; 0 found
(#76) Variable "Pi" must be all lower-case
(#76) Variable "O" must be all lower-case
(#76) Expected 1 space before ":"; 0 found
(#76) Expected 1 space after ":"; 0 found
(#76) Variable "V" must be all lower-case
(#76) Expected 1 space before "!="; 0 found
(#76) Expected 1 space after "!="; 0 found
(#76) Expected 1 space before "?"; 0 found
(#76) Expected 1 space after "?"; 0 found
(#76) Expected 1 space before ":"; 0 found
(#76) Expected 1 space after ":"; 0 found
(#76) Variable "C" must be all lower-case
(#76) Expected 1 space before "?"; 0 found
(#76) Expected 1 space after "?"; 0 found
(#76) Variable "C" must be all lower-case
(#76) Expected 1 space before ":"; 0 found
(#76) Expected 1 space after ":"; 0 found
(#76) Closing brace must be on a line by itself
(#76) Line exceeds maximum limit of 180 characters; contains 354 characters
(#76) Line exceeds maximum limit of 180 characters; contains 354 characters
(#76) Line exceeds maximum limit of 180 characters; contains 354 characters
(#77) Line indented incorrectly; expected at least 48 spaces, found 0
(#77) Expected 1 space after closing parenthesis; found 0
(#77) Opening brace must be the last content on the line
(#77) Expected 1 space before "=="; 0 found
(#77) Expected 1 space after "=="; 0 found
(#77) Closing brace must be on a line by itself
(#78) Line indented incorrectly; expected at least 48 spaces, found 0
(#78) Variable "B" must be all lower-case
(#78) Commas (,) must be followed by white space.
(#78) Variable "Ge" must be all lower-case
(#78) Expected 1 space after closing parenthesis; found 0
(#78) Opening brace must be the last content on the line
(#78) Expected "if (...) {\n"; found "if(...){"
(#78) Variable "Ge" must be all lower-case
(#78) Expected 1 space before "!=="; 0 found
(#78) Expected 1 space after "!=="; 0 found
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#78) Variable "B" must be all lower-case
(#78) Expected 1 space before "!=="; 0 found
(#78) Expected 1 space after "!=="; 0 found
(#78) Expected 1 space before "?"; 0 found
(#78) Expected 1 space after "?"; 0 found
(#78) Variable "B" must be all lower-case
(#78) Expected 1 space before ":"; 0 found
(#78) Expected 1 space after ":"; 0 found
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 0 found
(#78) Variable "Ge" must be all lower-case
(#78) Closing brace must be on a line by itself
(#78) Expected "if (...) {\n"; found "if(...){"
(#78) Variable "B" must be all lower-case
(#78) Expected 1 space before "!=="; 0 found
(#78) Expected 1 space after "!=="; 0 found
(#78) Inline control structures are not allowed
(#78) Variable "B" must be all lower-case
(#78) Expected 1 space before "=="; 0 found
(#78) Expected 1 space after "=="; 0 found
(#78) Variable "B" must be all lower-case
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 0 found
(#78) Variable "B" must be all lower-case
(#78) Closing brace must be on a line by itself
(#78) Closing brace must be on a line by itself
(#78) Line exceeds maximum limit of 180 characters; contains 229 characters
(#78) Line exceeds maximum limit of 180 characters; contains 229 characters
(#78) Line exceeds maximum limit of 180 characters; contains 229 characters
(#79) Line indented incorrectly; expected at least 48 spaces, found 0
(#79) Variable "H" must be all lower-case
(#79) Commas (,) must be followed by white space.
(#79) Variable "B" must be all lower-case
(#79) Commas (,) must be followed by white space.
(#79) Variable "Ge" must be all lower-case
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Variable "Cc" must be all lower-case
(#79) Commas (,) must be followed by white space.
(#79) Variable "Nc" must be all lower-case
(#79) Commas (,) must be followed by white space.
(#79) Variable "Wh" 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) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Expected "if (...) {\n"; found "if(...){"
(#79) Variable "Cc" must be all lower-case
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#79) Variable "Nc" must be all lower-case
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#79) Variable "H" must be all lower-case
(#79) Variable "Wh" must be all lower-case
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#79) Closing brace must be on a line by itself
(#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
(#79) Variable "H" must be all lower-case
(#79) Commas (,) must be followed by white space.
(#79) Variable "Wh" must be all lower-case
(#79) Commas (,) must be followed by white space.
(#79) Variable "Nc" must be all lower-case
(#79) Expected "if (...) {\n"; found "if(...){"
(#79) Variable "Nc" must be all lower-case
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#79) Line exceeds maximum limit of 180 characters; contains 263 characters
(#79) Line exceeds maximum limit of 180 characters; contains 263 characters
(#79) Line exceeds maximum limit of 180 characters; contains 263 characters
(#80) Line indented incorrectly; expected at least 56 spaces, found 0
(#80) Closing brace must be on a line by itself
(#80) Inline control structures are not allowed
(#80) Variable "B" must be all lower-case
(#80) Commas (,) must be followed by white space.
(#80) Variable "Ge" must be all lower-case
(#81) Line indented incorrectly; expected at least 48 spaces, found 0
(#81) Closing brace must be on a line by itself
(#82) Line indented incorrectly; expected at least 48 spaces, found 0
(#82) Variable "H" must be all lower-case
(#82) Expected 1 space after closing parenthesis; found 0
(#82) Opening brace must be the last content on the line
(#82) Scope keyword "static" must be followed by a single space
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#82) Scope keyword "static" must be followed by a single space
(#82) Inline control structures are not allowed
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#82) Inline control structures are not allowed
(#82) Variable "H" must be all lower-case
(#82) Expected 1 space before "==="; 0 found
(#82) Expected 1 space after "==="; 0 found
(#83) Line indented incorrectly; expected at least 52 spaces, found 0
(#83) Commas (,) must be followed by white space.
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#83) Commas (,) must be followed by white space.
(#83) Variable "H" must be all lower-case
(#83) Expected 1 space before "?"; 0 found
(#83) Expected 1 space after "?"; 0 found
(#83) Variable "H" must be all lower-case
(#83) Expected 1 space before ":"; 0 found
(#83) Expected 1 space after ":"; 0 found
(#83) Variable "H" must be all lower-case
(#83) Variable "H" must be all lower-case
(#83) Closing brace must be on a line by itself
(#83) Line exceeds 132 characters; contains 148 characters
(#83) Line exceeds 132 characters; contains 148 characters
(#83) Line exceeds 132 characters; contains 148 characters
(#84) Line indented incorrectly; expected at least 48 spaces, found 0
(#84) Variable "H" must be all lower-case
(#84) Commas (,) must be followed by white space.
(#84) Variable "T" must be all lower-case
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space after closing parenthesis; found 0
(#84) Opening brace must be the last content on the line
(#84) Expected "foreach (...) {\n"; found "foreach(...){"
(#84) Expected 1 space after "as"; 0 found
(#84) Variable "T" must be all lower-case
(#85) Line indented incorrectly; expected at least 52 spaces, found 0
(#85) Variable "R" must be all lower-case
(#85) Inline control structures are not allowed
(#85) Variable "H" must be all lower-case
(#85) Variable "R" must be all lower-case
(#86) Line indented incorrectly; expected at least 56 spaces, found 0
(#86) Closing brace must be on a line by itself
(#87) Line indented incorrectly; expected at least 48 spaces, found 0
(#87) Closing brace must be on a line by itself
(#88) Line indented incorrectly; expected at least 52 spaces, found 0
(#88) Variable "B" must be all lower-case
(#88) Commas (,) must be followed by white space.
(#88) Variable "Ge" must be all lower-case
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space after closing parenthesis; found 0
(#88) Opening brace must be the last content on the line
(#88) Commas (,) must be followed by white space.
(#88) Variable "Wh" must be all lower-case
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#89) Line indented incorrectly; expected at least 56 spaces, found 0
(#89) Commas (,) must be followed by white space.
(#89) Variable "B" must be all lower-case
(#89) Commas (,) must be followed by white space.
(#89) Variable "Ge" must be all lower-case
(#89) Commas (,) must be followed by white space.
(#89) Commas (,) must be followed by white space.
(#89) Commas (,) must be followed by white space.
(#89) Commas (,) must be followed by white space.
(#89) Variable "Wh" must be all lower-case
(#89) Closing brace must be on a line by itself
(#90) Line indented incorrectly; expected at least 48 spaces, found 0
(#90) Expected 1 space after closing parenthesis; found 0
(#90) Opening brace must be the last content on the line
(#91) Line indented incorrectly; expected at least 52 spaces, found 0
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#91) Expected 1 space before "-"; 0 found
(#91) Expected 1 space after "-"; 0 found
(#91) Closing brace must be on a line by itself
(#92) Line indented incorrectly; expected at least 56 spaces, found 0
(#92) Variable "Gf" 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
(#93) Line indented incorrectly; expected at least 60 spaces, found 0
(#93) Variable "Gf" must be all lower-case
(#93) Expected 1 space before "?"; 0 found
(#93) Expected 1 space after "?"; 0 found
(#93) Expected 1 space before ":"; 0 found
(#93) Expected 1 space after ":"; 0 found
(#93) Commas (,) must be followed by white space.
(#93) Commas (,) must be followed by white space.
(#93) Commas (,) must be followed by white space.
(#93) Commas (,) must be followed by white space.
(#93) Closing brace must be on a line by itself
(#94) Line indented incorrectly; expected at least 52 spaces, found 0
(#94) Variable "F" must be all lower-case
(#94) Commas (,) must be followed by white space.
(#94) Variable "Jb" must be all lower-case
(#94) Expected 1 space after closing parenthesis; found 0
(#94) Opening brace must be the last content on the line
(#94) Variable "F" 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) Expected 1 space before "?"; 0 found
(#94) Expected 1 space after "?"; 0 found
(#94) Variable "F" 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) Variable "F" must be all lower-case
(#94) Expected 1 space before "?"; 0 found
(#94) Expected 1 space after "?"; 0 found
(#94) Variable "F" 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 1 space before ":"; 0 found
(#94) Expected 1 space after ":"; 0 found
(#94) Variable "F" 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) Line exceeds maximum limit of 180 characters; contains 183 characters
(#94) Line exceeds maximum limit of 180 characters; contains 183 characters
(#94) Line exceeds maximum limit of 180 characters; contains 183 characters
(#95) Line indented incorrectly; expected at least 52 spaces, found 0
(#95) Commas (,) must be followed by white space.
(#95) Variable "Rb" must be all lower-case
(#95) Expected 1 space after closing parenthesis; found 0
(#95) Opening brace must be the last content on the line
(#95) Variable "Tc" must be all lower-case
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#95) Inline control structures are not allowed
(#95) Variable "Tc" must be all lower-case
(#96) Line indented incorrectly; expected at least 56 spaces, found 0
(#96) Inline control structures are not allowed
(#96) Expected 1 space before "=>"; 0 found
(#96) Expected 1 space after "=>"; 0 found
(#96) Expected 1 space after "as"; 0 found
(#96) Variable "Tc" must be all lower-case
(#97) Line indented incorrectly; expected at least 56 spaces, found 0
(#97) Expected 1 space before "=>"; 0 found
(#97) Expected 1 space after "=>"; 0 found
(#97) Variable "X" must be all lower-case
(#97) Variable "Tc" must be all lower-case
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#97) Variable "X" must be all lower-case
(#97) Variable "J" must be all lower-case
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#97) Expected "foreach (...) {\n"; found "foreach(...){"
(#97) Expected 1 space before "=>"; 0 found
(#97) Expected 1 space after "=>"; 0 found
(#97) Expected 1 space before "as"; 0 found
(#97) Expected 1 space after "as"; 0 found
(#97) Variable "Tc" must be all lower-case
(#97) Expected 1 space before "=>"; 0 found
(#97) Expected 1 space after "=>"; 0 found
(#97) Inline control structures are not allowed
(#97) Variable "D" must be all lower-case
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#97) Variable "Tc" must be all lower-case
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#97) Variable "Tc" must be all lower-case
(#97) Variable "_b" must not contain underscores.
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#97) Variable "Rb" must be all lower-case
(#97) Commas (,) must be followed by white space.
(#97) Variable "D" must be all lower-case
(#97) Expected 1 space before "?"; 0 found
(#97) Expected 1 space after "?"; 0 found
(#97) Expected 1 space before ":"; 0 found
(#97) Expected 1 space after ":"; 0 found
(#97) Expected "if (...) {\n"; found "if(...){"
(#97) Variable "Rb" must be all lower-case
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#97) Variable "_b" must not contain underscores.
(#97) Commas (,) must be followed by white space.
(#97) Commas (,) must be followed by white space.
(#97) Inline control structures are not allowed
(#97) Commas (,) must be followed by white space.
(#97) Commas (,) must be followed by white space.
(#97) Variable "Ag" must be all lower-case
(#97) Variable "_b" must not contain underscores.
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#97) Commas (,) must be followed by white space.
(#97) Commas (,) must be followed by white space.
(#97) Variable "_b" must not contain underscores.
(#97) Inline control structures are not allowed
(#97) Usage of ELSEIF not allowed; use ELSE IF instead
(#97) Expected 1 space before "=="; 0 found
(#97) Expected 1 space after "=="; 0 found
(#97) Variable "_b" must not contain underscores.
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#97) Variable "_b" must not contain underscores.
(#97) Commas (,) must be followed by white space.
(#97) Variable "J" must be all lower-case
(#97) Expected 1 space before ".="; 0 found
(#97) Expected 1 space after ".="; 0 found
(#97) Variable "_b" must not contain underscores.
(#97) Closing brace must be on a line by itself
(#97) Inline control structures are not allowed
(#97) Variable "J" must be all lower-case
(#97) Expected 1 space before ".="; 0 found
(#97) Expected 1 space after ".="; 0 found
(#97) Variable "_b" must not contain underscores.
(#97) Closing brace must be on a line by itself
(#97) Variable "J" must be all lower-case
(#97) Closing brace must be on a line by itself
(#97) Line exceeds maximum limit of 180 characters; contains 426 characters
(#97) Line exceeds maximum limit of 180 characters; contains 426 characters
(#97) Line exceeds maximum limit of 180 characters; contains 426 characters
(#98) Line indented incorrectly; expected at least 52 spaces, found 0
(#98) Expected 1 space after closing parenthesis; found 0
(#98) Opening brace must be the last content on the line
(#98) Variable "De" must be all lower-case
(#98) Expected 1 space before "="; 0 found
(#98) Expected 1 space after "="; 0 found
(#98) Expected 1 space before "=="; 0 found
(#98) Expected 1 space after "=="; 0 found
(#98) Expected 1 space before "?"; 0 found
(#98) Expected 1 space after "?"; 0 found
(#98) Expected 1 space before ":"; 0 found
(#98) Expected 1 space after ":"; 0 found
(#98) Expected 1 space before "?"; 0 found
(#98) Expected 1 space after "?"; 0 found
(#98) Variable "De" must be all lower-case
(#98) Expected 1 space before "?"; 0 found
(#98) Expected 1 space after "?"; 0 found
(#98) Commas (,) must be followed by white space.
(#98) Variable "De" must be all lower-case
(#98) Expected 1 space before ":"; 0 found
(#98) Expected 1 space after ":"; 0 found
(#98) Expected 1 space before ":"; 0 found
(#98) Expected 1 space after ":"; 0 found
(#98) Closing brace must be on a line by itself
(#98) Line exceeds 132 characters; contains 141 characters
(#98) Line exceeds 132 characters; contains 141 characters
(#98) Line exceeds 132 characters; contains 141 characters
(#99) Line indented incorrectly; expected at least 52 spaces, found 0
(#99) Variable "Tf" must be all lower-case
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space after closing parenthesis; found 0
(#99) Opening brace must be the last content on the line
(#100) Line indented incorrectly; expected at least 56 spaces, found 0
(#100) Variable "Tf" must be all lower-case
(#100) Commas (,) must be followed by white space.
(#100) Expected 1 space before "/"; 0 found
(#100) Expected 1 space after "/"; 0 found
(#100) Variable "Tf" must be all lower-case
(#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
(#101) Commas (,) must be followed by white space.
(#101) Variable "X" must be all lower-case
(#101) Commas (,) must be followed by white space.
(#101) Variable "X" must be all lower-case
(#101) Closing brace must be on a line by itself
(#102) Line indented incorrectly; expected at least 52 spaces, found 0
(#102) Variable "Q" must be all lower-case
(#102) Commas (,) must be followed by white space.
(#102) Commas (,) must be followed by white space.
(#102) Variable "Ch" must be all lower-case
(#102) Expected 1 space after closing parenthesis; found 0
(#102) Opening brace must be the last content on the line
(#102) Inline control structures are not allowed
(#102) Commas (,) must be followed by white space.
(#102) Commas (,) must be followed by white space.
(#102) Variable "Q" must be all lower-case
(#102) Commas (,) must be followed by white space.
(#102) Variable "C" must be all lower-case
(#102) Commas (,) must be followed by white space.
(#102) Commas (,) must be followed by white space.
(#102) Variable "Q" must be all lower-case
(#102) Commas (,) must be followed by white space.
(#102) Variable "C" must be all lower-case
(#102) Line exceeds maximum limit of 180 characters; contains 185 characters
(#102) Line exceeds maximum limit of 180 characters; contains 185 characters
(#102) Line exceeds maximum limit of 180 characters; contains 185 characters
(#103) Line indented incorrectly; expected at least 56 spaces, found 0
(#103) Variable "C" must be all lower-case
(#103) Variable "Ch" must be all lower-case
(#103) Variable "C" must be all lower-case
(#103) Expected 1 space before "?"; 0 found
(#103) Expected 1 space after "?"; 0 found
(#103) Expected 1 space before ":"; 0 found
(#103) Expected 1 space after ":"; 0 found
(#103) Closing brace must be on a line by itself
(#104) Line indented incorrectly; expected at least 52 spaces, found 0
(#104) Variable "X" must be all lower-case
(#104) Expected 1 space after closing parenthesis; found 0
(#104) Opening brace must be the last content on the line
(#105) Line indented incorrectly; expected at least 56 spaces, found 0
(#105) Variable "X" must be all lower-case
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Closing brace must be on a line by itself
(#106) Line indented incorrectly; expected at least 56 spaces, found 0
(#106) Variable "X" must be all lower-case
(#106) Expected 1 space after closing parenthesis; found 0
(#106) Opening brace must be the last content on the line
(#107) Line indented incorrectly; expected at least 60 spaces, found 0
(#107) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#107) Variable "X" must be all lower-case
(#107) Closing brace must be on a line by itself
(#108) Line indented incorrectly; expected at least 56 spaces, found 0
(#108) Commas (,) must be followed by white space.
(#108) Variable "Bd" must be all lower-case
(#108) Expected 1 space after closing parenthesis; found 0
(#108) Opening brace must be the last content on the line
(#108) Variable "J" must be all lower-case
(#108) Expected 1 space before "="; 0 found
(#108) Expected 1 space after "="; 0 found
(#108) Expected "while (...) {\n"; found "while(...){"
(#108) Commas (,) must be followed by white space.
(#108) Variable "X" must be all lower-case
(#108) Expected 1 space before "="; 0 found
(#108) Expected 1 space after "="; 0 found
(#108) Expected "if (...) {\n"; found "if(...){"
(#108) Commas (,) must be followed by white space.
(#108) Variable "Bd" must be all lower-case
(#108) Expected "if (...) {\n"; found "if(...){"
(#108) Variable "X" must be all lower-case
(#108) Inline control structures are not allowed
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#108) Expected 1 space after "as"; 0 found
(#108) Variable "X" must be all lower-case
(#109) Line indented incorrectly; expected at least 72 spaces, found 0
(#109) Variable "Yd" must be all lower-case
(#109) Expected 1 space before "=>"; 0 found
(#109) Expected 1 space after "=>"; 0 found
(#109) Variable "W" must be all lower-case
(#109) Variable "Yd" must be all lower-case
(#109) Expected 1 space before "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#109) Variable "W" must be all lower-case
(#109) Closing brace must be on a line by itself
(#109) Expected "} else {\n"; found "}else{"
(#109) Variable "J" must be all lower-case
(#109) Expected 1 space before "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#109) Variable "X" must be all lower-case
(#109) Closing brace must be on a line by itself
(#109) Closing brace must be on a line by itself
(#109) Closing brace must be on a line by itself
(#109) Variable "J" 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) Expected 1 space after closing parenthesis; found 0
(#110) Opening brace must be the last content on the line
(#110) Expected 1 space before "?"; 0 found
(#110) Expected 1 space after "?"; 0 found
(#110) Expected 1 space before ":"; 0 found
(#110) Expected 1 space after ":"; 0 found
(#110) Commas (,) must be followed by white space.
(#110) Expected 1 space before "!=="; 0 found
(#110) Expected 1 space after "!=="; 0 found
(#110) Expected 1 space before "?"; 0 found
(#110) Expected 1 space after "?"; 0 found
(#110) Expected 1 space before ":"; 0 found
(#110) Expected 1 space after ":"; 0 found
(#110) Commas (,) must be followed by white space.
(#110) Closing brace must be on a line by itself
(#110) Line exceeds maximum limit of 180 characters; contains 278 characters
(#110) Line exceeds maximum limit of 180 characters; contains 278 characters
(#110) Line exceeds maximum limit of 180 characters; contains 278 characters
(#111) Line indented incorrectly; expected at least 60 spaces, found 0
(#111) Variable "R" must be all lower-case
(#111) Commas (,) must be followed by white space.
(#111) Variable "Oc" must be all lower-case
(#111) Expected 1 space after closing parenthesis; found 0
(#111) Opening brace must be the last content on the line
(#111) Variable "J" must be all lower-case
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#111) Variable "R" must be all lower-case
(#111) Commas (,) must be followed by white space.
(#111) Variable "Oc" 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 "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) Variable "R" must be all lower-case
(#111) Closing brace must be on a line by itself
(#112) Line indented incorrectly; expected at least 60 spaces, found 0
(#112) Variable "R" must be all lower-case
(#112) Expected 1 space after closing parenthesis; found 0
(#112) Opening brace must be the last content on the line
(#112) Variable "J" must be all lower-case
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#112) Expected "foreach (...) {\n"; found "foreach(...){"
(#112) Expected 1 space before "as"; 0 found
(#112) Expected 1 space after "as"; 0 found
(#112) Variable "R" must be all lower-case
(#112) Inline control structures are not allowed
(#112) Expected 1 space before "as"; 0 found
(#112) Expected 1 space after "as"; 0 found
(#112) Variable "X" must be all lower-case
(#112) Variable "J" must be all lower-case
(#112) Variable "X" 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) Variable "J" must be all lower-case
(#112) Closing brace must be on a line by itself
(#112) Line exceeds 132 characters; contains 133 characters
(#112) Line exceeds 132 characters; contains 133 characters
(#112) Line exceeds 132 characters; contains 133 characters
(#113) Line indented incorrectly; expected at least 60 spaces, found 0
(#113) Variable "U" must be all lower-case
(#113) Commas (,) must be followed by white space.
(#113) Variable "Ka" must be all lower-case
(#113) Commas (,) must be followed by white space.
(#113) Commas (,) must be followed by white space.
(#113) Variable "Y" must be all lower-case
(#113) Commas (,) must be followed by white space.
(#113) Expected 1 space after closing parenthesis; found 0
(#113) Opening brace must be the last content on the line
(#113) Commas (,) must be followed by white space.
(#113) Commas (,) must be followed by white space.
(#113) Variable "J" must be all lower-case
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#113) Expected 1 space before "!=="; 0 found
(#113) Expected 1 space after "!=="; 0 found
(#113) Expected 1 space before "?"; 0 found
(#113) Expected 1 space after "?"; 0 found
(#113) Variable "U" must be all lower-case
(#113) Variable "Y" must be all lower-case
(#113) Expected 1 space before "?"; 0 found
(#113) Expected 1 space after "?"; 0 found
(#113) Commas (,) must be followed by white space.
(#113) Variable "Y" must be all lower-case
(#113) Expected 1 space before ":"; 0 found
(#113) Expected 1 space after ":"; 0 found
(#113) Variable "Y" must be all lower-case
(#113) Expected 1 space before "==="; 0 found
(#113) Expected 1 space after "==="; 0 found
(#113) Expected 1 space before "?"; 0 found
(#113) Expected 1 space after "?"; 0 found
(#113) Expected 1 space before ":"; 0 found
(#113) Expected 1 space after ":"; 0 found
(#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 before "as"; 0 found
(#113) Expected 1 space after "as"; 0 found
(#113) Expected 1 space before "=>"; 0 found
(#113) Expected 1 space after "=>"; 0 found
(#113) Variable "X" must be all lower-case
(#113) Variable "X" must be all lower-case
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#113) Commas (,) must be followed by white space.
(#113) Commas (,) must be followed by white space.
(#113) Variable "X" must be all lower-case
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#113) Variable "Y" must be all lower-case
(#113) Expected 1 space before "?"; 0 found
(#113) Expected 1 space after "?"; 0 found
(#113) Variable "Y" must be all lower-case
(#113) Expected 1 space before "=="; 0 found
(#113) Expected 1 space after "=="; 0 found
(#113) Expected 1 space before "+"; 0 found
(#113) Expected 1 space after "+"; 0 found
(#113) Expected 1 space before ":"; 0 found
(#113) Expected 1 space after ":"; 0 found
(#113) Variable "Y" must be all lower-case
(#113) Expected 1 space before "?"; 0 found
(#113) Expected 1 space after "?"; 0 found
(#113) Expected 1 space before "+"; 0 found
(#113) Expected 1 space after "+"; 0 found
(#113) Commas (,) must be followed by white space.
(#113) Variable "Y" must be all lower-case
(#113) Expected 1 space before ":"; 0 found
(#113) Expected 1 space after ":"; 0 found
(#113) Variable "Y" must be all lower-case
(#113) Expected 1 space before "==="; 0 found
(#113) Expected 1 space after "==="; 0 found
(#113) Variable "X" must be all lower-case
(#113) Variable "J" must be all lower-case
(#113) Expected 1 space before ".="; 0 found
(#113) Expected 1 space after ".="; 0 found
(#113) Variable "U" must be all lower-case
(#113) Expected 1 space before "+"; 0 found
(#113) Expected 1 space after "+"; 0 found
(#113) Expected 1 space before "?"; 0 found
(#113) Expected 1 space after "?"; 0 found
(#113) Expected 1 space before ":"; 0 found
(#113) Expected 1 space after ":"; 0 found
(#113) Variable "X" must be all lower-case
(#113) Commas (,) must be followed by white space.
(#113) Closing brace must be on a line by itself
(#113) Variable "J" must be all lower-case
(#113) Closing brace must be on a line by itself
(#113) Line exceeds maximum limit of 180 characters; contains 505 characters
(#113) Line exceeds maximum limit of 180 characters; contains 505 characters
(#113) Line exceeds maximum limit of 180 characters; contains 505 characters
(#114) Line indented incorrectly; expected at least 60 spaces, found 0
(#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 after closing parenthesis; found 0
(#114) Opening brace must be the last content on the line
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#114) Variable "D" must be all lower-case
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Expected "if (...) {\n"; found "if(...){"
(#114) Variable "Y" must be all lower-case
(#114) Variable "Fa" 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) Inline control structures are not allowed
(#114) Commas (,) must be followed by white space.
(#114) Expected 1 space before ">="; 0 found
(#114) Expected 1 space after ">="; 0 found
(#114) Variable "Fa" 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) Commas (,) must be followed by white space.
(#114) Variable "Fa" must be all lower-case
(#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 "Eg" 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) Inline control structures are not allowed
(#114) Variable "Eg" 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 "Eg" 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) Variable "Ka" must be all lower-case
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Variable "D" 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) Line exceeds maximum limit of 180 characters; contains 457 characters
(#114) Line exceeds maximum limit of 180 characters; contains 457 characters
(#114) Line exceeds maximum limit of 180 characters; contains 457 characters
(#115) Line indented incorrectly; expected at least 64 spaces, found 0
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Variable "Ka" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Variable "Y" must be all lower-case
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#115) Commas (,) must be followed by white space.
(#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 "D" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#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) Expected 1 space before ":"; 0 found
(#115) Expected 1 space after ":"; 0 found
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Expected 1 space before ":"; 0 found
(#115) Expected 1 space after ":"; 0 found
(#115) Variable "Nd" must be all lower-case
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Variable "Ka" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Variable "Y" must be all lower-case
(#115) Inline control structures are not allowed
(#115) Variable "Nd" must be all lower-case
(#115) Expected 1 space before "!="; 0 found
(#115) Expected 1 space after "!="; 0 found
(#115) Variable "Nd" must be all lower-case
(#115) Inline control structures are not allowed
(#115) Usage of ELSEIF not allowed; use ELSE IF instead
(#115) Commas (,) must be followed by white space.
(#115) Variable "Ka" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Variable "Y" must be all lower-case
(#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 "Ka" must be all lower-case
(#115) Usage of ELSEIF not allowed; use ELSE IF instead
(#115) Expected 1 space before "=="; 0 found
(#115) Expected 1 space after "=="; 0 found
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Expected "foreach (...) {\n"; found "foreach(...){"
(#115) Expected 1 space before "=>"; 0 found
(#115) Expected 1 space after "=>"; 0 found
(#115) Expected 1 space before "as"; 0 found
(#115) Expected 1 space after "as"; 0 found
(#115) Expected 1 space before "=>"; 0 found
(#115) Expected 1 space after "=>"; 0 found
(#115) Variable "X" must be all lower-case
(#115) Variable "X" must be all lower-case
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Variable "X" must be all lower-case
(#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) Variable "Y" must be all lower-case
(#115) Expected 1 space before ">>"; 0 found
(#115) Expected 1 space after ">>"; 0 found
(#115) Expected 1 space before "&" operator; 0 found
(#115) Expected 1 space after "&" operator; 0 found
(#115) Expected 1 space before ":"; 0 found
(#115) Expected 1 space after ":"; 0 found
(#115) Variable "X" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Variable "Y" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Variable "D" must be all lower-case
(#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) Expected 1 space before ":"; 0 found
(#115) Expected 1 space after ":"; 0 found
(#115) Variable "X" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Closing brace must be on a line by itself
(#115) Closing brace must be on a line by itself
(#115) Inline control structures are not allowed
(#115) Usage of ELSEIF not allowed; use ELSE IF instead
(#115) Commas (,) must be followed by white space.
(#115) Variable "D" must be all lower-case
(#115) Usage of ELSEIF not allowed; use ELSE IF instead
(#115) Variable "Uh" must be all lower-case
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Variable "Y" must be all lower-case
(#115) Inline control structures are not allowed
(#115) Variable "Uh" must be all lower-case
(#115) Expected 1 space before "!="; 0 found
(#115) Expected 1 space after "!="; 0 found
(#115) Variable "Ka" must be all lower-case
(#115) Expected 1 space before ".="; 0 found
(#115) Expected 1 space after ".="; 0 found
(#115) Variable "L" must be all lower-case
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#115) Commas (,) must be followed by white space.
(#115) Variable "Y" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Expected 1 space before "+"; 0 found
(#115) Expected 1 space after "+"; 0 found
(#115) Variable "Ka" must be all lower-case
(#115) Expected 1 space before ".="; 0 found
(#115) Expected 1 space after ".="; 0 found
(#115) Variable "L" must be all lower-case
(#115) Variable "L" must be all lower-case
(#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) Expected 1 space before ":"; 0 found
(#115) Expected 1 space after ":"; 0 found
(#115) Closing brace must be on a line by itself
(#115) Variable "Ka" must be all lower-case
(#115) Variable "Y" must be all lower-case
(#115) Closing brace must be on a line by itself
(#115) Inline control structures are not allowed
(#115) Usage of ELSEIF not allowed; use ELSE IF instead
(#115) Expected 1 space before "=="; 0 found
(#115) Expected 1 space after "=="; 0 found
(#115) Commas (,) must be followed by white space.
(#115) Variable "Ka" must be all lower-case
(#115) Variable "Y" must be all lower-case
(#115) Variable "Fe" must be all lower-case
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Variable "C" must be all lower-case
(#115) Expected 1 space before "?"; 0 found
(#115) Expected 1 space after "?"; 0 found
(#115) Commas (,) must be followed by white space.
(#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) Expected 1 space before "*"; 0 found
(#115) Expected 1 space after "*"; 0 found
(#115) Variable "C" must be all lower-case
(#115) Expected 1 space before "+"; 0 found
(#115) Expected 1 space after "+"; 0 found
(#115) Variable "C" must be all lower-case
(#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) Expected 1 space before "+"; 0 found
(#115) Expected 1 space after "+"; 0 found
(#115) Variable "C" must be all lower-case
(#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) 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) 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) 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) Inline control structures are not allowed
(#115) Expected 1 space before "=="; 0 found
(#115) Expected 1 space after "=="; 0 found
(#115) Commas (,) must be followed by white space.
(#115) Variable "Fe" must be all lower-case
(#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) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#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) Variable "Fe" must be all lower-case
(#115) Expected 1 space before "?"; 0 found
(#115) Expected 1 space after "?"; 0 found
(#115) Variable "Fe" must be all lower-case
(#115) Expected 1 space before ":"; 0 found
(#115) Expected 1 space after ":"; 0 found
(#115) Commas (,) must be followed by white space.
(#115) Variable "Fe" must be all lower-case
(#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) Expected 1 space before ":"; 0 found
(#115) Expected 1 space after ":"; 0 found
(#115) Variable "Ka" must be all lower-case
(#115) Closing brace must be on a line by itself
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Variable "Y" must be all lower-case
(#115) Variable "Wc" must be all lower-case
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#115) Expected "foreach (...) {\n"; found "foreach(...){"
(#115) Expected 1 space before "=>"; 0 found
(#115) Expected 1 space after "=>"; 0 found
(#115) Expected 1 space after "as"; 0 found
(#115) Line exceeds maximum limit of 180 characters; contains 2089 characters
(#115) Line exceeds maximum limit of 180 characters; contains 2089 characters
(#115) Line exceeds maximum limit of 180 characters; contains 2089 characters
(#116) Line indented incorrectly; expected at least 68 spaces, found 0
(#116) Expected 1 space before "=>"; 0 found
(#116) Expected 1 space after "=>"; 0 found
(#116) Variable "X" must be all lower-case
(#116) Inline control structures are not allowed
(#116) Expected 1 space before "==="; 0 found
(#116) Expected 1 space after "==="; 0 found
(#116) Variable "X" must be all lower-case
(#116) Variable "Wc" must be all lower-case
(#116) Closing brace must be on a line by itself
(#116) Inline control structures are not allowed
(#116) Variable "Wc" must be all lower-case
(#117) Line indented incorrectly; expected at least 68 spaces, found 0
(#117) Variable "Wc" must be all lower-case
(#117) Closing brace must be on a line by itself
(#117) Closing brace must be on a line by itself
(#118) Line indented incorrectly; expected at least 60 spaces, found 0
(#118) Expected 1 space after closing parenthesis; found 0
(#118) Opening brace must be the last content on the line
(#118) Commas (,) must be followed by white space.
(#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) Expected "if (...) {\n"; found "if(...){"
(#118) Expected 1 space before "=="; 0 found
(#118) Expected 1 space after "=="; 0 found
(#118) Inline control structures are not allowed
(#118) Variable "Y" must be all lower-case
(#118) Expected 1 space before "=="; 0 found
(#118) Expected 1 space after "=="; 0 found
(#118) Line exceeds 132 characters; contains 150 characters
(#118) Line exceeds 132 characters; contains 150 characters
(#118) Line exceeds 132 characters; contains 150 characters
(#119) Line indented incorrectly; expected at least 68 spaces, found 0
(#119) Inline control structures are not allowed
(#119) Variable "Y" must be all lower-case
(#119) Expected 1 space before "=="; 0 found
(#119) Expected 1 space after "=="; 0 found
(#119) Variable "Y" must be all lower-case
(#119) Closing brace must be on a line by itself
(#119) Inline control structures are not allowed
(#119) Variable "Y" must be all lower-case
(#119) Expected 1 space before "=="; 0 found
(#119) Expected 1 space after "=="; 0 found
(#120) Line indented incorrectly; expected at least 60 spaces, found 0
(#120) Inline control structures are not allowed
(#120) Expected 1 space before "=="; 0 found
(#120) Expected 1 space after "=="; 0 found
(#120) Expected 1 space before "=="; 0 found
(#120) Expected 1 space after "=="; 0 found
(#120) Expected 1 space before "?"; 0 found
(#120) Expected 1 space after "?"; 0 found
(#120) Expected 1 space before ":"; 0 found
(#120) Expected 1 space after ":"; 0 found
(#120) Inline control structures are not allowed
(#120) Expected 1 space before "=="; 0 found
(#120) Expected 1 space after "=="; 0 found
(#120) Inline control structures are not allowed
(#120) Expected 1 space before "=="; 0 found
(#120) Expected 1 space after "=="; 0 found
(#120) Line exceeds 132 characters; contains 148 characters
(#120) Line exceeds 132 characters; contains 148 characters
(#120) Line exceeds 132 characters; contains 148 characters
(#121) Line indented incorrectly; expected at least 60 spaces, found 0
(#121) Variable "Y" must be all lower-case
(#121) Expected "if (...) {\n"; found "if(...){"
(#121) Expected 1 space before "=="; 0 found
(#121) Expected 1 space after "=="; 0 found
(#121) Expected 1 space before "="; 0 found
(#121) Expected 1 space after "="; 0 found
(#121) Variable "Y" must be all lower-case
(#121) Expected 1 space before "="; 0 found
(#121) Expected 1 space after "="; 0 found
(#121) Variable "Y" must be all lower-case
(#121) Commas (,) must be followed by white space.
(#121) Inline control structures are not allowed
(#121) Variable "Y" must be all lower-case
(#122) Line indented incorrectly; expected at least 64 spaces, found 0
(#122) Variable "Y" must be all lower-case
(#122) Closing brace must be on a line by itself
(#122) Expected "if (...) {\n"; found "if(...){"
(#122) Commas (,) must be followed by white space.
(#122) Variable "Tc" must be all lower-case
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#122) Inline control structures are not allowed
(#122) Variable "Tc" must be all lower-case
(#122) Line exceeds 132 characters; contains 144 characters
(#122) Line exceeds 132 characters; contains 144 characters
(#122) Line exceeds 132 characters; contains 144 characters
(#123) Line indented incorrectly; expected at least 64 spaces, found 0
(#123) Variable "Tc" must be all lower-case
(#123) Closing brace must be on a line by itself
(#123) Commas (,) must be followed by white space.
(#123) Variable "Y" must be all lower-case
(#123) Commas (,) must be followed by white space.
(#123) Closing brace must be on a line by itself
(#124) Line indented incorrectly; expected at least 68 spaces, found 0
(#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) Expected "foreach (...) {\n"; found "foreach(...){"
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "as"; 0 found
(#124) Expected 1 space after "as"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Variable "X" must be all lower-case
(#124) Expected "if (...) {\n"; found "if(...){"
(#124) Variable "X" must be all lower-case
(#124) Expected 1 space before "!="; 0 found
(#124) Expected 1 space after "!="; 0 found
(#124) Variable "X" must be all lower-case
(#124) Expected 1 space before "="; 0 found
(#124) Expected 1 space after "="; 0 found
(#124) Variable "X" must be all lower-case
(#124) Variable "X" must be all lower-case
(#124) Expected 1 space before "="; 0 found
(#124) Expected 1 space after "="; 0 found
(#124) Variable "X" must be all lower-case
(#124) Expected 1 space before "="; 0 found
(#124) Expected 1 space after "="; 0 found
(#124) Closing brace must be on a line by itself
(#124) Closing brace must be on a line by itself
(#124) Expected "foreach (...) {\n"; found "foreach(...){"
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "as"; 0 found
(#124) Expected 1 space after "as"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Variable "X" must be all lower-case
(#124) Variable "D" 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) Variable "J" must be all lower-case
(#124) Variable "D" must be all lower-case
(#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 "D" must be all lower-case
(#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) Commas (,) must be followed by white space.
(#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) 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) Commas (,) must be followed by white space.
(#124) Closing brace must be on a line by itself
(#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 415 characters
(#124) Line exceeds maximum limit of 180 characters; contains 415 characters
(#124) Line exceeds maximum limit of 180 characters; contains 415 characters
(#125) Line indented incorrectly; expected at least 68 spaces, found 0
(#125) Expected 1 space after closing parenthesis; found 0
(#125) Opening brace must be the last content on the line
(#125) Commas (,) must be followed by white space.
(#125) Expected 1 space before "="; 0 found
(#125) Expected 1 space after "="; 0 found
(#125) Expected 1 space before "="; 0 found
(#125) Expected 1 space after "="; 0 found
(#125) Expected "foreach (...) {\n"; found "foreach(...){"
(#125) Expected 1 space before "=>"; 0 found
(#125) Expected 1 space after "=>"; 0 found
(#125) Expected 1 space before "as"; 0 found
(#125) Expected 1 space after "as"; 0 found
(#125) Commas (,) must be followed by white space.
(#125) Variable "R" must be all lower-case
(#125) Expected 1 space before "=>"; 0 found
(#125) Expected 1 space after "=>"; 0 found
(#125) Variable "S" must be all lower-case
(#125) Variable "D" must be all lower-case
(#125) Expected 1 space before "="; 0 found
(#125) Expected 1 space after "="; 0 found
(#125) Variable "S" must be all lower-case
(#125) Expected "if (...) {\n"; found "if(...){"
(#125) Variable "S" must be all lower-case
(#125) Variable "D" must be all lower-case
(#125) Expected 1 space before "!="; 0 found
(#125) Expected 1 space after "!="; 0 found
(#125) Variable "R" must be all lower-case
(#125) Commas (,) must be followed by white space.
(#125) Variable "I" must be all lower-case
(#125) Expected 1 space before "="; 0 found
(#125) Expected 1 space after "="; 0 found
(#125) Variable "R" must be all lower-case
(#125) Commas (,) must be followed by white space.
(#125) Commas (,) must be followed by white space.
(#125) Variable "R" must be all lower-case
(#125) Commas (,) must be followed by white space.
(#125) Commas (,) must be followed by white space.
(#125) Expected "if (...) {\n"; found "if(...){"
(#125) Variable "I" must be all lower-case
(#125) Variable "I" must be all lower-case
(#125) Expected 1 space before "="; 0 found
(#125) Expected 1 space after "="; 0 found
(#125) Variable "R" must be all lower-case
(#125) Variable "D" must be all lower-case
(#125) Variable "I" must be all lower-case
(#125) Expected 1 space before "?"; 0 found
(#125) Expected 1 space after "?"; 0 found
(#125) Expected 1 space before ":"; 0 found
(#125) Expected 1 space after ":"; 0 found
(#125) Expected 1 space before "="; 0 found
(#125) Expected 1 space after "="; 0 found
(#125) Closing brace must be on a line by itself
(#125) Closing brace must be on a line by itself
(#125) Closing brace must be on a line by itself
(#125) Expected 1 space before "?"; 0 found
(#125) Expected 1 space after "?"; 0 found
(#125) Expected 1 space before ":"; 0 found
(#125) Expected 1 space after ":"; 0 found
(#125) Closing brace must be on a line by itself
(#125) Line exceeds maximum limit of 180 characters; contains 678 characters
(#125) Line exceeds maximum limit of 180 characters; contains 678 characters
(#125) Line exceeds maximum limit of 180 characters; contains 678 characters
(#126) Line indented incorrectly; expected at least 68 spaces, found 0
(#126) Variable "_d" must not contain underscores.
(#126) Commas (,) must be followed by white space.
(#126) Variable "Pe" must be all lower-case
(#126) Expected 1 space after closing parenthesis; found 0
(#126) Opening brace must be the last content on the line
(#126) Variable "J" must be all lower-case
(#126) Expected 1 space before "="; 0 found
(#126) Expected 1 space after "="; 0 found
(#126) Variable "_d" must not contain underscores.
(#126) Commas (,) must be followed by white space.
(#126) Variable "Pe" must be all lower-case
(#126) Variable "Df" must be all lower-case
(#126) Expected 1 space before "="; 0 found
(#126) Expected 1 space after "="; 0 found
(#126) Inline control structures are not allowed
(#126) Variable "Df" must be all lower-case
(#126) Expected 1 space before "!="; 0 found
(#126) Expected 1 space after "!="; 0 found
(#126) Variable "_d" must not contain underscores.
(#126) Variable "J" must be all lower-case
(#126) Variable "Df" 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) Variable "Df" must be all lower-case
(#126) Expected 1 space before "?"; 0 found
(#126) Expected 1 space after "?"; 0 found
(#126) Variable "Df" must be all lower-case
(#126) Expected 1 space before ":"; 0 found
(#126) Expected 1 space after ":"; 0 found
(#126) Variable "J" must be all lower-case
(#126) Closing brace must be on a line by itself
(#126) Line exceeds maximum limit of 180 characters; contains 297 characters
(#126) Line exceeds maximum limit of 180 characters; contains 297 characters
(#126) Line exceeds maximum limit of 180 characters; contains 297 characters
(#127) Line indented incorrectly; expected at least 68 spaces, found 0
(#127) Variable "K" must be all lower-case
(#127) Expected 1 space after closing parenthesis; found 0
(#127) Opening brace must be the last content on the line
(#127) Expected "foreach (...) {\n"; found "foreach(...){"
(#127) Expected 1 space before "=>"; 0 found
(#127) Expected 1 space after "=>"; 0 found
(#127) Expected 1 space after "as"; 0 found
(#127) Variable "K" must be all lower-case
(#128) Line indented incorrectly; expected at least 72 spaces, found 0
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Variable "X" must be all lower-case
(#128) Inline control structures are not allowed
(#128) Commas (,) must be followed by white space.
(#128) Variable "X" must be all lower-case
(#128) Variable "X" must be all lower-case
(#128) Expected 1 space before "==="; 0 found
(#128) Expected 1 space after "==="; 0 found
(#128) Variable "K" must be all lower-case
(#128) Expected 1 space before "="; 0 found
(#128) Expected 1 space after "="; 0 found
(#128) Commas (,) must be followed by white space.
(#128) Commas (,) must be followed by white space.
(#128) Variable "X" must be all lower-case
(#128) Closing brace must be on a line by itself
(#129) Line indented incorrectly; expected at least 72 spaces, found 0
(#129) Expected 1 space before "=="; 0 found
(#129) Expected 1 space after "=="; 0 found
(#129) Expected 1 space before "?"; 0 found
(#129) Expected 1 space after "?"; 0 found
(#129) Expected 1 space before ":"; 0 found
(#129) Expected 1 space after ":"; 0 found
(#129) Expected 1 space before "=="; 0 found
(#129) Expected 1 space after "=="; 0 found
(#129) Expected 1 space before "?"; 0 found
(#129) Expected 1 space after "?"; 0 found
(#129) Expected 1 space before ":"; 0 found
(#129) Expected 1 space after ":"; 0 found
(#129) Commas (,) must be followed by white space.
(#129) Variable "K" must be all lower-case
(#129) Closing brace must be on a line by itself
(#130) Line indented incorrectly; expected at least 68 spaces, found 0
(#130) Commas (,) must be followed by white space.
(#130) Expected 1 space after closing parenthesis; found 0
(#130) Opening brace must be the last content on the line
(#130) Expected 1 space before "?"; 0 found
(#130) Expected 1 space after "?"; 0 found
(#130) Expected 1 space before "=="; 0 found
(#130) Expected 1 space after "=="; 0 found
(#130) Expected 1 space before "?"; 0 found
(#130) Expected 1 space after "?"; 0 found
(#130) Expected 1 space before ":"; 0 found
(#130) Expected 1 space after ":"; 0 found
(#130) Expected 1 space before "=="; 0 found
(#130) Expected 1 space after "=="; 0 found
(#130) Expected 1 space before "?"; 0 found
(#130) Expected 1 space after "?"; 0 found
(#130) Expected 1 space before ":"; 0 found
(#130) Expected 1 space after ":"; 0 found
(#130) Expected 1 space before ":"; 0 found
(#130) Expected 1 space after ":"; 0 found
(#130) Closing brace must be on a line by itself
(#130) Line exceeds 132 characters; contains 153 characters
(#130) Line exceeds 132 characters; contains 153 characters
(#130) Line exceeds 132 characters; contains 153 characters
(#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 "J" must be all lower-case
(#131) Expected 1 space before "="; 0 found
(#131) Expected 1 space after "="; 0 found
(#131) Expected "if (...) {\n"; found "if(...){"
(#131) Variable "J" must be all lower-case
(#131) Inline control structures are not allowed
(#131) Variable "J" must be all lower-case
(#131) Expected 1 space before "="; 0 found
(#131) Expected 1 space after "="; 0 found
(#131) Variable "Uc" must be all lower-case
(#131) Expected 1 space before "="; 0 found
(#131) Expected 1 space after "="; 0 found
(#131) Commas (,) must be followed by white space.
(#131) Inline control structures are not allowed
(#131) Variable "Uc" must be all lower-case
(#131) Line exceeds 132 characters; contains 152 characters
(#131) Line exceeds 132 characters; contains 152 characters
(#131) Line exceeds 132 characters; contains 152 characters
(#132) Line indented incorrectly; expected at least 80 spaces, found 0
(#132) Variable "J" must be all lower-case
(#132) Expected 1 space before "="; 0 found
(#132) Expected 1 space after "="; 0 found
(#132) Variable "Uc" must be all lower-case
(#132) Variable "Uc" must be all lower-case
(#132) Closing brace must be on a line by itself
(#132) Closing brace must be on a line by itself
(#132) Variable "J" must be all lower-case
(#132) Closing brace must be on a line by itself
(#133) Line indented incorrectly; expected at least 68 spaces, found 0
(#133) Variable "Uc" must be all lower-case
(#133) Expected 1 space after closing parenthesis; found 0
(#133) Opening brace must be the last content on the line
(#133) Expected 1 space before "="; 0 found
(#133) Expected 1 space after "="; 0 found
(#133) Variable "Uc" must be all lower-case
(#133) Commas (,) must be followed by white space.
(#133) Expected "if (...) {\n"; found "if(...){"
(#133) Expected 1 space before "="; 0 found
(#133) Expected 1 space after "="; 0 found
(#133) Variable "Uc" must be all lower-case
(#133) Commas (,) must be followed by white space.
(#133) Inline control structures are not allowed
(#133) Variable "Uc" must be all lower-case
(#133) Commas (,) must be followed by white space.
(#133) Closing brace must be on a line by itself
(#133) Commas (,) must be followed by white space.
(#133) Closing brace must be on a line by itself
(#133) Line exceeds 132 characters; contains 140 characters
(#133) Line exceeds 132 characters; contains 140 characters
(#133) Line exceeds 132 characters; contains 140 characters
(#134) Line indented incorrectly; expected at least 68 spaces, found 0
(#134) Commas (,) must be followed by white space.
(#134) Variable "Lb" must be all lower-case
(#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) Variable "Lb" must be all lower-case
(#134) Commas (,) must be followed by white space.
(#134) Variable "Lb" must be all lower-case
(#134) Commas (,) must be followed by white space.
(#134) Closing brace must be on a line by itself
(#135) Line indented incorrectly; expected at least 68 spaces, found 0
(#135) Expected 1 space after closing parenthesis; found 0
(#135) Opening brace must be the last content on the line
(#135) Variable "Uc" 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) Variable "Uc" must be all lower-case
(#135) Inline control structures are not allowed
(#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) Variable "Uc" must be all lower-case
(#135) Commas (,) must be followed by white space.
(#135) Expected "if (...) {\n"; found "if(...){"
(#135) Variable "Uc" must be all lower-case
(#135) Commas (,) must be followed by white space.
(#135) Variable "J" 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) 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) Closing brace must be on a line by itself
(#135) Line exceeds maximum limit of 180 characters; contains 206 characters
(#135) Line exceeds maximum limit of 180 characters; contains 206 characters
(#135) Line exceeds maximum limit of 180 characters; contains 206 characters
(#136) Line indented incorrectly; expected at least 68 spaces, found 0
(#136) Expected 1 space after closing parenthesis; found 0
(#136) Opening brace must be the last content on the line
(#137) Line indented incorrectly; expected at least 72 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 68 spaces, found 0
(#138) Variable "X" must be all lower-case
(#138) Commas (,) must be followed by white space.
(#138) Variable "A" must be all lower-case
(#138) Commas (,) must be followed by white space.
(#138) Commas (,) must be followed by white space.
(#138) Variable "Vh" 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) Expected "if (...) {\n"; found "if(...){"
(#138) Variable "X" must be all lower-case
(#138) Variable "J" must be all lower-case
(#138) Expected 1 space before "="; 0 found
(#138) Expected 1 space after "="; 0 found
(#138) Inline control structures are not allowed
(#138) Expected 1 space before "=>"; 0 found
(#138) Expected 1 space after "=>"; 0 found
(#138) Expected 1 space after "as"; 0 found
(#138) Variable "X" must be all lower-case
(#139) Line indented incorrectly; expected at least 76 spaces, found 0
(#139) Variable "Yd" must be all lower-case
(#139) Expected 1 space before "=>"; 0 found
(#139) Expected 1 space after "=>"; 0 found
(#139) Variable "W" must be all lower-case
(#139) Variable "J" must be all lower-case
(#139) Expected 1 space before ".="; 0 found
(#139) Expected 1 space after ".="; 0 found
(#139) Variable "X" must be all lower-case
(#139) Expected 1 space before "!="; 0 found
(#139) Expected 1 space after "!="; 0 found
(#139) Variable "X" must be all lower-case
(#139) Expected 1 space before "?"; 0 found
(#139) Expected 1 space after "?"; 0 found
(#139) Variable "Yd" must be all lower-case
(#139) Expected 1 space before ":"; 0 found
(#139) Expected 1 space after ":"; 0 found
(#139) Variable "W" must be all lower-case
(#139) Commas (,) must be followed by white space.
(#139) Variable "A" must be all lower-case
(#139) Commas (,) must be followed by white space.
(#139) Commas (,) must be followed by white space.
(#139) Variable "Vh" must be all lower-case
(#139) Variable "J" must be all lower-case
(#139) Closing brace must be on a line by itself
(#139) Inline control structures are not allowed
(#139) Variable "A" must be all lower-case
(#139) Variable "A" must be all lower-case
(#139) Expected 1 space before "="; 0 found
(#139) Expected 1 space after "="; 0 found
(#139) Variable "X" must be all lower-case
(#139) Commas (,) must be followed by white space.
(#139) Expected "if (...) {\n"; found "if(...){"
(#139) Variable "A" must be all lower-case
(#139) Expected 1 space before "==="; 0 found
(#139) Expected 1 space after "==="; 0 found
(#139) Inline control structures are not allowed
(#139) Variable "X" must be all lower-case
(#139) Variable "A" must be all lower-case
(#139) Expected 1 space before "="; 0 found
(#139) Expected 1 space after "="; 0 found
(#139) Variable "X" must be all lower-case
(#139) Inline control structures are not allowed
(#139) Variable "X" must be all lower-case
(#139) Variable "A" must be all lower-case
(#139) Expected 1 space before "="; 0 found
(#139) Expected 1 space after "="; 0 found
(#139) Variable "X" must be all lower-case
(#139) Closing brace must be on a line by itself
(#139) Variable "J" must be all lower-case
(#139) Expected 1 space before "="; 0 found
(#139) Expected 1 space after "="; 0 found
(#139) Variable "X" must be all lower-case
(#139) Commas (,) must be followed by white space.
(#139) Expected "if (...) {\n"; found "if(...){"
(#139) Variable "J" must be all lower-case
(#139) Expected 1 space before "!=="; 0 found
(#139) Expected 1 space after "!=="; 0 found
(#139) Inline control structures are not allowed
(#139) Variable "J" must be all lower-case
(#139) Expected 1 space before "==="; 0 found
(#139) Expected 1 space after "==="; 0 found
(#139) Variable "J" must be all lower-case
(#139) Expected 1 space before "="; 0 found
(#139) Expected 1 space after "="; 0 found
(#139) Inline control structures are not allowed
(#139) Usage of ELSEIF not allowed; use ELSE IF instead
(#139) Variable "J" must be all lower-case
(#139) Variable "J" must be all lower-case
(#139) Expected 1 space before "="; 0 found
(#139) Expected 1 space after "="; 0 found
(#139) Inline control structures are not allowed
(#139) Usage of ELSEIF not allowed; use ELSE IF instead
(#139) Variable "Vh" must be all lower-case
(#139) Expected 1 space before "!="; 0 found
(#139) Expected 1 space after "!="; 0 found
(#139) Variable "J" must be all lower-case
(#139) Expected 1 space before "="; 0 found
(#139) Expected 1 space after "="; 0 found
(#139) Variable "J" must be all lower-case
(#139) Commas (,) must be followed by white space.
(#139) Commas (,) must be followed by white space.
(#139) Variable "Vh" must be all lower-case
(#139) Inline control structures are not allowed
(#139) Variable "J" must be all lower-case
(#139) Expected 1 space before "="; 0 found
(#139) Expected 1 space after "="; 0 found
(#139) Variable "J" must be all lower-case
(#139) Closing brace must be on a line by itself
(#139) Variable "J" must be all lower-case
(#139) Commas (,) must be followed by white space.
(#139) Variable "A" must be all lower-case
(#139) Commas (,) must be followed by white space.
(#139) Commas (,) must be followed by white space.
(#139) Variable "X" must be all lower-case
(#139) Closing brace must be on a line by itself
(#139) Line exceeds maximum limit of 180 characters; contains 443 characters
(#139) Line exceeds maximum limit of 180 characters; contains 443 characters
(#139) Line exceeds maximum limit of 180 characters; contains 443 characters
(#140) Line indented incorrectly; expected at least 72 spaces, found 0
(#140) Expected 1 space after closing parenthesis; found 0
(#140) Opening brace must be the last content on the line
(#140) Variable "Ia" must be all lower-case
(#140) Expected 1 space before "="; 0 found
(#140) Expected 1 space after "="; 0 found
(#140) The use of backticks in strings is not recommended
(#140) Expected 1 space before "="; 0 found
(#140) Expected 1 space after "="; 0 found
(#140) Variable "Tf" must be all lower-case
(#140) Expected 1 space before "="; 0 found
(#140) Expected 1 space after "="; 0 found
(#140) Variable "Ia" must be all lower-case
(#141) Line indented incorrectly; expected at least 76 spaces, found 0
(#141) Variable "Tf" must be all lower-case
(#141) Commas (,) must be followed by white space.
(#141) Closing brace must be on a line by itself
(#142) Line indented incorrectly; expected at least 76 spaces, found 0
(#142) Variable "Q" 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) Expected 1 space before "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#143) Line indented incorrectly; expected at least 80 spaces, found 0
(#143) Commas (,) must be followed by white space.
(#143) Variable "Q" must be all lower-case
(#143) Closing brace must be on a line by itself
(#144) Line indented incorrectly; expected at least 76 spaces, found 0
(#144) Expected 1 space after closing parenthesis; found 0
(#144) Opening brace must be the last content on the line
(#145) Line indented incorrectly; expected at least 80 spaces, found 0
(#145) Commas (,) must be followed by white space.
(#145) Closing brace must be on a line by itself
(#146) Line indented incorrectly; expected at least 80 spaces, found 0
(#146) Variable "R" must be all lower-case
(#146) Commas (,) must be followed by white space.
(#146) Variable "Z" must be all lower-case
(#146) Commas (,) must be followed by white space.
(#146) Variable "Td" must be all lower-case
(#146) Commas (,) must be followed by white space.
(#146) Expected 1 space after closing parenthesis; found 0
(#146) Opening brace must be the last content on the line
(#146) Variable "H" must be all lower-case
(#146) Expected 1 space before "="; 0 found
(#146) Expected 1 space after "="; 0 found
(#146) Variable "R" must be all lower-case
(#146) Variable "Z" must be all lower-case
(#146) Expected 1 space before "?"; 0 found
(#146) Expected 1 space after "?"; 0 found
(#146) Commas (,) must be followed by white space.
(#146) Variable "Z" must be all lower-case
(#146) Expected 1 space before ":"; 0 found
(#146) Expected 1 space after ":"; 0 found
(#146) Variable "Td" must be all lower-case
(#146) Expected 1 space before "=="; 0 found
(#146) Expected 1 space after "=="; 0 found
(#146) Expected 1 space before "=="; 0 found
(#146) Expected 1 space after "=="; 0 found
(#146) Expected 1 space before "?"; 0 found
(#146) Expected 1 space after "?"; 0 found
(#146) Commas (,) must be followed by white space.
(#146) Variable "H" must be all lower-case
(#146) Expected 1 space before ":"; 0 found
(#146) Expected 1 space after ":"; 0 found
(#146) Variable "Td" must be all lower-case
(#146) Expected 1 space before "?"; 0 found
(#146) Expected 1 space after "?"; 0 found
(#146) Variable "H" must be all lower-case
(#146) Commas (,) must be followed by white space.
(#146) Expected 1 space before ":"; 0 found
(#146) Expected 1 space after ":"; 0 found
(#146) Variable "H" must be all lower-case
(#146) Closing brace must be on a line by itself
(#146) Line exceeds maximum limit of 180 characters; contains 274 characters
(#146) Line exceeds maximum limit of 180 characters; contains 274 characters
(#146) Line exceeds maximum limit of 180 characters; contains 274 characters
(#147) Line indented incorrectly; expected at least 80 spaces, found 0
(#147) Variable "H" must be all lower-case
(#147) Expected 1 space after closing parenthesis; found 0
(#147) Opening brace must be the last content on the line
(#147) Commas (,) must be followed by white space.
(#147) Expected 1 space before "="; 0 found
(#147) Expected 1 space after "="; 0 found
(#147) Variable "Xh" must be all lower-case
(#147) Expected 1 space before "="; 0 found
(#147) Expected 1 space after "="; 0 found
(#147) Expected "if (...) {\n"; found "if(...){"
(#147) Expected 1 space before "="; 0 found
(#147) Expected 1 space after "="; 0 found
(#147) Expected 1 space before "=="; 0 found
(#147) Expected 1 space after "=="; 0 found
(#147) Expected 1 space before "="; 0 found
(#147) Expected 1 space after "="; 0 found
(#147) Commas (,) must be followed by white space.
(#147) Commas (,) must be followed by white space.
(#147) Line exceeds maximum limit of 180 characters; contains 199 characters
(#147) Line exceeds maximum limit of 180 characters; contains 199 characters
(#147) Line exceeds maximum limit of 180 characters; contains 199 characters
(#149) Commas (,) must be followed by white space.
(#149) Commas (,) must be followed by white space.
(#150) Commas (,) must be followed by white space.
(#150) Commas (,) must be followed by white space.
(#150) Commas (,) must be followed by white space.
(#150) Commas (,) must be followed by white space.
(#151) Commas (,) must be followed by white space.
(#151) Expected 1 space before "*"; 0 found
(#151) Expected 1 space after "*"; 0 found
(#151) Variable "Xh" must be all lower-case
(#151) Commas (,) must be followed by white space.
(#153) Closing brace must be on a line by itself
(#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) Variable "H" must be all lower-case
(#153) Commas (,) must be followed by white space.
(#153) Commas (,) must be followed by white space.
(#153) Variable "Xh" must be all lower-case
(#153) Commas (,) must be followed by white space.
(#153) Expected "if (...) {\n"; found "if(...){"
(#154) Line indented incorrectly; expected at least 84 spaces, found 0
(#154) Closing brace must be on a line by itself
(#154) Variable "J" must be all lower-case
(#154) Closing brace must be on a line by itself
(#155) Line indented incorrectly; expected at least 80 spaces, found 0
(#155) Expected 1 space after closing parenthesis; found 0
(#155) Opening brace must be the last content on the line
(#155) Expected 1 space before "="; 0 found
(#155) Expected 1 space after "="; 0 found
(#155) Commas (,) must be followed by white space.
(#155) Expected 1 space before "^"; 0 found
(#155) Expected 1 space after "^"; 0 found
(#155) Closing brace must be on a line by itself
(#156) Line indented incorrectly; expected at least 80 spaces, found 0
(#156) Expected 1 space after closing parenthesis; found 0
(#156) Opening brace must be the last content on the line
(#156) Commas (,) must be followed by white space.
(#156) Expected 1 space before "="; 0 found
(#156) Expected 1 space after "="; 0 found
(#156) Commas (,) must be followed by white space.
(#156) Expected 1 space before "^"; 0 found
(#156) Expected 1 space after "^"; 0 found
(#156) Expected 1 space before "=="; 0 found
(#156) Expected 1 space after "=="; 0 found
(#156) Closing brace must be on a line by itself
(#157) Line indented incorrectly; expected at least 80 spaces, found 0
(#157) Variable "Sa" must be all lower-case
(#157) Expected 1 space after closing parenthesis; found 0
(#157) Opening brace must be the last content on the line
(#157) Variable "Zb" must be all lower-case
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Variable "Ta" 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 "Gg" must be all lower-case
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Variable "Hg" must be all lower-case
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Expected "for (...) {\n"; found "for(...){"
(#157) Expected 1 space after first semicolon of FOR loop; 0 found
(#157) Expected 1 space after second semicolon of FOR loop; 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 "Sa" must be all lower-case
(#157) Variable "Gg" must be all lower-case
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Variable "Gg" 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 "Sa" must be all lower-case
(#157) Variable "Hg" must be all lower-case
(#157) Expected 1 space before "+="; 0 found
(#157) Expected 1 space after "+="; 0 found
(#157) Expected "if (...) {\n"; found "if(...){"
(#157) Variable "Hg" must be all lower-case
(#157) Expected 1 space before ">="; 0 found
(#157) Expected 1 space after ">="; 0 found
(#157) Variable "Ta" must be all lower-case
(#157) Variable "Hg" must be all lower-case
(#157) Expected 1 space before "-="; 0 found
(#157) Expected 1 space after "-="; 0 found
(#157) Variable "Ta" must be all lower-case
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Variable "Gg" must be all lower-case
(#157) Expected 1 space before ">>"; 0 found
(#157) Expected 1 space after ">>"; 0 found
(#157) Variable "Hg" must be all lower-case
(#157) Variable "Gg" 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 "Hg" must be all lower-case
(#157) Expected 1 space before "-"; 0 found
(#157) Expected 1 space after "-"; 0 found
(#157) Variable "Zb" must be all lower-case
(#157) Inline control structures are not allowed
(#157) Variable "Zb" must be all lower-case
(#157) Expected 1 space before ">>"; 0 found
(#157) Expected 1 space after ">>"; 0 found
(#157) Variable "Ta" must be all lower-case
(#157) Variable "Ta" must be all lower-case
(#157) Closing brace must be on a line by itself
(#157) Closing brace must be on a line by itself
(#157) Variable "Yb" must be all lower-case
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Commas (,) must be followed by white space.
(#157) Variable "J" must be all lower-case
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Expected "foreach (...) {\n"; found "foreach(...){"
(#157) Expected 1 space before "=>"; 0 found
(#157) Expected 1 space after "=>"; 0 found
(#157) Expected 1 space after "as"; 0 found
(#157) Line exceeds maximum limit of 180 characters; contains 240 characters
(#157) Line exceeds maximum limit of 180 characters; contains 240 characters
(#157) Line exceeds maximum limit of 180 characters; contains 240 characters
(#158) Line indented incorrectly; expected at least 84 spaces, found 0
(#158) Expected 1 space before "=>"; 0 found
(#158) Expected 1 space after "=>"; 0 found
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#158) Variable "Yb" must be all lower-case
(#158) Inline control structures are not allowed
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#158) Variable "J" must be all lower-case
(#158) Expected 1 space before ".="; 0 found
(#158) Expected 1 space after ".="; 0 found
(#158) Inline control structures are not allowed
(#158) Variable "Yb" must be all lower-case
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#158) Closing brace must be on a line by itself
(#158) Variable "J" must be all lower-case
(#158) Closing brace must be on a line by itself
(#159) Line indented incorrectly; expected at least 80 spaces, found 0
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space after closing parenthesis; found 0
(#159) Opening brace must be the last content on the line
(#160) Line indented incorrectly; expected at least 84 spaces, found 0
(#160) Commas (,) must be followed by white space.
(#160) Closing brace must be on a line by itself
(#160) Line exceeds 132 characters; contains 156 characters
(#160) Line exceeds 132 characters; contains 156 characters
(#160) Line exceeds 132 characters; contains 156 characters
(#161) Line indented incorrectly; expected at least 84 spaces, found 0
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Variable "K" must be all lower-case
(#161) Commas (,) must be followed by white space.
(#161) Variable "Ci" must be all lower-case
(#161) Expected 1 space after closing parenthesis; found 0
(#161) Opening brace must be the last content on the line
(#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 "Hh" 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 "Ci" 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) 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) Variable "Hh" must be all lower-case
(#161) Commas (,) must be followed by white space.
(#161) Variable "Hh" must be all lower-case
(#161) Inline control structures are not allowed
(#161) Variable "K" must be all lower-case
(#161) Expected 1 space before "==="; 0 found
(#161) Expected 1 space after "==="; 0 found
(#161) Line exceeds maximum limit of 180 characters; contains 287 characters
(#161) Line exceeds maximum limit of 180 characters; contains 287 characters
(#161) Line exceeds maximum limit of 180 characters; contains 287 characters
(#162) Inline control structures are not allowed
(#162) Expected "foreach (...) {\n"; found "foreach(...){"
(#162) Expected 1 space before "=>"; 0 found
(#162) Expected 1 space after "=>"; 0 found
(#162) Expected 1 space after "as"; 0 found
(#162) Line exceeds 132 characters; contains 143 characters
(#162) Line exceeds 132 characters; contains 143 characters
(#162) Line exceeds 132 characters; contains 143 characters
(#163) Line indented incorrectly; expected at least 92 spaces, found 0
(#163) Variable "D" must be all lower-case
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Variable "Sb" must be all lower-case
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Variable "D" must be all lower-case
(#163) Expected "if (...) {\n"; found "if(...){"
(#163) Variable "Sb" must be all lower-case
(#163) Expected 1 space before "==="; 0 found
(#163) Expected 1 space after "==="; 0 found
(#163) Variable "Sb" must be all lower-case
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Inline control structures are not allowed
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Commas (,) must be followed by white space.
(#163) Variable "Sb" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Variable "Ag" must be all lower-case
(#163) Variable "Sb" must be all lower-case
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Variable "Ag" must be all lower-case
(#163) Closing brace must be on a line by itself
(#163) Variable "Y" must be all lower-case
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Variable "K" 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 "K" must be all lower-case
(#163) Variable "D" 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) Commas (,) must be followed by white space.
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Variable "K" must be all lower-case
(#163) Variable "D" must be all lower-case
(#163) Expected 1 space before "?"; 0 found
(#163) Expected 1 space after "?"; 0 found
(#163) Variable "K" must be all lower-case
(#163) Variable "D" must be all lower-case
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Variable "K" must be all lower-case
(#163) Variable "D" must be all lower-case
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Variable "K" must be all lower-case
(#163) Variable "D" must be all lower-case
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Variable "Ci" 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 "Sb" must be all lower-case
(#163) Inline control structures are not allowed
(#163) Variable "Y" must be all lower-case
(#163) Variable "Y" must be all lower-case
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Variable "Y" must be all lower-case
(#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) Variable "D" must be all lower-case
(#163) Expected 1 space before ":"; 0 found
(#163) Expected 1 space after ":"; 0 found
(#163) Variable "Ci" 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) Variable "Y" 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) Variable "Y" 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 "if (...) {\n"; found "if(...){"
(#163) Commas (,) must be followed by white space.
(#163) Variable "Y" must be all lower-case
(#163) Expected 1 space before "=="; 0 found
(#163) Expected 1 space after "=="; 0 found
(#163) Variable "Y" 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) Closing brace must be on a line by itself
(#163) Commas (,) must be followed by white space.
(#163) Variable "Y" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Closing brace must be on a line by itself
(#163) Inline control structures are not allowed
(#163) Commas (,) must be followed by white space.
(#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) Expected "if (...) {\n"; found "if(...){"
(#163) Expected "if (...) {\n"; found "if(...){"
(#163) Variable "Ci" 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) Commas (,) must be followed by white space.
(#163) Variable "Ci" 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) Closing brace must be on a line by itself
(#163) Closing brace must be on a line by itself
(#163) Variable "Ci" 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) Inline control structures are not allowed
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Commas (,) must be followed by white space.
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Commas (,) must be followed by white space.
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#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) Commas (,) must be followed by white space.
(#163) Line exceeds maximum limit of 180 characters; contains 1682 characters
(#163) Line exceeds maximum limit of 180 characters; contains 1682 characters
(#163) Line exceeds maximum limit of 180 characters; contains 1682 characters
(#165) Commas (,) must be followed by white space.
(#165) Commas (,) must be followed by white space.
(#167) Closing brace must be on a line by itself
(#167) Expected "if (...) {\n"; found "if(...){"
(#167) Expected "if (...) {\n"; found "if(...){"
(#167) Closing brace must be on a line by itself
(#167) Commas (,) must be followed by white space.
(#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) Expected 1 space before "*"; 0 found
(#167) Expected 1 space after "*"; 0 found
(#167) Expected "if (...) {\n"; found "if(...){"
(#167) Expected 1 space before "=="; 0 found
(#167) Expected 1 space after "=="; 0 found
(#167) Line exceeds maximum limit of 180 characters; contains 348 characters
(#167) Line exceeds maximum limit of 180 characters; contains 348 characters
(#167) Line exceeds maximum limit of 180 characters; contains 348 characters
(#168) Line indented incorrectly; expected at least 92 spaces, found 0
(#168) The use of backticks in strings is not recommended
(#168) Closing brace must be on a line by itself
(#168) Usage of ELSEIF not allowed; use ELSE IF instead
(#168) Expected 1 space before "=="; 0 found
(#168) Expected 1 space after "=="; 0 found
(#168) Line exceeds maximum limit of 180 characters; contains 277 characters
(#168) Line exceeds maximum limit of 180 characters; contains 277 characters
(#168) Line exceeds maximum limit of 180 characters; contains 277 characters
(#169) Line indented incorrectly; expected at least 4 spaces, found 0
(#169) The use of backticks in strings is not recommended
(#169) Closing brace must be on a line by itself
(#169) Usage of ELSEIF not allowed; use ELSE IF instead
(#169) Expected 1 space before "=="; 0 found
(#169) Expected 1 space after "=="; 0 found
(#169) Line exceeds maximum limit of 180 characters; contains 3568 characters
(#169) Line exceeds maximum limit of 180 characters; contains 3568 characters
(#169) Line exceeds maximum limit of 180 characters; contains 3568 characters
(#170) Line indented incorrectly; expected at least 96 spaces, found 0
(#170) The use of backticks in strings is not recommended
(#170) Closing brace must be on a line by itself
(#170) Usage of ELSEIF not allowed; use ELSE IF instead
(#170) Expected 1 space before "=="; 0 found
(#170) Expected 1 space after "=="; 0 found
(#170) Line exceeds maximum limit of 180 characters; contains 12785 characters
(#170) Line exceeds maximum limit of 180 characters; contains 12785 characters
(#170) Line exceeds maximum limit of 180 characters; contains 12785 characters
(#171) Line indented incorrectly; expected at least 8 spaces, found 0
(#171) The use of backticks in strings is not recommended
(#171) Closing brace must be on a line by itself
(#171) Expected "} else {\n"; found "}else{"
(#171) Closing brace must be on a line by itself
(#171) Closing brace must be on a line by itself
(#171) Closing brace must be on a line by itself
(#171) Closing brace must be on a line by itself
(#171) Closing brace must be on a line by itself
(#171) Closing brace must be on a line by itself
(#171) Closing brace must be on a line by itself
(#171) Closing brace must be on a line by itself
(#171) Expected "if (...) {\n"; found "if(...){"
(#171) Expected 1 space before "=="; 0 found
(#171) Expected 1 space after "=="; 0 found
(#171) Expected 1 space before "="; 0 found
(#171) Expected 1 space after "="; 0 found
(#171) Inline control structures are not allowed
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Closing brace must be on a line by itself
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Variable "Md" must be all lower-case
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Variable "Uf" must be all lower-case
(#171) Commas (,) must be followed by white space.
(#171) Variable "_h" must not contain underscores.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Variable "Bi" must be all lower-case
(#171) Commas (,) must be followed by white space.
(#171) Inline control structures are not allowed
(#171) Expected 1 space before "="; 0 found
(#171) Expected 1 space after "="; 0 found
(#171) Inline control structures are not allowed
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "!="; 0 found
(#171) Expected 1 space after "!="; 0 found
(#171) Expected 1 space before ".="; 0 found
(#171) Expected 1 space after ".="; 0 found
(#171) Inline control structures are not allowed
(#171) Expected 1 space before "="; 0 found
(#171) Expected 1 space after "="; 0 found
(#171) Expected 1 space before "="; 0 found
(#171) Expected 1 space after "="; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Expected "if (...) {\n"; found "if(...){"
(#171) Variable "Hf" must be all lower-case
(#171) Expected 1 space before "="; 0 found
(#171) Expected 1 space after "="; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Inline control structures are not allowed
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before ">="; 0 found
(#171) Expected 1 space after ">="; 0 found
(#171) Variable "Hf" must be all lower-case
(#171) Expected 1 space before "="; 0 found
(#171) Expected 1 space after "="; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Variable "Hf" must be all lower-case
(#171) Closing brace must be on a line by itself
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Variable "Vc" must be all lower-case
(#171) Inline control structures are not allowed
(#171) Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
(#171) INI directive 'zend.ze1_compatibility_mode' is removed since PHP 5.3
(#171) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "="; 0 found
(#171) Expected 1 space after "="; 0 found
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#171) Commas (,) must be followed by white space.
(#171) Line exceeds maximum limit of 180 characters; contains 43517 characters
(#171) Line exceeds maximum limit of 180 characters; contains 43517 characters
(#171) Line exceeds maximum limit of 180 characters; contains 43517 characters
(#172) Expected 1 space after closing parenthesis; found 0
(#172) Opening brace must be the last content on the line
(#172) Closing brace must be on a line by itself
(#173) Commas (,) must be followed by white space.
(#173) Expected 1 space after closing parenthesis; found 0
(#173) Opening brace must be the last content on the line
(#173) Expected "if (...) {\n"; found "if(...){"
(#173) Variable "Xf" must be all lower-case
(#173) Expected 1 space before "="; 0 found
(#173) Expected 1 space after "="; 0 found
(#173) Commas (,) must be followed by white space.
(#173) Inline control structures are not allowed
(#173) Variable "Xf" must be all lower-case
(#173) Expected 1 space before "!=="; 0 found
(#173) Expected 1 space after "!=="; 0 found
(#173) Expected 1 space before "="; 0 found
(#173) Expected 1 space after "="; 0 found
(#173) Variable "Xf" must be all lower-case
(#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) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected "if (...) {\n"; found "if(...){"
(#173) Variable "Xf" must be all lower-case
(#173) Expected 1 space before "="; 0 found
(#173) Expected 1 space after "="; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before "<"; 0 found
(#173) Expected 1 space after "<"; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before ">"; 0 found
(#173) Expected 1 space after ">"; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before "<"; 0 found
(#173) Expected 1 space after "<"; 0 found
(#173) Expected 1 space before "/"; 0 found
(#173) Expected 1 space after "/"; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before "!="; 0 found
(#173) Expected 1 space after "!="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before "!="; 0 found
(#173) Expected 1 space after "!="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before ">"; 0 found
(#173) Expected 1 space after ">"; 0 found
(#173) Expected 1 space before "/"; 0 found
(#173) Expected 1 space after "/"; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before "!="; 0 found
(#173) Expected 1 space after "!="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before "!="; 0 found
(#173) Expected 1 space after "!="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before ">"; 0 found
(#173) Expected 1 space after ">"; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before "<"; 0 found
(#173) Expected 1 space after "<"; 0 found
(#173) Expected 1 space before "/"; 0 found
(#173) Expected 1 space after "/"; 0 found
(#173) Expected 1 space before "%"; 0 found
(#173) Expected 1 space after "%"; 0 found
(#173) Expected 1 space before "!="; 0 found
(#173) Expected 1 space after "!="; 0 found
(#173) Expected 1 space before "?"; 0 found
(#173) Expected 1 space after "?"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before ":"; 0 found
(#173) Expected 1 space after ":"; 0 found
(#173) Expected 1 space before "="; 0 found
(#173) Expected 1 space after "="; 0 found
(#173) Variable "Xf" must be all lower-case
(#173) Closing brace must be on a line by itself
(#173) Variable "Fa" must be all lower-case
(#173) Expected 1 space before "="; 0 found
(#173) Expected 1 space after "="; 0 found
(#173) Variable "Fa" must be all lower-case
(#173) Expected 1 space before "="; 0 found
(#173) Expected 1 space after "="; 0 found
(#173) Commas (,) must be followed by white space.
(#173) Commas (,) must be followed by white space.
(#173) Inline control structures are not allowed
(#173) Expected 1 space before "!="; 0 found
(#173) Expected 1 space after "!="; 0 found
(#173) Variable "Fa" must be all lower-case
(#173) Expected 1 space before "="; 0 found
(#173) Expected 1 space after "="; 0 found
(#173) Line exceeds maximum limit of 180 characters; contains 667 characters
(#173) Line exceeds maximum limit of 180 characters; contains 667 characters
(#173) Line exceeds maximum limit of 180 characters; contains 667 characters
(#174) Line indented incorrectly; expected at least 4 spaces, found 0
(#174) Commas (,) must be followed by white space.
(#174) Variable "Fa" must be all lower-case
(#174) Closing brace must be on a line by itself
(#175) Expected 1 space after closing parenthesis; found 0
(#175) Opening brace must be the last content on the line
(#175) Commas (,) must be followed by white space.
(#175) Commas (,) must be followed by white space.
(#175) Commas (,) must be followed by white space.
(#175) Commas (,) must be followed by white space.
(#175) Commas (,) must be followed by white space.
(#175) Commas (,) must be followed by white space.
(#175) Commas (,) must be followed by white space.
(#175) Closing brace must be on a line by itself
(#175) Expected "if (...) {\n"; found "if(...){"
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "="; 0 found
(#175) Expected 1 space after "="; 0 found
(#175) Expected 1 space before "="; 0 found
(#175) Expected 1 space after "="; 0 found
(#175) Closing brace must be on a line by itself
(#175) Expected 1 space before "="; 0 found
(#175) Expected 1 space after "="; 0 found
(#175) Expected "if (...) {\n"; found "if(...){"
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "="; 0 found
(#175) Expected 1 space after "="; 0 found
(#175) Closing brace must be on a line by itself
(#175) Inline control structures are not allowed
(#175) Usage of ELSEIF not allowed; use ELSE IF instead
(#175) Expected 1 space before "="; 0 found
(#175) Expected 1 space after "="; 0 found
(#175) Expected 1 space before "="; 0 found
(#175) Expected 1 space after "="; 0 found
(#175) Commas (,) must be followed by white space.
(#175) Commas (,) must be followed by white space.
(#175) Commas (,) must be followed by white space.
(#175) Commas (,) must be followed by white space.
(#175) Commas (,) must be followed by white space.
(#175) Inline control structures are not allowed
(#175) Expected 1 space after "as"; 0 found
(#175) Line exceeds maximum limit of 180 characters; contains 826 characters
(#175) Line exceeds maximum limit of 180 characters; contains 826 characters
(#175) Line exceeds maximum limit of 180 characters; contains 826 characters
(#176) Line indented incorrectly; expected at least 4 spaces, found 0
(#176) Variable "C" must be all lower-case
(#176) Variable "C" must be all lower-case
(#176) Expected 1 space before "="; 0 found
(#176) Expected 1 space after "="; 0 found
(#176) Variable "C" must be all lower-case
(#176) Expected 1 space before "?"; 0 found
(#176) Expected 1 space after "?"; 0 found
(#176) Variable "C" must be all lower-case
(#176) Expected 1 space before ":"; 0 found
(#176) Expected 1 space after ":"; 0 found
(#176) Expected "foreach (...) {\n"; found "foreach(...){"
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#176) Expected 1 space after "as"; 0 found
(#177) Line indented incorrectly; expected at least 4 spaces, found 0
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#177) Expected "if (...) {\n"; found "if(...){"
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#177) Closing brace must be on a line by itself
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#177) Commas (,) must be followed by white space.
(#177) Commas (,) must be followed by white space.
(#177) Expected "if (...) {\n"; found "if(...){"
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#177) Closing brace must be on a line by itself
(#177) Closing brace must be on a line by itself
(#177) Closing brace must be on a line by itself
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#177) Expected "if (...) {\n"; found "if(...){"
(#177) Expected 1 space before "!="; 0 found
(#177) Expected 1 space after "!="; 0 found
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#177) Closing brace must be on a line by itself
(#177) Line exceeds maximum limit of 180 characters; contains 271 characters
(#177) Line exceeds maximum limit of 180 characters; contains 271 characters
(#177) Line exceeds maximum limit of 180 characters; contains 271 characters
(#178) Expected 1 space after closing parenthesis; found 0
(#178) Opening brace must be the last content on the line
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#178) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#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) The use of backticks in strings is not recommended
(#178) Closing brace must be on a line by itself
(#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) Inline control structures are not allowed
(#178) Expected 1 space before "as"; 0 found
(#178) Expected 1 space after "as"; 0 found
(#178) Commas (,) must be followed by white space.
(#178) Variable "X" must be all lower-case
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#178) Variable "X" must be all lower-case
(#178) Commas (,) must be followed by white space.
(#178) Expected 1 space before "?"; 0 found
(#178) Expected 1 space after "?"; 0 found
(#178) Commas (,) must be followed by white space.
(#178) Variable "X" must be all lower-case
(#178) Expected 1 space before ":"; 0 found
(#178) Expected 1 space after ":"; 0 found
(#178) Variable "X" must be all lower-case
(#178) Closing brace must be on a line by itself
(#178) Expected "if (...) {\n"; found "if(...){"
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#178) Closing brace must be on a line by itself
(#178) Expected "if (...) {\n"; found "if(...){"
(#178) Line exceeds maximum limit of 180 characters; contains 146867 characters
(#178) Line exceeds maximum limit of 180 characters; contains 146867 characters
(#178) Line exceeds maximum limit of 180 characters; contains 146867 characters
(#179) Line indented incorrectly; expected at least 4 spaces, found 0
(#180) Line indented incorrectly; expected at least 4 spaces, found 0
(#181) Line indented incorrectly; expected at least 4 spaces, found 0
(#181) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#181) Scope modifier not specified for member variable "$_result"
(#181) Commas (,) must be followed by white space.
(#181) Member variable "server_info" must not contain underscores.
(#181) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#181) Scope modifier not specified for member variable "$server_info"
(#181) Commas (,) must be followed by white space.
(#181) Member variable "affected_rows" must not contain underscores.
(#181) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#181) Scope modifier not specified for member variable "$affected_rows"
(#181) Commas (,) must be followed by white space.
(#181) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#181) Scope modifier not specified for member variable "$errno"
(#181) Commas (,) must be followed by white space.
(#181) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#181) Scope modifier not specified for member variable "$error"
(#181) Visibility must be declared on method "__construct"
(#182) Line indented incorrectly; expected at least 8 spaces, found 0
(#182) Expected 1 space after closing parenthesis; found 0
(#182) Opening brace must be the last content on the line
(#182) Variable "Xf" must be all lower-case
(#182) Expected 1 space before "="; 0 found
(#182) Expected 1 space after "="; 0 found
(#182) Commas (,) must be followed by white space.
(#182) Inline control structures are not allowed
(#182) Variable "Xf" must be all lower-case
(#182) Expected 1 space before "!=="; 0 found
(#182) Expected 1 space after "!=="; 0 found
(#182) Variable "Xf" must be all lower-case
(#182) Closing brace must be on a line by itself
(#182) Visibility must be declared on method "dsn"
(#183) Line indented incorrectly; expected at least 8 spaces, found 0
(#183) Commas (,) must be followed by white space.
(#183) Variable "V" must be all lower-case
(#183) Commas (,) must be followed by white space.
(#183) Variable "G" must be all lower-case
(#183) Commas (,) must be followed by white space.
(#183) Expected 1 space after closing parenthesis; found 0
(#183) Opening brace must be the last content on the line
(#183) Expected "try {\n...} catch (...) {\n"; found "try{...}catch(...){"
(#183) Commas (,) must be followed by white space.
(#183) Variable "V" must be all lower-case
(#183) Commas (,) must be followed by white space.
(#183) Variable "G" must be all lower-case
(#183) Commas (,) must be followed by white space.
(#183) Closing brace must be on a line by itself
(#183) Variable "Ac" must be all lower-case
(#183) Variable "Ac" must be all lower-case
(#183) Closing brace must be on a line by itself
(#183) Commas (,) must be followed by white space.
(#183) Expected 1 space before "="; 0 found
(#183) Expected 1 space after "="; 0 found
(#183) Closing brace must be on a line by itself
(#183) Line exceeds maximum limit of 180 characters; contains 223 characters
(#183) Visibility must be declared on method "query"
(#183) Line exceeds maximum limit of 180 characters; contains 223 characters
(#183) Line exceeds maximum limit of 180 characters; contains 223 characters
(#184) Line indented incorrectly; expected at least 8 spaces, found 0
(#184) Variable "H" must be all lower-case
(#184) Commas (,) must be followed by white space.
(#184) Expected 1 space after closing parenthesis; found 0
(#184) Opening brace must be the last content on the line
(#184) Variable "I" must be all lower-case
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#184) Variable "H" must be all lower-case
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#184) Expected "if (...) {\n"; found "if(...){"
(#184) Variable "I" must be all lower-case
(#184) Commas (,) must be followed by white space.
(#184) Commas (,) must be followed by white space.
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#185) Line indented incorrectly; expected at least 16 spaces, found 0
(#185) Closing brace must be on a line by itself
(#185) Variable "I" must be all lower-case
(#185) Variable "I" must be all lower-case
(#185) Closing brace must be on a line by itself
(#185) Visibility must be declared on method "multi_query"
(#186) Line indented incorrectly; expected at least 8 spaces, found 0
(#186) Variable "H" must be all lower-case
(#186) Expected 1 space after closing parenthesis; found 0
(#186) Opening brace must be the last content on the line
(#186) Expected 1 space before "="; 0 found
(#186) Expected 1 space after "="; 0 found
(#186) Variable "H" must be all lower-case
(#186) Closing brace must be on a line by itself
(#186) Visibility must be declared on method "store_result"
(#187) Line indented incorrectly; expected at least 8 spaces, found 0
(#187) Variable "I" must be all lower-case
(#187) Expected 1 space after closing parenthesis; found 0
(#187) Opening brace must be the last content on the line
(#187) Expected "if (...) {\n"; found "if(...){"
(#187) Variable "I" must be all lower-case
(#187) Variable "I" must be all lower-case
(#187) Expected 1 space before "="; 0 found
(#187) Expected 1 space after "="; 0 found
(#187) Inline control structures are not allowed
(#187) Variable "I" must be all lower-case
(#188) Line indented incorrectly; expected at least 16 spaces, found 0
(#188) Closing brace must be on a line by itself
(#188) Expected "if (...) {\n"; found "if(...){"
(#188) Variable "I" must be all lower-case
(#188) Variable "I" must be all lower-case
(#188) Expected 1 space before "="; 0 found
(#188) Expected 1 space after "="; 0 found
(#188) Variable "I" must be all lower-case
(#188) Variable "I" must be all lower-case
(#188) Closing brace must be on a line by itself
(#188) Expected 1 space before "="; 0 found
(#188) Expected 1 space after "="; 0 found
(#188) Variable "I" must be all lower-case
(#189) Line indented incorrectly; expected at least 8 spaces, found 0
(#189) Closing brace must be on a line by itself
(#189) Visibility must be declared on method "next_result"
(#190) Line indented incorrectly; expected at least 8 spaces, found 0
(#190) Expected 1 space after closing parenthesis; found 0
(#190) Opening brace must be the last content on the line
(#190) Inline control structures are not allowed
(#191) Line indented incorrectly; expected at least 12 spaces, found 0
(#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 "result"
(#192) Line indented incorrectly; expected at least 8 spaces, found 0
(#192) Variable "H" must be all lower-case
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space after closing parenthesis; found 0
(#192) Opening brace must be the last content on the line
(#192) Variable "I" 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 "I" must be all lower-case
(#193) Line indented incorrectly; expected at least 12 spaces, found 0
(#193) Variable "K" must be all lower-case
(#193) Expected 1 space before "="; 0 found
(#193) Expected 1 space after "="; 0 found
(#193) Variable "I" must be all lower-case
(#193) Variable "K" must be all lower-case
(#193) Closing brace must be on a line by itself
(#193) Closing brace must be on a line by itself
(#196) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#196) Scope modifier not specified for member variable "$_offset"
(#196) Expected 1 space before "="; 0 found
(#196) Expected 1 space after "="; 0 found
(#196) Commas (,) must be followed by white space.
(#196) Member variable "num_rows" must not contain underscores.
(#196) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#196) Scope modifier not specified for member variable "$num_rows"
(#196) Visibility must be declared on method "fetch_assoc"
(#197) Line indented incorrectly; expected at least 4 spaces, found 0
(#197) Expected 1 space after closing parenthesis; found 0
(#197) Opening brace must be the last content on the line
(#197) Closing brace must be on a line by itself
(#197) Visibility must be declared on method "fetch_row"
(#198) Line indented incorrectly; expected at least 4 spaces, found 0
(#198) Expected 1 space after closing parenthesis; found 0
(#198) Opening brace must be the last content on the line
(#198) Closing brace must be on a line by itself
(#198) Visibility must be declared on method "fetch_field"
(#199) Line indented incorrectly; expected at least 4 spaces, found 0
(#199) Expected 1 space after closing parenthesis; found 0
(#199) Opening brace must be the last content on the line
(#199) Variable "K" must be all lower-case
(#199) Expected 1 space before "="; 0 found
(#199) Expected 1 space after "="; 0 found
(#199) Variable "K" must be all lower-case
(#199) Expected 1 space before "="; 0 found
(#199) Expected 1 space after "="; 0 found
(#199) Variable "K" must be all lower-case
(#199) Variable "K" must be all lower-case
(#199) Expected 1 space before "="; 0 found
(#199) Expected 1 space after "="; 0 found
(#199) Variable "K" must be all lower-case
(#199) Variable "K" 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 "K" must be all lower-case
(#199) Expected 1 space before "?"; 0 found
(#199) Expected 1 space after "?"; 0 found
(#199) Expected 1 space before ":"; 0 found
(#199) Expected 1 space after ":"; 0 found
(#199) Variable "K" must be all lower-case
(#199) Closing brace must be on a line by itself
(#199) Closing brace must be on a line by itself
(#199) Closing brace must be on a line by itself
(#199) Expected 1 space before "="; 0 found
(#199) Expected 1 space after "="; 0 found
(#199) Line exceeds maximum limit of 180 characters; contains 192 characters
(#199) Line exceeds maximum limit of 180 characters; contains 192 characters
(#199) Line exceeds maximum limit of 180 characters; contains 192 characters
(#200) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#200) Scope modifier not specified for member variable "$_conn"
(#200) Visibility must be declared on method "__construct"
(#201) Line indented incorrectly; expected at least 4 spaces, found 0
(#201) Expected 1 space after closing parenthesis; found 0
(#201) Opening brace must be the last content on the line
(#201) Expected 1 space before "="; 0 found
(#201) Expected 1 space after "="; 0 found
(#201) Closing brace must be on a line by itself
(#201) Visibility must be declared on method "select"
(#202) Line indented incorrectly; expected at least 4 spaces, found 0
(#202) Variable "R" must be all lower-case
(#202) Commas (,) must be followed by white space.
(#202) Variable "M" must be all lower-case
(#202) Commas (,) must be followed by white space.
(#202) Variable "Z" must be all lower-case
(#202) Commas (,) must be followed by white space.
(#202) Commas (,) must be followed by white space.
(#202) Commas (,) must be followed by white space.
(#202) Variable "_" must not contain underscores.
(#202) Commas (,) must be followed by white space.
(#202) Variable "F" must be all lower-case
(#202) Commas (,) must be followed by white space.
(#202) Expected 1 space after closing parenthesis; found 0
(#202) Opening brace must be the last content on the line
(#202) Commas (,) must be followed by white space.
(#202) Variable "Td" must be all lower-case
(#202) Expected 1 space before "="; 0 found
(#202) Expected 1 space after "="; 0 found
(#202) Expected 1 space before "<"; 0 found
(#202) Expected 1 space after "<"; 0 found
(#202) Variable "M" must be all lower-case
(#202) Variable "H" must be all lower-case
(#202) Expected 1 space before "="; 0 found
(#202) Expected 1 space after "="; 0 found
(#202) Variable "M" must be all lower-case
(#202) Commas (,) must be followed by white space.
(#202) Variable "Z" must be all lower-case
(#202) Commas (,) must be followed by white space.
(#202) Commas (,) must be followed by white space.
(#202) Commas (,) must be followed by white space.
(#202) Variable "_" must not contain underscores.
(#202) Commas (,) must be followed by white space.
(#202) Variable "F" must be all lower-case
(#202) Inline control structures are not allowed
(#202) Variable "H" must be all lower-case
(#202) Variable "H" must be all lower-case
(#202) Expected 1 space before "="; 0 found
(#202) Expected 1 space after "="; 0 found
(#202) Expected 1 space before "!="; 0 found
(#202) Expected 1 space after "!="; 0 found
(#202) Variable "_" must not contain underscores.
(#202) Expected 1 space before "!="; 0 found
(#202) Expected 1 space after "!="; 0 found
(#202) Variable "Td" must be all lower-case
(#202) Expected 1 space before "=="; 0 found
(#202) Expected 1 space after "=="; 0 found
(#202) Expected 1 space before "?"; 0 found
(#202) Expected 1 space after "?"; 0 found
(#202) Expected 1 space before ":"; 0 found
(#202) Expected 1 space after ":"; 0 found
(#202) Commas (,) must be followed by white space.
(#202) Variable "M" must be all lower-case
(#202) Variable "R" must be all lower-case
(#202) Commas (,) must be followed by white space.
(#202) Variable "Z" must be all lower-case
(#202) Expected 1 space before "?"; 0 found
(#202) Expected 1 space after "?"; 0 found
(#202) Commas (,) must be followed by white space.
(#202) Variable "Z" must be all lower-case
(#202) Expected 1 space before ":"; 0 found
(#202) Expected 1 space after ":"; 0 found
(#202) Variable "Td" must be all lower-case
(#202) Expected 1 space before "?"; 0 found
(#202) Expected 1 space after "?"; 0 found
(#202) Commas (,) must be followed by white space.
(#202) Expected 1 space before ":"; 0 found
(#202) Expected 1 space after ":"; 0 found
(#202) Expected 1 space before "?"; 0 found
(#202) Expected 1 space after "?"; 0 found
(#202) Commas (,) must be followed by white space.
(#202) Expected 1 space before ":"; 0 found
(#202) Expected 1 space after ":"; 0 found
(#202) Commas (,) must be followed by white space.
(#202) Variable "_" must not contain underscores.
(#202) Expected 1 space before "!="; 0 found
(#202) Expected 1 space after "!="; 0 found
(#202) Expected 1 space before "?"; 0 found
(#202) Expected 1 space after "?"; 0 found
(#202) Variable "_" must not contain underscores.
(#202) Expected 1 space before ":"; 0 found
(#202) Expected 1 space after ":"; 0 found
(#202) Commas (,) must be followed by white space.
(#202) Variable "F" must be all lower-case
(#202) Expected 1 space before "?"; 0 found
(#202) Expected 1 space after "?"; 0 found
(#202) Variable "_" must not contain underscores.
(#202) Expected 1 space before "*"; 0 found
(#202) Expected 1 space after "*"; 0 found
(#202) Variable "F" must be all lower-case
(#202) Expected 1 space before ":"; 0 found
(#202) Expected 1 space after ":"; 0 found
(#202) Commas (,) must be followed by white space.
(#202) Expected 1 space before "="; 0 found
(#202) Expected 1 space after "="; 0 found
(#202) Variable "J" must be all lower-case
(#202) Expected 1 space before "="; 0 found
(#202) Expected 1 space after "="; 0 found
(#202) Variable "H" must be all lower-case
(#202) Inline control structures are not allowed
(#202) Variable "H" must be all lower-case
(#202) Commas (,) must be followed by white space.
(#202) Commas (,) must be followed by white space.
(#202) Variable "J" must be all lower-case
(#202) Variable "J" must be all lower-case
(#202) Closing brace must be on a line by itself
(#202) Line exceeds maximum limit of 180 characters; contains 545 characters
(#202) Visibility must be declared on method "delete"
(#202) Line exceeds maximum limit of 180 characters; contains 545 characters
(#202) Line exceeds maximum limit of 180 characters; contains 545 characters
(#203) Line indented incorrectly; expected at least 4 spaces, found 0
(#203) Variable "R" must be all lower-case
(#203) Commas (,) must be followed by white space.
(#203) Commas (,) must be followed by white space.
(#203) Variable "_" must not contain underscores.
(#203) Expected 1 space after closing parenthesis; found 0
(#203) Opening brace must be the last content on the line
(#203) Variable "H" must be all lower-case
(#203) Expected 1 space before "="; 0 found
(#203) Expected 1 space after "="; 0 found
(#203) Variable "R" must be all lower-case
(#204) Line indented incorrectly; expected at least 8 spaces, found 0
(#204) Variable "_" must not contain underscores.
(#204) Expected 1 space before "?"; 0 found
(#204) Expected 1 space after "?"; 0 found
(#204) Variable "R" must be all lower-case
(#204) Commas (,) must be followed by white space.
(#204) Variable "H" must be all lower-case
(#204) Commas (,) must be followed by white space.
(#204) Expected 1 space before ":"; 0 found
(#204) Expected 1 space after ":"; 0 found
(#204) Variable "H" must be all lower-case
(#204) Closing brace must be on a line by itself
(#204) Visibility must be declared on method "update"
(#205) Line indented incorrectly; expected at least 4 spaces, found 0
(#205) Variable "R" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Variable "P" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Commas (,) must be followed by white space.
(#205) Variable "_" must not contain underscores.
(#205) Commas (,) must be followed by white space.
(#205) Variable "N" must be all lower-case
(#205) Expected 1 space after closing parenthesis; found 0
(#205) Opening brace must be the last content on the line
(#205) Variable "Ni" must be all lower-case
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#205) Inline control structures are not allowed
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#205) Expected 1 space after "as"; 0 found
(#205) Variable "P" must be all lower-case
(#206) Line indented incorrectly; expected at least 8 spaces, found 0
(#206) Expected 1 space before "=>"; 0 found
(#206) Expected 1 space after "=>"; 0 found
(#206) Variable "X" must be all lower-case
(#206) Variable "Ni" must be all lower-case
(#206) Expected 1 space before "="; 0 found
(#206) Expected 1 space after "="; 0 found
(#206) Variable "H" must be all lower-case
(#206) Expected 1 space before "="; 0 found
(#206) Expected 1 space after "="; 0 found
(#206) Variable "R" must be all lower-case
(#206) Variable "N" must be all lower-case
(#206) Variable "N" must be all lower-case
(#206) Commas (,) must be followed by white space.
(#206) Variable "Ni" must be all lower-case
(#207) Line indented incorrectly; expected at least 8 spaces, found 0
(#207) Variable "_" must not contain underscores.
(#207) Expected 1 space before "?"; 0 found
(#207) Expected 1 space after "?"; 0 found
(#207) Variable "R" must be all lower-case
(#207) Commas (,) must be followed by white space.
(#207) Variable "H" must be all lower-case
(#207) Commas (,) must be followed by white space.
(#207) Commas (,) must be followed by white space.
(#207) Variable "N" must be all lower-case
(#207) Expected 1 space before ":"; 0 found
(#207) Expected 1 space after ":"; 0 found
(#207) Variable "H" must be all lower-case
(#207) Closing brace must be on a line by itself
(#207) Visibility must be declared on method "insert"
(#208) Line indented incorrectly; expected at least 8 spaces, found 0
(#208) Variable "R" must be all lower-case
(#208) Commas (,) must be followed by white space.
(#208) Variable "P" must be all lower-case
(#208) Expected 1 space after closing parenthesis; found 0
(#208) Opening brace must be the last content on the line
(#209) Line indented incorrectly; expected at least 12 spaces, found 0
(#209) Variable "R" must be all lower-case
(#209) Variable "P" must be all lower-case
(#209) Expected 1 space before "?"; 0 found
(#209) Expected 1 space after "?"; 0 found
(#209) Commas (,) must be followed by white space.
(#209) Variable "P" must be all lower-case
(#209) Commas (,) must be followed by white space.
(#209) Variable "P" must be all lower-case
(#209) Expected 1 space before ":"; 0 found
(#209) Expected 1 space after ":"; 0 found
(#209) Closing brace must be on a line by itself
(#209) Line exceeds 132 characters; contains 135 characters
(#209) Line exceeds 132 characters; contains 135 characters
(#209) Line exceeds 132 characters; contains 135 characters
(#209) method name "Min_SQL::insertUpdate" must be in lower-case letters only
(#209) Visibility must be declared on method "insertUpdate"
(#210) Line indented incorrectly; expected at least 8 spaces, found 0
(#210) Variable "R" must be all lower-case
(#210) Commas (,) must be followed by white space.
(#210) Variable "L" must be all lower-case
(#210) Commas (,) must be followed by white space.
(#210) Expected 1 space after closing parenthesis; found 0
(#210) Opening brace must be the last content on the line
(#211) Line indented incorrectly; expected at least 12 spaces, found 0
(#211) Closing brace must be on a line by itself
(#211) Visibility must be declared on method "begin"
(#212) Line indented incorrectly; expected at least 12 spaces, found 0
(#212) Expected 1 space after closing parenthesis; found 0
(#212) Opening brace must be the last content on the line
(#213) Line indented incorrectly; expected at least 16 spaces, found 0
(#213) Closing brace must be on a line by itself
(#213) Visibility must be declared on method "commit"
(#214) Line indented incorrectly; expected at least 12 spaces, found 0
(#214) Expected 1 space after closing parenthesis; found 0
(#214) Opening brace must be the last content on the line
(#215) Line indented incorrectly; expected at least 16 spaces, found 0
(#215) Closing brace must be on a line by itself
(#215) Visibility must be declared on method "rollback"
(#216) Line indented incorrectly; expected at least 16 spaces, found 0
(#216) Expected 1 space after closing parenthesis; found 0
(#216) Opening brace must be the last content on the line
(#217) Line indented incorrectly; expected at least 20 spaces, found 0
(#217) Closing brace must be on a line by itself
(#217) method name "Min_SQL::convertSearch" must be in lower-case letters only
(#217) Visibility must be declared on method "convertSearch"
(#218) Line indented incorrectly; expected at least 16 spaces, found 0
(#218) Commas (,) must be followed by white space.
(#218) Variable "X" 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) Closing brace must be on a line by itself
(#218) Visibility must be declared on method "value"
(#219) Line indented incorrectly; expected at least 16 spaces, found 0
(#219) Variable "X" must be all lower-case
(#219) Commas (,) must be followed by white space.
(#219) Expected 1 space after closing parenthesis; found 0
(#219) Opening brace must be the last content on the line
(#219) Variable "X" must be all lower-case
(#219) Closing brace must be on a line by itself
(#219) method name "Min_SQL::quoteBinary" must be in lower-case letters only
(#219) Visibility must be declared on method "quoteBinary"
(#220) Line indented incorrectly; expected at least 16 spaces, found 0
(#220) Variable "Rg" must be all lower-case
(#220) Expected 1 space after closing parenthesis; found 0
(#220) Opening brace must be the last content on the line
(#221) Line indented incorrectly; expected at least 20 spaces, found 0
(#221) Variable "Rg" must be all lower-case
(#221) Closing brace must be on a line by itself
(#221) Visibility must be declared on method "warnings"
(#222) Line indented incorrectly; expected at least 16 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) method name "Min_SQL::tableHelp" must be in lower-case letters only
(#222) Visibility must be declared on method "tableHelp"
(#223) Line indented incorrectly; expected at least 16 spaces, found 0
(#223) Variable "D" must be all lower-case
(#223) Closing brace must be on a line by itself
(#223) Closing brace must be on a line by itself
(#223) Expected 1 space before "="; 0 found
(#223) Expected 1 space after "="; 0 found
(#223) Expected 1 space before "="; 0 found
(#223) Expected 1 space after "="; 0 found
(#223) Expected "if (...) {\n"; found "if(...){"
(#223) Expected 1 space before "="; 0 found
(#223) Expected 1 space after "="; 0 found
(#223) Expected 1 space before "?"; 0 found
(#223) Expected 1 space after "?"; 0 found
(#223) Expected 1 space before ":"; 0 found
(#223) Expected 1 space after ":"; 0 found
(#223) Commas (,) must be followed by white space.
(#223) Commas (,) must be followed by white space.
(#223) Expected 1 space before "?"; 0 found
(#223) Expected 1 space after "?"; 0 found
(#223) Expected 1 space before ":"; 0 found
(#223) Expected 1 space after ":"; 0 found
(#223) Expected "if (...) {\n"; found "if(...){"
(#223) Expected 1 space before "?"; 0 found
(#223) Expected 1 space after "?"; 0 found
(#223) Expected 1 space before ":"; 0 found
(#223) Expected 1 space after ":"; 0 found
(#223) Expected "if (...) {\n"; found "if(...){"
(#223) Line exceeds maximum limit of 180 characters; contains 348 characters
(#223) Line exceeds maximum limit of 180 characters; contains 348 characters
(#223) Line exceeds maximum limit of 180 characters; contains 348 characters
(#224) Line indented incorrectly; expected at least 16 spaces, found 0
(#224) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#224) Scope modifier not specified for member variable "$extension"
(#224) Expected 1 space before "="; 0 found
(#224) Expected 1 space after "="; 0 found
(#224) Commas (,) must be followed by white space.
(#224) Member variable "server_info" must not contain underscores.
(#224) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#224) Scope modifier not specified for member variable "$server_info"
(#224) Commas (,) must be followed by white space.
(#224) Member variable "affected_rows" must not contain underscores.
(#224) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#224) Scope modifier not specified for member variable "$affected_rows"
(#224) Commas (,) must be followed by white space.
(#224) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#224) Scope modifier not specified for member variable "$errno"
(#224) Commas (,) must be followed by white space.
(#224) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#224) Scope modifier not specified for member variable "$error"
(#224) Commas (,) must be followed by white space.
(#224) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#224) Scope modifier not specified for member variable "$_link"
(#224) Visibility must be declared on method "__construct"
(#225) Line indented incorrectly; expected at least 20 spaces, found 0
(#225) Variable "Uc" must be all lower-case
(#225) Expected 1 space after closing parenthesis; found 0
(#225) Opening brace must be the last content on the line
(#225) Expected 1 space before "="; 0 found
(#225) Expected 1 space after "="; 0 found
(#226) Line indented incorrectly; expected at least 24 spaces, found 0
(#226) Variable "Uc" must be all lower-case
(#226) Variable "Qi" must be all lower-case
(#226) Expected 1 space before "="; 0 found
(#226) Expected 1 space after "="; 0 found
(#226) Expected 1 space before "="; 0 found
(#226) Expected 1 space after "="; 0 found
(#226) Variable "Qi" must be all lower-case
(#226) Closing brace must be on a line by itself
(#226) Visibility must be declared on method "query"
(#227) Line indented incorrectly; expected at least 16 spaces, found 0
(#227) Variable "H" 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) Variable "I" must be all lower-case
(#227) Expected 1 space before "="; 0 found
(#227) Expected 1 space after "="; 0 found
(#227) Variable "H" must be all lower-case
(#227) Expected 1 space before "="; 0 found
(#227) Expected 1 space after "="; 0 found
(#227) Expected "if (...) {\n"; found "if(...){"
(#227) Variable "I" must be all lower-case
(#227) Expected 1 space before "="; 0 found
(#227) Expected 1 space after "="; 0 found
(#227) Expected 1 space before "="; 0 found
(#227) Expected 1 space after "="; 0 found
(#227) Line exceeds 132 characters; contains 153 characters
(#227) Line exceeds 132 characters; contains 153 characters
(#227) Line exceeds 132 characters; contains 153 characters
(#228) Line indented incorrectly; expected at least 24 spaces, found 0
(#228) Closing brace must be on a line by itself
(#228) Inline control structures are not allowed
(#228) Usage of ELSEIF not allowed; use ELSE IF instead
(#228) Variable "I" must be all lower-case
(#229) Line indented incorrectly; expected at least 16 spaces, found 0
(#230) Line indented incorrectly; expected at least 16 spaces, found 0
(#230) Variable "I" must be all lower-case
(#230) Expected 1 space before "="; 0 found
(#230) Expected 1 space after "="; 0 found
(#231) Line indented incorrectly; expected at least 16 spaces, found 0
(#231) Closing brace must be on a line by itself
(#231) Visibility must be declared on method "quote"
(#232) Line indented incorrectly; expected at least 24 spaces, found 0
(#232) Variable "Q" must be all lower-case
(#232) Expected 1 space after closing parenthesis; found 0
(#232) Opening brace must be the last content on the line
(#232) Variable "Q" must be all lower-case
(#232) Expected 1 space before "?"; 0 found
(#232) Expected 1 space after "?"; 0 found
(#232) Variable "Q" must be all lower-case
(#232) Expected 1 space before ":"; 0 found
(#232) Expected 1 space after ":"; 0 found
(#232) Commas (,) must be followed by white space.
(#232) Variable "Q" must be all lower-case
(#232) Closing brace must be on a line by itself
(#232) Visibility must be declared on method "store_result"
(#233) Line indented incorrectly; expected at least 24 spaces, found 0
(#233) Expected 1 space after closing parenthesis; found 0
(#233) Opening brace must be the last content on the line
(#233) Closing brace must be on a line by itself
(#233) Visibility must be declared on method "result"
(#234) Line indented incorrectly; expected at least 24 spaces, found 0
(#234) Variable "H" must be all lower-case
(#234) Commas (,) must be followed by white space.
(#234) Expected 1 space after closing parenthesis; found 0
(#234) Opening brace must be the last content on the line
(#234) Variable "I" must be all lower-case
(#234) Expected 1 space before "="; 0 found
(#234) Expected 1 space after "="; 0 found
(#234) Variable "H" must be all lower-case
(#234) Inline control structures are not allowed
(#234) Variable "I" must be all lower-case
(#235) Line indented incorrectly; expected at least 28 spaces, found 0
(#235) Variable "K" must be all lower-case
(#235) Expected 1 space before "="; 0 found
(#235) Expected 1 space after "="; 0 found
(#235) Variable "I" must be all lower-case
(#235) Variable "K" must be all lower-case
(#235) Closing brace must be on a line by itself
(#235) Closing brace must be on a line by itself
(#236) Line indented incorrectly; expected at least 16 spaces, found 0
(#236) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#236) Scope modifier not specified for member variable "$_result"
(#236) Commas (,) must be followed by white space.
(#236) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#236) Scope modifier not specified for member variable "$_offset"
(#236) Expected 1 space before "="; 0 found
(#236) Expected 1 space after "="; 0 found
(#236) Commas (,) must be followed by white space.
(#236) Member variable "num_rows" must not contain underscores.
(#236) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#236) Scope modifier not specified for member variable "$num_rows"
(#236) Visibility must be declared on method "__construct"
(#237) Line indented incorrectly; expected at least 20 spaces, found 0
(#237) Variable "I" must be all lower-case
(#237) Expected 1 space after closing parenthesis; found 0
(#237) Opening brace must be the last content on the line
(#237) Expected 1 space before "="; 0 found
(#237) Expected 1 space after "="; 0 found
(#237) Variable "I" must be all lower-case
(#237) Closing brace must be on a line by itself
(#237) Visibility must be declared on method "fetch_assoc"
(#238) Line indented incorrectly; expected at least 20 spaces, found 0
(#238) Expected 1 space after closing parenthesis; found 0
(#238) Opening brace must be the last content on the line
(#238) Closing brace must be on a line by itself
(#238) Visibility must be declared on method "fetch_row"
(#239) Line indented incorrectly; expected at least 20 spaces, found 0
(#239) Expected 1 space after closing parenthesis; found 0
(#239) Opening brace must be the last content on the line
(#239) Closing brace must be on a line by itself
(#239) Visibility must be declared on method "fetch_field"
(#240) Line indented incorrectly; expected at least 20 spaces, found 0
(#240) Expected 1 space after closing parenthesis; found 0
(#240) Opening brace must be the last content on the line
(#240) Expected 1 space before "="; 0 found
(#240) Expected 1 space after "="; 0 found
(#240) Variable "U" must be all lower-case
(#240) Expected 1 space before "="; 0 found
(#240) Expected 1 space after "="; 0 found
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Commas (,) must be followed by white space.
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Variable "U" must be all lower-case
(#240) Commas (,) must be followed by white space.
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Variable "U" must be all lower-case
(#240) Expected 1 space before "=="; 0 found
(#240) Expected 1 space after "=="; 0 found
(#240) Expected 1 space before "?"; 0 found
(#240) Expected 1 space after "?"; 0 found
(#240) Expected 1 space before ":"; 0 found
(#240) Expected 1 space after ":"; 0 found
(#240) Commas (,) must be followed by white space.
(#240) Closing brace must be on a line by itself
(#240) Method name "Min_Result::__desctruct" is discouraged; PHP has reserved all method names with a double underscore prefix for future use
(#240) Line exceeds maximum limit of 180 characters; contains 186 characters
(#240) method name "Min_Result::__desctruct" is invalid; only PHP magic methods should be prefixed with a double underscore
(#240) Visibility must be declared on method "__desctruct"
(#240) Line exceeds maximum limit of 180 characters; contains 186 characters
(#240) Line exceeds maximum limit of 180 characters; contains 186 characters
(#241) Line indented incorrectly; expected at least 20 spaces, found 0
(#241) Expected 1 space after closing parenthesis; found 0
(#241) Opening brace must be the last content on the line
(#241) Closing brace must be on a line by itself
(#241) Closing brace must be on a line by itself
(#241) Closing brace must be on a line by itself
(#241) Expected "} else {\n"; found "}else{"
(#241) Duplicate class name "Min_SQLite" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 223
(#242) Line indented incorrectly; expected at least 20 spaces, found 0
(#242) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#242) Scope modifier not specified for member variable "$extension"
(#242) Expected 1 space before "="; 0 found
(#242) Expected 1 space after "="; 0 found
(#242) Commas (,) must be followed by white space.
(#242) Member variable "server_info" must not contain underscores.
(#242) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#242) Scope modifier not specified for member variable "$server_info"
(#242) Commas (,) must be followed by white space.
(#242) Member variable "affected_rows" must not contain underscores.
(#242) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#242) Scope modifier not specified for member variable "$affected_rows"
(#242) Commas (,) must be followed by white space.
(#242) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#242) Scope modifier not specified for member variable "$error"
(#242) Commas (,) must be followed by white space.
(#242) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#242) Scope modifier not specified for member variable "$_link"
(#242) Visibility must be declared on method "__construct"
(#243) Line indented incorrectly; expected at least 24 spaces, found 0
(#243) Variable "Uc" must be all lower-case
(#243) Expected 1 space after closing parenthesis; found 0
(#243) Opening brace must be the last content on the line
(#243) Expected 1 space before "="; 0 found
(#243) Expected 1 space after "="; 0 found
(#243) Extension 'sqlite' is removed since PHP 5.4
(#243) Expected 1 space before "="; 0 found
(#243) Expected 1 space after "="; 0 found
(#244) Line indented incorrectly; expected at least 28 spaces, found 0
(#244) Variable "Uc" must be all lower-case
(#244) Closing brace must be on a line by itself
(#244) Visibility must be declared on method "query"
(#245) Line indented incorrectly; expected at least 20 spaces, found 0
(#245) Variable "H" must be all lower-case
(#245) Commas (,) must be followed by white space.
(#245) Expected 1 space after closing parenthesis; found 0
(#245) Opening brace must be the last content on the line
(#245) Variable "Me" must be all lower-case
(#245) Expected 1 space before "="; 0 found
(#245) Expected 1 space after "="; 0 found
(#245) Expected 1 space before "?"; 0 found
(#245) Expected 1 space after "?"; 0 found
(#245) Expected 1 space before ":"; 0 found
(#245) Expected 1 space after ":"; 0 found
(#245) Variable "I" must be all lower-case
(#245) Expected 1 space before "="; 0 found
(#245) Expected 1 space after "="; 0 found
(#245) Variable "Me" must be all lower-case
(#245) Variable "H" must be all lower-case
(#245) Commas (,) must be followed by white space.
(#245) Commas (,) must be followed by white space.
(#245) Expected 1 space before "="; 0 found
(#245) Expected 1 space after "="; 0 found
(#245) Expected "if (...) {\n"; found "if(...){"
(#245) Variable "I" must be all lower-case
(#245) Expected 1 space before "="; 0 found
(#245) Expected 1 space after "="; 0 found
(#245) Line exceeds 132 characters; contains 143 characters
(#245) Line exceeds 132 characters; contains 143 characters
(#245) Line exceeds 132 characters; contains 143 characters
(#246) Line indented incorrectly; expected at least 28 spaces, found 0
(#246) Closing brace must be on a line by itself
(#246) Usage of ELSEIF not allowed; use ELSE IF instead
(#246) Variable "I" must be all lower-case
(#246) Expected 1 space before "==="; 0 found
(#246) Expected 1 space after "==="; 0 found
(#246) Expected 1 space before "="; 0 found
(#246) Expected 1 space after "="; 0 found
(#247) Line indented incorrectly; expected at least 24 spaces, found 0
(#247) Closing brace must be on a line by itself
(#248) Line indented incorrectly; expected at least 28 spaces, found 0
(#249) Line indented incorrectly; expected at least 28 spaces, found 0
(#249) Variable "I" must be all lower-case
(#249) Closing brace must be on a line by itself
(#249) Visibility must be declared on method "quote"
(#250) Line indented incorrectly; expected at least 28 spaces, found 0
(#250) Variable "Q" must be all lower-case
(#250) Expected 1 space after closing parenthesis; found 0
(#250) Opening brace must be the last content on the line
(#250) Extension 'sqlite' is removed since PHP 5.4
(#250) Variable "Q" must be all lower-case
(#250) Closing brace must be on a line by itself
(#250) Visibility must be declared on method "store_result"
(#251) Line indented incorrectly; expected at least 28 spaces, found 0
(#251) Expected 1 space after closing parenthesis; found 0
(#251) Opening brace must be the last content on the line
(#251) Closing brace must be on a line by itself
(#251) Visibility must be declared on method "result"
(#252) Line indented incorrectly; expected at least 28 spaces, found 0
(#252) Variable "H" must be all lower-case
(#252) Commas (,) must be followed by white space.
(#252) Expected 1 space after closing parenthesis; found 0
(#252) Opening brace must be the last content on the line
(#252) Variable "I" must be all lower-case
(#252) Expected 1 space before "="; 0 found
(#252) Expected 1 space after "="; 0 found
(#252) Variable "H" must be all lower-case
(#252) Inline control structures are not allowed
(#252) Variable "I" must be all lower-case
(#253) Line indented incorrectly; expected at least 32 spaces, found 0
(#253) Variable "K" must be all lower-case
(#253) Expected 1 space before "="; 0 found
(#253) Expected 1 space after "="; 0 found
(#253) Variable "I" must be all lower-case
(#253) Variable "K" must be all lower-case
(#253) Closing brace must be on a line by itself
(#253) Closing brace must be on a line by itself
(#253) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 235
(#254) Line indented incorrectly; expected at least 20 spaces, found 0
(#254) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#254) Scope modifier not specified for member variable "$_result"
(#254) Commas (,) must be followed by white space.
(#254) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#254) Scope modifier not specified for member variable "$_offset"
(#254) Expected 1 space before "="; 0 found
(#254) Expected 1 space after "="; 0 found
(#254) Commas (,) must be followed by white space.
(#254) Member variable "num_rows" must not contain underscores.
(#254) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#254) Scope modifier not specified for member variable "$num_rows"
(#254) Visibility must be declared on method "__construct"
(#255) Line indented incorrectly; expected at least 24 spaces, found 0
(#255) Variable "I" must be all lower-case
(#255) Expected 1 space after closing parenthesis; found 0
(#255) Opening brace must be the last content on the line
(#255) Expected 1 space before "="; 0 found
(#255) Expected 1 space after "="; 0 found
(#255) Variable "I" must be all lower-case
(#255) Inline control structures are not allowed
(#255) Variable "I" must be all lower-case
(#255) Commas (,) must be followed by white space.
(#255) Expected 1 space before "="; 0 found
(#255) Expected 1 space after "="; 0 found
(#255) Variable "I" must be all lower-case
(#255) Closing brace must be on a line by itself
(#255) Visibility must be declared on method "fetch_assoc"
(#256) Line indented incorrectly; expected at least 24 spaces, found 0
(#256) Expected 1 space after closing parenthesis; found 0
(#256) Opening brace must be the last content on the line
(#256) Variable "K" must be all lower-case
(#256) Expected 1 space before "="; 0 found
(#256) Expected 1 space after "="; 0 found
(#256) Inline control structures are not allowed
(#256) Variable "K" must be all lower-case
(#257) Line indented incorrectly; expected at least 28 spaces, found 0
(#257) Variable "J" must be all lower-case
(#257) Expected 1 space before "="; 0 found
(#257) Expected 1 space after "="; 0 found
(#257) Inline control structures are not allowed
(#257) Expected 1 space before "=>"; 0 found
(#257) Expected 1 space after "=>"; 0 found
(#257) Expected 1 space after "as"; 0 found
(#257) Variable "K" must be all lower-case
(#258) Line indented incorrectly; expected at least 28 spaces, found 0
(#258) Expected 1 space before "=>"; 0 found
(#258) Expected 1 space after "=>"; 0 found
(#258) Variable "X" must be all lower-case
(#258) Variable "J" must be all lower-case
(#258) Expected 1 space before "=="; 0 found
(#258) Expected 1 space after "=="; 0 found
(#258) Expected 1 space before "?"; 0 found
(#258) Expected 1 space after "?"; 0 found
(#258) Expected 1 space before ":"; 0 found
(#258) Expected 1 space after ":"; 0 found
(#258) Expected 1 space before "="; 0 found
(#258) Expected 1 space after "="; 0 found
(#258) Variable "X" must be all lower-case
(#258) Variable "J" must be all lower-case
(#258) Closing brace must be on a line by itself
(#258) Visibility must be declared on method "fetch_row"
(#259) Line indented incorrectly; expected at least 24 spaces, found 0
(#259) Expected 1 space after closing parenthesis; found 0
(#259) Opening brace must be the last content on the line
(#259) Closing brace must be on a line by itself
(#259) Visibility must be declared on method "fetch_field"
(#260) Line indented incorrectly; expected at least 24 spaces, found 0
(#260) Expected 1 space after closing parenthesis; found 0
(#260) Opening brace must be the last content on the line
(#260) Variable "D" must be all lower-case
(#260) Expected 1 space before "="; 0 found
(#260) Expected 1 space after "="; 0 found
(#260) Variable "Tf" must be all lower-case
(#260) Expected 1 space before "="; 0 found
(#260) Expected 1 space after "="; 0 found
(#260) Expected "if (...) {\n"; found "if(...){"
(#260) Variable "Tf" must be all lower-case
(#260) Commas (,) must be followed by white space.
(#260) Variable "D" must be all lower-case
(#260) Commas (,) must be followed by white space.
(#260) Variable "C" must be all lower-case
(#260) Variable "R" must be all lower-case
(#260) Expected 1 space before "="; 0 found
(#260) Expected 1 space after "="; 0 found
(#260) Variable "C" must be all lower-case
(#260) Expected 1 space before "!="; 0 found
(#260) Expected 1 space after "!="; 0 found
(#260) Expected 1 space before "?"; 0 found
(#260) Expected 1 space after "?"; 0 found
(#260) Variable "C" must be all lower-case
(#260) Expected 1 space before ":"; 0 found
(#260) Expected 1 space after ":"; 0 found
(#260) Variable "C" must be all lower-case
(#260) Variable "D" must be all lower-case
(#260) Expected 1 space before "="; 0 found
(#260) Expected 1 space after "="; 0 found
(#260) Variable "C" must be all lower-case
(#260) Expected 1 space before "!="; 0 found
(#260) Expected 1 space after "!="; 0 found
(#260) Expected 1 space before "?"; 0 found
(#260) Expected 1 space after "?"; 0 found
(#260) Variable "C" must be all lower-case
(#260) Expected 1 space before ":"; 0 found
(#260) Expected 1 space after ":"; 0 found
(#260) Variable "C" must be all lower-case
(#260) Closing brace must be on a line by itself
(#260) Expected 1 space before "=>"; 0 found
(#260) Expected 1 space after "=>"; 0 found
(#260) Variable "D" must be all lower-case
(#260) Commas (,) must be followed by white space.
(#260) Expected 1 space before "=>"; 0 found
(#260) Expected 1 space after "=>"; 0 found
(#260) Variable "D" must be all lower-case
(#260) Commas (,) must be followed by white space.
(#260) Expected 1 space before "=>"; 0 found
(#260) Expected 1 space after "=>"; 0 found
(#260) Variable "R" must be all lower-case
(#260) Commas (,) must be followed by white space.
(#260) Closing brace must be on a line by itself
(#260) Closing brace must be on a line by itself
(#260) Closing brace must be on a line by itself
(#260) Closing brace must be on a line by itself
(#260) Usage of ELSEIF not allowed; use ELSE IF instead
(#260) Duplicate class name "Min_SQLite" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 223
(#260) Line exceeds maximum limit of 180 characters; contains 331 characters
(#260) Line exceeds maximum limit of 180 characters; contains 331 characters
(#260) Line exceeds maximum limit of 180 characters; contains 331 characters
(#261) Line indented incorrectly; expected at least 20 spaces, found 0
(#262) Line indented incorrectly; expected at least 20 spaces, found 0
(#263) Line indented incorrectly; expected at least 20 spaces, found 0
(#263) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#263) Scope modifier not specified for member variable "$extension"
(#263) Expected 1 space before "="; 0 found
(#263) Expected 1 space after "="; 0 found
(#263) Visibility must be declared on method "__construct"
(#264) Line indented incorrectly; expected at least 24 spaces, found 0
(#264) Variable "Uc" must be all lower-case
(#264) Expected 1 space after closing parenthesis; found 0
(#264) Opening brace must be the last content on the line
(#264) Variable "Uc" must be all lower-case
(#264) Commas (,) must be followed by white space.
(#264) Commas (,) must be followed by white space.
(#264) Closing brace must be on a line by itself
(#264) Closing brace must be on a line by itself
(#264) Closing brace must be on a line by itself
(#264) Expected "if (...) {\n"; found "if(...){"
(#265) Line indented incorrectly; expected at least 28 spaces, found 0
(#266) Line indented incorrectly; expected at least 28 spaces, found 0
(#267) Line indented incorrectly; expected at least 28 spaces, found 0
(#267) Visibility must be declared on method "__construct"
(#268) Line indented incorrectly; expected at least 32 spaces, found 0
(#268) Expected 1 space after closing parenthesis; found 0
(#268) Opening brace must be the last content on the line
(#268) Closing brace must be on a line by itself
(#268) Visibility must be declared on method "select_db"
(#269) Line indented incorrectly; expected at least 32 spaces, found 0
(#269) Variable "Uc" must be all lower-case
(#269) Expected 1 space after closing parenthesis; found 0
(#269) Opening brace must be the last content on the line
(#269) Expected "if (...) {\n"; found "if(...){"
(#269) Variable "Uc" must be all lower-case
(#269) Commas (,) must be followed by white space.
(#269) Variable "Uc" must be all lower-case
(#269) Expected 1 space before "?"; 0 found
(#269) Expected 1 space after "?"; 0 found
(#269) Variable "Uc" must be all lower-case
(#269) Expected 1 space before ":"; 0 found
(#269) Expected 1 space after ":"; 0 found
(#269) Variable "Uc" must be all lower-case
(#269) Variable "Uc" must be all lower-case
(#269) Line exceeds maximum limit of 180 characters; contains 235 characters
(#269) Line exceeds maximum limit of 180 characters; contains 235 characters
(#269) Line exceeds maximum limit of 180 characters; contains 235 characters
(#270) Line indented incorrectly; expected at least 40 spaces, found 0
(#270) Closing brace must be on a line by itself
(#271) Line indented incorrectly; expected at least 32 spaces, found 0
(#271) Closing brace must be on a line by itself
(#271) Visibility must be declared on method "multi_query"
(#272) Line indented incorrectly; expected at least 32 spaces, found 0
(#272) Variable "H" must be all lower-case
(#272) Expected 1 space after closing parenthesis; found 0
(#272) Opening brace must be the last content on the line
(#272) Expected 1 space before "="; 0 found
(#272) Expected 1 space after "="; 0 found
(#272) Variable "H" must be all lower-case
(#272) Closing brace must be on a line by itself
(#272) Visibility must be declared on method "next_result"
(#273) Line indented incorrectly; expected at least 32 spaces, found 0
(#273) Expected 1 space after closing parenthesis; found 0
(#273) Opening brace must be the last content on the line
(#274) Line indented incorrectly; expected at least 36 spaces, found 0
(#274) Closing brace must be on a line by itself
(#274) Closing brace must be on a line by itself
(#274) Closing brace must be on a line by itself
(#275) Line indented incorrectly; expected at least 24 spaces, found 0
(#276) Line indented incorrectly; expected at least 24 spaces, found 0
(#277) Line indented incorrectly; expected at least 24 spaces, found 0
(#277) method name "Min_Driver::insertUpdate" must be in lower-case letters only
(#277) Visibility must be declared on method "insertUpdate"
(#278) Line indented incorrectly; expected at least 28 spaces, found 0
(#278) Variable "R" must be all lower-case
(#278) Commas (,) must be followed by white space.
(#278) Variable "L" must be all lower-case
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space after closing parenthesis; found 0
(#278) Opening brace must be the last content on the line
(#278) Variable "Ni" must be all lower-case
(#278) Expected 1 space before "="; 0 found
(#278) Expected 1 space after "="; 0 found
(#278) Inline control structures are not allowed
(#278) Expected 1 space after "as"; 0 found
(#278) Variable "L" must be all lower-case
(#279) Line indented incorrectly; expected at least 32 spaces, found 0
(#279) Variable "P" must be all lower-case
(#279) Variable "Ni" must be all lower-case
(#279) Expected 1 space before "="; 0 found
(#279) Expected 1 space after "="; 0 found
(#279) Commas (,) must be followed by white space.
(#279) Variable "P" must be all lower-case
(#280) Line indented incorrectly; expected at least 32 spaces, found 0
(#280) Variable "R" must be all lower-case
(#280) Commas (,) must be followed by white space.
(#280) Variable "L" must be all lower-case
(#280) Commas (,) must be followed by white space.
(#280) Variable "Ni" must be all lower-case
(#280) Closing brace must be on a line by itself
(#280) method name "Min_Driver::tableHelp" must be in lower-case letters only
(#280) Visibility must be declared on method "tableHelp"
(#281) Line indented incorrectly; expected at least 24 spaces, found 0
(#281) Variable "D" must be all lower-case
(#281) Expected 1 space after closing parenthesis; found 0
(#281) Opening brace must be the last content on the line
(#281) Inline control structures are not allowed
(#281) Variable "D" must be all lower-case
(#281) Expected 1 space before "=="; 0 found
(#281) Expected 1 space after "=="; 0 found
(#281) Inline control structures are not allowed
(#281) Variable "D" must be all lower-case
(#281) Expected 1 space before "=="; 0 found
(#281) Expected 1 space after "=="; 0 found
(#281) Variable "D" must be all lower-case
(#281) Closing brace must be on a line by itself
(#281) Closing brace must be on a line by itself
(#282) Line indented incorrectly; expected at least 36 spaces, found 0
(#282) Expected 1 space after closing parenthesis; found 0
(#282) Opening brace must be the last content on the line
(#282) Commas (,) must be followed by white space.
(#282) Commas (,) must be followed by white space.
(#282) Closing brace must be on a line by itself
(#283) Line indented incorrectly; expected at least 36 spaces, found 0
(#283) Expected 1 space after closing parenthesis; found 0
(#283) Opening brace must be the last content on the line
(#284) Line indented incorrectly; expected at least 40 spaces, found 0
(#284) Closing brace must be on a line by itself
(#285) Line indented incorrectly; expected at least 36 spaces, found 0
(#285) Expected 1 space after closing parenthesis; found 0
(#285) Opening brace must be the last content on the line
(#286) Line indented incorrectly; expected at least 40 spaces, found 0
(#287) Line indented incorrectly; expected at least 40 spaces, found 0
(#287) Closing brace must be on a line by itself
(#288) Line indented incorrectly; expected at least 40 spaces, found 0
(#288) Expected 1 space after closing parenthesis; found 0
(#288) Opening brace must be the last content on the line
(#289) Line indented incorrectly; expected at least 44 spaces, found 0
(#289) Closing brace must be on a line by itself
(#290) Line indented incorrectly; expected at least 40 spaces, found 0
(#290) Variable "H" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Variable "Z" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Variable "_" must not contain underscores.
(#290) Commas (,) must be followed by white space.
(#290) Variable "E" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Variable "N" must be all lower-case
(#290) Expected 1 space after closing parenthesis; found 0
(#290) Opening brace must be the last content on the line
(#290) Variable "H" must be all lower-case
(#290) Variable "_" must not contain underscores.
(#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 "N" must be all lower-case
(#290) Variable "_" must not contain underscores.
(#290) Variable "E" must be all lower-case
(#290) Expected 1 space before "?"; 0 found
(#290) Expected 1 space after "?"; 0 found
(#290) Variable "E" 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
(#291) Line indented incorrectly; expected at least 40 spaces, found 0
(#291) Variable "R" must be all lower-case
(#291) Commas (,) must be followed by white space.
(#291) Variable "H" must be all lower-case
(#291) Commas (,) must be followed by white space.
(#291) Variable "Z" must be all lower-case
(#291) Commas (,) must be followed by white space.
(#291) Variable "N" 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) Commas (,) must be followed by white space.
(#291) Variable "H" must be all lower-case
(#291) Expected 1 space before "?"; 0 found
(#291) Expected 1 space after "?"; 0 found
(#291) Variable "H" must be all lower-case
(#291) Commas (,) must be followed by white space.
(#291) Variable "Z" must be all lower-case
(#291) Commas (,) must be followed by white space.
(#291) Commas (,) must be followed by white space.
(#291) Commas (,) must be followed by white space.
(#291) Variable "N" must be all lower-case
(#291) Expected 1 space before ":"; 0 found
(#291) Expected 1 space after ":"; 0 found
(#291) Variable "H" must be all lower-case
(#291) Variable "R" must be all lower-case
(#291) Variable "Z" must be all lower-case
(#291) Variable "N" must be all lower-case
(#291) Closing brace must be on a line by itself
(#291) Line exceeds maximum limit of 180 characters; contains 241 characters
(#291) Line exceeds maximum limit of 180 characters; contains 241 characters
(#291) Line exceeds maximum limit of 180 characters; contains 241 characters
(#292) Line indented incorrectly; expected at least 40 spaces, found 0
(#292) Commas (,) must be followed by white space.
(#292) Expected 1 space after closing parenthesis; found 0
(#292) Opening brace must be the last content on the line
(#292) Closing brace must be on a line by itself
(#293) Line indented incorrectly; expected at least 40 spaces, found 0
(#293) Expected 1 space after closing parenthesis; found 0
(#293) Opening brace must be the last content on the line
(#294) Line indented incorrectly; expected at least 44 spaces, found 0
(#294) Closing brace must be on a line by itself
(#295) Line indented incorrectly; expected at least 40 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 44 spaces, found 0
(#296) Closing brace must be on a line by itself
(#297) Line indented incorrectly; expected at least 44 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 48 spaces, found 0
(#298) Commas (,) must be followed by white space.
(#298) Closing brace must be on a line by itself
(#298) Line exceeds 132 characters; contains 138 characters
(#298) Line exceeds 132 characters; contains 138 characters
(#298) Line exceeds 132 characters; contains 138 characters
(#299) Line indented incorrectly; expected at least 44 spaces, found 0
(#299) Expected 1 space after closing parenthesis; found 0
(#299) Opening brace must be the last content on the line
(#300) Line indented incorrectly; expected at least 48 spaces, found 0
(#300) Closing brace must be on a line by itself
(#301) Line indented incorrectly; expected at least 48 spaces, found 0
(#301) Variable "D" must be all lower-case
(#301) Expected 1 space after closing parenthesis; found 0
(#301) Opening brace must be the last content on the line
(#301) Variable "J" must be all lower-case
(#301) Expected 1 space before "="; 0 found
(#301) Expected 1 space after "="; 0 found
(#301) Expected "foreach (...) {\n"; found "foreach(...){"
(#301) Expected 1 space before "as"; 0 found
(#301) Expected 1 space after "as"; 0 found
(#301) Variable "D" must be all lower-case
(#301) Expected 1 space before "!="; 0 found
(#301) Expected 1 space after "!="; 0 found
(#301) Expected 1 space before "?"; 0 found
(#301) Expected 1 space after "?"; 0 found
(#301) Variable "D" must be all lower-case
(#301) Expected 1 space before ":"; 0 found
(#301) Expected 1 space after ":"; 0 found
(#301) Variable "K" must be all lower-case
(#301) Variable "K" must be all lower-case
(#301) Expected 1 space before "="; 0 found
(#301) Expected 1 space after "="; 0 found
(#301) Variable "K" must be all lower-case
(#301) Variable "J" must be all lower-case
(#301) Variable "K" must be all lower-case
(#301) Expected 1 space before "="; 0 found
(#301) Expected 1 space after "="; 0 found
(#301) Variable "K" must be all lower-case
(#301) Closing brace must be on a line by itself
(#301) Inline control structures are not allowed
(#301) Expected 1 space before "as"; 0 found
(#301) Expected 1 space after "as"; 0 found
(#301) Commas (,) must be followed by white space.
(#301) Commas (,) must be followed by white space.
(#301) Variable "K" must be all lower-case
(#301) Variable "J" must be all lower-case
(#301) Variable "K" must be all lower-case
(#301) Expected 1 space before "="; 0 found
(#301) Expected 1 space after "="; 0 found
(#301) Variable "K" must be all lower-case
(#301) Variable "D" must be all lower-case
(#301) Expected 1 space before "!="; 0 found
(#301) Expected 1 space after "!="; 0 found
(#301) Expected 1 space before "?"; 0 found
(#301) Expected 1 space after "?"; 0 found
(#301) Variable "J" must be all lower-case
(#301) Variable "D" must be all lower-case
(#301) Expected 1 space before ":"; 0 found
(#301) Expected 1 space after ":"; 0 found
(#301) Variable "J" must be all lower-case
(#301) Closing brace must be on a line by itself
(#301) Line exceeds maximum limit of 180 characters; contains 464 characters
(#301) Line exceeds maximum limit of 180 characters; contains 464 characters
(#301) Line exceeds maximum limit of 180 characters; contains 464 characters
(#302) Line indented incorrectly; expected at least 48 spaces, found 0
(#302) Variable "S" must be all lower-case
(#302) Expected 1 space after closing parenthesis; found 0
(#302) Opening brace must be the last content on the line
(#302) Variable "S" must be all lower-case
(#302) Expected 1 space before "=="; 0 found
(#302) Expected 1 space after "=="; 0 found
(#302) Closing brace must be on a line by itself
(#303) Line indented incorrectly; expected at least 48 spaces, found 0
(#303) Variable "S" must be all lower-case
(#303) Expected 1 space after closing parenthesis; found 0
(#303) Opening brace must be the last content on the line
(#303) Closing brace must be on a line by itself
(#304) Line indented incorrectly; expected at least 48 spaces, found 0
(#304) Variable "R" must be all lower-case
(#304) Expected 1 space after closing parenthesis; found 0
(#304) Opening brace must be the last content on the line
(#304) Variable "J" must be all lower-case
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#304) Expected "foreach (...) {\n"; found "foreach(...){"
(#304) Expected 1 space before "as"; 0 found
(#304) Expected 1 space after "as"; 0 found
(#304) Variable "R" must be all lower-case
(#304) Variable "K" must be all lower-case
(#304) Variable "D" must be all lower-case
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#304) Variable "K" must be all lower-case
(#304) Variable "U" must be all lower-case
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#304) Variable "K" must be all lower-case
(#304) Variable "Sb" must be all lower-case
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#304) Variable "K" must be all lower-case
(#304) Variable "J" must be all lower-case
(#304) Variable "D" must be all lower-case
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Variable "D" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Commas (,) must be followed by white space.
(#304) Variable "U" must be all lower-case
(#304) Expected 1 space before "?"; 0 found
(#304) Expected 1 space after "?"; 0 found
(#304) Expected 1 space before ":"; 0 found
(#304) Expected 1 space after ":"; 0 found
(#304) Commas (,) must be followed by white space.
(#304) Variable "U" must be all lower-case
(#304) Expected 1 space before "?"; 0 found
(#304) Expected 1 space after "?"; 0 found
(#304) Expected 1 space before ":"; 0 found
(#304) Expected 1 space after ":"; 0 found
(#304) Commas (,) must be followed by white space.
(#304) Variable "U" must be all lower-case
(#304) Expected 1 space before "?"; 0 found
(#304) Expected 1 space after "?"; 0 found
(#304) Expected 1 space before ":"; 0 found
(#304) Expected 1 space after ":"; 0 found
(#304) Commas (,) must be followed by white space.
(#304) Variable "U" must be all lower-case
(#304) Expected 1 space before "?"; 0 found
(#304) Expected 1 space after "?"; 0 found
(#304) Expected 1 space before ":"; 0 found
(#304) Expected 1 space after ":"; 0 found
(#304) Commas (,) must be followed by white space.
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Variable "U" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Commas (,) must be followed by white space.
(#304) Variable "Sb" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Variable "C" must be all lower-case
(#304) Expected 1 space before "?"; 0 found
(#304) Expected 1 space after "?"; 0 found
(#304) Commas (,) must be followed by white space.
(#304) Commas (,) must be followed by white space.
(#304) Variable "C" must be all lower-case
(#304) Expected 1 space before ":"; 0 found
(#304) Expected 1 space after ":"; 0 found
(#304) Variable "Sb" must be all lower-case
(#304) Expected 1 space before "=="; 0 found
(#304) Expected 1 space after "=="; 0 found
(#304) Expected 1 space before "?"; 0 found
(#304) Expected 1 space after "?"; 0 found
(#304) Expected 1 space before ":"; 0 found
(#304) Expected 1 space after ":"; 0 found
(#304) Variable "Sb" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Variable "K" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Commas (,) must be followed by white space.
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Commas (,) must be followed by white space.
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Commas (,) must be followed by white space.
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Variable "K" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Expected "if (...) {\n"; found "if(...){"
(#304) Variable "K" must be all lower-case
(#304) Inline control structures are not allowed
(#304) Expected 1 space before "!="; 0 found
(#304) Expected 1 space after "!="; 0 found
(#304) Variable "J" must be all lower-case
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#304) Inline control structures are not allowed
(#304) Usage of ELSEIF not allowed; use ELSE IF instead
(#304) Commas (,) must be followed by white space.
(#304) Variable "U" must be all lower-case
(#304) Variable "J" must be all lower-case
(#304) Variable "D" must be all lower-case
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#304) Variable "D" must be all lower-case
(#304) Closing brace must be on a line by itself
(#304) Closing brace must be on a line by itself
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#304) Variable "R" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Commas (,) must be followed by white space.
(#304) Commas (,) must be followed by white space.
(#304) Expected "foreach (...) {\n"; found "foreach(...){"
(#304) Expected 1 space after "as"; 0 found
(#304) Line exceeds maximum limit of 180 characters; contains 905 characters
(#304) Line exceeds maximum limit of 180 characters; contains 905 characters
(#304) Line exceeds maximum limit of 180 characters; contains 905 characters
(#305) Line indented incorrectly; expected at least 52 spaces, found 0
(#305) Variable "C" must be all lower-case
(#305) Variable "D" must be all lower-case
(#305) Expected 1 space before "="; 0 found
(#305) Expected 1 space after "="; 0 found
(#305) Commas (,) must be followed by white space.
(#305) Commas (,) must be followed by white space.
(#305) Commas (,) must be followed by white space.
(#305) Commas (,) must be followed by white space.
(#305) Variable "C" must be all lower-case
(#305) Inline control structures are not allowed
(#305) Variable "J" must be all lower-case
(#305) Variable "D" must be all lower-case
(#305) Variable "J" must be all lower-case
(#305) Variable "D" must be all lower-case
(#305) Expected 1 space before "="; 0 found
(#305) Expected 1 space after "="; 0 found
(#305) Variable "C" must be all lower-case
(#305) Commas (,) must be followed by white space.
(#305) Closing brace must be on a line by itself
(#305) Variable "J" must be all lower-case
(#305) Closing brace must be on a line by itself
(#306) Line indented incorrectly; expected at least 48 spaces, found 0
(#306) Variable "R" must be all lower-case
(#306) Commas (,) must be followed by white space.
(#306) Expected 1 space after closing parenthesis; found 0
(#306) Opening brace must be the last content on the line
(#306) Inline control structures are not allowed
(#306) Expected 1 space before "="; 0 found
(#306) Expected 1 space after "="; 0 found
(#306) Variable "J" must be all lower-case
(#306) Expected 1 space before "="; 0 found
(#306) Expected 1 space after "="; 0 found
(#306) Expected 1 space before "="; 0 found
(#306) Expected 1 space after "="; 0 found
(#306) Variable "R" must be all lower-case
(#306) Expected "if (...) {\n"; found "if(...){"
(#306) The use of backticks in strings is not recommended
(#306) Commas (,) must be followed by white space.
(#306) Commas (,) must be followed by white space.
(#306) Variable "C" must be all lower-case
(#306) Variable "J" must be all lower-case
(#306) Expected 1 space before "="; 0 found
(#306) Expected 1 space after "="; 0 found
(#306) Expected 1 space before "=>"; 0 found
(#306) Expected 1 space after "=>"; 0 found
(#306) Commas (,) must be followed by white space.
(#306) Expected 1 space before "=>"; 0 found
(#306) Expected 1 space after "=>"; 0 found
(#306) Commas (,) must be followed by white space.
(#306) Expected 1 space before "=>"; 0 found
(#306) Expected 1 space after "=>"; 0 found
(#306) Commas (,) must be followed by white space.
(#306) Expected 1 space before "=>"; 0 found
(#306) Expected 1 space after "=>"; 0 found
(#306) The use of backticks in strings is not recommended
(#306) Commas (,) must be followed by white space.
(#306) Variable "C" must be all lower-case
(#306) Commas (,) must be followed by white space.
(#306) Commas (,) must be followed by white space.
(#306) Expected "foreach (...) {\n"; found "foreach(...){"
(#306) Expected 1 space after "as"; 0 found
(#306) Line exceeds maximum limit of 180 characters; contains 432 characters
(#306) Line exceeds maximum limit of 180 characters; contains 432 characters
(#306) Line exceeds maximum limit of 180 characters; contains 432 characters
(#307) Line indented incorrectly; expected at least 56 spaces, found 0
(#307) Variable "C" must be all lower-case
(#307) Variable "J" must be all lower-case
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#307) Variable "C" must be all lower-case
(#307) Variable "C" must be all lower-case
(#307) Variable "J" must be all lower-case
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#307) Commas (,) must be followed by white space.
(#307) Variable "C" must be all lower-case
(#307) Expected 1 space before "?"; 0 found
(#307) Expected 1 space after "?"; 0 found
(#307) Expected 1 space before ":"; 0 found
(#307) Expected 1 space after ":"; 0 found
(#307) Closing brace must be on a line by itself
(#307) Closing brace must be on a line by itself
(#307) Expected "if (...) {\n"; found "if(...){"
(#307) Variable "J" must be all lower-case
(#307) Expected "foreach (...) {\n"; found "foreach(...){"
(#307) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space after "=>"; 0 found
(#307) Expected 1 space before "as"; 0 found
(#307) Expected 1 space after "as"; 0 found
(#307) Variable "R" must be all lower-case
(#307) Variable "D" must be all lower-case
(#307) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space after "=>"; 0 found
(#307) Inline control structures are not allowed
(#307) Variable "J" must be all lower-case
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#307) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space after "=>"; 0 found
(#307) Commas (,) must be followed by white space.
(#307) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space after "=>"; 0 found
(#307) Variable "D" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space after "=>"; 0 found
(#307) Commas (,) must be followed by white space.
(#307) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space after "=>"; 0 found
(#307) Closing brace must be on a line by itself
(#307) Closing brace must be on a line by itself
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#307) Variable "R" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Expected "foreach (...) {\n"; found "foreach(...){"
(#307) Expected 1 space before "as"; 0 found
(#307) Expected 1 space after "as"; 0 found
(#307) Variable "R" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Variable "K" must be all lower-case
(#307) Variable "D" must be all lower-case
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#307) Variable "K" must be all lower-case
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#307) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space after "=>"; 0 found
(#307) Variable "K" must be all lower-case
(#307) Expected 1 space before "?"; 0 found
(#307) Expected 1 space after "?"; 0 found
(#307) Expected 1 space before ":"; 0 found
(#307) Expected 1 space after ":"; 0 found
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#307) Expected "foreach (...) {\n"; found "foreach(...){"
(#307) Expected 1 space before "as"; 0 found
(#307) Expected 1 space after "as"; 0 found
(#307) Variable "D" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Variable "Qg" must be all lower-case
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#307) Variable "Qg" must be all lower-case
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#307) Closing brace must be on a line by itself
(#307) Expected "if (...) {\n"; found "if(...){"
(#307) Variable "D" must be all lower-case
(#307) Variable "R" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Commas (,) must be followed by white space.
(#307) Variable "D" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Variable "Ag" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Variable "Ag" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Expected "foreach (...) {\n"; found "foreach(...){"
(#307) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space after "=>"; 0 found
(#307) Expected 1 space before "as"; 0 found
(#307) Expected 1 space after "as"; 0 found
(#307) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space after "=>"; 0 found
(#307) Variable "X" must be all lower-case
(#307) Inline control structures are not allowed
(#307) Variable "X" must be all lower-case
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#307) Closing brace must be on a line by itself
(#307) Closing brace must be on a line by itself
(#307) Inline control structures are not allowed
(#307) Variable "J" must be all lower-case
(#307) Expected 1 space before "!="; 0 found
(#307) Expected 1 space after "!="; 0 found
(#307) Expected 1 space before "!="; 0 found
(#307) Expected 1 space after "!="; 0 found
(#307) Variable "J" must be all lower-case
(#307) Expected 1 space before "!="; 0 found
(#307) Expected 1 space after "!="; 0 found
(#307) Variable "J" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Variable "D" must be all lower-case
(#307) Variable "J" must be all lower-case
(#307) Variable "D" must be all lower-case
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#307) Closing brace must be on a line by itself
(#307) Variable "J" must be all lower-case
(#307) Closing brace must be on a line by itself
(#307) Line exceeds maximum limit of 180 characters; contains 1026 characters
(#307) Line exceeds maximum limit of 180 characters; contains 1026 characters
(#307) Line exceeds maximum limit of 180 characters; contains 1026 characters
(#308) Line indented incorrectly; expected at least 52 spaces, found 0
(#308) Variable "R" must be all lower-case
(#308) Expected 1 space after closing parenthesis; found 0
(#308) Opening brace must be the last content on the line
(#308) Variable "J" must be all lower-case
(#308) Expected 1 space before "="; 0 found
(#308) Expected 1 space after "="; 0 found
(#308) Expected "foreach (...) {\n"; found "foreach(...){"
(#308) Expected 1 space before "as"; 0 found
(#308) Expected 1 space after "as"; 0 found
(#308) Variable "R" must be all lower-case
(#308) Variable "K" must be all lower-case
(#308) Variable "J" must be all lower-case
(#308) Variable "K" must be all lower-case
(#308) Inline control structures are not allowed
(#308) Expected 1 space before "="; 0 found
(#308) Expected 1 space after "="; 0 found
(#308) Variable "K" must be all lower-case
(#308) Expected 1 space before "="; 0 found
(#308) Expected 1 space after "="; 0 found
(#308) Variable "K" must be all lower-case
(#308) Expected 1 space before "="; 0 found
(#308) Expected 1 space after "="; 0 found
(#308) Variable "K" must be all lower-case
(#308) Closing brace must be on a line by itself
(#308) Variable "J" must be all lower-case
(#308) Closing brace must be on a line by itself
(#308) Line exceeds maximum limit of 180 characters; contains 191 characters
(#308) Line exceeds maximum limit of 180 characters; contains 191 characters
(#308) Line exceeds maximum limit of 180 characters; contains 191 characters
(#309) Line indented incorrectly; expected at least 52 spaces, found 0
(#309) Variable "D" must be all lower-case
(#309) Expected 1 space after closing parenthesis; found 0
(#309) Opening brace must be the last content on the line
(#310) Line indented incorrectly; expected at least 56 spaces, found 0
(#310) Expected 1 space before "=>"; 0 found
(#310) Expected 1 space after "=>"; 0 found
(#310) The use of backticks in strings is not recommended
(#310) Commas (,) must be followed by white space.
(#310) Commas (,) must be followed by white space.
(#310) Variable "D" must be all lower-case
(#310) Closing brace must be on a line by itself
(#310) Line exceeds 132 characters; contains 150 characters
(#310) Line exceeds 132 characters; contains 150 characters
(#310) Line exceeds 132 characters; contains 150 characters
(#311) Line indented incorrectly; expected at least 52 spaces, found 0
(#311) Expected 1 space after closing parenthesis; found 0
(#311) Opening brace must be the last content on the line
(#311) Expected 1 space before "?"; 0 found
(#311) Expected 1 space after "?"; 0 found
(#311) Commas (,) must be followed by white space.
(#311) Expected 1 space before ":"; 0 found
(#311) Expected 1 space after ":"; 0 found
(#311) Closing brace must be on a line by itself
(#312) Line indented incorrectly; expected at least 52 spaces, found 0
(#312) Expected 1 space after closing parenthesis; found 0
(#312) Opening brace must be the last content on the line
(#313) Line indented incorrectly; expected at least 56 spaces, found 0
(#313) Closing brace must be on a line by itself
(#314) Line indented incorrectly; expected at least 52 spaces, found 0
(#314) Expected 1 space after closing parenthesis; found 0
(#314) Opening brace must be the last content on the line
(#315) Line indented incorrectly; expected at least 56 spaces, found 0
(#315) Closing brace must be on a line by itself
(#316) Line indented incorrectly; expected at least 56 spaces, found 0
(#316) Variable "D" must be all lower-case
(#316) Expected 1 space after closing parenthesis; found 0
(#316) Opening brace must be the last content on the line
(#316) Variable "Kc" must be all lower-case
(#316) Expected 1 space before "="; 0 found
(#316) Expected 1 space after "="; 0 found
(#316) Expected "if (...) {\n"; found "if(...){"
(#316) Variable "Kc" must be all lower-case
(#316) Commas (,) must be followed by white space.
(#316) Variable "D" must be all lower-case
(#316) Expected 1 space before "="; 0 found
(#316) Expected 1 space after "="; 0 found
(#316) Commas (,) must be followed by white space.
(#316) Commas (,) must be followed by white space.
(#316) Commas (,) must be followed by white space.
(#316) Variable "Kc" must be all lower-case
(#316) Line exceeds 132 characters; contains 145 characters
(#316) Line exceeds 132 characters; contains 145 characters
(#316) Line exceeds 132 characters; contains 145 characters
(#317) Line indented incorrectly; expected at least 64 spaces, found 0
(#317) Closing brace must be on a line by itself
(#318) Line indented incorrectly; expected at least 56 spaces, found 0
(#318) Closing brace must be on a line by itself
(#319) Line indented incorrectly; expected at least 56 spaces, found 0
(#319) Commas (,) must be followed by white space.
(#319) Expected 1 space after closing parenthesis; found 0
(#319) Opening brace must be the last content on the line
(#319) Expected "if (...) {\n"; found "if(...){"
(#319) Expected 1 space before "="; 0 found
(#319) Expected 1 space after "="; 0 found
(#320) Line indented incorrectly; expected at least 64 spaces, found 0
(#320) Closing brace must be on a line by itself
(#320) Inline control structures are not allowed
(#321) Line indented incorrectly; expected at least 56 spaces, found 0
(#321) Expected "try {\n...} catch (...) {\n"; found "try{...}catch(...){"
(#321) Variable "A" must be all lower-case
(#321) Expected 1 space before "="; 0 found
(#321) Expected 1 space after "="; 0 found
(#322) Line indented incorrectly; expected at least 60 spaces, found 0
(#322) Closing brace must be on a line by itself
(#322) Variable "Ac" must be all lower-case
(#322) Expected 1 space before "="; 0 found
(#322) Expected 1 space after "="; 0 found
(#322) Variable "Ac" must be all lower-case
(#323) Line indented incorrectly; expected at least 60 spaces, found 0
(#323) Closing brace must be on a line by itself
(#323) Variable "A" must be all lower-case
(#323) Variable "A" must be all lower-case
(#323) Variable "A" must be all lower-case
(#324) Line indented incorrectly; expected at least 60 spaces, found 0
(#324) Closing brace must be on a line by itself
(#325) Line indented incorrectly; expected at least 56 spaces, found 0
(#325) Expected 1 space after closing parenthesis; found 0
(#325) Opening brace must be the last content on the line
(#325) Expected "foreach (...) {\n"; found "foreach(...){"
(#325) Expected 1 space after "as"; 0 found
(#326) Line indented incorrectly; expected at least 60 spaces, found 0
(#326) Expected "if (...) {\n"; found "if(...){"
(#326) Expected 1 space before "="; 0 found
(#326) Expected 1 space after "="; 0 found
(#327) Line indented incorrectly; expected at least 68 spaces, found 0
(#327) Closing brace must be on a line by itself
(#327) Closing brace must be on a line by itself
(#328) Line indented incorrectly; expected at least 56 spaces, found 0
(#328) Closing brace must be on a line by itself
(#329) Line indented incorrectly; expected at least 60 spaces, found 0
(#329) Variable "D" must be all lower-case
(#329) Commas (,) must be followed by white space.
(#329) Expected 1 space after closing parenthesis; found 0
(#329) Opening brace must be the last content on the line
(#329) Inline control structures are not allowed
(#329) Variable "D" must be all lower-case
(#330) Line indented incorrectly; expected at least 64 spaces, found 0
(#330) Expected 1 space before "="; 0 found
(#330) Expected 1 space after "="; 0 found
(#330) Commas (,) must be followed by white space.
(#330) Variable "D" must be all lower-case
(#330) Closing brace must be on a line by itself
(#331) Line indented incorrectly; expected at least 56 spaces, found 0
(#331) Expected 1 space after closing parenthesis; found 0
(#331) Opening brace must be the last content on the line
(#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) Expected 1 space before ":"; 0 found
(#331) Expected 1 space after ":"; 0 found
(#331) Closing brace must be on a line by itself
(#332) Line indented incorrectly; expected at least 56 spaces, found 0
(#332) Variable "R" must be all lower-case
(#332) Commas (,) must be followed by white space.
(#332) Variable "D" must be all lower-case
(#332) Commas (,) must be followed by white space.
(#332) Commas (,) must be followed by white space.
(#332) Commas (,) must be followed by white space.
(#332) Commas (,) must be followed by white space.
(#332) Commas (,) must be followed by white space.
(#332) Commas (,) must be followed by white space.
(#332) Variable "Ma" must be all lower-case
(#332) Commas (,) must be followed by white space.
(#332) Variable "Nf" must be all lower-case
(#332) Expected 1 space after closing parenthesis; found 0
(#332) Opening brace must be the last content on the line
(#332) Variable "Hi" must be all lower-case
(#332) Expected 1 space before "="; 0 found
(#332) Expected 1 space after "="; 0 found
(#332) Variable "R" must be all lower-case
(#332) Expected 1 space before "=="; 0 found
(#332) Expected 1 space after "=="; 0 found
(#332) Expected "foreach (...) {\n"; found "foreach(...){"
(#332) Expected 1 space after "as"; 0 found
(#333) Line indented incorrectly; expected at least 60 spaces, found 0
(#333) Expected "if (...) {\n"; found "if(...){"
(#333) Expected 1 space before "!="; 0 found
(#333) Expected 1 space after "!="; 0 found
(#333) Variable "Hi" must be all lower-case
(#333) Expected 1 space before "="; 0 found
(#333) Expected 1 space after "="; 0 found
(#333) Closing brace must be on a line by itself
(#333) Closing brace must be on a line by itself
(#333) Expected 1 space before "="; 0 found
(#333) Expected 1 space after "="; 0 found
(#333) Variable "Bf" must be all lower-case
(#333) Expected 1 space before "="; 0 found
(#333) Expected 1 space after "="; 0 found
(#333) Expected "foreach (...) {\n"; found "foreach(...){"
(#333) Expected 1 space after "as"; 0 found
(#334) Line indented incorrectly; expected at least 60 spaces, found 0
(#334) Expected "if (...) {\n"; found "if(...){"
(#334) Expected 1 space before "="; 0 found
(#334) Expected 1 space after "="; 0 found
(#334) Variable "Hi" must be all lower-case
(#334) Expected 1 space before "?"; 0 found
(#334) Expected 1 space after "?"; 0 found
(#334) Expected 1 space before ":"; 0 found
(#334) Expected 1 space after ":"; 0 found
(#334) Inline control structures are not allowed
(#334) Expected 1 space before "!="; 0 found
(#334) Expected 1 space after "!="; 0 found
(#334) Variable "Bf" must be all lower-case
(#334) Expected 1 space before "="; 0 found
(#334) Expected 1 space after "="; 0 found
(#334) Closing brace must be on a line by itself
(#334) Closing brace must be on a line by itself
(#334) Expected "if (...) {\n"; found "if(...){"
(#334) Variable "Hi" must be all lower-case
(#334) Expected "foreach (...) {\n"; found "foreach(...){"
(#334) Expected 1 space after "as"; 0 found
(#335) Line indented incorrectly; expected at least 64 spaces, found 0
(#335) Variable "X" must be all lower-case
(#335) Inline control structures are not allowed
(#335) Variable "R" must be all lower-case
(#335) Variable "X" must be all lower-case
(#336) Line indented incorrectly; expected at least 68 spaces, found 0
(#336) Closing brace must be on a line by itself
(#336) Inline control structures are not allowed
(#336) Variable "R" must be all lower-case
(#336) Expected 1 space before "!="; 0 found
(#336) Expected 1 space after "!="; 0 found
(#336) Variable "D" must be all lower-case
(#336) Variable "R" must be all lower-case
(#336) Variable "D" must be all lower-case
(#337) Line indented incorrectly; expected at least 60 spaces, found 0
(#337) Closing brace must be on a line by itself
(#337) Inline control structures are not allowed
(#337) Usage of ELSEIF not allowed; use ELSE IF instead
(#337) Variable "R" must be all lower-case
(#337) Commas (,) must be followed by white space.
(#337) Variable "D" must be all lower-case
(#337) Commas (,) must be followed by white space.
(#337) Commas (,) must be followed by white space.
(#337) Variable "Bf" must be all lower-case
(#337) Commas (,) must be followed by white space.
(#338) Line indented incorrectly; expected at least 60 spaces, found 0
(#338) Inline control structures are not allowed
(#338) Variable "Ma" must be all lower-case
(#338) Variable "Ma" must be all lower-case
(#338) Variable "D" must be all lower-case
(#339) Line indented incorrectly; expected at least 60 spaces, found 0
(#339) Closing brace must be on a line by itself
(#340) Line indented incorrectly; expected at least 56 spaces, found 0
(#340) Variable "R" must be all lower-case
(#340) Commas (,) must be followed by white space.
(#340) Variable "D" must be all lower-case
(#340) Commas (,) must be followed by white space.
(#340) Commas (,) must be followed by white space.
(#340) Variable "Bf" must be all lower-case
(#340) Commas (,) must be followed by white space.
(#340) Commas (,) must be followed by white space.
(#340) Expected 1 space after closing parenthesis; found 0
(#340) Opening brace must be the last content on the line
(#340) Expected "if (...) {\n"; found "if(...){"
(#340) Variable "R" must be all lower-case
(#340) Expected 1 space before "!="; 0 found
(#340) Expected 1 space after "!="; 0 found
(#340) Expected "if (...) {\n"; found "if(...){"
(#340) Expected "foreach (...) {\n"; found "foreach(...){"
(#340) Expected 1 space before "=>"; 0 found
(#340) Expected 1 space after "=>"; 0 found
(#340) Expected 1 space before "as"; 0 found
(#340) Expected 1 space after "as"; 0 found
(#340) Variable "R" must be all lower-case
(#340) Expected 1 space before "=>"; 0 found
(#340) Expected 1 space after "=>"; 0 found
(#340) Inline control structures are not allowed
(#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) Commas (,) must be followed by white space.
(#340) Variable "Bf" must be all lower-case
(#340) Expected 1 space before "="; 0 found
(#340) Expected 1 space after "="; 0 found
(#340) Closing brace must be on a line by itself
(#340) Closing brace must be on a line by itself
(#340) Expected 1 space before "="; 0 found
(#340) Expected 1 space after "="; 0 found
(#340) Expected "foreach (...) {\n"; found "foreach(...){"
(#340) Expected 1 space after "as"; 0 found
(#340) Line exceeds maximum limit of 180 characters; contains 191 characters
(#340) Line exceeds maximum limit of 180 characters; contains 191 characters
(#340) Line exceeds maximum limit of 180 characters; contains 191 characters
(#341) Line indented incorrectly; expected at least 64 spaces, found 0
(#341) Inline control structures are not allowed
(#341) Expected 1 space before "="; 0 found
(#341) Expected 1 space after "="; 0 found
(#341) Closing brace must be on a line by itself
(#341) Expected 1 space before "="; 0 found
(#341) Expected 1 space after "="; 0 found
(#341) Expected "foreach (...) {\n"; found "foreach(...){"
(#341) Expected 1 space before "=>"; 0 found
(#341) Expected 1 space after "=>"; 0 found
(#341) Expected 1 space after "as"; 0 found
(#342) Line indented incorrectly; expected at least 64 spaces, found 0
(#342) Expected 1 space before "=>"; 0 found
(#342) Expected 1 space after "=>"; 0 found
(#342) Variable "X" must be all lower-case
(#342) Expected "if (...) {\n"; found "if(...){"
(#342) Variable "X" must be all lower-case
(#342) Expected 1 space before "=="; 0 found
(#342) Expected 1 space after "=="; 0 found
(#342) Variable "X" must be all lower-case
(#342) Expected 1 space before "="; 0 found
(#342) Expected 1 space after "="; 0 found
(#342) Closing brace must be on a line by itself
(#342) Closing brace must be on a line by itself
(#342) Expected "foreach (...) {\n"; found "foreach(...){"
(#342) Expected 1 space before "=>"; 0 found
(#342) Expected 1 space after "=>"; 0 found
(#342) Expected 1 space before "as"; 0 found
(#342) Expected 1 space after "as"; 0 found
(#342) Variable "R" must be all lower-case
(#342) Expected 1 space before "=>"; 0 found
(#342) Expected 1 space after "=>"; 0 found
(#342) Expected 1 space before "="; 0 found
(#342) Expected 1 space after "="; 0 found
(#342) Expected "foreach (...) {\n"; found "foreach(...){"
(#342) Expected 1 space before "=>"; 0 found
(#342) Expected 1 space after "=>"; 0 found
(#342) Expected 1 space before "as"; 0 found
(#342) Expected 1 space after "as"; 0 found
(#342) Expected 1 space before "=>"; 0 found
(#342) Expected 1 space after "=>"; 0 found
(#342) Inline control structures are not allowed
(#342) Variable "Bf" must be all lower-case
(#342) Line exceeds 132 characters; contains 152 characters
(#342) Line exceeds 132 characters; contains 152 characters
(#342) Line exceeds 132 characters; contains 152 characters
(#343) Line indented incorrectly; expected at least 72 spaces, found 0
(#343) Expected 1 space before "="; 0 found
(#343) Expected 1 space after "="; 0 found
(#343) Variable "Bf" must be all lower-case
(#343) Expected 1 space before "?"; 0 found
(#343) Expected 1 space after "?"; 0 found
(#343) Expected 1 space before ":"; 0 found
(#343) Expected 1 space after ":"; 0 found
(#343) Closing brace must be on a line by itself
(#343) Expected "if (...) {\n"; found "if(...){"
(#343) Inline control structures are not allowed
(#343) Expected 1 space before "!="; 0 found
(#343) Expected 1 space after "!="; 0 found
(#343) Expected 1 space before "="; 0 found
(#343) Expected 1 space after "="; 0 found
(#343) Commas (,) must be followed by white space.
(#343) Commas (,) must be followed by white space.
(#343) Closing brace must be on a line by itself
(#343) Closing brace must be on a line by itself
(#343) Expected "foreach (...) {\n"; found "foreach(...){"
(#343) Expected 1 space before "=>"; 0 found
(#343) Expected 1 space after "=>"; 0 found
(#343) Expected 1 space after "as"; 0 found
(#344) Line indented incorrectly; expected at least 64 spaces, found 0
(#344) Expected 1 space before "=>"; 0 found
(#344) Expected 1 space after "=>"; 0 found
(#344) Variable "X" must be all lower-case
(#344) Expected "if (...) {\n"; found "if(...){"
(#344) Variable "X" must be all lower-case
(#344) Expected 1 space before "=="; 0 found
(#344) Expected 1 space after "=="; 0 found
(#344) Expected 1 space before "="; 0 found
(#344) Expected 1 space after "="; 0 found
(#344) Commas (,) must be followed by white space.
(#344) Variable "X" must be all lower-case
(#344) Closing brace must be on a line by itself
(#344) Closing brace must be on a line by itself
(#344) Expected "foreach (...) {\n"; found "foreach(...){"
(#344) Expected 1 space before "=>"; 0 found
(#344) Expected 1 space after "=>"; 0 found
(#344) Expected 1 space before "as"; 0 found
(#344) Expected 1 space after "as"; 0 found
(#344) Variable "R" must be all lower-case
(#344) Expected 1 space before "=>"; 0 found
(#344) Expected 1 space after "=>"; 0 found
(#344) Expected "foreach (...) {\n"; found "foreach(...){"
(#344) Expected 1 space before "=>"; 0 found
(#344) Expected 1 space after "=>"; 0 found
(#344) Expected 1 space before "as"; 0 found
(#344) Expected 1 space after "as"; 0 found
(#344) Expected 1 space before "=>"; 0 found
(#344) Expected 1 space after "=>"; 0 found
(#344) Inline control structures are not allowed
(#344) Variable "Bf" must be all lower-case
(#344) Line exceeds 132 characters; contains 180 characters
(#344) Line exceeds 132 characters; contains 180 characters
(#344) Line exceeds 132 characters; contains 180 characters
(#345) Line indented incorrectly; expected at least 72 spaces, found 0
(#345) Expected 1 space before "="; 0 found
(#345) Expected 1 space after "="; 0 found
(#345) Variable "Bf" must be all lower-case
(#345) Closing brace must be on a line by itself
(#345) Inline control structures are not allowed
(#345) Expected 1 space before "="; 0 found
(#345) Expected 1 space after "="; 0 found
(#345) Closing brace must be on a line by itself
(#345) Closing brace must be on a line by itself
(#345) Inline control structures are not allowed
(#345) Expected 1 space before "=>"; 0 found
(#345) Expected 1 space after "=>"; 0 found
(#345) Expected 1 space after "as"; 0 found
(#346) Line indented incorrectly; expected at least 56 spaces, found 0
(#346) Expected 1 space before "=>"; 0 found
(#346) Expected 1 space after "=>"; 0 found
(#346) Expected 1 space before "="; 0 found
(#346) Expected 1 space after "="; 0 found
(#346) Expected 1 space before "="; 0 found
(#346) Expected 1 space after "="; 0 found
(#346) Commas (,) must be followed by white space.
(#346) Inline control structures are not allowed
(#346) Variable "R" must be all lower-case
(#346) Expected 1 space before "!="; 0 found
(#346) Expected 1 space after "!="; 0 found
(#346) Expected 1 space before "?"; 0 found
(#346) Expected 1 space after "?"; 0 found
(#346) Variable "D" must be all lower-case
(#346) Expected 1 space before ":"; 0 found
(#346) Expected 1 space after ":"; 0 found
(#346) Variable "D" must be all lower-case
(#346) Commas (,) must be followed by white space.
(#346) Line exceeds 132 characters; contains 166 characters
(#346) Line exceeds 132 characters; contains 166 characters
(#346) Line exceeds 132 characters; contains 166 characters
(#347) Line indented incorrectly; expected at least 56 spaces, found 0
(#347) Expected "if (...) {\n"; found "if(...){"
(#347) Variable "R" must be all lower-case
(#347) Expected 1 space before "!="; 0 found
(#347) Expected 1 space after "!="; 0 found
(#347) Inline control structures are not allowed
(#347) Variable "Bf" must be all lower-case
(#347) Variable "D" must be all lower-case
(#347) Commas (,) must be followed by white space.
(#347) Variable "Bf" must be all lower-case
(#347) Commas (,) must be followed by white space.
(#347) Commas (,) must be followed by white space.
(#347) Variable "Bf" must be all lower-case
(#347) Variable "R" must be all lower-case
(#347) Line exceeds maximum limit of 180 characters; contains 184 characters
(#347) Line exceeds maximum limit of 180 characters; contains 184 characters
(#347) Line exceeds maximum limit of 180 characters; contains 184 characters
(#348) Line indented incorrectly; expected at least 60 spaces, found 0
(#348) Expected 1 space before "="; 0 found
(#348) Expected 1 space after "="; 0 found
(#348) Expected "foreach (...) {\n"; found "foreach(...){"
(#348) Expected 1 space before "=>"; 0 found
(#348) Expected 1 space after "=>"; 0 found
(#348) Expected 1 space before "as"; 0 found
(#348) Expected 1 space after "as"; 0 found
(#348) Variable "R" must be all lower-case
(#348) Expected 1 space before "=>"; 0 found
(#348) Expected 1 space after "=>"; 0 found
(#348) Variable "Yh" must be all lower-case
(#348) Expected 1 space before "="; 0 found
(#348) Expected 1 space after "="; 0 found
(#348) Expected 1 space before "="; 0 found
(#348) Expected 1 space after "="; 0 found
(#348) Commas (,) must be followed by white space.
(#348) Variable "Yh" must be all lower-case
(#348) Variable "D" must be all lower-case
(#348) Closing brace must be on a line by itself
(#348) Inline control structures are not allowed
(#348) Variable "R" must be all lower-case
(#348) Line exceeds maximum limit of 180 characters; contains 208 characters
(#348) Line exceeds maximum limit of 180 characters; contains 208 characters
(#348) Line exceeds maximum limit of 180 characters; contains 208 characters
(#349) Line indented incorrectly; expected at least 60 spaces, found 0
(#349) Variable "D" must be all lower-case
(#349) Variable "D" must be all lower-case
(#349) Inline control structures are not allowed
(#349) Variable "D" must be all lower-case
(#349) Commas (,) must be followed by white space.
(#350) Line indented incorrectly; expected at least 60 spaces, found 0
(#350) Expected "foreach (...) {\n"; found "foreach(...){"
(#350) Expected 1 space after "as"; 0 found
(#351) Line indented incorrectly; expected at least 60 spaces, found 0
(#351) Inline control structures are not allowed
(#352) Line indented incorrectly; expected at least 64 spaces, found 0
(#352) Closing brace must be on a line by itself
(#352) Closing brace must be on a line by itself
(#353) Line indented incorrectly; expected at least 56 spaces, found 0
(#353) Closing brace must be on a line by itself
(#354) Line indented incorrectly; expected at least 60 spaces, found 0
(#354) Variable "R" must be all lower-case
(#354) Commas (,) must be followed by white space.
(#354) Variable "U" must be all lower-case
(#354) Commas (,) must be followed by white space.
(#354) Variable "D" must be all lower-case
(#354) Commas (,) must be followed by white space.
(#354) Expected 1 space after closing parenthesis; found 0
(#354) Opening brace must be the last content on the line
(#354) Variable "U" must be all lower-case
(#354) Variable "U" 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 1 space before ":"; 0 found
(#354) Expected 1 space after ":"; 0 found
(#354) Variable "D" 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) Variable "D" must be all lower-case
(#354) Expected 1 space before ":"; 0 found
(#354) Expected 1 space after ":"; 0 found
(#354) Variable "R" must be all lower-case
(#354) Variable "R" must be all lower-case
(#354) Closing brace must be on a line by itself
(#354) Line exceeds 132 characters; contains 137 characters
(#354) Line exceeds 132 characters; contains 137 characters
(#354) Line exceeds 132 characters; contains 137 characters
(#355) Line indented incorrectly; expected at least 60 spaces, found 0
(#355) Variable "R" must be all lower-case
(#355) Commas (,) must be followed by white space.
(#355) Expected 1 space after closing parenthesis; found 0
(#355) Opening brace must be the last content on the line
(#355) Expected "foreach (...) {\n"; found "foreach(...){"
(#355) Expected 1 space after "as"; 0 found
(#356) Line indented incorrectly; expected at least 64 spaces, found 0
(#356) Inline control structures are not allowed
(#356) Expected 1 space before "=="; 0 found
(#356) Expected 1 space after "=="; 0 found
(#357) Line indented incorrectly; expected at least 68 spaces, found 0
(#357) Variable "R" must be all lower-case
(#357) Commas (,) must be followed by white space.
(#357) Variable "R" must be all lower-case
(#357) Commas (,) must be followed by white space.
(#357) Commas (,) must be followed by white space.
(#357) Commas (,) must be followed by white space.
(#357) Commas (,) must be followed by white space.
(#357) Closing brace must be on a line by itself
(#357) Expected "foreach (...) {\n"; found "foreach(...){"
(#357) Expected 1 space before "as"; 0 found
(#357) Expected 1 space after "as"; 0 found
(#357) Variable "X" must be all lower-case
(#357) Inline control structures are not allowed
(#357) Variable "X" must be all lower-case
(#357) Expected 1 space before "=="; 0 found
(#357) Expected 1 space after "=="; 0 found
(#357) Expected 1 space before "?"; 0 found
(#357) Expected 1 space after "?"; 0 found
(#357) Variable "X" must be all lower-case
(#357) Expected 1 space before ":"; 0 found
(#357) Expected 1 space after ":"; 0 found
(#357) Variable "R" must be all lower-case
(#357) Commas (,) must be followed by white space.
(#357) Variable "X" must be all lower-case
(#357) Commas (,) must be followed by white space.
(#357) Variable "X" must be all lower-case
(#357) Commas (,) must be followed by white space.
(#357) Commas (,) must be followed by white space.
(#357) Variable "X" must be all lower-case
(#357) Line exceeds maximum limit of 180 characters; contains 200 characters
(#357) Line exceeds maximum limit of 180 characters; contains 200 characters
(#357) Line exceeds maximum limit of 180 characters; contains 200 characters
(#358) Line indented incorrectly; expected at least 64 spaces, found 0
(#358) Closing brace must be on a line by itself
(#359) Line indented incorrectly; expected at least 68 spaces, found 0
(#359) Closing brace must be on a line by itself
(#360) Line indented incorrectly; expected at least 60 spaces, found 0
(#360) Variable "T" must be all lower-case
(#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 64 spaces, found 0
(#361) Commas (,) must be followed by white space.
(#361) Variable "T" must be all lower-case
(#361) Closing brace must be on a line by itself
(#362) Line indented incorrectly; expected at least 68 spaces, found 0
(#362) Variable "Si" must be all lower-case
(#362) Expected 1 space after closing parenthesis; found 0
(#362) Opening brace must be the last content on the line
(#363) Line indented incorrectly; expected at least 72 spaces, found 0
(#363) Commas (,) must be followed by white space.
(#363) Variable "Si" must be all lower-case
(#363) Closing brace must be on a line by itself
(#364) Line indented incorrectly; expected at least 64 spaces, found 0
(#364) Variable "T" must be all lower-case
(#364) Expected 1 space after closing parenthesis; found 0
(#364) Opening brace must be the last content on the line
(#365) Line indented incorrectly; expected at least 68 spaces, found 0
(#365) Commas (,) must be followed by white space.
(#365) Variable "T" must be all lower-case
(#365) Closing brace must be on a line by itself
(#366) Line indented incorrectly; expected at least 72 spaces, found 0
(#366) Variable "T" must be all lower-case
(#366) Commas (,) must be followed by white space.
(#366) Variable "Si" must be all lower-case
(#366) Commas (,) must be followed by white space.
(#366) Variable "Ph" must be all lower-case
(#366) Expected 1 space after closing parenthesis; found 0
(#366) Opening brace must be the last content on the line
(#367) Line indented incorrectly; expected at least 76 spaces, found 0
(#367) Closing brace must be on a line by itself
(#368) Line indented incorrectly; expected at least 68 spaces, found 0
(#368) Variable "D" must be all lower-case
(#368) Expected 1 space after closing parenthesis; found 0
(#368) Opening brace must be the last content on the line
(#368) Inline control structures are not allowed
(#368) Variable "D" must be all lower-case
(#368) Expected 1 space before "=="; 0 found
(#368) Expected 1 space after "=="; 0 found
(#369) Line indented incorrectly; expected at least 72 spaces, found 0
(#369) Expected 1 space before "=>"; 0 found
(#369) Expected 1 space after "=>"; 0 found
(#369) Expected 1 space before "="; 0 found
(#369) Expected 1 space after "="; 0 found
(#369) The use of backticks in strings is not recommended
(#369) Expected 1 space before "="; 0 found
(#369) Expected 1 space after "="; 0 found
(#369) Commas (,) must be followed by white space.
(#369) Commas (,) must be followed by white space.
(#369) Variable "D" must be all lower-case
(#369) Commas (,) must be followed by white space.
(#369) Variable "C" must be all lower-case
(#369) Expected 1 space before "="; 0 found
(#369) Expected 1 space after "="; 0 found
(#369) Variable "C" must be all lower-case
(#369) Line exceeds maximum limit of 180 characters; contains 356 characters
(#369) Line exceeds maximum limit of 180 characters; contains 356 characters
(#369) Line exceeds maximum limit of 180 characters; contains 356 characters
(#370) Line indented incorrectly; expected at least 72 spaces, found 0
(#370) Expected 1 space before "=>"; 0 found
(#370) Expected 1 space after "=>"; 0 found
(#370) Variable "C" must be all lower-case
(#370) Commas (,) must be followed by white space.
(#370) Expected 1 space before "=>"; 0 found
(#370) Expected 1 space after "=>"; 0 found
(#370) Variable "C" must be all lower-case
(#370) Expected 1 space before "?"; 0 found
(#370) Expected 1 space after "?"; 0 found
(#370) Expected 1 space before ":"; 0 found
(#370) Expected 1 space after ":"; 0 found
(#370) Commas (,) must be followed by white space.
(#370) Expected 1 space before "=>"; 0 found
(#370) Expected 1 space after "=>"; 0 found
(#370) Expected 1 space before "=="; 0 found
(#370) Expected 1 space after "=="; 0 found
(#370) The use of backticks in strings is not recommended
(#370) Expected 1 space before "=="; 0 found
(#370) Expected 1 space after "=="; 0 found
(#370) Expected 1 space before "?"; 0 found
(#370) Expected 1 space after "?"; 0 found
(#370) Expected 1 space before ":"; 0 found
(#370) Expected 1 space after ":"; 0 found
(#370) Commas (,) must be followed by white space.
(#370) Expected 1 space before "=>"; 0 found
(#370) Expected 1 space after "=>"; 0 found
(#370) Variable "D" must be all lower-case
(#370) Commas (,) must be followed by white space.
(#370) Expected 1 space before "=>"; 0 found
(#370) Expected 1 space after "=>"; 0 found
(#370) Variable "C" must be all lower-case
(#370) Commas (,) must be followed by white space.
(#370) Closing brace must be on a line by itself
(#370) Line exceeds 132 characters; contains 175 characters
(#370) Line exceeds 132 characters; contains 175 characters
(#370) Line exceeds 132 characters; contains 175 characters
(#371) Line indented incorrectly; expected at least 76 spaces, found 0
(#371) Variable "R" must be all lower-case
(#371) Expected 1 space after closing parenthesis; found 0
(#371) Opening brace must be the last content on the line
(#371) Variable "J" must be all lower-case
(#371) Expected 1 space before "="; 0 found
(#371) Expected 1 space after "="; 0 found
(#371) Expected 1 space before "="; 0 found
(#371) Expected 1 space after "="; 0 found
(#371) Expected "foreach (...) {\n"; found "foreach(...){"
(#371) Expected 1 space before "as"; 0 found
(#371) Expected 1 space after "as"; 0 found
(#371) Variable "R" must be all lower-case
(#371) Variable "K" must be all lower-case
(#371) The use of backticks in strings is not recommended
(#371) Commas (,) must be followed by white space.
(#371) Commas (,) must be followed by white space.
(#371) Variable "K" must be all lower-case
(#371) Commas (,) must be followed by white space.
(#371) Variable "C" must be all lower-case
(#371) Variable "J" must be all lower-case
(#371) Variable "K" must be all lower-case
(#371) Expected 1 space before "="; 0 found
(#371) Expected 1 space after "="; 0 found
(#371) Variable "C" must be all lower-case
(#371) Commas (,) must be followed by white space.
(#371) Variable "C" must be all lower-case
(#371) Closing brace must be on a line by itself
(#371) Variable "J" must be all lower-case
(#371) Closing brace must be on a line by itself
(#371) Line exceeds maximum limit of 180 characters; contains 334 characters
(#371) Line exceeds maximum limit of 180 characters; contains 334 characters
(#371) Line exceeds maximum limit of 180 characters; contains 334 characters
(#372) Line indented incorrectly; expected at least 76 spaces, found 0
(#372) Expected 1 space after closing parenthesis; found 0
(#372) Opening brace must be the last content on the line
(#373) Line indented incorrectly; expected at least 80 spaces, found 0
(#373) Expected 1 space before "=>"; 0 found
(#373) Expected 1 space after "=>"; 0 found
(#373) Commas (,) must be followed by white space.
(#373) Commas (,) must be followed by white space.
(#373) Commas (,) must be followed by white space.
(#373) Expected 1 space before "=>"; 0 found
(#373) Expected 1 space after "=>"; 0 found
(#373) Commas (,) must be followed by white space.
(#373) Commas (,) must be followed by white space.
(#373) Commas (,) must be followed by white space.
(#373) Commas (,) must be followed by white space.
(#373) Expected 1 space before "=>"; 0 found
(#373) Expected 1 space after "=>"; 0 found
(#373) Commas (,) must be followed by white space.
(#373) Closing brace must be on a line by itself
(#373) Line exceeds 132 characters; contains 149 characters
(#373) Line exceeds 132 characters; contains 149 characters
(#373) Line exceeds 132 characters; contains 149 characters
(#374) Line indented incorrectly; expected at least 76 spaces, found 0
(#374) Expected 1 space after closing parenthesis; found 0
(#374) Opening brace must be the last content on the line
(#375) Line indented incorrectly; expected at least 80 spaces, found 0
(#375) Closing brace must be on a line by itself
(#376) Line indented incorrectly; expected at least 80 spaces, found 0
(#376) Expected 1 space after closing parenthesis; found 0
(#376) Opening brace must be the last content on the line
(#376) Closing brace must be on a line by itself
(#377) Line indented incorrectly; expected at least 80 spaces, found 0
(#377) Commas (,) must be followed by white space.
(#377) Variable "H" must be all lower-case
(#377) Expected 1 space after closing parenthesis; found 0
(#377) Opening brace must be the last content on the line
(#377) Variable "H" must be all lower-case
(#377) Closing brace must be on a line by itself
(#378) Line indented incorrectly; expected at least 80 spaces, found 0
(#378) Variable "S" must be all lower-case
(#378) Commas (,) must be followed by white space.
(#378) Variable "Z" must be all lower-case
(#378) Closing brace must be on a line by itself
(#379) Line indented incorrectly; expected at least 80 spaces, found 0
(#379) Expected 1 space after closing parenthesis; found 0
(#379) Opening brace must be the last content on the line
(#380) Line indented incorrectly; expected at least 84 spaces, found 0
(#380) Closing brace must be on a line by itself
(#381) Line indented incorrectly; expected at least 80 spaces, found 0
(#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 84 spaces, found 0
(#382) Closing brace must be on a line by itself
(#383) Line indented incorrectly; expected at least 84 spaces, found 0
(#383) Expected 1 space after closing parenthesis; found 0
(#383) Opening brace must be the last content on the line
(#383) Closing brace must be on a line by itself
(#384) Line indented incorrectly; expected at least 84 spaces, found 0
(#384) Variable "Ug" must be all lower-case
(#384) Expected 1 space after closing parenthesis; found 0
(#384) Opening brace must be the last content on the line
(#385) Line indented incorrectly; expected at least 88 spaces, found 0
(#385) Closing brace must be on a line by itself
(#386) Line indented incorrectly; expected at least 84 spaces, found 0
(#386) Variable "R" must be all lower-case
(#386) Commas (,) must be followed by white space.
(#386) Variable "Ma" must be all lower-case
(#386) Commas (,) must be followed by white space.
(#386) Variable "Ah" 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) Variable "J" must be all lower-case
(#386) Expected 1 space before "="; 0 found
(#386) Expected 1 space after "="; 0 found
(#386) Variable "R" must be all lower-case
(#386) Expected "foreach (...) {\n"; found "foreach(...){"
(#386) Expected 1 space before "=>"; 0 found
(#386) Expected 1 space after "=>"; 0 found
(#386) Expected 1 space before "as"; 0 found
(#386) Expected 1 space after "as"; 0 found
(#386) Variable "R" must be all lower-case
(#386) Variable "D" must be all lower-case
(#386) Expected 1 space before "=>"; 0 found
(#386) Expected 1 space after "=>"; 0 found
(#386) Inline control structures are not allowed
(#386) Variable "D" must be all lower-case
(#386) Expected 1 space before "=="; 0 found
(#386) Expected 1 space after "=="; 0 found
(#386) Variable "J" must be all lower-case
(#386) Expected 1 space before ".="; 0 found
(#386) Expected 1 space after ".="; 0 found
(#386) Variable "R" must be all lower-case
(#386) Commas (,) must be followed by white space.
(#386) Commas (,) must be followed by white space.
(#386) Variable "D" must be all lower-case
(#386) Commas (,) must be followed by white space.
(#386) Commas (,) must be followed by white space.
(#386) Commas (,) must be followed by white space.
(#386) Closing brace must be on a line by itself
(#386) Variable "J" must be all lower-case
(#386) Closing brace must be on a line by itself
(#386) Line exceeds maximum limit of 180 characters; contains 296 characters
(#386) Line exceeds maximum limit of 180 characters; contains 296 characters
(#386) Line exceeds maximum limit of 180 characters; contains 296 characters
(#387) Line indented incorrectly; expected at least 84 spaces, found 0
(#387) Variable "R" must be all lower-case
(#387) Expected 1 space after closing parenthesis; found 0
(#387) Opening brace must be the last content on the line
(#387) Variable "R" must be all lower-case
(#387) Closing brace must be on a line by itself
(#388) Line indented incorrectly; expected at least 84 spaces, found 0
(#388) Closing brace must be on a line by itself
(#389) Line indented incorrectly; expected at least 84 spaces, found 0
(#389) Variable "R" 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
(#390) Line indented incorrectly; expected at least 88 spaces, found 0
(#390) Variable "R" must be all lower-case
(#390) Closing brace must be on a line by itself
(#391) Line indented incorrectly; expected at least 84 spaces, found 0
(#391) Expected 1 space after closing parenthesis; found 0
(#391) Opening brace must be the last content on the line
(#391) Variable "J" must be all lower-case
(#391) Expected 1 space before "="; 0 found
(#391) Expected 1 space after "="; 0 found
(#391) Inline control structures are not allowed
(#391) Expected 1 space before "as"; 0 found
(#391) Expected 1 space after "as"; 0 found
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Variable "J" must be all lower-case
(#391) Expected 1 space before "="; 0 found
(#391) Expected 1 space after "="; 0 found
(#391) Variable "J" must be all lower-case
(#391) Closing brace must be on a line by itself
(#391) Line exceeds maximum limit of 180 characters; contains 557 characters
(#391) Line exceeds maximum limit of 180 characters; contains 557 characters
(#391) Line exceeds maximum limit of 180 characters; contains 557 characters
(#392) Line indented incorrectly; expected at least 84 spaces, found 0
(#392) Expected 1 space after closing parenthesis; found 0
(#392) Opening brace must be the last content on the line
(#392) Variable "J" must be all lower-case
(#392) Expected 1 space before "="; 0 found
(#392) Expected 1 space after "="; 0 found
(#392) Expected "foreach (...) {\n"; found "foreach(...){"
(#392) Expected 1 space before "as"; 0 found
(#392) Expected 1 space after "as"; 0 found
(#392) Commas (,) must be followed by white space.
(#392) Variable "X" must be all lower-case
(#392) Expected 1 space before "="; 0 found
(#392) Expected 1 space after "="; 0 found
(#392) Commas (,) must be followed by white space.
(#392) Commas (,) must be followed by white space.
(#392) Variable "J" must be all lower-case
(#392) Expected 1 space before "="; 0 found
(#392) Expected 1 space after "="; 0 found
(#392) Variable "X" must be all lower-case
(#392) Closing brace must be on a line by itself
(#392) Variable "J" must be all lower-case
(#392) Closing brace must be on a line by itself
(#392) Line exceeds 132 characters; contains 134 characters
(#392) Line exceeds 132 characters; contains 134 characters
(#392) Line exceeds 132 characters; contains 134 characters
(#393) Line indented incorrectly; expected at least 84 spaces, found 0
(#393) Closing brace must be on a line by itself
(#394) Line indented incorrectly; expected at least 84 spaces, found 0
(#394) Commas (,) must be followed by white space.
(#394) Variable "J" 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) Variable "J" must be all lower-case
(#394) Closing brace must be on a line by itself
(#395) Line indented incorrectly; expected at least 84 spaces, found 0
(#395) Variable "Pc" must be all lower-case
(#395) Expected 1 space after closing parenthesis; found 0
(#395) Opening brace must be the last content on the line
(#396) Line indented incorrectly; expected at least 88 spaces, found 0
(#396) Commas (,) must be followed by white space.
(#396) Variable "Pc" must be all lower-case
(#396) Closing brace must be on a line by itself
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Expected 1 space before "=>"; 0 found
(#396) Expected 1 space after "=>"; 0 found
(#396) Commas (,) must be followed by white space.
(#396) Expected 1 space before "=>"; 0 found
(#396) Expected 1 space after "=>"; 0 found
(#396) Commas (,) must be followed by white space.
(#396) Expected 1 space before "=>"; 0 found
(#396) Expected 1 space after "=>"; 0 found
(#396) Commas (,) must be followed by white space.
(#396) Expected 1 space before "=>"; 0 found
(#396) Expected 1 space after "=>"; 0 found
(#396) Commas (,) must be followed by white space.
(#396) Expected 1 space before "=>"; 0 found
(#396) Expected 1 space after "=>"; 0 found
(#396) Variable "_h" must not contain underscores.
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Variable "Bi" must be all lower-case
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Commas (,) must be followed by white space.
(#396) Expected 1 space before "=>"; 0 found
(#396) Expected 1 space after "=>"; 0 found
(#396) Commas (,) must be followed by white space.
(#396) Expected 1 space before "=>"; 0 found
(#396) Expected 1 space after "=>"; 0 found
(#396) Commas (,) must be followed by white space.
(#396) Closing brace must be on a line by itself
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Expected "if (...) {\n"; found "if(...){"
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#396) Expected "if (...) {\n"; found "if(...){"
(#396) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#396) Line exceeds maximum limit of 180 characters; contains 698 characters
(#396) Line exceeds maximum limit of 180 characters; contains 698 characters
(#396) Line exceeds maximum limit of 180 characters; contains 698 characters
(#397) Line indented incorrectly; expected at least 24 spaces, found 0
(#397) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#397) Scope modifier not specified for member variable "$extension"
(#397) Expected 1 space before "="; 0 found
(#397) Expected 1 space after "="; 0 found
(#397) Commas (,) must be followed by white space.
(#397) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#397) Scope modifier not specified for member variable "$_link"
(#397) Commas (,) must be followed by white space.
(#397) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#397) Scope modifier not specified for member variable "$_result"
(#397) Commas (,) must be followed by white space.
(#397) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#397) Scope modifier not specified for member variable "$_string"
(#397) Commas (,) must be followed by white space.
(#397) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#397) Scope modifier not specified for member variable "$_database"
(#397) Expected 1 space before "="; 0 found
(#397) Expected 1 space after "="; 0 found
(#397) Commas (,) must be followed by white space.
(#397) Member variable "server_info" must not contain underscores.
(#397) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#397) Scope modifier not specified for member variable "$server_info"
(#397) Commas (,) must be followed by white space.
(#397) Member variable "affected_rows" must not contain underscores.
(#397) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#397) Scope modifier not specified for member variable "$affected_rows"
(#397) Commas (,) must be followed by white space.
(#397) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#397) Scope modifier not specified for member variable "$error"
(#397) Visibility must be declared on method "_error"
(#398) Line indented incorrectly; expected at least 28 spaces, found 0
(#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) Inline control structures are not allowed
(#398) Expected 1 space before "="; 0 found
(#398) Expected 1 space after "="; 0 found
(#398) Expected 1 space before "="; 0 found
(#398) Expected 1 space after "="; 0 found
(#398) Commas (,) must be followed by white space.
(#398) Commas (,) must be followed by white space.
(#398) Expected 1 space before "="; 0 found
(#398) Expected 1 space after "="; 0 found
(#398) Closing brace must be on a line by itself
(#398) Line exceeds 132 characters; contains 141 characters
(#398) Line exceeds 132 characters; contains 141 characters
(#398) Line exceeds 132 characters; contains 141 characters
(#398) Visibility must be declared on method "connect"
(#399) Line indented incorrectly; expected at least 28 spaces, found 0
(#399) Variable "O" must be all lower-case
(#399) Commas (,) must be followed by white space.
(#399) Variable "V" must be all lower-case
(#399) Commas (,) must be followed by white space.
(#399) Variable "G" must be all lower-case
(#399) Expected 1 space after closing parenthesis; found 0
(#399) Opening brace must be the last content on the line
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Commas (,) must be followed by white space.
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Commas (,) must be followed by white space.
(#399) Commas (,) must be followed by white space.
(#399) Variable "O" must be all lower-case
(#399) Commas (,) must be followed by white space.
(#399) Variable "V" must be all lower-case
(#399) Commas (,) must be followed by white space.
(#399) Variable "G" must be all lower-case
(#399) Commas (,) must be followed by white space.
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Expected 1 space before "!="; 0 found
(#399) Expected 1 space after "!="; 0 found
(#399) Expected 1 space before "?"; 0 found
(#399) Expected 1 space after "?"; 0 found
(#399) Commas (,) must be followed by white space.
(#399) Expected 1 space before ":"; 0 found
(#399) Expected 1 space after ":"; 0 found
(#399) Commas (,) must be followed by white space.
(#399) Expected "if (...) {\n"; found "if(...){"
(#399) Expected 1 space before "!="; 0 found
(#399) Expected 1 space after "!="; 0 found
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Commas (,) must be followed by white space.
(#399) Closing brace must be on a line by itself
(#399) Expected "if (...) {\n"; found "if(...){"
(#399) Variable "Qi" must be all lower-case
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Variable "Qi" must be all lower-case
(#399) Commas (,) must be followed by white space.
(#399) Closing brace must be on a line by itself
(#399) Closing brace must be on a line by itself
(#399) Line exceeds maximum limit of 180 characters; contains 673 characters
(#399) Visibility must be declared on method "quote"
(#399) Line exceeds maximum limit of 180 characters; contains 673 characters
(#399) Line exceeds maximum limit of 180 characters; contains 673 characters
(#400) Line indented incorrectly; expected at least 28 spaces, found 0
(#400) Variable "Q" must be all lower-case
(#400) Expected 1 space after closing parenthesis; found 0
(#400) Opening brace must be the last content on the line
(#400) Commas (,) must be followed by white space.
(#400) Variable "Q" must be all lower-case
(#400) Closing brace must be on a line by itself
(#400) Visibility must be declared on method "value"
(#401) Line indented incorrectly; expected at least 28 spaces, found 0
(#401) Variable "X" must be all lower-case
(#401) Commas (,) must be followed by white space.
(#401) Expected 1 space after closing parenthesis; found 0
(#401) Opening brace must be the last content on the line
(#401) Expected 1 space before "=="; 0 found
(#401) Expected 1 space after "=="; 0 found
(#401) Expected 1 space before "?"; 0 found
(#401) Expected 1 space after "?"; 0 found
(#401) Variable "X" must be all lower-case
(#401) Expected 1 space before ":"; 0 found
(#401) Expected 1 space after ":"; 0 found
(#401) Variable "X" must be all lower-case
(#401) Closing brace must be on a line by itself
(#401) method name "Min_DB::quoteBinary" must be in lower-case letters only
(#401) Visibility must be declared on method "quoteBinary"
(#402) Line indented incorrectly; expected at least 28 spaces, found 0
(#402) Variable "Q" 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) Commas (,) must be followed by white space.
(#402) Variable "Q" must be all lower-case
(#402) Closing brace must be on a line by itself
(#402) Visibility must be declared on method "select_db"
(#403) Line indented incorrectly; expected at least 28 spaces, found 0
(#403) Expected 1 space after closing parenthesis; found 0
(#403) Opening brace must be the last content on the line
(#403) Inline control structures are not allowed
(#403) Expected 1 space before "=="; 0 found
(#403) Expected 1 space after "=="; 0 found
(#403) Variable "J" must be all lower-case
(#403) Expected 1 space before "="; 0 found
(#403) Expected 1 space after "="; 0 found
(#403) Commas (,) must be followed by white space.
(#403) Commas (,) must be followed by white space.
(#403) Inline control structures are not allowed
(#403) Variable "J" must be all lower-case
(#403) Expected 1 space before "="; 0 found
(#403) Expected 1 space after "="; 0 found
(#403) Variable "J" must be all lower-case
(#403) Variable "J" must be all lower-case
(#403) Closing brace must be on a line by itself
(#403) Line exceeds maximum limit of 180 characters; contains 200 characters
(#403) Visibility must be declared on method "close"
(#403) Line exceeds maximum limit of 180 characters; contains 200 characters
(#403) Line exceeds maximum limit of 180 characters; contains 200 characters
(#404) Line indented incorrectly; expected at least 28 spaces, found 0
(#404) Expected 1 space after closing parenthesis; found 0
(#404) Opening brace must be the last content on the line
(#404) Expected 1 space before "="; 0 found
(#404) Expected 1 space after "="; 0 found
(#404) Closing brace must be on a line by itself
(#404) Visibility must be declared on method "query"
(#405) Line indented incorrectly; expected at least 28 spaces, found 0
(#405) Variable "H" must be all lower-case
(#405) Commas (,) must be followed by white space.
(#405) Expected 1 space after closing parenthesis; found 0
(#405) Opening brace must be the last content on the line
(#405) Variable "I" must be all lower-case
(#405) Expected 1 space before "="; 0 found
(#405) Expected 1 space after "="; 0 found
(#405) Commas (,) must be followed by white space.
(#405) Variable "H" must be all lower-case
(#405) Expected 1 space before "="; 0 found
(#405) Expected 1 space after "="; 0 found
(#405) Expected "if (...) {\n"; found "if(...){"
(#405) Variable "I" must be all lower-case
(#405) Expected 1 space before "="; 0 found
(#405) Expected 1 space after "="; 0 found
(#406) Line indented incorrectly; expected at least 36 spaces, found 0
(#406) Closing brace must be on a line by itself
(#406) Usage of ELSEIF not allowed; use ELSE IF instead
(#406) Variable "I" must be all lower-case
(#406) Expected 1 space before "="; 0 found
(#406) Expected 1 space after "="; 0 found
(#406) Variable "I" must be all lower-case
(#407) Line indented incorrectly; expected at least 32 spaces, found 0
(#407) Closing brace must be on a line by itself
(#408) Line indented incorrectly; expected at least 36 spaces, found 0
(#409) Line indented incorrectly; expected at least 36 spaces, found 0
(#409) Variable "I" must be all lower-case
(#409) Closing brace must be on a line by itself
(#409) Visibility must be declared on method "multi_query"
(#410) Line indented incorrectly; expected at least 28 spaces, found 0
(#410) Variable "H" must be all lower-case
(#410) Expected 1 space after closing parenthesis; found 0
(#410) Opening brace must be the last content on the line
(#410) Expected 1 space before "="; 0 found
(#410) Expected 1 space after "="; 0 found
(#410) Variable "H" must be all lower-case
(#410) Closing brace must be on a line by itself
(#410) Visibility must be declared on method "store_result"
(#411) Line indented incorrectly; expected at least 28 spaces, found 0
(#411) Expected 1 space after closing parenthesis; found 0
(#411) Opening brace must be the last content on the line
(#411) Closing brace must be on a line by itself
(#411) Visibility must be declared on method "next_result"
(#412) Line indented incorrectly; expected at least 28 spaces, found 0
(#412) Expected 1 space after closing parenthesis; found 0
(#412) Opening brace must be the last content on the line
(#413) Line indented incorrectly; expected at least 32 spaces, found 0
(#413) Closing brace must be on a line by itself
(#413) Visibility must be declared on method "result"
(#414) Line indented incorrectly; expected at least 28 spaces, found 0
(#414) Variable "H" must be all lower-case
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space after closing parenthesis; found 0
(#414) Opening brace must be the last content on the line
(#414) Variable "I" must be all lower-case
(#414) Expected 1 space before "="; 0 found
(#414) Expected 1 space after "="; 0 found
(#414) Variable "H" must be all lower-case
(#414) Inline control structures are not allowed
(#414) Variable "I" must be all lower-case
(#414) Variable "I" must be all lower-case
(#415) Line indented incorrectly; expected at least 32 spaces, found 0
(#416) Line indented incorrectly; expected at least 32 spaces, found 0
(#416) Variable "I" must be all lower-case
(#416) Commas (,) must be followed by white space.
(#416) Commas (,) must be followed by white space.
(#416) Closing brace must be on a line by itself
(#416) Visibility must be declared on method "warnings"
(#417) Line indented incorrectly; expected at least 32 spaces, found 0
(#417) Expected 1 space after closing parenthesis; found 0
(#417) Opening brace must be the last content on the line
(#418) Line indented incorrectly; expected at least 36 spaces, found 0
(#418) Closing brace must be on a line by itself
(#418) Closing brace must be on a line by itself
(#418) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 235
(#419) Line indented incorrectly; expected at least 88 spaces, found 0
(#419) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#419) Scope modifier not specified for member variable "$_result"
(#419) Commas (,) must be followed by white space.
(#419) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#419) Scope modifier not specified for member variable "$_offset"
(#419) Expected 1 space before "="; 0 found
(#419) Expected 1 space after "="; 0 found
(#419) Commas (,) must be followed by white space.
(#419) Member variable "num_rows" must not contain underscores.
(#419) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#419) Scope modifier not specified for member variable "$num_rows"
(#419) Visibility must be declared on method "__construct"
(#420) Line indented incorrectly; expected at least 92 spaces, found 0
(#420) Variable "I" 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 1 space before "="; 0 found
(#420) Expected 1 space after "="; 0 found
(#420) Variable "I" must be all lower-case
(#420) Expected 1 space before "="; 0 found
(#420) Expected 1 space after "="; 0 found
(#420) Variable "I" must be all lower-case
(#420) Closing brace must be on a line by itself
(#420) Visibility must be declared on method "fetch_assoc"
(#421) Line indented incorrectly; expected at least 92 spaces, found 0
(#421) Expected 1 space after closing parenthesis; found 0
(#421) Opening brace must be the last content on the line
(#422) Line indented incorrectly; expected at least 96 spaces, found 0
(#422) Closing brace must be on a line by itself
(#422) Visibility must be declared on method "fetch_row"
(#423) Line indented incorrectly; expected at least 92 spaces, found 0
(#423) Expected 1 space after closing parenthesis; found 0
(#423) Opening brace must be the last content on the line
(#424) Line indented incorrectly; expected at least 96 spaces, found 0
(#424) Closing brace must be on a line by itself
(#424) Visibility must be declared on method "fetch_field"
(#425) Line indented incorrectly; expected at least 96 spaces, found 0
(#425) Expected 1 space after closing parenthesis; found 0
(#425) Opening brace must be the last content on the line
(#425) Expected 1 space before "="; 0 found
(#425) Expected 1 space after "="; 0 found
(#425) Variable "J" must be all lower-case
(#425) Expected 1 space before "="; 0 found
(#425) Expected 1 space after "="; 0 found
(#426) Line indented incorrectly; expected at least 100 spaces, found 0
(#426) Inline control structures are not allowed
(#426) Variable "J" must be all lower-case
(#426) Expected 1 space before "="; 0 found
(#426) Expected 1 space after "="; 0 found
(#426) Commas (,) must be followed by white space.
(#426) Variable "J" must be all lower-case
(#426) Expected 1 space before "="; 0 found
(#426) Expected 1 space after "="; 0 found
(#426) Commas (,) must be followed by white space.
(#426) Variable "J" must be all lower-case
(#426) Expected 1 space before "="; 0 found
(#426) Expected 1 space after "="; 0 found
(#426) Variable "J" must be all lower-case
(#426) Variable "J" must be all lower-case
(#426) Expected 1 space before "="; 0 found
(#426) Expected 1 space after "="; 0 found
(#426) Commas (,) must be followed by white space.
(#426) Variable "J" must be all lower-case
(#426) Expected 1 space before "="; 0 found
(#426) Expected 1 space after "="; 0 found
(#426) Variable "J" must be all lower-case
(#426) Expected 1 space before "=="; 0 found
(#426) Expected 1 space after "=="; 0 found
(#426) Expected 1 space before "?"; 0 found
(#426) Expected 1 space after "?"; 0 found
(#426) Expected 1 space before ":"; 0 found
(#426) Expected 1 space after ":"; 0 found
(#426) Variable "J" must be all lower-case
(#426) Closing brace must be on a line by itself
(#426) Line exceeds maximum limit of 180 characters; contains 255 characters
(#426) Visibility must be declared on method "__destruct"
(#426) Line exceeds maximum limit of 180 characters; contains 255 characters
(#426) Line exceeds maximum limit of 180 characters; contains 255 characters
(#427) Line indented incorrectly; expected at least 96 spaces, found 0
(#427) Expected 1 space after closing parenthesis; found 0
(#427) Opening brace must be the last content on the line
(#427) Closing brace must be on a line by itself
(#427) Closing brace must be on a line by itself
(#427) Closing brace must be on a line by itself
(#427) Usage of ELSEIF not allowed; use ELSE IF instead
(#427) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#428) Line indented incorrectly; expected at least 92 spaces, found 0
(#429) Line indented incorrectly; expected at least 92 spaces, found 0
(#430) Line indented incorrectly; expected at least 92 spaces, found 0
(#430) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#430) Scope modifier not specified for member variable "$extension"
(#430) Expected 1 space before "="; 0 found
(#430) Expected 1 space after "="; 0 found
(#430) Visibility must be declared on method "connect"
(#431) Line indented incorrectly; expected at least 96 spaces, found 0
(#431) Variable "O" must be all lower-case
(#431) Commas (,) must be followed by white space.
(#431) Variable "V" must be all lower-case
(#431) Commas (,) must be followed by white space.
(#431) Variable "G" must be all lower-case
(#431) Expected 1 space after closing parenthesis; found 0
(#431) Opening brace must be the last content on the line
(#431) Expected 1 space before "="; 0 found
(#431) Expected 1 space after "="; 0 found
(#431) Variable "Q" must be all lower-case
(#431) Expected 1 space before "="; 0 found
(#431) Expected 1 space after "="; 0 found
(#431) Commas (,) must be followed by white space.
(#431) Commas (,) must be followed by white space.
(#431) Variable "O" must be all lower-case
(#431) Commas (,) must be followed by white space.
(#431) Variable "Q" must be all lower-case
(#431) Expected 1 space before "!="; 0 found
(#431) Expected 1 space after "!="; 0 found
(#431) Expected 1 space before "?"; 0 found
(#431) Expected 1 space after "?"; 0 found
(#431) Commas (,) must be followed by white space.
(#431) Expected 1 space before ":"; 0 found
(#431) Expected 1 space after ":"; 0 found
(#431) Commas (,) must be followed by white space.
(#431) Variable "V" must be all lower-case
(#431) Commas (,) must be followed by white space.
(#431) Variable "G" must be all lower-case
(#431) Line exceeds maximum limit of 180 characters; contains 235 characters
(#431) Line exceeds maximum limit of 180 characters; contains 235 characters
(#431) Line exceeds maximum limit of 180 characters; contains 235 characters
(#432) Line indented incorrectly; expected at least 100 spaces, found 0
(#432) Closing brace must be on a line by itself
(#432) Visibility must be declared on method "select_db"
(#433) Line indented incorrectly; expected at least 92 spaces, found 0
(#433) Expected 1 space after closing parenthesis; found 0
(#433) Opening brace must be the last content on the line
(#433) Expected 1 space before "=="; 0 found
(#433) Expected 1 space after "=="; 0 found
(#433) Closing brace must be on a line by itself
(#433) Visibility must be declared on method "value"
(#434) Line indented incorrectly; expected at least 92 spaces, found 0
(#434) Variable "X" must be all lower-case
(#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) Variable "X" must be all lower-case
(#434) Closing brace must be on a line by itself
(#434) method name "Min_DB::quoteBinary" must be in lower-case letters only
(#434) Visibility must be declared on method "quoteBinary"
(#435) Line indented incorrectly; expected at least 92 spaces, found 0
(#435) Variable "Rg" must be all lower-case
(#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 96 spaces, found 0
(#436) Variable "Rg" must be all lower-case
(#436) Closing brace must be on a line by itself
(#436) Visibility must be declared on method "warnings"
(#437) Line indented incorrectly; expected at least 92 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
(#437) Visibility must be declared on method "close"
(#438) Line indented incorrectly; expected at least 92 spaces, found 0
(#438) Closing brace must be on a line by itself
(#438) Closing brace must be on a line by itself
(#438) Closing brace must be on a line by itself
(#438) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 274
(#439) Line indented incorrectly; expected at least 96 spaces, found 0
(#440) Line indented incorrectly; expected at least 96 spaces, found 0
(#441) Line indented incorrectly; expected at least 96 spaces, found 0
(#441) method name "Min_Driver::insertUpdate" must be in lower-case letters only
(#441) Visibility must be declared on method "insertUpdate"
(#442) Line indented incorrectly; expected at least 100 spaces, found 0
(#442) Variable "R" must be all lower-case
(#442) Commas (,) must be followed by white space.
(#442) Variable "L" must be all lower-case
(#442) Commas (,) must be followed by white space.
(#442) Expected 1 space after closing parenthesis; found 0
(#442) Opening brace must be the last content on the line
(#442) Expected "foreach (...) {\n"; found "foreach(...){"
(#442) Expected 1 space after "as"; 0 found
(#442) Variable "L" must be all lower-case
(#443) Line indented incorrectly; expected at least 104 spaces, found 0
(#443) Variable "P" must be all lower-case
(#443) Variable "Ci" must be all lower-case
(#443) Expected 1 space before "="; 0 found
(#443) Expected 1 space after "="; 0 found
(#443) Variable "Z" must be all lower-case
(#443) Expected 1 space before "="; 0 found
(#443) Expected 1 space after "="; 0 found
(#443) Expected "foreach (...) {\n"; found "foreach(...){"
(#443) Expected 1 space before "=>"; 0 found
(#443) Expected 1 space after "=>"; 0 found
(#443) Expected 1 space after "as"; 0 found
(#443) Variable "P" must be all lower-case
(#444) Line indented incorrectly; expected at least 108 spaces, found 0
(#444) Expected 1 space before "=>"; 0 found
(#444) Expected 1 space after "=>"; 0 found
(#444) Variable "X" must be all lower-case
(#444) Variable "Ci" must be all lower-case
(#444) Expected 1 space before "="; 0 found
(#444) Expected 1 space after "="; 0 found
(#444) Inline control structures are not allowed
(#444) Variable "Z" must be all lower-case
(#444) Expected 1 space before "="; 0 found
(#444) Expected 1 space after "="; 0 found
(#444) Closing brace must be on a line by itself
(#444) Inline control structures are not allowed
(#444) Variable "Z" must be all lower-case
(#444) Variable "R" must be all lower-case
(#444) Commas (,) must be followed by white space.
(#444) Variable "Ci" must be all lower-case
(#444) Commas (,) must be followed by white space.
(#444) Variable "Z" must be all lower-case
(#444) Variable "R" must be all lower-case
(#444) Commas (,) must be followed by white space.
(#444) Variable "P" must be all lower-case
(#444) Commas (,) must be followed by white space.
(#444) Variable "P" must be all lower-case
(#444) Line exceeds maximum limit of 180 characters; contains 299 characters
(#444) Line exceeds maximum limit of 180 characters; contains 299 characters
(#444) Line exceeds maximum limit of 180 characters; contains 299 characters
(#445) Line indented incorrectly; expected at least 108 spaces, found 0
(#445) Closing brace must be on a line by itself
(#446) Line indented incorrectly; expected at least 100 spaces, found 0
(#446) Closing brace must be on a line by itself
(#446) method name "Min_Driver::convertSearch" must be in lower-case letters only
(#446) Visibility must be declared on method "convertSearch"
(#447) Line indented incorrectly; expected at least 96 spaces, found 0
(#447) Commas (,) must be followed by white space.
(#447) Variable "X" must be all lower-case
(#447) Commas (,) must be followed by white space.
(#447) Expected 1 space after closing parenthesis; found 0
(#447) Opening brace must be the last content on the line
(#447) Variable "X" must be all lower-case
(#447) Commas (,) must be followed by white space.
(#447) Variable "X" must be all lower-case
(#447) Expected 1 space before "?"; 0 found
(#447) Expected 1 space after "?"; 0 found
(#447) Expected 1 space before ":"; 0 found
(#447) Expected 1 space after ":"; 0 found
(#447) Commas (,) must be followed by white space.
(#447) Expected 1 space before "?"; 0 found
(#447) Expected 1 space after "?"; 0 found
(#447) Expected 1 space before ":"; 0 found
(#447) Expected 1 space after ":"; 0 found
(#447) Closing brace must be on a line by itself
(#447) Line exceeds 132 characters; contains 180 characters
(#447) Line exceeds 132 characters; contains 180 characters
(#447) Line exceeds 132 characters; contains 180 characters
(#447) Visibility must be declared on method "value"
(#448) Line indented incorrectly; expected at least 96 spaces, found 0
(#448) Variable "X" must be all lower-case
(#448) Commas (,) must be followed by white space.
(#448) Expected 1 space after closing parenthesis; found 0
(#448) Opening brace must be the last content on the line
(#448) Variable "X" must be all lower-case
(#448) Commas (,) must be followed by white space.
(#448) Closing brace must be on a line by itself
(#448) method name "Min_Driver::quoteBinary" must be in lower-case letters only
(#448) Visibility must be declared on method "quoteBinary"
(#449) Line indented incorrectly; expected at least 96 spaces, found 0
(#449) Variable "Rg" must be all lower-case
(#449) Expected 1 space after closing parenthesis; found 0
(#449) Opening brace must be the last content on the line
(#449) Variable "Rg" must be all lower-case
(#449) Closing brace must be on a line by itself
(#449) Visibility must be declared on method "warnings"
(#450) Line indented incorrectly; expected at least 96 spaces, found 0
(#450) Expected 1 space after closing parenthesis; found 0
(#450) Opening brace must be the last content on the line
(#450) Closing brace must be on a line by itself
(#450) method name "Min_Driver::tableHelp" must be in lower-case letters only
(#450) Visibility must be declared on method "tableHelp"
(#451) Line indented incorrectly; expected at least 96 spaces, found 0
(#451) Variable "D" must be all lower-case
(#451) Expected 1 space after closing parenthesis; found 0
(#451) Opening brace must be the last content on the line
(#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) Commas (,) must be followed by white space.
(#451) Expected 1 space before "=>"; 0 found
(#451) Expected 1 space after "=>"; 0 found
(#451) Commas (,) must be followed by white space.
(#451) Variable "A" must be all lower-case
(#451) Expected 1 space before "="; 0 found
(#451) Expected 1 space after "="; 0 found
(#451) Inline control structures are not allowed
(#451) Variable "A" must be all lower-case
(#451) Variable "A" must be all lower-case
(#451) Commas (,) must be followed by white space.
(#451) Commas (,) must be followed by white space.
(#451) Variable "D" must be all lower-case
(#451) Closing brace must be on a line by itself
(#451) Closing brace must be on a line by itself
(#451) Line exceeds 132 characters; contains 165 characters
(#451) Line exceeds 132 characters; contains 165 characters
(#451) Line exceeds 132 characters; contains 165 characters
(#452) Line indented incorrectly; expected at least 92 spaces, found 0
(#452) Expected 1 space after closing parenthesis; found 0
(#452) Opening brace must be the last content on the line
(#452) Commas (,) must be followed by white space.
(#452) Commas (,) must be followed by white space.
(#452) Closing brace must be on a line by itself
(#453) Line indented incorrectly; expected at least 92 spaces, found 0
(#453) Expected 1 space after closing parenthesis; found 0
(#453) Opening brace must be the last content on the line
(#454) Line indented incorrectly; expected at least 96 spaces, found 0
(#454) Closing brace must be on a line by itself
(#455) Line indented incorrectly; expected at least 92 spaces, found 0
(#455) Expected 1 space after closing parenthesis; found 0
(#455) Opening brace must be the last content on the line
(#455) Commas (,) must be followed by white space.
(#455) Commas (,) must be followed by white space.
(#455) Variable "_h" must not contain underscores.
(#455) Expected 1 space before "="; 0 found
(#455) Expected 1 space after "="; 0 found
(#456) Line indented incorrectly; expected at least 96 spaces, found 0
(#456) Expected 1 space before "="; 0 found
(#456) Expected 1 space after "="; 0 found
(#456) Expected "if (...) {\n"; found "if(...){"
(#456) Commas (,) must be followed by white space.
(#456) Commas (,) must be followed by white space.
(#456) Expected "if (...) {\n"; found "if(...){"
(#456) Commas (,) must be followed by white space.
(#456) Commas (,) must be followed by white space.
(#456) Expected "if (...) {\n"; found "if(...){"
(#456) Commas (,) must be followed by white space.
(#456) Commas (,) must be followed by white space.
(#456) Variable "_h" must not contain underscores.
(#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) Expected "if (...) {\n"; found "if(...){"
(#456) Commas (,) must be followed by white space.
(#456) Commas (,) must be followed by white space.
(#456) Variable "_h" must not contain underscores.
(#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) Closing brace must be on a line by itself
(#456) Closing brace must be on a line by itself
(#456) Closing brace must be on a line by itself
(#456) Closing brace must be on a line by itself
(#456) Closing brace must be on a line by itself
(#456) Line exceeds maximum limit of 180 characters; contains 317 characters
(#456) Line exceeds maximum limit of 180 characters; contains 317 characters
(#456) Line exceeds maximum limit of 180 characters; contains 317 characters
(#457) Line indented incorrectly; expected at least 96 spaces, found 0
(#457) Expected 1 space after closing parenthesis; found 0
(#457) Opening brace must be the last content on the line
(#458) Line indented incorrectly; expected at least 100 spaces, found 0
(#458) Closing brace must be on a line by itself
(#459) Line indented incorrectly; expected at least 96 spaces, found 0
(#459) Variable "H" must be all lower-case
(#459) Commas (,) must be followed by white space.
(#459) Variable "Z" must be all lower-case
(#459) Commas (,) must be followed by white space.
(#459) Variable "_" must not contain underscores.
(#459) Commas (,) must be followed by white space.
(#459) Variable "E" must be all lower-case
(#459) Commas (,) must be followed by white space.
(#459) Variable "N" must be all lower-case
(#459) Expected 1 space after closing parenthesis; found 0
(#459) Opening brace must be the last content on the line
(#459) Variable "H" must be all lower-case
(#459) Variable "_" must not contain underscores.
(#459) Expected 1 space before "!=="; 0 found
(#459) Expected 1 space after "!=="; 0 found
(#459) Expected 1 space before "?"; 0 found
(#459) Expected 1 space after "?"; 0 found
(#459) Variable "N" must be all lower-case
(#459) Variable "_" must not contain underscores.
(#459) Variable "E" must be all lower-case
(#459) Expected 1 space before "?"; 0 found
(#459) Expected 1 space after "?"; 0 found
(#459) Variable "E" must be all lower-case
(#459) Expected 1 space before ":"; 0 found
(#459) Expected 1 space after ":"; 0 found
(#459) Expected 1 space before ":"; 0 found
(#459) Expected 1 space after ":"; 0 found
(#459) Closing brace must be on a line by itself
(#460) Line indented incorrectly; expected at least 96 spaces, found 0
(#460) Variable "R" must be all lower-case
(#460) Commas (,) must be followed by white space.
(#460) Variable "H" must be all lower-case
(#460) Commas (,) must be followed by white space.
(#460) Variable "Z" must be all lower-case
(#460) Commas (,) must be followed by white space.
(#460) Variable "N" must be all lower-case
(#460) Expected 1 space after closing parenthesis; found 0
(#460) Opening brace must be the last content on the line
(#460) Commas (,) must be followed by white space.
(#460) Variable "H" must be all lower-case
(#460) Expected 1 space before "?"; 0 found
(#460) Expected 1 space after "?"; 0 found
(#460) Variable "H" must be all lower-case
(#460) Commas (,) must be followed by white space.
(#460) Variable "Z" must be all lower-case
(#460) Commas (,) must be followed by white space.
(#460) Commas (,) must be followed by white space.
(#460) Commas (,) must be followed by white space.
(#460) Variable "N" must be all lower-case
(#460) Expected 1 space before ":"; 0 found
(#460) Expected 1 space after ":"; 0 found
(#460) Variable "H" must be all lower-case
(#460) Variable "R" must be all lower-case
(#460) Variable "Z" must be all lower-case
(#460) Variable "N" must be all lower-case
(#460) Closing brace must be on a line by itself
(#460) Line exceeds 132 characters; contains 152 characters
(#460) Line exceeds 132 characters; contains 152 characters
(#460) Line exceeds 132 characters; contains 152 characters
(#461) Line indented incorrectly; expected at least 96 spaces, found 0
(#461) Commas (,) must be followed by white space.
(#461) Expected 1 space after closing parenthesis; found 0
(#461) Opening brace must be the last content on the line
(#461) Closing brace must be on a line by itself
(#462) Line indented incorrectly; expected at least 96 spaces, found 0
(#462) Expected 1 space after closing parenthesis; found 0
(#462) Opening brace must be the last content on the line
(#463) Line indented incorrectly; expected at least 100 spaces, found 0
(#463) Closing brace must be on a line by itself
(#464) Line indented incorrectly; expected at least 96 spaces, found 0
(#464) Expected 1 space after closing parenthesis; found 0
(#464) Opening brace must be the last content on the line
(#464) Closing brace must be on a line by itself
(#465) Line indented incorrectly; expected at least 96 spaces, found 0
(#465) Expected 1 space after closing parenthesis; found 0
(#465) Opening brace must be the last content on the line
(#465) Variable "H" must be all lower-case
(#465) Expected 1 space before "="; 0 found
(#465) Expected 1 space after "="; 0 found
(#465) Inline control structures are not allowed
(#465) Variable "H" must be all lower-case
(#465) Expected 1 space before ".="; 0 found
(#465) Expected 1 space after ".="; 0 found
(#465) Line exceeds 132 characters; contains 154 characters
(#465) Line exceeds 132 characters; contains 154 characters
(#465) Line exceeds 132 characters; contains 154 characters
(#469) Variable "H" must be all lower-case
(#469) Expected 1 space before ".="; 0 found
(#469) Expected 1 space after ".="; 0 found
(#471) Line indented incorrectly; expected at least 100 spaces, found 0
(#471) Variable "H" must be all lower-case
(#471) Closing brace must be on a line by itself
(#472) Line indented incorrectly; expected at least 96 spaces, found 0
(#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 100 spaces, found 0
(#473) Closing brace must be on a line by itself
(#474) Line indented incorrectly; expected at least 100 spaces, found 0
(#474) Variable "D" must be all lower-case
(#474) Expected 1 space after closing parenthesis; found 0
(#474) Opening brace must be the last content on the line
(#474) Variable "J" must be all lower-case
(#474) Expected 1 space before "="; 0 found
(#474) Expected 1 space after "="; 0 found
(#474) Inline control structures are not allowed
(#474) Expected 1 space before "as"; 0 found
(#474) Expected 1 space after "as"; 0 found
(#474) Line exceeds maximum limit of 180 characters; contains 445 characters
(#474) Line exceeds maximum limit of 180 characters; contains 445 characters
(#474) Line exceeds maximum limit of 180 characters; contains 445 characters
(#478) Variable "D" must be all lower-case
(#478) Expected 1 space before "!="; 0 found
(#478) Expected 1 space after "!="; 0 found
(#478) Expected 1 space before "?"; 0 found
(#478) Expected 1 space after "?"; 0 found
(#478) Variable "D" must be all lower-case
(#478) Expected 1 space before ":"; 0 found
(#478) Expected 1 space after ":"; 0 found
(#478) Variable "K" must be all lower-case
(#478) Variable "J" must be all lower-case
(#478) Variable "K" must be all lower-case
(#478) Expected 1 space before "="; 0 found
(#478) Expected 1 space after "="; 0 found
(#478) Variable "K" must be all lower-case
(#478) Variable "D" must be all lower-case
(#478) Expected 1 space before "!="; 0 found
(#478) Expected 1 space after "!="; 0 found
(#478) Expected 1 space before "?"; 0 found
(#478) Expected 1 space after "?"; 0 found
(#478) Variable "J" must be all lower-case
(#478) Variable "D" must be all lower-case
(#478) Expected 1 space before ":"; 0 found
(#478) Expected 1 space after ":"; 0 found
(#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 100 spaces, found 0
(#479) Variable "S" must be all lower-case
(#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 104 spaces, found 0
(#480) Variable "S" must be all lower-case
(#480) Commas (,) must be followed by white space.
(#480) Commas (,) must be followed by white space.
(#480) Closing brace must be on a line by itself
(#481) Variable "S" must be all lower-case
(#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 4 spaces, found 0
(#482) Closing brace must be on a line by itself
(#483) Line indented incorrectly; expected at least 104 spaces, found 0
(#483) Variable "R" must be all lower-case
(#483) Expected 1 space after closing parenthesis; found 0
(#483) Opening brace must be the last content on the line
(#483) Variable "J" must be all lower-case
(#483) Expected 1 space before "="; 0 found
(#483) Expected 1 space after "="; 0 found
(#483) Variable "Da" must be all lower-case
(#483) Expected 1 space before "="; 0 found
(#483) Expected 1 space after "="; 0 found
(#483) Expected 1 space before "=>"; 0 found
(#483) Expected 1 space after "=>"; 0 found
(#483) Commas (,) must be followed by white space.
(#483) Expected 1 space before "=>"; 0 found
(#483) Expected 1 space after "=>"; 0 found
(#483) Commas (,) must be followed by white space.
(#483) Expected "foreach (...) {\n"; found "foreach(...){"
(#483) Expected 1 space before "as"; 0 found
(#483) Expected 1 space after "as"; 0 found
(#483) Line exceeds maximum limit of 180 characters; contains 297 characters
(#483) Line exceeds maximum limit of 180 characters; contains 297 characters
(#483) Line exceeds maximum limit of 180 characters; contains 297 characters
(#488) Variable "R" must be all lower-case
(#492) Variable "K" must be all lower-case
(#492) Commas (,) must be followed by white space.
(#492) Variable "K" must be all lower-case
(#492) Commas (,) must be followed by white space.
(#492) Variable "C" must be all lower-case
(#492) Commas (,) must be followed by white space.
(#492) Variable "U" must be all lower-case
(#492) Commas (,) must be followed by white space.
(#492) Commas (,) must be followed by white space.
(#492) Variable "K" must be all lower-case
(#492) Commas (,) must be followed by white space.
(#492) Commas (,) must be followed by white space.
(#492) Variable "Ga" must be all lower-case
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) Variable "C" must be all lower-case
(#492) Variable "K" must be all lower-case
(#492) Expected 1 space before ".="; 0 found
(#492) Expected 1 space after ".="; 0 found
(#492) Variable "Ga" must be all lower-case
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) Variable "U" must be all lower-case
(#492) Expected "if (...) {\n"; found "if(...){"
(#492) Variable "Da" must be all lower-case
(#492) Variable "K" must be all lower-case
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) Variable "Da" must be all lower-case
(#492) Variable "K" must be all lower-case
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) Variable "K" must be all lower-case
(#492) Variable "Ga" must be all lower-case
(#492) Closing brace must be on a line by itself
(#492) Expected "} else {\n"; found "}else{"
(#492) Variable "K" must be all lower-case
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) Variable "U" must be all lower-case
(#492) Variable "K" must be all lower-case
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) Variable "K" must be all lower-case
(#492) Variable "Ga" must be all lower-case
(#492) Closing brace must be on a line by itself
(#492) Variable "K" must be all lower-case
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) Variable "K" must be all lower-case
(#492) Variable "K" must be all lower-case
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) Commas (,) must be followed by white space.
(#492) Variable "K" must be all lower-case
(#492) Variable "K" 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) Commas (,) must be followed by white space.
(#492) Expected 1 space before "=>"; 0 found
(#492) Expected 1 space after "=>"; 0 found
(#492) Commas (,) must be followed by white space.
(#492) Expected 1 space before "=>"; 0 found
(#492) Expected 1 space after "=>"; 0 found
(#492) Inline control structures are not allowed
(#492) Commas (,) must be followed by white space.
(#492) Variable "K" must be all lower-case
(#492) Commas (,) must be followed by white space.
(#492) Variable "C" must be all lower-case
(#492) Variable "K" must be all lower-case
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) Variable "C" 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) Variable "C" 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 "C" must be all lower-case
(#492) Expected 1 space before ":"; 0 found
(#492) Expected 1 space after ":"; 0 found
(#492) Variable "C" must be all lower-case
(#492) Variable "C" must be all lower-case
(#492) Variable "J" must be all lower-case
(#492) Variable "K" must be all lower-case
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) Variable "K" must be all lower-case
(#492) Closing brace must be on a line by itself
(#492) Variable "J" must be all lower-case
(#492) Closing brace must be on a line by itself
(#492) Line exceeds maximum limit of 180 characters; contains 635 characters
(#492) Line exceeds maximum limit of 180 characters; contains 635 characters
(#492) Line exceeds maximum limit of 180 characters; contains 635 characters
(#493) Line indented incorrectly; expected at least 4 spaces, found 0
(#493) Variable "R" must be all lower-case
(#493) Commas (,) must be followed by white space.
(#493) Expected 1 space after closing parenthesis; found 0
(#493) Opening brace must be the last content on the line
(#493) Inline control structures are not allowed
(#493) Expected 1 space before "="; 0 found
(#493) Expected 1 space after "="; 0 found
(#493) Variable "J" must be all lower-case
(#493) Expected 1 space before "="; 0 found
(#493) Expected 1 space after "="; 0 found
(#493) Variable "Ih" must be all lower-case
(#493) Expected 1 space before "="; 0 found
(#493) Expected 1 space after "="; 0 found
(#493) Variable "R" must be all lower-case
(#493) Expected 1 space before "="; 0 found
(#493) Expected 1 space after "="; 0 found
(#493) Variable "Ih" must be all lower-case
(#493) Commas (,) must be followed by white space.
(#493) Expected "foreach (...) {\n"; found "foreach(...){"
(#493) Expected 1 space before "as"; 0 found
(#493) Expected 1 space after "as"; 0 found
(#493) Variable "Ih" must be all lower-case
(#493) Commas (,) must be followed by white space.
(#493) Variable "K" must be all lower-case
(#493) Variable "Bg" must be all lower-case
(#493) Expected 1 space before "="; 0 found
(#493) Expected 1 space after "="; 0 found
(#493) Variable "K" must be all lower-case
(#493) Variable "J" must be all lower-case
(#493) Variable "Bg" must be all lower-case
(#493) Expected 1 space before "="; 0 found
(#493) Expected 1 space after "="; 0 found
(#493) Variable "K" must be all lower-case
(#493) Expected 1 space before "?"; 0 found
(#493) Expected 1 space after "?"; 0 found
(#493) Expected 1 space before ":"; 0 found
(#493) Expected 1 space after ":"; 0 found
(#493) Variable "K" must be all lower-case
(#493) Expected 1 space before "?"; 0 found
(#493) Expected 1 space after "?"; 0 found
(#493) Expected 1 space before ":"; 0 found
(#493) Expected 1 space after ":"; 0 found
(#493) Variable "K" must be all lower-case
(#493) Expected 1 space before "?"; 0 found
(#493) Expected 1 space after "?"; 0 found
(#493) Expected 1 space before ":"; 0 found
(#493) Expected 1 space after ":"; 0 found
(#493) Variable "J" must be all lower-case
(#493) Variable "Bg" must be all lower-case
(#493) Expected 1 space before "="; 0 found
(#493) Expected 1 space after "="; 0 found
(#493) Inline control structures are not allowed
(#493) Expected 1 space before "as"; 0 found
(#493) Expected 1 space after "as"; 0 found
(#493) Commas (,) must be followed by white space.
(#493) Variable "K" must be all lower-case
(#493) Variable "Id" must be all lower-case
(#493) Variable "J" must be all lower-case
(#493) Variable "Bg" must be all lower-case
(#493) Expected 1 space before "="; 0 found
(#493) Expected 1 space after "="; 0 found
(#493) Variable "Id" must be all lower-case
(#493) Variable "J" must be all lower-case
(#493) Variable "Bg" must be all lower-case
(#493) Expected 1 space before "="; 0 found
(#493) Expected 1 space after "="; 0 found
(#493) Inline control structures are not allowed
(#493) Expected 1 space before "as"; 0 found
(#493) Expected 1 space after "as"; 0 found
(#493) Commas (,) must be followed by white space.
(#493) Variable "K" must be all lower-case
(#493) Variable "Jd" must be all lower-case
(#493) Variable "J" must be all lower-case
(#493) Variable "Bg" must be all lower-case
(#493) Expected 1 space before "="; 0 found
(#493) Expected 1 space after "="; 0 found
(#493) Variable "Jd" must be all lower-case
(#493) Expected 1 space before "&" operator; 0 found
(#493) Expected 1 space after "&" operator; 0 found
(#493) Expected 1 space before "?"; 0 found
(#493) Expected 1 space after "?"; 0 found
(#493) Expected 1 space before ":"; 0 found
(#493) Expected 1 space after ":"; 0 found
(#493) Variable "J" must be all lower-case
(#493) Variable "Bg" must be all lower-case
(#493) Expected 1 space before "="; 0 found
(#493) Expected 1 space after "="; 0 found
(#493) Closing brace must be on a line by itself
(#493) Variable "J" must be all lower-case
(#493) Closing brace must be on a line by itself
(#493) Line exceeds maximum limit of 180 characters; contains 909 characters
(#493) Line exceeds maximum limit of 180 characters; contains 909 characters
(#493) Line exceeds maximum limit of 180 characters; contains 909 characters
(#494) Line indented incorrectly; expected at least 4 spaces, found 0
(#494) Variable "R" must be all lower-case
(#494) Expected 1 space after closing parenthesis; found 0
(#494) Opening brace must be the last content on the line
(#494) Variable "J" must be all lower-case
(#494) Expected 1 space before "="; 0 found
(#494) Expected 1 space after "="; 0 found
(#494) Expected "foreach (...) {\n"; found "foreach(...){"
(#494) Expected 1 space before "as"; 0 found
(#494) Expected 1 space after "as"; 0 found
(#494) Line exceeds 132 characters; contains 145 characters
(#494) Line exceeds 132 characters; contains 145 characters
(#494) Line exceeds 132 characters; contains 145 characters
(#496) Variable "R" must be all lower-case
(#496) Line exceeds 132 characters; contains 175 characters
(#496) Line exceeds 132 characters; contains 175 characters
(#496) Line exceeds 132 characters; contains 175 characters
(#498) Variable "K" must be all lower-case
(#498) Expected "if (...) {\n"; found "if(...){"
(#498) Commas (,) must be followed by white space.
(#498) Variable "K" must be all lower-case
(#498) Commas (,) must be followed by white space.
(#498) Variable "C" must be all lower-case
(#498) Variable "K" must be all lower-case
(#498) Expected 1 space before "="; 0 found
(#498) Expected 1 space after "="; 0 found
(#498) Commas (,) must be followed by white space.
(#498) Commas (,) must be followed by white space.
(#498) Variable "C" must be all lower-case
(#498) Expected "if (...) {\n"; found "if(...){"
(#498) Commas (,) must be followed by white space.
(#498) Variable "C" must be all lower-case
(#498) Commas (,) must be followed by white space.
(#498) Variable "K" must be all lower-case
(#498) Expected 1 space before "="; 0 found
(#498) Expected 1 space after "="; 0 found
(#498) Commas (,) must be followed by white space.
(#498) Commas (,) must be followed by white space.
(#498) Commas (,) must be followed by white space.
(#498) Commas (,) must be followed by white space.
(#498) Variable "K" must be all lower-case
(#498) Expected 1 space before "="; 0 found
(#498) Expected 1 space after "="; 0 found
(#498) Commas (,) must be followed by white space.
(#498) Commas (,) must be followed by white space.
(#498) Commas (,) must be followed by white space.
(#498) Commas (,) must be followed by white space.
(#498) Closing brace must be on a line by itself
(#498) Variable "K" must be all lower-case
(#498) Expected 1 space before "="; 0 found
(#498) Expected 1 space after "="; 0 found
(#498) Commas (,) must be followed by white space.
(#498) Commas (,) must be followed by white space.
(#498) Variable "C" must be all lower-case
(#498) Variable "K" must be all lower-case
(#498) Expected 1 space before "="; 0 found
(#498) Expected 1 space after "="; 0 found
(#498) Commas (,) must be followed by white space.
(#498) Variable "C" must be all lower-case
(#498) Commas (,) must be followed by white space.
(#498) Expected 1 space before "?"; 0 found
(#498) Expected 1 space after "?"; 0 found
(#498) Expected 1 space before ":"; 0 found
(#498) Expected 1 space after ":"; 0 found
(#498) Variable "K" must be all lower-case
(#498) Expected 1 space before "="; 0 found
(#498) Expected 1 space after "="; 0 found
(#498) Commas (,) must be followed by white space.
(#498) Variable "C" must be all lower-case
(#498) Commas (,) must be followed by white space.
(#498) Expected 1 space before "?"; 0 found
(#498) Expected 1 space after "?"; 0 found
(#498) Expected 1 space before ":"; 0 found
(#498) Expected 1 space after ":"; 0 found
(#498) Variable "J" must be all lower-case
(#498) Variable "K" must be all lower-case
(#498) Expected 1 space before "="; 0 found
(#498) Expected 1 space after "="; 0 found
(#498) Variable "K" must be all lower-case
(#498) Closing brace must be on a line by itself
(#498) Closing brace must be on a line by itself
(#498) Variable "J" must be all lower-case
(#498) Closing brace must be on a line by itself
(#498) Line exceeds maximum limit of 180 characters; contains 651 characters
(#498) Line exceeds maximum limit of 180 characters; contains 651 characters
(#498) Line exceeds maximum limit of 180 characters; contains 651 characters
(#499) Line indented incorrectly; expected at least 4 spaces, found 0
(#499) Variable "D" 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 8 spaces, found 0
(#500) Expected 1 space before "=>"; 0 found
(#500) Expected 1 space after "=>"; 0 found
(#502) Variable "D" must be all lower-case
(#502) Closing brace must be on a line by itself
(#503) Expected 1 space after closing parenthesis; found 0
(#503) Opening brace must be the last content on the line
(#504) Line indented incorrectly; expected at least 4 spaces, found 0
(#504) Closing brace must be on a line by itself
(#505) Expected 1 space after closing parenthesis; found 0
(#505) Opening brace must be the last content on the line
(#505) Expected 1 space before "=="; 0 found
(#505) Expected 1 space after "=="; 0 found
(#505) Closing brace must be on a line by itself
(#506) Expected 1 space after closing parenthesis; found 0
(#506) Opening brace must be the last content on the line
(#506) Variable "J" must be all lower-case
(#506) Expected 1 space before "="; 0 found
(#506) Expected 1 space after "="; 0 found
(#506) Inline control structures are not allowed
(#506) Commas (,) must be followed by white space.
(#506) Variable "J" must be all lower-case
(#506) Commas (,) must be followed by white space.
(#506) Variable "C" must be all lower-case
(#506) Variable "J" must be all lower-case
(#506) Expected 1 space before "="; 0 found
(#506) Expected 1 space after "="; 0 found
(#506) Variable "C" must be all lower-case
(#506) Variable "C" must be all lower-case
(#506) Commas (,) must be followed by white space.
(#506) Commas (,) must be followed by white space.
(#506) Variable "C" must be all lower-case
(#506) Variable "C" must be all lower-case
(#506) Line exceeds maximum limit of 180 characters; contains 208 characters
(#506) Line exceeds maximum limit of 180 characters; contains 208 characters
(#506) Line exceeds maximum limit of 180 characters; contains 208 characters
(#507) Line indented incorrectly; expected at least 4 spaces, found 0
(#507) Variable "J" must be all lower-case
(#507) Closing brace must be on a line by itself
(#508) Commas (,) must be followed by white space.
(#508) Expected 1 space after closing parenthesis; found 0
(#508) Opening brace must be the last content on the line
(#509) Line indented incorrectly; expected at least 4 spaces, found 0
(#509) Expected 1 space before "?"; 0 found
(#509) Expected 1 space after "?"; 0 found
(#509) Expected 1 space before ":"; 0 found
(#509) Expected 1 space after ":"; 0 found
(#509) Closing brace must be on a line by itself
(#510) Line indented incorrectly; expected at least 4 spaces, found 0
(#510) Expected 1 space after closing parenthesis; found 0
(#510) Opening brace must be the last content on the line
(#511) Line indented incorrectly; expected at least 8 spaces, found 0
(#511) Commas (,) must be followed by white space.
(#511) Commas (,) must be followed by white space.
(#511) Closing brace must be on a line by itself
(#512) Line indented incorrectly; expected at least 4 spaces, found 0
(#512) Variable "D" must be all lower-case
(#512) Commas (,) must be followed by white space.
(#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 8 spaces, found 0
(#513) Variable "D" must be all lower-case
(#513) Closing brace must be on a line by itself
(#514) Line indented incorrectly; expected at least 8 spaces, found 0
(#514) Expected 1 space after closing parenthesis; found 0
(#514) Opening brace must be the last content on the line
(#514) Closing brace must be on a line by itself
(#515) Line indented incorrectly; expected at least 8 spaces, found 0
(#515) Variable "R" must be all lower-case
(#515) Commas (,) must be followed by white space.
(#515) Variable "D" must be all lower-case
(#515) Commas (,) must be followed by white space.
(#515) Commas (,) must be followed by white space.
(#515) Commas (,) must be followed by white space.
(#515) Commas (,) must be followed by white space.
(#515) Commas (,) must be followed by white space.
(#515) Commas (,) must be followed by white space.
(#515) Variable "Ma" must be all lower-case
(#515) Commas (,) must be followed by white space.
(#515) Variable "Nf" must be all lower-case
(#515) Expected 1 space after closing parenthesis; found 0
(#515) Opening brace must be the last content on the line
(#515) Expected 1 space before "="; 0 found
(#515) Expected 1 space after "="; 0 found
(#515) Expected 1 space before "="; 0 found
(#515) Expected 1 space after "="; 0 found
(#515) Expected "foreach (...) {\n"; found "foreach(...){"
(#515) Expected 1 space after "as"; 0 found
(#516) Line indented incorrectly; expected at least 12 spaces, found 0
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "X" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Inline control structures are not allowed
(#516) Variable "X" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "Mi" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "X" must be all lower-case
(#516) Variable "X" must be all lower-case
(#516) Inline control structures are not allowed
(#516) Variable "X" must be all lower-case
(#516) Expected 1 space before "=="; 0 found
(#516) Expected 1 space after "=="; 0 found
(#516) Variable "X" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "X" must be all lower-case
(#516) Expected 1 space before "=="; 0 found
(#516) Expected 1 space after "=="; 0 found
(#516) Expected 1 space before "?"; 0 found
(#516) Expected 1 space after "?"; 0 found
(#516) Expected 1 space before ":"; 0 found
(#516) Expected 1 space after ":"; 0 found
(#516) Inline control structures are not allowed
(#516) Expected 1 space before "=="; 0 found
(#516) Expected 1 space after "=="; 0 found
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "R" must be all lower-case
(#516) Expected 1 space before "!="; 0 found
(#516) Expected 1 space after "!="; 0 found
(#516) Expected 1 space before "?"; 0 found
(#516) Expected 1 space after "?"; 0 found
(#516) Expected 1 space before ":"; 0 found
(#516) Expected 1 space after ":"; 0 found
(#516) Variable "X" must be all lower-case
(#516) Inline control structures are not allowed
(#516) Expected 1 space before "!="; 0 found
(#516) Expected 1 space after "!="; 0 found
(#516) Variable "X" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "R" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Expected "if (...) {\n"; found "if(...){"
(#516) Variable "X" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "X" must be all lower-case
(#516) Expected 1 space before "?"; 0 found
(#516) Expected 1 space after "?"; 0 found
(#516) Variable "X" must be all lower-case
(#516) Expected 1 space before ":"; 0 found
(#516) Expected 1 space after ":"; 0 found
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "X" must be all lower-case
(#516) Expected 1 space before "=="; 0 found
(#516) Expected 1 space after "=="; 0 found
(#516) Expected 1 space before "?"; 0 found
(#516) Expected 1 space after "?"; 0 found
(#516) Expected 1 space before ":"; 0 found
(#516) Expected 1 space after ":"; 0 found
(#516) Variable "X" must be all lower-case
(#516) Closing brace must be on a line by itself
(#516) Closing brace must be on a line by itself
(#516) Inline control structures are not allowed
(#516) Expected 1 space before "!="; 0 found
(#516) Expected 1 space after "!="; 0 found
(#516) Variable "Mi" must be all lower-case
(#516) Expected 1 space before "!="; 0 found
(#516) Expected 1 space after "!="; 0 found
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "R" must be all lower-case
(#516) Variable "X" must be all lower-case
(#516) Variable "Mi" must be all lower-case
(#516) Expected 1 space before "!="; 0 found
(#516) Expected 1 space after "!="; 0 found
(#516) Expected 1 space before "?"; 0 found
(#516) Expected 1 space after "?"; 0 found
(#516) Variable "Mi" must be all lower-case
(#516) Commas (,) must be followed by white space.
(#516) Expected 1 space before ":"; 0 found
(#516) Expected 1 space after ":"; 0 found
(#516) Closing brace must be on a line by itself
(#516) Closing brace must be on a line by itself
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Commas (,) must be followed by white space.
(#516) Inline control structures are not allowed
(#516) Variable "R" must be all lower-case
(#516) Expected 1 space before "=="; 0 found
(#516) Expected 1 space after "=="; 0 found
(#516) Commas (,) must be followed by white space.
(#516) Variable "D" must be all lower-case
(#516) Commas (,) must be followed by white space.
(#516) Inline control structures are not allowed
(#516) Usage of ELSEIF not allowed; use ELSE IF instead
(#516) Commas (,) must be followed by white space.
(#516) Variable "R" must be all lower-case
(#516) Commas (,) must be followed by white space.
(#516) Inline control structures are not allowed
(#516) Variable "R" must be all lower-case
(#516) Expected 1 space before "!="; 0 found
(#516) Expected 1 space after "!="; 0 found
(#516) Variable "R" must be all lower-case
(#516) Expected 1 space before "!="; 0 found
(#516) Expected 1 space after "!="; 0 found
(#516) Variable "D" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "R" must be all lower-case
(#516) Variable "D" must be all lower-case
(#516) Inline control structures are not allowed
(#516) Variable "R" must be all lower-case
(#516) Expected 1 space before "!="; 0 found
(#516) Expected 1 space after "!="; 0 found
(#516) Expected 1 space before "!="; 0 found
(#516) Expected 1 space after "!="; 0 found
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "D" must be all lower-case
(#516) Expected "if (...) {\n"; found "if(...){"
(#516) Empty IF statement detected
(#516) Variable "Ma" must be all lower-case
(#516) Expected 1 space before "!="; 0 found
(#516) Expected 1 space after "!="; 0 found
(#516) Closing brace must be on a line by itself
(#516) Expected "foreach (...) {\n"; found "foreach(...){"
(#516) Expected 1 space after "as"; 0 found
(#516) Line exceeds maximum limit of 180 characters; contains 881 characters
(#516) Line exceeds maximum limit of 180 characters; contains 881 characters
(#516) Line exceeds maximum limit of 180 characters; contains 881 characters
(#517) Line indented incorrectly; expected at least 12 spaces, found 0
(#517) Variable "H" must be all lower-case
(#517) Inline control structures are not allowed
(#517) Variable "H" must be all lower-case
(#518) Line indented incorrectly; expected at least 16 spaces, found 0
(#518) Closing brace must be on a line by itself
(#519) Line indented incorrectly; expected at least 12 spaces, found 0
(#519) Closing brace must be on a line by itself
(#520) Line indented incorrectly; expected at least 8 spaces, found 0
(#520) Variable "R" must be all lower-case
(#520) Commas (,) must be followed by white space.
(#520) Expected 1 space after closing parenthesis; found 0
(#520) Opening brace must be the last content on the line
(#520) Expected 1 space before "="; 0 found
(#520) Expected 1 space after "="; 0 found
(#520) Expected 1 space before "="; 0 found
(#520) Expected 1 space after "="; 0 found
(#520) Expected 1 space before "="; 0 found
(#520) Expected 1 space after "="; 0 found
(#520) Expected "foreach (...) {\n"; found "foreach(...){"
(#520) Expected 1 space after "as"; 0 found
(#521) Line indented incorrectly; expected at least 12 spaces, found 0
(#521) Variable "X" must be all lower-case
(#521) Inline control structures are not allowed
(#521) Variable "X" must be all lower-case
(#521) Expected 1 space before "!="; 0 found
(#521) Expected 1 space after "!="; 0 found
(#521) Expected 1 space before "="; 0 found
(#521) Expected 1 space after "="; 0 found
(#521) Variable "X" must be all lower-case
(#521) Expected 1 space before "=="; 0 found
(#521) Expected 1 space after "=="; 0 found
(#521) Expected 1 space before "?"; 0 found
(#521) Expected 1 space after "?"; 0 found
(#521) Variable "X" must be all lower-case
(#521) Expected 1 space before ":"; 0 found
(#521) Expected 1 space after ":"; 0 found
(#521) Variable "X" must be all lower-case
(#521) Expected 1 space before "!="; 0 found
(#521) Expected 1 space after "!="; 0 found
(#521) Expected 1 space before "?"; 0 found
(#521) Expected 1 space after "?"; 0 found
(#521) Variable "X" must be all lower-case
(#521) Expected 1 space before ":"; 0 found
(#521) Expected 1 space after ":"; 0 found
(#521) Variable "X" must be all lower-case
(#521) Variable "X" must be all lower-case
(#521) Expected 1 space before "=="; 0 found
(#521) Expected 1 space after "=="; 0 found
(#521) Expected 1 space before "?"; 0 found
(#521) Expected 1 space after "?"; 0 found
(#521) Expected 1 space before ":"; 0 found
(#521) Expected 1 space after ":"; 0 found
(#521) Commas (,) must be followed by white space.
(#521) Variable "X" must be all lower-case
(#521) Inline control structures are not allowed
(#521) Usage of ELSEIF not allowed; use ELSE IF instead
(#521) Variable "X" must be all lower-case
(#521) Expected 1 space before "=="; 0 found
(#521) Expected 1 space after "=="; 0 found
(#521) Expected 1 space before "="; 0 found
(#521) Expected 1 space after "="; 0 found
(#521) Variable "X" must be all lower-case
(#521) Inline control structures are not allowed
(#521) Expected 1 space before "="; 0 found
(#521) Expected 1 space after "="; 0 found
(#521) Variable "X" must be all lower-case
(#521) Expected 1 space before "!="; 0 found
(#521) Expected 1 space after "!="; 0 found
(#521) Expected 1 space before "?"; 0 found
(#521) Expected 1 space after "?"; 0 found
(#521) Variable "X" must be all lower-case
(#521) Expected 1 space before ":"; 0 found
(#521) Expected 1 space after ":"; 0 found
(#521) Variable "R" must be all lower-case
(#521) Variable "R" must be all lower-case
(#521) Commas (,) must be followed by white space.
(#521) Variable "X" must be all lower-case
(#521) Closing brace must be on a line by itself
(#521) Inline control structures are not allowed
(#521) Commas (,) must be followed by white space.
(#521) Variable "R" must be all lower-case
(#521) Commas (,) must be followed by white space.
(#521) Inline control structures are not allowed
(#521) Commas (,) must be followed by white space.
(#521) Commas (,) must be followed by white space.
(#521) Expected "foreach (...) {\n"; found "foreach(...){"
(#521) Expected 1 space after "as"; 0 found
(#521) Line exceeds maximum limit of 180 characters; contains 503 characters
(#521) Line exceeds maximum limit of 180 characters; contains 503 characters
(#521) Line exceeds maximum limit of 180 characters; contains 503 characters
(#522) Line indented incorrectly; expected at least 12 spaces, found 0
(#522) Variable "H" must be all lower-case
(#522) Inline control structures are not allowed
(#522) Variable "H" must be all lower-case
(#523) Line indented incorrectly; expected at least 16 spaces, found 0
(#523) Closing brace must be on a line by itself
(#524) Line indented incorrectly; expected at least 12 spaces, found 0
(#524) Closing brace must be on a line by itself
(#525) Line indented incorrectly; expected at least 12 spaces, found 0
(#525) Variable "T" 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
(#526) Line indented incorrectly; expected at least 16 spaces, found 0
(#526) Commas (,) must be followed by white space.
(#526) Commas (,) must be followed by white space.
(#526) Variable "T" must be all lower-case
(#527) Line indented incorrectly; expected at least 16 spaces, found 0
(#527) Closing brace must be on a line by itself
(#528) Line indented incorrectly; expected at least 12 spaces, found 0
(#528) Variable "Si" must be all lower-case
(#528) Expected 1 space after closing parenthesis; found 0
(#528) Opening brace must be the last content on the line
(#529) Line indented incorrectly; expected at least 16 spaces, found 0
(#529) Variable "Si" must be all lower-case
(#529) Closing brace must be on a line by itself
(#530) Line indented incorrectly; expected at least 16 spaces, found 0
(#530) Variable "T" must be all lower-case
(#530) Expected 1 space after closing parenthesis; found 0
(#530) Opening brace must be the last content on the line
(#530) Expected "foreach (...) {\n"; found "foreach(...){"
(#530) Expected 1 space after "as"; 0 found
(#530) Variable "T" must be all lower-case
(#531) Line indented incorrectly; expected at least 20 spaces, found 0
(#531) Variable "R" must be all lower-case
(#531) Expected 1 space before "="; 0 found
(#531) Expected 1 space after "="; 0 found
(#531) Variable "R" must be all lower-case
(#531) Inline control structures are not allowed
(#531) Variable "R" must be all lower-case
(#532) Line indented incorrectly; expected at least 24 spaces, found 0
(#532) Closing brace must be on a line by itself
(#533) Line indented incorrectly; expected at least 16 spaces, found 0
(#533) Closing brace must be on a line by itself
(#534) Line indented incorrectly; expected at least 16 spaces, found 0
(#534) Variable "T" must be all lower-case
(#534) Commas (,) must be followed by white space.
(#534) Variable "Si" must be all lower-case
(#534) Commas (,) must be followed by white space.
(#534) Variable "Ph" must be all lower-case
(#534) Expected 1 space after closing parenthesis; found 0
(#534) Opening brace must be the last content on the line
(#534) Expected "foreach (...) {\n"; found "foreach(...){"
(#534) Expected 1 space before "as"; 0 found
(#534) Expected 1 space after "as"; 0 found
(#534) Variable "T" must be all lower-case
(#534) Commas (,) must be followed by white space.
(#534) Variable "Si" must be all lower-case
(#534) Variable "R" must be all lower-case
(#534) Expected 1 space before "="; 0 found
(#534) Expected 1 space after "="; 0 found
(#534) Variable "R" must be all lower-case
(#534) Inline control structures are not allowed
(#534) Variable "R" must be all lower-case
(#534) Variable "Ph" must be all lower-case
(#534) Line exceeds 132 characters; contains 177 characters
(#534) Line exceeds 132 characters; contains 177 characters
(#534) Line exceeds 132 characters; contains 177 characters
(#535) Line indented incorrectly; expected at least 24 spaces, found 0
(#535) Closing brace must be on a line by itself
(#536) Line indented incorrectly; expected at least 16 spaces, found 0
(#536) Closing brace must be on a line by itself
(#537) Line indented incorrectly; expected at least 16 spaces, found 0
(#537) Variable "D" must be all lower-case
(#537) Commas (,) must be followed by white space.
(#537) Variable "R" must be all lower-case
(#537) Expected 1 space after closing parenthesis; found 0
(#537) Opening brace must be the last content on the line
(#537) Inline control structures are not allowed
(#537) Variable "D" must be all lower-case
(#537) Expected 1 space before "=="; 0 found
(#537) Expected 1 space after "=="; 0 found
(#538) Line indented incorrectly; expected at least 20 spaces, found 0
(#538) Expected 1 space before "=>"; 0 found
(#538) Expected 1 space after "=>"; 0 found
(#538) Inline control structures are not allowed
(#538) Variable "R" must be all lower-case
(#538) Expected 1 space before "==="; 0 found
(#538) Expected 1 space after "==="; 0 found
(#538) Variable "R" must be all lower-case
(#538) Expected 1 space before "="; 0 found
(#538) Expected 1 space after "="; 0 found
(#538) Variable "L" must be all lower-case
(#538) Expected 1 space before "="; 0 found
(#538) Expected 1 space after "="; 0 found
(#538) Variable "R" must be all lower-case
(#538) Variable "D" must be all lower-case
(#538) Line exceeds maximum limit of 180 characters; contains 559 characters
(#538) Line exceeds maximum limit of 180 characters; contains 559 characters
(#538) Line exceeds maximum limit of 180 characters; contains 559 characters
(#539) Line indented incorrectly; expected at least 20 spaces, found 0
(#539) Variable "L" must be all lower-case
(#539) Closing brace must be on a line by itself
(#540) Line indented incorrectly; expected at least 16 spaces, found 0
(#540) Variable "R" must be all lower-case
(#540) Expected 1 space after closing parenthesis; found 0
(#540) Opening brace must be the last content on the line
(#540) Variable "J" must be all lower-case
(#540) Expected 1 space before "="; 0 found
(#540) Expected 1 space after "="; 0 found
(#540) Inline control structures are not allowed
(#540) Expected 1 space before "as"; 0 found
(#540) Expected 1 space after "as"; 0 found
(#540) Variable "R" must be all lower-case
(#540) Variable "K" must be all lower-case
(#540) Variable "J" must be all lower-case
(#540) Variable "K" must be all lower-case
(#540) Expected 1 space before "="; 0 found
(#540) Expected 1 space after "="; 0 found
(#540) Variable "K" must be all lower-case
(#540) Commas (,) must be followed by white space.
(#540) Variable "K" must be all lower-case
(#540) Variable "J" must be all lower-case
(#540) Closing brace must be on a line by itself
(#540) Line exceeds maximum limit of 180 characters; contains 217 characters
(#540) Line exceeds maximum limit of 180 characters; contains 217 characters
(#540) Line exceeds maximum limit of 180 characters; contains 217 characters
(#541) Line indented incorrectly; expected at least 16 spaces, found 0
(#541) Expected 1 space after closing parenthesis; found 0
(#541) Opening brace must be the last content on the line
(#542) Line indented incorrectly; expected at least 20 spaces, found 0
(#542) Expected 1 space before "=>"; 0 found
(#542) Expected 1 space after "=>"; 0 found
(#542) Commas (,) must be followed by white space.
(#542) Commas (,) must be followed by white space.
(#542) Expected 1 space before "=>"; 0 found
(#542) Expected 1 space after "=>"; 0 found
(#542) Commas (,) must be followed by white space.
(#542) Commas (,) must be followed by white space.
(#542) Commas (,) must be followed by white space.
(#542) Expected 1 space before "=>"; 0 found
(#542) Expected 1 space after "=>"; 0 found
(#542) Commas (,) must be followed by white space.
(#542) Commas (,) must be followed by white space.
(#542) Closing brace must be on a line by itself
(#542) Line exceeds 132 characters; contains 145 characters
(#542) Line exceeds 132 characters; contains 145 characters
(#542) Line exceeds 132 characters; contains 145 characters
(#543) Line indented incorrectly; expected at least 16 spaces, found 0
(#543) Variable "D" must be all lower-case
(#543) Commas (,) must be followed by white space.
(#543) Variable "U" must be all lower-case
(#543) Expected 1 space after closing parenthesis; found 0
(#543) Opening brace must be the last content on the line
(#543) Variable "L" must be all lower-case
(#543) Expected 1 space before "="; 0 found
(#543) Expected 1 space after "="; 0 found
(#545) Variable "D" must be all lower-case
(#545) Variable "J" must be all lower-case
(#545) Expected 1 space before "="; 0 found
(#545) Expected 1 space after "="; 0 found
(#545) Variable "L" must be all lower-case
(#545) Variable "J" must be all lower-case
(#545) Expected 1 space before "="; 0 found
(#545) Expected 1 space after "="; 0 found
(#545) Expected 1 space before "=>"; 0 found
(#545) Expected 1 space after "=>"; 0 found
(#545) Variable "J" must be all lower-case
(#545) Variable "J" must be all lower-case
(#545) Expected 1 space before "="; 0 found
(#545) Expected 1 space after "="; 0 found
(#545) Line exceeds maximum limit of 180 characters; contains 260 characters
(#545) Line exceeds maximum limit of 180 characters; contains 260 characters
(#545) Line exceeds maximum limit of 180 characters; contains 260 characters
(#547) Variable "D" must be all lower-case
(#548) Variable "J" must be all lower-case
(#548) Closing brace must be on a line by itself
(#549) Line indented incorrectly; expected at least 20 spaces, found 0
(#549) Expected 1 space after closing parenthesis; found 0
(#549) Opening brace must be the last content on the line
(#550) Line indented incorrectly; expected at least 24 spaces, found 0
(#550) Line exceeds 132 characters; contains 148 characters
(#550) Line exceeds 132 characters; contains 148 characters
(#550) Line exceeds 132 characters; contains 148 characters
(#553) Closing brace must be on a line by itself
(#554) Expected 1 space after closing parenthesis; found 0
(#554) Opening brace must be the last content on the line
(#555) Line indented incorrectly; expected at least 4 spaces, found 0
(#555) Closing brace must be on a line by itself
(#556) Variable "D" must be all lower-case
(#556) Commas (,) must be followed by white space.
(#556) Variable "K" must be all lower-case
(#556) Expected 1 space after closing parenthesis; found 0
(#556) Opening brace must be the last content on the line
(#556) Variable "J" must be all lower-case
(#556) Expected 1 space before "="; 0 found
(#556) Expected 1 space after "="; 0 found
(#556) Inline control structures are not allowed
(#556) Expected 1 space before "as"; 0 found
(#556) Expected 1 space after "as"; 0 found
(#556) Variable "K" must be all lower-case
(#556) Variable "J" must be all lower-case
(#556) Expected 1 space before "="; 0 found
(#556) Expected 1 space after "="; 0 found
(#557) Line indented incorrectly; expected at least 4 spaces, found 0
(#557) Variable "D" must be all lower-case
(#557) Commas (,) must be followed by white space.
(#557) Variable "J" must be all lower-case
(#557) Closing brace must be on a line by itself
(#558) Line indented incorrectly; expected at least 4 spaces, found 0
(#558) Expected 1 space after closing parenthesis; found 0
(#558) Opening brace must be the last content on the line
(#559) Line indented incorrectly; expected at least 8 spaces, found 0
(#559) Closing brace must be on a line by itself
(#560) Line indented incorrectly; expected at least 4 spaces, found 0
(#560) Commas (,) must be followed by white space.
(#560) Variable "H" must be all lower-case
(#560) Expected 1 space after closing parenthesis; found 0
(#560) Opening brace must be the last content on the line
(#560) Variable "H" must be all lower-case
(#560) Closing brace must be on a line by itself
(#561) Line indented incorrectly; expected at least 4 spaces, found 0
(#561) Variable "S" must be all lower-case
(#561) Commas (,) must be followed by white space.
(#561) Variable "Z" must be all lower-case
(#561) Expected 1 space after closing parenthesis; found 0
(#561) Opening brace must be the last content on the line
(#561) Inline control structures are not allowed
(#561) Commas (,) must be followed by white space.
(#561) Variable "S" must be all lower-case
(#561) Variable "Z" must be all lower-case
(#561) Expected 1 space before "?"; 0 found
(#561) Expected 1 space after "?"; 0 found
(#561) Commas (,) must be followed by white space.
(#561) Variable "Z" must be all lower-case
(#561) Expected 1 space before ":"; 0 found
(#561) Expected 1 space after ":"; 0 found
(#561) Commas (,) must be followed by white space.
(#561) Variable "Ag" must be all lower-case
(#561) Variable "Ag" must be all lower-case
(#561) Line exceeds maximum limit of 180 characters; contains 182 characters
(#561) Line exceeds maximum limit of 180 characters; contains 182 characters
(#561) Line exceeds maximum limit of 180 characters; contains 182 characters
(#562) Line indented incorrectly; expected at least 8 spaces, found 0
(#562) Closing brace must be on a line by itself
(#563) Line indented incorrectly; expected at least 4 spaces, found 0
(#563) Expected 1 space after closing parenthesis; found 0
(#563) Opening brace must be the last content on the line
(#564) Line indented incorrectly; expected at least 8 spaces, found 0
(#568) Closing brace must be on a line by itself
(#569) Line indented incorrectly; expected at least 8 spaces, found 0
(#569) Expected 1 space after closing parenthesis; found 0
(#569) Opening brace must be the last content on the line
(#570) Line indented incorrectly; expected at least 12 spaces, found 0
(#570) Closing brace must be on a line by itself
(#571) Expected 1 space after closing parenthesis; found 0
(#571) Opening brace must be the last content on the line
(#571) Closing brace must be on a line by itself
(#572) Variable "Tg" must be all lower-case
(#572) Expected 1 space after closing parenthesis; found 0
(#572) Opening brace must be the last content on the line
(#572) Commas (,) must be followed by white space.
(#572) Commas (,) must be followed by white space.
(#572) Variable "_h" must not contain underscores.
(#572) Variable "J" must be all lower-case
(#572) Expected 1 space before "="; 0 found
(#572) Expected 1 space after "="; 0 found
(#572) Variable "Tg" must be all lower-case
(#572) Expected "foreach (...) {\n"; found "foreach(...){"
(#572) Expected 1 space before "as"; 0 found
(#572) Expected 1 space after "as"; 0 found
(#572) Variable "U" must be all lower-case
(#572) Expected "if (...) {\n"; found "if(...){"
(#572) Variable "U" must be all lower-case
(#572) Variable "U" must be all lower-case
(#572) Expected 1 space before "="; 0 found
(#572) Expected 1 space after "="; 0 found
(#572) Variable "_h" must not contain underscores.
(#572) Expected 1 space before "="; 0 found
(#572) Expected 1 space after "="; 0 found
(#572) Variable "U" must be all lower-case
(#572) Closing brace must be on a line by itself
(#572) Closing brace must be on a line by itself
(#572) Variable "J" must be all lower-case
(#572) Closing brace must be on a line by itself
(#572) Line exceeds 132 characters; contains 175 characters
(#572) Line exceeds 132 characters; contains 175 characters
(#572) Line exceeds 132 characters; contains 175 characters
(#573) Variable "R" must be all lower-case
(#573) Commas (,) must be followed by white space.
(#573) Variable "Ma" must be all lower-case
(#573) Commas (,) must be followed by white space.
(#573) Variable "Ah" must be all lower-case
(#573) Expected 1 space after closing parenthesis; found 0
(#573) Opening brace must be the last content on the line
(#573) Variable "J" must be all lower-case
(#573) Expected 1 space before "="; 0 found
(#573) Expected 1 space after "="; 0 found
(#573) Variable "Jg" must be all lower-case
(#573) Expected 1 space before "="; 0 found
(#573) Expected 1 space after "="; 0 found
(#573) Expected 1 space before "="; 0 found
(#573) Expected 1 space after "="; 0 found
(#573) Expected 1 space before "="; 0 found
(#573) Expected 1 space after "="; 0 found
(#573) Variable "R" must be all lower-case
(#573) Expected 1 space before "="; 0 found
(#573) Expected 1 space after "="; 0 found
(#573) Variable "R" must be all lower-case
(#573) Expected 1 space before "="; 0 found
(#573) Expected 1 space after "="; 0 found
(#573) Variable "R" must be all lower-case
(#573) Variable "Zc" must be all lower-case
(#573) Expected 1 space before "="; 0 found
(#573) Expected 1 space after "="; 0 found
(#573) Variable "R" must be all lower-case
(#573) Variable "Zc" must be all lower-case
(#573) Inline control structures are not allowed
(#573) Line exceeds 132 characters; contains 179 characters
(#573) Line exceeds 132 characters; contains 179 characters
(#573) Line exceeds 132 characters; contains 179 characters
(#574) Line indented incorrectly; expected at least 4 spaces, found 0
(#574) Variable "J" must be all lower-case
(#574) Expected 1 space before "="; 0 found
(#574) Expected 1 space after "="; 0 found
(#574) Expected "foreach (...) {\n"; found "foreach(...){"
(#574) Expected 1 space before "=>"; 0 found
(#574) Expected 1 space after "=>"; 0 found
(#574) Expected 1 space after "as"; 0 found
(#575) Line indented incorrectly; expected at least 4 spaces, found 0
(#575) Variable "Rc" must be all lower-case
(#575) Expected 1 space before "=>"; 0 found
(#575) Expected 1 space after "=>"; 0 found
(#575) Variable "Kf" must be all lower-case
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#575) Expected 1 space before "?"; 0 found
(#575) Expected 1 space after "?"; 0 found
(#575) Expected 1 space before ":"; 0 found
(#575) Expected 1 space after ":"; 0 found
(#575) Variable "Jg" must be all lower-case
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#575) Variable "Kf" must be all lower-case
(#575) Expected "if (...) {\n"; found "if(...){"
(#575) Commas (,) must be followed by white space.
(#575) Commas (,) must be followed by white space.
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#575) Expected 1 space before "?"; 0 found
(#575) Expected 1 space after "?"; 0 found
(#575) Expected 1 space before ":"; 0 found
(#575) Expected 1 space after ":"; 0 found
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#575) Variable "Ah" must be all lower-case
(#575) Expected 1 space before "=="; 0 found
(#575) Expected 1 space after "=="; 0 found
(#575) Expected 1 space before "?"; 0 found
(#575) Expected 1 space after "?"; 0 found
(#575) Expected 1 space before ":"; 0 found
(#575) Expected 1 space after ":"; 0 found
(#575) Variable "Ma" must be all lower-case
(#575) Expected 1 space before "?"; 0 found
(#575) Expected 1 space after "?"; 0 found
(#575) Expected 1 space before ":"; 0 found
(#575) Expected 1 space after ":"; 0 found
(#575) Closing brace must be on a line by itself
(#575) Closing brace must be on a line by itself
(#575) Inline control structures are not allowed
(#575) Variable "J" must be all lower-case
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#575) Commas (,) must be followed by white space.
(#575) Variable "J" must be all lower-case
(#575) Expected "foreach (...) {\n"; found "foreach(...){"
(#575) Expected 1 space before "=>"; 0 found
(#575) Expected 1 space after "=>"; 0 found
(#575) Expected 1 space after "as"; 0 found
(#575) Line exceeds maximum limit of 180 characters; contains 650 characters
(#575) Line exceeds maximum limit of 180 characters; contains 650 characters
(#575) Line exceeds maximum limit of 180 characters; contains 650 characters
(#576) Line indented incorrectly; expected at least 4 spaces, found 0
(#576) Variable "Dd" must be all lower-case
(#576) Expected 1 space before "=>"; 0 found
(#576) Expected 1 space after "=>"; 0 found
(#576) Variable "Jg" must be all lower-case
(#576) Expected 1 space before "="; 0 found
(#576) Expected 1 space after "="; 0 found
(#576) Variable "Dd" must be all lower-case
(#576) Commas (,) must be followed by white space.
(#576) Commas (,) must be followed by white space.
(#576) Closing brace must be on a line by itself
(#576) Variable "Jg" must be all lower-case
(#576) Expected 1 space before "="; 0 found
(#576) Expected 1 space after "="; 0 found
(#576) Variable "Dd" must be all lower-case
(#576) Commas (,) must be followed by white space.
(#576) Commas (,) must be followed by white space.
(#576) Closing brace must be on a line by itself
(#576) Closing brace must be on a line by itself
(#576) Closing brace must be on a line by itself
(#576) Inline control structures are not allowed
(#576) Expected 1 space before "=>"; 0 found
(#576) Expected 1 space after "=>"; 0 found
(#576) Expected 1 space after "as"; 0 found
(#576) Line exceeds maximum limit of 180 characters; contains 295 characters
(#576) Variable "Zc" must be all lower-case
(#576) Line exceeds maximum limit of 180 characters; contains 295 characters
(#576) Line exceeds maximum limit of 180 characters; contains 295 characters
(#577) Line indented incorrectly; expected at least 4 spaces, found 0
(#577) Variable "Yc" must be all lower-case
(#577) Expected 1 space before "=>"; 0 found
(#577) Expected 1 space after "=>"; 0 found
(#577) Variable "Xc" must be all lower-case
(#577) Variable "Jg" must be all lower-case
(#577) Expected 1 space before "="; 0 found
(#577) Expected 1 space after "="; 0 found
(#577) Variable "Yc" must be all lower-case
(#577) Variable "Xc" must be all lower-case
(#577) Variable "Xc" must be all lower-case
(#577) Expected 1 space before "?"; 0 found
(#577) Expected 1 space after "?"; 0 found
(#577) Expected 1 space before ":"; 0 found
(#577) Expected 1 space after ":"; 0 found
(#577) Variable "J" must be all lower-case
(#577) Expected 1 space before ".="; 0 found
(#577) Expected 1 space after ".="; 0 found
(#577) Commas (,) must be followed by white space.
(#577) Variable "Jg" must be all lower-case
(#577) Expected 1 space before "?"; 0 found
(#577) Expected 1 space after "?"; 0 found
(#577) Expected 1 space before ":"; 0 found
(#577) Expected 1 space after ":"; 0 found
(#577) Expected "foreach (...) {\n"; found "foreach(...){"
(#577) Expected 1 space before "=>"; 0 found
(#577) Expected 1 space after "=>"; 0 found
(#577) Expected 1 space after "as"; 0 found
(#577) Line exceeds maximum limit of 180 characters; contains 207 characters
(#577) Line exceeds maximum limit of 180 characters; contains 207 characters
(#577) Line exceeds maximum limit of 180 characters; contains 207 characters
(#578) Line indented incorrectly; expected at least 4 spaces, found 0
(#578) Variable "Dd" must be all lower-case
(#578) Expected 1 space before "=>"; 0 found
(#578) Expected 1 space after "=>"; 0 found
(#578) Inline control structures are not allowed
(#578) Expected 1 space before "=="; 0 found
(#578) Expected 1 space after "=="; 0 found
(#578) Variable "J" must be all lower-case
(#578) Expected 1 space before ".="; 0 found
(#578) Expected 1 space after ".="; 0 found
(#578) Variable "Dd" must be all lower-case
(#578) Commas (,) must be followed by white space.
(#578) Commas (,) must be followed by white space.
(#578) Closing brace must be on a line by itself
(#578) Inline control structures are not allowed
(#578) Variable "J" must be all lower-case
(#578) Expected 1 space before ".="; 0 found
(#578) Expected 1 space after ".="; 0 found
(#578) Expected "foreach (...) {\n"; found "foreach(...){"
(#578) Expected 1 space before "=>"; 0 found
(#578) Expected 1 space after "=>"; 0 found
(#578) Expected 1 space after "as"; 0 found
(#578) Line exceeds maximum limit of 180 characters; contains 351 characters
(#578) Line exceeds maximum limit of 180 characters; contains 351 characters
(#578) Line exceeds maximum limit of 180 characters; contains 351 characters
(#579) Line indented incorrectly; expected at least 4 spaces, found 0
(#579) Variable "Rc" must be all lower-case
(#579) Expected 1 space before "=>"; 0 found
(#579) Expected 1 space after "=>"; 0 found
(#579) Inline control structures are not allowed
(#579) Variable "J" must be all lower-case
(#579) Expected 1 space before ".="; 0 found
(#579) Expected 1 space after ".="; 0 found
(#579) Variable "Rc" must be all lower-case
(#579) Closing brace must be on a line by itself
(#579) Line exceeds 132 characters; contains 167 characters
(#579) Line exceeds 132 characters; contains 167 characters
(#579) Line exceeds 132 characters; contains 167 characters
(#580) Line indented incorrectly; expected at least 4 spaces, found 0
(#580) Variable "J" must be all lower-case
(#580) Commas (,) must be followed by white space.
(#580) Closing brace must be on a line by itself
(#581) Variable "R" 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 "R" must be all lower-case
(#581) Closing brace must be on a line by itself
(#582) Variable "R" must be all lower-case
(#582) Expected 1 space after closing parenthesis; found 0
(#582) Opening brace must be the last content on the line
(#582) Expected 1 space before "="; 0 found
(#582) Expected 1 space after "="; 0 found
(#582) Variable "R" must be all lower-case
(#582) Variable "J" must be all lower-case
(#582) Expected 1 space before "="; 0 found
(#582) Expected 1 space after "="; 0 found
(#582) Expected "foreach (...) {\n"; found "foreach(...){"
(#582) Expected 1 space before "=>"; 0 found
(#582) Expected 1 space after "=>"; 0 found
(#582) Expected 1 space before "as"; 0 found
(#582) Expected 1 space after "as"; 0 found
(#582) Variable "R" must be all lower-case
(#582) Expected 1 space before "=>"; 0 found
(#582) Expected 1 space after "=>"; 0 found
(#582) Expected 1 space before "="; 0 found
(#582) Expected 1 space after "="; 0 found
(#582) Commas (,) must be followed by white space.
(#582) Variable "J" must be all lower-case
(#582) Expected 1 space before ".="; 0 found
(#582) Expected 1 space after ".="; 0 found
(#582) Closing brace must be on a line by itself
(#582) Variable "J" must be all lower-case
(#582) Closing brace must be on a line by itself
(#582) Line exceeds maximum limit of 180 characters; contains 292 characters
(#582) Line exceeds maximum limit of 180 characters; contains 292 characters
(#582) Line exceeds maximum limit of 180 characters; contains 292 characters
(#583) Expected 1 space after closing parenthesis; found 0
(#583) Opening brace must be the last content on the line
(#583) Closing brace must be on a line by itself
(#584) Expected 1 space after closing parenthesis; found 0
(#584) Opening brace must be the last content on the line
(#585) Line indented incorrectly; expected at least 4 spaces, found 0
(#585) Closing brace must be on a line by itself
(#586) Expected 1 space after closing parenthesis; found 0
(#586) Opening brace must be the last content on the line
(#587) Line indented incorrectly; expected at least 4 spaces, found 0
(#587) Expected 1 space before "?"; 0 found
(#587) Expected 1 space after "?"; 0 found
(#587) Expected 1 space before ":"; 0 found
(#587) Expected 1 space after ":"; 0 found
(#587) Closing brace must be on a line by itself
(#588) Line indented incorrectly; expected at least 4 spaces, found 0
(#588) Closing brace must be on a line by itself
(#589) Line indented incorrectly; expected at least 4 spaces, found 0
(#589) Closing brace must be on a line by itself
(#590) Line indented incorrectly; expected at least 4 spaces, found 0
(#590) Commas (,) must be followed by white space.
(#590) Variable "J" must be all lower-case
(#590) Expected 1 space after closing parenthesis; found 0
(#590) Opening brace must be the last content on the line
(#590) Variable "J" must be all lower-case
(#590) Closing brace must be on a line by itself
(#591) Line indented incorrectly; expected at least 4 spaces, found 0
(#591) Variable "Pc" must be all lower-case
(#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 8 spaces, found 0
(#592) Expected 1 space before "?"; 0 found
(#592) Expected 1 space after "?"; 0 found
(#592) Expected 1 space before ":"; 0 found
(#592) Expected 1 space after ":"; 0 found
(#592) Commas (,) must be followed by white space.
(#592) Variable "Pc" must be all lower-case
(#592) Closing brace must be on a line by itself
(#592) Line exceeds maximum limit of 180 characters; contains 204 characters
(#592) Line exceeds maximum limit of 180 characters; contains 204 characters
(#592) Line exceeds maximum limit of 180 characters; contains 204 characters
(#593) Line indented incorrectly; expected at least 4 spaces, found 0
(#593) Variable "X" must be all lower-case
(#593) Expected 1 space after closing parenthesis; found 0
(#593) Opening brace must be the last content on the line
(#594) Line indented incorrectly; expected at least 8 spaces, found 0
(#594) Variable "X" must be all lower-case
(#594) Closing brace must be on a line by itself
(#595) Line indented incorrectly; expected at least 8 spaces, found 0
(#595) Expected 1 space after closing parenthesis; found 0
(#595) Opening brace must be the last content on the line
(#595) Closing brace must be on a line by itself
(#596) Line indented incorrectly; expected at least 8 spaces, found 0
(#596) Expected 1 space after closing parenthesis; found 0
(#596) Opening brace must be the last content on the line
(#596) Closing brace must be on a line by itself
(#596) Expected 1 space before "="; 0 found
(#596) Expected 1 space after "="; 0 found
(#596) Expected 1 space before "="; 0 found
(#596) Expected 1 space after "="; 0 found
(#596) Variable "_h" must not contain underscores.
(#596) Expected 1 space before "="; 0 found
(#596) Expected 1 space after "="; 0 found
(#596) Expected "foreach (...) {\n"; found "foreach(...){"
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Expected 1 space before "as"; 0 found
(#596) Expected 1 space after "as"; 0 found
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Variable "X" must be all lower-case
(#596) Expected 1 space before "+="; 0 found
(#596) Expected 1 space after "+="; 0 found
(#596) Variable "X" must be all lower-case
(#596) Variable "_h" must not contain underscores.
(#596) Expected 1 space before "="; 0 found
(#596) Expected 1 space after "="; 0 found
(#596) Variable "X" must be all lower-case
(#596) Closing brace must be on a line by itself
(#596) Variable "Bi" must be all lower-case
(#596) Expected 1 space before "="; 0 found
(#596) Expected 1 space after "="; 0 found
(#596) Expected 1 space before "="; 0 found
(#596) Expected 1 space after "="; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "="; 0 found
(#596) Expected 1 space after "="; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "="; 0 found
(#596) Expected 1 space after "="; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "="; 0 found
(#596) Expected 1 space after "="; 0 found
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Closing brace must be on a line by itself
(#596) Expected 1 space before "="; 0 found
(#596) Expected 1 space after "="; 0 found
(#596) Expected "if (...) {\n"; found "if(...){"
(#596) Expected 1 space before "="; 0 found
(#596) Expected 1 space after "="; 0 found
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Expected "if (...) {\n"; found "if(...){"
(#596) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#596) Line exceeds maximum limit of 180 characters; contains 1265 characters
(#596) Line exceeds maximum limit of 180 characters; contains 1265 characters
(#596) Line exceeds maximum limit of 180 characters; contains 1265 characters
(#597) Line indented incorrectly; expected at least 96 spaces, found 0
(#597) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#597) Scope modifier not specified for member variable "$extension"
(#597) Expected 1 space before "="; 0 found
(#597) Expected 1 space after "="; 0 found
(#597) Commas (,) must be followed by white space.
(#597) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#597) Scope modifier not specified for member variable "$_link"
(#597) Commas (,) must be followed by white space.
(#597) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#597) Scope modifier not specified for member variable "$_result"
(#597) Commas (,) must be followed by white space.
(#597) Member variable "server_info" must not contain underscores.
(#597) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#597) Scope modifier not specified for member variable "$server_info"
(#597) Commas (,) must be followed by white space.
(#597) Member variable "affected_rows" must not contain underscores.
(#597) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#597) Scope modifier not specified for member variable "$affected_rows"
(#597) Commas (,) must be followed by white space.
(#597) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#597) Scope modifier not specified for member variable "$errno"
(#597) Commas (,) must be followed by white space.
(#597) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#597) Scope modifier not specified for member variable "$error"
(#597) Visibility must be declared on method "_error"
(#598) Line indented incorrectly; expected at least 100 spaces, found 0
(#598) Commas (,) must be followed by white space.
(#598) Expected 1 space after closing parenthesis; found 0
(#598) Opening brace must be the last content on the line
(#598) Inline control structures are not allowed
(#598) Expected 1 space before "="; 0 found
(#598) Expected 1 space after "="; 0 found
(#598) Expected 1 space before "="; 0 found
(#598) Expected 1 space after "="; 0 found
(#598) Commas (,) must be followed by white space.
(#598) Commas (,) must be followed by white space.
(#598) Expected 1 space before "="; 0 found
(#598) Expected 1 space after "="; 0 found
(#598) Closing brace must be on a line by itself
(#598) Line exceeds 132 characters; contains 141 characters
(#598) Line exceeds 132 characters; contains 141 characters
(#598) Line exceeds 132 characters; contains 141 characters
(#598) Visibility must be declared on method "connect"
(#599) Line indented incorrectly; expected at least 100 spaces, found 0
(#599) Variable "O" must be all lower-case
(#599) Commas (,) must be followed by white space.
(#599) Variable "V" must be all lower-case
(#599) Commas (,) must be followed by white space.
(#599) Variable "G" must be all lower-case
(#599) Expected 1 space after closing parenthesis; found 0
(#599) Opening brace must be the last content on the line
(#599) Expected 1 space before "="; 0 found
(#599) Expected 1 space after "="; 0 found
(#599) Variable "V" must be all lower-case
(#599) Commas (,) must be followed by white space.
(#599) Variable "G" must be all lower-case
(#599) Commas (,) must be followed by white space.
(#599) Variable "O" must be all lower-case
(#599) Commas (,) must be followed by white space.
(#599) Expected "if (...) {\n"; found "if(...){"
(#599) Expected 1 space before "="; 0 found
(#599) Expected 1 space after "="; 0 found
(#599) Line exceeds 132 characters; contains 144 characters
(#599) Line exceeds 132 characters; contains 144 characters
(#599) Line exceeds 132 characters; contains 144 characters
(#600) Line indented incorrectly; expected at least 108 spaces, found 0
(#600) Closing brace must be on a line by itself
(#600) Expected 1 space before "="; 0 found
(#600) Expected 1 space after "="; 0 found
(#600) Expected 1 space before "="; 0 found
(#600) Expected 1 space after "="; 0 found
(#601) Line indented incorrectly; expected at least 100 spaces, found 0
(#601) Closing brace must be on a line by itself
(#601) Visibility must be declared on method "quote"
(#602) Line indented incorrectly; expected at least 100 spaces, found 0
(#602) Variable "Q" must be all lower-case
(#602) Expected 1 space after closing parenthesis; found 0
(#602) Opening brace must be the last content on the line
(#602) Commas (,) must be followed by white space.
(#602) Commas (,) must be followed by white space.
(#602) Variable "Q" must be all lower-case
(#602) Closing brace must be on a line by itself
(#602) Visibility must be declared on method "select_db"
(#603) Line indented incorrectly; expected at least 100 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 104 spaces, found 0
(#604) Closing brace must be on a line by itself
(#604) Visibility must be declared on method "query"
(#605) Line indented incorrectly; expected at least 100 spaces, found 0
(#605) Variable "H" must be all lower-case
(#605) Commas (,) must be followed by white space.
(#605) Expected 1 space after closing parenthesis; found 0
(#605) Opening brace must be the last content on the line
(#605) Variable "I" must be all lower-case
(#605) Expected 1 space before "="; 0 found
(#605) Expected 1 space after "="; 0 found
(#605) Commas (,) must be followed by white space.
(#605) Variable "H" must be all lower-case
(#605) Expected 1 space before "="; 0 found
(#605) Expected 1 space after "="; 0 found
(#605) Expected "if (...) {\n"; found "if(...){"
(#605) Variable "I" must be all lower-case
(#605) Expected 1 space before "="; 0 found
(#605) Expected 1 space after "="; 0 found
(#605) Expected 1 space before "="; 0 found
(#605) Expected 1 space after "="; 0 found
(#605) Expected 1 space before "="; 0 found
(#605) Expected 1 space after "="; 0 found
(#605) Line exceeds 132 characters; contains 158 characters
(#605) Line exceeds 132 characters; contains 158 characters
(#605) Line exceeds 132 characters; contains 158 characters
(#606) Line indented incorrectly; expected at least 108 spaces, found 0
(#606) Closing brace must be on a line by itself
(#606) Commas (,) must be followed by white space.
(#606) Variable "J" must be all lower-case
(#606) Expected 1 space before "="; 0 found
(#606) Expected 1 space after "="; 0 found
(#606) Variable "I" must be all lower-case
(#606) Expected "if (...) {\n"; found "if(...){"
(#606) Variable "J" must be all lower-case
(#606) Inline control structures are not allowed
(#606) Variable "I" must be all lower-case
(#607) Line indented incorrectly; expected at least 104 spaces, found 0
(#608) Line indented incorrectly; expected at least 104 spaces, found 0
(#608) Variable "I" must be all lower-case
(#608) Expected 1 space before "="; 0 found
(#608) Expected 1 space after "="; 0 found
(#608) Variable "I" must be all lower-case
(#608) Closing brace must be on a line by itself
(#608) Variable "J" must be all lower-case
(#608) Closing brace must be on a line by itself
(#608) Visibility must be declared on method "multi_query"
(#609) Line indented incorrectly; expected at least 104 spaces, found 0
(#609) Variable "H" 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) Expected 1 space before "="; 0 found
(#609) Expected 1 space after "="; 0 found
(#609) Variable "H" must be all lower-case
(#609) Closing brace must be on a line by itself
(#609) Visibility must be declared on method "store_result"
(#610) Line indented incorrectly; expected at least 104 spaces, found 0
(#610) Expected 1 space after closing parenthesis; found 0
(#610) Opening brace must be the last content on the line
(#610) Closing brace must be on a line by itself
(#610) Visibility must be declared on method "next_result"
(#611) Line indented incorrectly; expected at least 104 spaces, found 0
(#611) Expected 1 space after closing parenthesis; found 0
(#611) Opening brace must be the last content on the line
(#612) Line indented incorrectly; expected at least 108 spaces, found 0
(#612) Closing brace must be on a line by itself
(#612) Visibility must be declared on method "result"
(#613) Line indented incorrectly; expected at least 104 spaces, found 0
(#613) Variable "H" must be all lower-case
(#613) Commas (,) must be followed by white space.
(#613) Expected 1 space after closing parenthesis; found 0
(#613) Opening brace must be the last content on the line
(#613) Variable "I" must be all lower-case
(#613) Expected 1 space before "="; 0 found
(#613) Expected 1 space after "="; 0 found
(#613) Variable "H" must be all lower-case
(#613) Inline control structures are not allowed
(#613) Variable "I" must be all lower-case
(#613) Variable "I" must be all lower-case
(#614) Line indented incorrectly; expected at least 108 spaces, found 0
(#615) Line indented incorrectly; expected at least 108 spaces, found 0
(#615) Variable "I" must be all lower-case
(#615) Commas (,) must be followed by white space.
(#615) Closing brace must be on a line by itself
(#615) Closing brace must be on a line by itself
(#615) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 235
(#616) Line indented incorrectly; expected at least 8 spaces, found 0
(#616) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#616) Scope modifier not specified for member variable "$_result"
(#616) Commas (,) must be followed by white space.
(#616) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#616) Scope modifier not specified for member variable "$_offset"
(#616) Expected 1 space before "="; 0 found
(#616) Expected 1 space after "="; 0 found
(#616) Commas (,) must be followed by white space.
(#616) Member variable "num_rows" must not contain underscores.
(#616) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#616) Scope modifier not specified for member variable "$num_rows"
(#616) Visibility must be declared on method "__construct"
(#617) Line indented incorrectly; expected at least 12 spaces, found 0
(#617) Variable "I" must be all lower-case
(#617) Expected 1 space after closing parenthesis; found 0
(#617) Opening brace must be the last content on the line
(#617) Expected 1 space before "="; 0 found
(#617) Expected 1 space after "="; 0 found
(#617) Variable "I" must be all lower-case
(#617) Closing brace must be on a line by itself
(#617) Visibility must be declared on method "_convert"
(#618) Line indented incorrectly; expected at least 12 spaces, found 0
(#618) Variable "K" must be all lower-case
(#618) Expected 1 space after closing parenthesis; found 0
(#618) Opening brace must be the last content on the line
(#618) Expected "foreach (...) {\n"; found "foreach(...){"
(#618) Expected 1 space before "=>"; 0 found
(#618) Expected 1 space after "=>"; 0 found
(#618) Expected 1 space after "as"; 0 found
(#618) Variable "K" must be all lower-case
(#619) Line indented incorrectly; expected at least 16 spaces, found 0
(#619) Expected 1 space before "=>"; 0 found
(#619) Expected 1 space after "=>"; 0 found
(#619) Variable "X" must be all lower-case
(#619) Inline control structures are not allowed
(#619) Variable "X" must be all lower-case
(#619) Commas (,) must be followed by white space.
(#619) Variable "K" must be all lower-case
(#619) Expected 1 space before "="; 0 found
(#619) Expected 1 space after "="; 0 found
(#619) Variable "X" must be all lower-case
(#619) Closing brace must be on a line by itself
(#619) Variable "K" must be all lower-case
(#619) Closing brace must be on a line by itself
(#619) Visibility must be declared on method "fetch_assoc"
(#620) Line indented incorrectly; expected at least 12 spaces, found 0
(#620) Expected 1 space after closing parenthesis; found 0
(#620) Opening brace must be the last content on the line
(#620) Closing brace must be on a line by itself
(#620) Visibility must be declared on method "fetch_row"
(#621) Line indented incorrectly; expected at least 12 spaces, found 0
(#621) Expected 1 space after closing parenthesis; found 0
(#621) Opening brace must be the last content on the line
(#621) Closing brace must be on a line by itself
(#621) Visibility must be declared on method "fetch_field"
(#622) Line indented incorrectly; expected at least 12 spaces, found 0
(#622) Expected 1 space after closing parenthesis; found 0
(#622) Opening brace must be the last content on the line
(#622) Expected 1 space before "="; 0 found
(#622) Expected 1 space after "="; 0 found
(#622) Variable "J" must be all lower-case
(#622) Expected 1 space before "="; 0 found
(#622) Expected 1 space after "="; 0 found
(#623) Line indented incorrectly; expected at least 16 spaces, found 0
(#623) Variable "J" must be all lower-case
(#623) Expected 1 space before "="; 0 found
(#623) Expected 1 space after "="; 0 found
(#623) Commas (,) must be followed by white space.
(#623) Variable "J" must be all lower-case
(#623) Expected 1 space before "="; 0 found
(#623) Expected 1 space after "="; 0 found
(#623) Variable "J" must be all lower-case
(#623) Variable "J" must be all lower-case
(#623) Expected 1 space before "="; 0 found
(#623) Expected 1 space after "="; 0 found
(#623) Commas (,) must be followed by white space.
(#623) Variable "J" must be all lower-case
(#623) Expected 1 space before "="; 0 found
(#623) Expected 1 space after "="; 0 found
(#623) Commas (,) must be followed by white space.
(#623) Variable "J" must be all lower-case
(#623) Expected 1 space before "?"; 0 found
(#623) Expected 1 space after "?"; 0 found
(#623) Expected 1 space before ":"; 0 found
(#623) Expected 1 space after ":"; 0 found
(#623) Variable "J" must be all lower-case
(#623) Closing brace must be on a line by itself
(#623) Line exceeds maximum limit of 180 characters; contains 195 characters
(#623) Visibility must be declared on method "__destruct"
(#623) Line exceeds maximum limit of 180 characters; contains 195 characters
(#623) Line exceeds maximum limit of 180 characters; contains 195 characters
(#624) Line indented incorrectly; expected at least 12 spaces, found 0
(#624) Expected 1 space after closing parenthesis; found 0
(#624) Opening brace must be the last content on the line
(#624) Closing brace must be on a line by itself
(#624) Closing brace must be on a line by itself
(#624) Closing brace must be on a line by itself
(#624) Usage of ELSEIF not allowed; use ELSE IF instead
(#624) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#625) Line indented incorrectly; expected at least 12 spaces, found 0
(#626) Line indented incorrectly; expected at least 12 spaces, found 0
(#627) Line indented incorrectly; expected at least 12 spaces, found 0
(#627) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#627) Scope modifier not specified for member variable "$extension"
(#627) Expected 1 space before "="; 0 found
(#627) Expected 1 space after "="; 0 found
(#627) Visibility must be declared on method "connect"
(#628) Line indented incorrectly; expected at least 16 spaces, found 0
(#628) Variable "O" must be all lower-case
(#628) Commas (,) must be followed by white space.
(#628) Variable "V" must be all lower-case
(#628) Commas (,) must be followed by white space.
(#628) Variable "G" must be all lower-case
(#628) Expected 1 space after closing parenthesis; found 0
(#628) Opening brace must be the last content on the line
(#628) Variable "O" must be all lower-case
(#628) Commas (,) must be followed by white space.
(#628) Variable "V" must be all lower-case
(#628) Commas (,) must be followed by white space.
(#628) Variable "G" must be all lower-case
(#629) Line indented incorrectly; expected at least 20 spaces, found 0
(#629) Closing brace must be on a line by itself
(#629) Visibility must be declared on method "select_db"
(#630) Line indented incorrectly; expected at least 12 spaces, found 0
(#630) Expected 1 space after closing parenthesis; found 0
(#630) Opening brace must be the last content on the line
(#631) Line indented incorrectly; expected at least 16 spaces, found 0
(#631) Closing brace must be on a line by itself
(#631) Closing brace must be on a line by itself
(#631) Closing brace must be on a line by itself
(#631) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 274
(#632) Line indented incorrectly; expected at least 12 spaces, found 0
(#633) Line indented incorrectly; expected at least 12 spaces, found 0
(#634) Line indented incorrectly; expected at least 12 spaces, found 0
(#634) Visibility must be declared on method "begin"
(#635) Line indented incorrectly; expected at least 16 spaces, found 0
(#635) Expected 1 space after closing parenthesis; found 0
(#635) Opening brace must be the last content on the line
(#636) Line indented incorrectly; expected at least 20 spaces, found 0
(#636) Closing brace must be on a line by itself
(#636) Closing brace must be on a line by itself
(#637) Line indented incorrectly; expected at least 16 spaces, found 0
(#637) Expected 1 space after closing parenthesis; found 0
(#637) Opening brace must be the last content on the line
(#637) Commas (,) must be followed by white space.
(#637) Commas (,) must be followed by white space.
(#637) Closing brace must be on a line by itself
(#638) Line indented incorrectly; expected at least 16 spaces, found 0
(#638) Expected 1 space after closing parenthesis; found 0
(#638) Opening brace must be the last content on the line
(#639) Line indented incorrectly; expected at least 20 spaces, found 0
(#639) Closing brace must be on a line by itself
(#640) Line indented incorrectly; expected at least 16 spaces, found 0
(#640) Expected 1 space after closing parenthesis; found 0
(#640) Opening brace must be the last content on the line
(#640) Expected 1 space before "="; 0 found
(#640) Expected 1 space after "="; 0 found
(#641) Line indented incorrectly; expected at least 20 spaces, found 0
(#641) Expected 1 space before "="; 0 found
(#641) Expected 1 space after "="; 0 found
(#641) Inline control structures are not allowed
(#641) Commas (,) must be followed by white space.
(#641) Commas (,) must be followed by white space.
(#641) Closing brace must be on a line by itself
(#642) Line indented incorrectly; expected at least 20 spaces, found 0
(#642) Expected 1 space after closing parenthesis; found 0
(#642) Opening brace must be the last content on the line
(#643) Line indented incorrectly; expected at least 24 spaces, found 0
(#643) Closing brace must be on a line by itself
(#644) Line indented incorrectly; expected at least 20 spaces, found 0
(#644) Variable "H" must be all lower-case
(#644) Commas (,) must be followed by white space.
(#644) Variable "Z" must be all lower-case
(#644) Commas (,) must be followed by white space.
(#644) Variable "_" must not contain underscores.
(#644) Commas (,) must be followed by white space.
(#644) Variable "E" must be all lower-case
(#644) Commas (,) must be followed by white space.
(#644) Variable "N" must be all lower-case
(#644) Expected 1 space after closing parenthesis; found 0
(#644) Opening brace must be the last content on the line
(#644) Variable "E" must be all lower-case
(#644) Expected 1 space before "?"; 0 found
(#644) Expected 1 space after "?"; 0 found
(#644) Variable "H" must be all lower-case
(#644) Variable "_" must not contain underscores.
(#644) Expected 1 space before "+"; 0 found
(#644) Expected 1 space after "+"; 0 found
(#644) Variable "E" must be all lower-case
(#644) Variable "E" must be all lower-case
(#644) Expected 1 space before ":"; 0 found
(#644) Expected 1 space after ":"; 0 found
(#644) Variable "_" must not contain underscores.
(#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 "H" must be all lower-case
(#644) Variable "_" must not contain underscores.
(#644) Expected 1 space before "+"; 0 found
(#644) Expected 1 space after "+"; 0 found
(#644) Variable "E" must be all lower-case
(#644) Expected 1 space before ":"; 0 found
(#644) Expected 1 space after ":"; 0 found
(#644) Variable "H" must be all lower-case
(#644) Closing brace must be on a line by itself
(#644) Line exceeds maximum limit of 180 characters; contains 221 characters
(#644) Line exceeds maximum limit of 180 characters; contains 221 characters
(#644) Line exceeds maximum limit of 180 characters; contains 221 characters
(#645) Line indented incorrectly; expected at least 20 spaces, found 0
(#645) Variable "R" must be all lower-case
(#645) Commas (,) must be followed by white space.
(#645) Variable "H" must be all lower-case
(#645) Commas (,) must be followed by white space.
(#645) Variable "Z" must be all lower-case
(#645) Commas (,) must be followed by white space.
(#645) Variable "N" 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
(#645) Variable "H" must be all lower-case
(#645) Closing brace must be on a line by itself
(#646) Line indented incorrectly; expected at least 20 spaces, found 0
(#646) Commas (,) must be followed by white space.
(#646) Expected 1 space after closing parenthesis; found 0
(#646) Opening brace must be the last content on the line
(#646) Closing brace must be on a line by itself
(#646) Line exceeds 132 characters; contains 138 characters
(#646) Line exceeds 132 characters; contains 138 characters
(#646) Line exceeds 132 characters; contains 138 characters
(#647) Line indented incorrectly; expected at least 20 spaces, found 0
(#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 24 spaces, found 0
(#648) Closing brace must be on a line by itself
(#649) Line indented incorrectly; expected at least 20 spaces, found 0
(#649) Expected 1 space after closing parenthesis; found 0
(#649) Opening brace must be the last content on the line
(#649) Closing brace must be on a line by itself
(#650) Line indented incorrectly; expected at least 20 spaces, found 0
(#650) Expected 1 space after closing parenthesis; found 0
(#650) Opening brace must be the last content on the line
(#651) Line indented incorrectly; expected at least 24 spaces, found 0
(#653) Closing brace must be on a line by itself
(#654) Line indented incorrectly; expected at least 20 spaces, found 0
(#654) Expected 1 space after closing parenthesis; found 0
(#654) Opening brace must be the last content on the line
(#655) Line indented incorrectly; expected at least 24 spaces, found 0
(#655) Closing brace must be on a line by itself
(#656) Variable "D" must be all lower-case
(#656) Expected 1 space after closing parenthesis; found 0
(#656) Opening brace must be the last content on the line
(#656) Variable "J" must be all lower-case
(#656) Expected 1 space before "="; 0 found
(#656) Expected 1 space after "="; 0 found
(#656) Variable "Vg" must be all lower-case
(#656) Expected 1 space before "="; 0 found
(#656) Expected 1 space after "="; 0 found
(#656) Variable "D" must be all lower-case
(#656) Expected "foreach (...) {\n"; found "foreach(...){"
(#656) Expected 1 space before "as"; 0 found
(#656) Expected 1 space after "as"; 0 found
(#656) Variable "D" must be all lower-case
(#656) Expected 1 space before "!="; 0 found
(#656) Expected 1 space after "!="; 0 found
(#656) Expected 1 space before "?"; 0 found
(#656) Expected 1 space after "?"; 0 found
(#656) Variable "Vg" must be all lower-case
(#656) Expected 1 space before ":"; 0 found
(#656) Expected 1 space after ":"; 0 found
(#656) Line exceeds maximum limit of 180 characters; contains 244 characters
(#656) Line exceeds maximum limit of 180 characters; contains 244 characters
(#656) Line exceeds maximum limit of 180 characters; contains 244 characters
(#657) Variable "D" must be all lower-case
(#657) Expected 1 space before "!="; 0 found
(#657) Expected 1 space after "!="; 0 found
(#657) Expected 1 space before "?"; 0 found
(#657) Expected 1 space after "?"; 0 found
(#657) Variable "Vg" must be all lower-case
(#657) Expected 1 space before ":"; 0 found
(#657) Expected 1 space after ":"; 0 found
(#658) Variable "K" must be all lower-case
(#658) Inline control structures are not allowed
(#658) Variable "D" must be all lower-case
(#658) Expected 1 space before "!="; 0 found
(#658) Expected 1 space after "!="; 0 found
(#658) Variable "K" must be all lower-case
(#658) Variable "J" must be all lower-case
(#658) Variable "K" must be all lower-case
(#658) Expected 1 space before "="; 0 found
(#658) Expected 1 space after "="; 0 found
(#658) Variable "K" must be all lower-case
(#658) Closing brace must be on a line by itself
(#658) Variable "J" must be all lower-case
(#658) Closing brace must be on a line by itself
(#659) Line indented incorrectly; expected at least 24 spaces, found 0
(#659) Variable "S" must be all lower-case
(#659) Expected 1 space after closing parenthesis; found 0
(#659) Opening brace must be the last content on the line
(#659) Variable "S" must be all lower-case
(#659) Expected 1 space before "=="; 0 found
(#659) Expected 1 space after "=="; 0 found
(#659) Closing brace must be on a line by itself
(#660) Line indented incorrectly; expected at least 24 spaces, found 0
(#660) Variable "S" must be all lower-case
(#660) Expected 1 space after closing parenthesis; found 0
(#660) Opening brace must be the last content on the line
(#661) Line indented incorrectly; expected at least 28 spaces, found 0
(#661) Closing brace must be on a line by itself
(#662) Line indented incorrectly; expected at least 24 spaces, found 0
(#662) Variable "R" must be all lower-case
(#662) Expected 1 space after closing parenthesis; found 0
(#662) Opening brace must be the last content on the line
(#662) Variable "J" must be all lower-case
(#662) Expected 1 space before "="; 0 found
(#662) Expected 1 space after "="; 0 found
(#662) Expected "foreach (...) {\n"; found "foreach(...){"
(#662) Expected 1 space before "as"; 0 found
(#662) Expected 1 space after "as"; 0 found
(#662) Variable "R" must be all lower-case
(#662) Variable "K" must be all lower-case
(#662) Variable "U" must be all lower-case
(#662) Expected 1 space before "="; 0 found
(#662) Expected 1 space after "="; 0 found
(#662) Variable "K" must be all lower-case
(#662) Expected 1 space before "="; 0 found
(#662) Expected 1 space after "="; 0 found
(#662) Variable "K" must be all lower-case
(#662) Inline control structures are not allowed
(#662) Expected 1 space before "=="; 0 found
(#662) Expected 1 space after "=="; 0 found
(#662) Expected 1 space before "="; 0 found
(#662) Expected 1 space after "="; 0 found
(#662) Variable "K" must be all lower-case
(#662) Variable "J" must be all lower-case
(#662) Variable "K" must be all lower-case
(#662) Expected 1 space before "="; 0 found
(#662) Expected 1 space after "="; 0 found
(#662) Expected 1 space before "=>"; 0 found
(#662) Expected 1 space after "=>"; 0 found
(#662) Variable "K" must be all lower-case
(#662) Commas (,) must be followed by white space.
(#662) Expected 1 space before "=>"; 0 found
(#662) Expected 1 space after "=>"; 0 found
(#662) Variable "U" must be all lower-case
(#662) Expected 1 space before "?"; 0 found
(#662) Expected 1 space after "?"; 0 found
(#662) Expected 1 space before ":"; 0 found
(#662) Expected 1 space after ":"; 0 found
(#662) Commas (,) must be followed by white space.
(#662) Expected 1 space before "=>"; 0 found
(#662) Expected 1 space after "=>"; 0 found
(#662) Variable "U" must be all lower-case
(#662) Commas (,) must be followed by white space.
(#662) Expected 1 space before "=>"; 0 found
(#662) Expected 1 space after "=>"; 0 found
(#662) Commas (,) must be followed by white space.
(#662) Expected 1 space before "=>"; 0 found
(#662) Expected 1 space after "=>"; 0 found
(#662) Variable "K" must be all lower-case
(#662) Commas (,) must be followed by white space.
(#662) Expected 1 space before "=>"; 0 found
(#662) Expected 1 space after "=>"; 0 found
(#662) Variable "K" must be all lower-case
(#662) Expected 1 space before "=="; 0 found
(#662) Expected 1 space after "=="; 0 found
(#662) Commas (,) must be followed by white space.
(#662) Expected 1 space before "=>"; 0 found
(#662) Expected 1 space after "=>"; 0 found
(#662) Expected 1 space before "=>"; 0 found
(#662) Expected 1 space after "=>"; 0 found
(#662) Commas (,) must be followed by white space.
(#662) Expected 1 space before "=>"; 0 found
(#662) Expected 1 space after "=>"; 0 found
(#662) Commas (,) must be followed by white space.
(#662) Expected 1 space before "=>"; 0 found
(#662) Expected 1 space after "=>"; 0 found
(#662) Commas (,) must be followed by white space.
(#662) Closing brace must be on a line by itself
(#662) Variable "J" must be all lower-case
(#662) Closing brace must be on a line by itself
(#662) Line exceeds maximum limit of 180 characters; contains 481 characters
(#662) Line exceeds maximum limit of 180 characters; contains 481 characters
(#662) Line exceeds maximum limit of 180 characters; contains 481 characters
(#663) Line indented incorrectly; expected at least 24 spaces, found 0
(#663) Variable "R" must be all lower-case
(#663) Commas (,) must be followed by white space.
(#663) Expected 1 space after closing parenthesis; found 0
(#663) Opening brace must be the last content on the line
(#663) Variable "J" must be all lower-case
(#663) Expected 1 space before "="; 0 found
(#663) Expected 1 space after "="; 0 found
(#663) Expected "foreach (...) {\n"; found "foreach(...){"
(#663) Expected 1 space before "as"; 0 found
(#663) Expected 1 space after "as"; 0 found
(#666) Variable "R" must be all lower-case
(#667) Commas (,) must be followed by white space.
(#667) Variable "K" must be all lower-case
(#667) Variable "Dd" must be all lower-case
(#667) Expected 1 space before "="; 0 found
(#667) Expected 1 space after "="; 0 found
(#667) Variable "K" must be all lower-case
(#667) Variable "J" must be all lower-case
(#667) Variable "Dd" must be all lower-case
(#667) Expected 1 space before "="; 0 found
(#667) Expected 1 space after "="; 0 found
(#667) Variable "K" must be all lower-case
(#667) Expected 1 space before "=="; 0 found
(#667) Expected 1 space after "=="; 0 found
(#667) Expected 1 space before "?"; 0 found
(#667) Expected 1 space after "?"; 0 found
(#667) Expected 1 space before ":"; 0 found
(#667) Expected 1 space after ":"; 0 found
(#667) Variable "K" must be all lower-case
(#667) Expected 1 space before "=="; 0 found
(#667) Expected 1 space after "=="; 0 found
(#667) Expected 1 space before "?"; 0 found
(#667) Expected 1 space after "?"; 0 found
(#667) Expected 1 space before ":"; 0 found
(#667) Expected 1 space after ":"; 0 found
(#667) Variable "J" must be all lower-case
(#667) Variable "Dd" must be all lower-case
(#667) Expected 1 space before "="; 0 found
(#667) Expected 1 space after "="; 0 found
(#667) Variable "K" must be all lower-case
(#667) Variable "J" must be all lower-case
(#667) Variable "Dd" must be all lower-case
(#667) Expected 1 space before "="; 0 found
(#667) Expected 1 space after "="; 0 found
(#667) Variable "K" must be all lower-case
(#667) Variable "K" must be all lower-case
(#667) Expected 1 space before "!="; 0 found
(#667) Expected 1 space after "!="; 0 found
(#667) Variable "K" must be all lower-case
(#667) Expected 1 space before "?"; 0 found
(#667) Expected 1 space after "?"; 0 found
(#667) Variable "K" must be all lower-case
(#667) Expected 1 space before ":"; 0 found
(#667) Expected 1 space after ":"; 0 found
(#667) Variable "J" must be all lower-case
(#667) Variable "Dd" must be all lower-case
(#667) Expected 1 space before "="; 0 found
(#667) Expected 1 space after "="; 0 found
(#667) Variable "K" must be all lower-case
(#667) Expected 1 space before "?"; 0 found
(#667) Expected 1 space after "?"; 0 found
(#667) Expected 1 space before ":"; 0 found
(#667) Expected 1 space after ":"; 0 found
(#667) Closing brace must be on a line by itself
(#667) Variable "J" must be all lower-case
(#667) Closing brace must be on a line by itself
(#667) Line exceeds maximum limit of 180 characters; contains 387 characters
(#667) Line exceeds maximum limit of 180 characters; contains 387 characters
(#667) Line exceeds maximum limit of 180 characters; contains 387 characters
(#668) Line indented incorrectly; expected at least 24 spaces, found 0
(#668) Variable "D" must be all lower-case
(#668) Expected 1 space after closing parenthesis; found 0
(#668) Opening brace must be the last content on the line
(#668) Variable "L" must be all lower-case
(#668) Expected 1 space before "="; 0 found
(#668) Expected 1 space after "="; 0 found
(#668) Variable "D" must be all lower-case
(#669) Line indented incorrectly; expected at least 28 spaces, found 0
(#669) Variable "L" must be all lower-case
(#669) Closing brace must be on a line by itself
(#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) Closing brace must be on a line by itself
(#672) Line indented incorrectly; expected at least 28 spaces, found 0
(#672) Expected 1 space after closing parenthesis; found 0
(#672) Opening brace must be the last content on the line
(#673) Line indented incorrectly; expected at least 32 spaces, found 0
(#673) Closing brace must be on a line by itself
(#674) Line indented incorrectly; expected at least 4 spaces, found 0
(#674) Expected 1 space after closing parenthesis; found 0
(#674) Opening brace must be the last content on the line
(#675) Line indented incorrectly; expected at least 8 spaces, found 0
(#675) Closing brace must be on a line by itself
(#676) Line indented incorrectly; expected at least 32 spaces, found 0
(#676) Commas (,) must be followed by white space.
(#676) Variable "H" must be all lower-case
(#676) Expected 1 space after closing parenthesis; found 0
(#676) Opening brace must be the last content on the line
(#676) Variable "H" must be all lower-case
(#676) Closing brace must be on a line by itself
(#677) Line indented incorrectly; expected at least 32 spaces, found 0
(#677) Variable "S" must be all lower-case
(#677) Commas (,) must be followed by white space.
(#677) Variable "Z" must be all lower-case
(#677) Closing brace must be on a line by itself
(#678) Line indented incorrectly; expected at least 32 spaces, found 0
(#678) Variable "R" must be all lower-case
(#678) Commas (,) must be followed by white space.
(#678) Variable "D" must be all lower-case
(#678) Commas (,) must be followed by white space.
(#678) Commas (,) must be followed by white space.
(#678) Commas (,) must be followed by white space.
(#678) Commas (,) must be followed by white space.
(#678) Commas (,) must be followed by white space.
(#678) Commas (,) must be followed by white space.
(#678) Variable "Ma" must be all lower-case
(#678) Commas (,) must be followed by white space.
(#678) Variable "Nf" must be all lower-case
(#678) Expected 1 space after closing parenthesis; found 0
(#678) Opening brace must be the last content on the line
(#678) Expected 1 space before "="; 0 found
(#678) Expected 1 space after "="; 0 found
(#678) Expected 1 space before "="; 0 found
(#678) Expected 1 space after "="; 0 found
(#678) Expected "foreach (...) {\n"; found "foreach(...){"
(#678) Expected 1 space after "as"; 0 found
(#679) Line indented incorrectly; expected at least 36 spaces, found 0
(#679) Variable "X" must be all lower-case
(#679) Expected 1 space before "="; 0 found
(#679) Expected 1 space after "="; 0 found
(#679) Inline control structures are not allowed
(#679) Variable "X" must be all lower-case
(#679) Expected 1 space before "!="; 0 found
(#679) Expected 1 space after "!="; 0 found
(#679) Expected 1 space before "!="; 0 found
(#679) Expected 1 space after "!="; 0 found
(#679) Variable "X" must be all lower-case
(#679) Variable "R" must be all lower-case
(#679) Variable "X" must be all lower-case
(#679) Inline control structures are not allowed
(#679) Variable "X" must be all lower-case
(#679) Expected 1 space before "="; 0 found
(#679) Expected 1 space after "="; 0 found
(#679) Variable "R" must be all lower-case
(#679) Expected 1 space before "!="; 0 found
(#679) Expected 1 space after "!="; 0 found
(#679) Expected 1 space before "?"; 0 found
(#679) Expected 1 space after "?"; 0 found
(#679) Expected 1 space before "!="; 0 found
(#679) Expected 1 space after "!="; 0 found
(#679) Expected 1 space before "?"; 0 found
(#679) Expected 1 space after "?"; 0 found
(#679) Expected 1 space before ":"; 0 found
(#679) Expected 1 space after ":"; 0 found
(#679) Expected 1 space before ":"; 0 found
(#679) Expected 1 space after ":"; 0 found
(#679) Variable "X" must be all lower-case
(#679) Variable "R" must be all lower-case
(#679) Expected 1 space before "!="; 0 found
(#679) Expected 1 space after "!="; 0 found
(#679) Expected 1 space before "?"; 0 found
(#679) Expected 1 space after "?"; 0 found
(#679) Expected 1 space before ":"; 0 found
(#679) Expected 1 space after ":"; 0 found
(#679) Inline control structures are not allowed
(#679) Expected 1 space before "="; 0 found
(#679) Expected 1 space after "="; 0 found
(#679) Closing brace must be on a line by itself
(#679) Inline control structures are not allowed
(#679) Variable "R" must be all lower-case
(#679) Expected 1 space before "=="; 0 found
(#679) Expected 1 space after "=="; 0 found
(#679) Line exceeds maximum limit of 180 characters; contains 269 characters
(#679) Line exceeds maximum limit of 180 characters; contains 269 characters
(#679) Line exceeds maximum limit of 180 characters; contains 269 characters
(#680) Line indented incorrectly; expected at least 36 spaces, found 0
(#680) Variable "D" must be all lower-case
(#680) Commas (,) must be followed by white space.
(#680) Variable "R" must be all lower-case
(#680) Commas (,) must be followed by white space.
(#680) Variable "R" must be all lower-case
(#680) Commas (,) must be followed by white space.
(#680) Variable "R" must be all lower-case
(#680) Expected 1 space before "=="; 0 found
(#680) Expected 1 space after "=="; 0 found
(#680) Variable "D" must be all lower-case
(#680) Variable "R" must be all lower-case
(#680) Variable "D" must be all lower-case
(#680) Closing brace must be on a line by itself
(#680) Line exceeds maximum limit of 180 characters; contains 288 characters
(#680) Line exceeds maximum limit of 180 characters; contains 288 characters
(#680) Line exceeds maximum limit of 180 characters; contains 288 characters
(#681) Line indented incorrectly; expected at least 32 spaces, found 0
(#681) Variable "R" must be all lower-case
(#681) Expected 1 space after closing parenthesis; found 0
(#681) Opening brace must be the last content on the line
(#681) Variable "J" must be all lower-case
(#681) Expected 1 space before "="; 0 found
(#681) Expected 1 space after "="; 0 found
(#681) Variable "H" must be all lower-case
(#681) Expected 1 space before "="; 0 found
(#681) Expected 1 space after "="; 0 found
(#691) Variable "R" must be all lower-case
(#691) Inline control structures are not allowed
(#691) Expected 1 space before "as"; 0 found
(#691) Expected 1 space after "as"; 0 found
(#691) Variable "H" must be all lower-case
(#691) Variable "K" must be all lower-case
(#691) Variable "J" must be all lower-case
(#691) Variable "K" must be all lower-case
(#691) Expected 1 space before "="; 0 found
(#691) Expected 1 space after "="; 0 found
(#691) Expected 1 space before "=>"; 0 found
(#691) Expected 1 space after "=>"; 0 found
(#691) Variable "K" must be all lower-case
(#691) Commas (,) must be followed by white space.
(#691) Expected 1 space before "=>"; 0 found
(#691) Expected 1 space after "=>"; 0 found
(#691) Variable "K" must be all lower-case
(#691) Commas (,) must be followed by white space.
(#691) Expected 1 space before "=>"; 0 found
(#691) Expected 1 space after "=>"; 0 found
(#691) Variable "K" must be all lower-case
(#691) Commas (,) must be followed by white space.
(#691) Expected 1 space before "=>"; 0 found
(#691) Expected 1 space after "=>"; 0 found
(#691) Variable "K" must be all lower-case
(#691) Commas (,) must be followed by white space.
(#691) Expected 1 space before "=>"; 0 found
(#691) Expected 1 space after "=>"; 0 found
(#691) Variable "K" must be all lower-case
(#691) Commas (,) must be followed by white space.
(#691) Expected 1 space before "=>"; 0 found
(#691) Expected 1 space after "=>"; 0 found
(#691) Commas (,) must be followed by white space.
(#691) Variable "J" must be all lower-case
(#691) Closing brace must be on a line by itself
(#691) Line exceeds maximum limit of 180 characters; contains 259 characters
(#691) Line exceeds maximum limit of 180 characters; contains 259 characters
(#691) Line exceeds maximum limit of 180 characters; contains 259 characters
(#692) Line indented incorrectly; expected at least 36 spaces, found 0
(#692) Variable "T" 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
(#693) Line indented incorrectly; expected at least 40 spaces, found 0
(#693) Commas (,) must be followed by white space.
(#693) Variable "T" must be all lower-case
(#693) Closing brace must be on a line by itself
(#694) Variable "Si" must be all lower-case
(#694) Expected 1 space after closing parenthesis; found 0
(#694) Opening brace must be the last content on the line
(#695) Line indented incorrectly; expected at least 4 spaces, found 0
(#695) Commas (,) must be followed by white space.
(#695) Variable "Si" must be all lower-case
(#695) Closing brace must be on a line by itself
(#696) Line indented incorrectly; expected at least 40 spaces, found 0
(#696) Variable "T" must be all lower-case
(#696) Expected 1 space after closing parenthesis; found 0
(#696) Opening brace must be the last content on the line
(#697) Line indented incorrectly; expected at least 44 spaces, found 0
(#697) Commas (,) must be followed by white space.
(#697) Variable "T" must be all lower-case
(#697) Closing brace must be on a line by itself
(#698) Line indented incorrectly; expected at least 4 spaces, found 0
(#698) Expected 1 space after closing parenthesis; found 0
(#698) Opening brace must be the last content on the line
(#699) Line indented incorrectly; expected at least 8 spaces, found 0
(#699) Closing brace must be on a line by itself
(#700) Line indented incorrectly; expected at least 44 spaces, found 0
(#700) Expected 1 space after closing parenthesis; found 0
(#700) Opening brace must be the last content on the line
(#701) Line indented incorrectly; expected at least 48 spaces, found 0
(#701) Closing brace must be on a line by itself
(#701) Line exceeds 132 characters; contains 161 characters
(#701) Line exceeds 132 characters; contains 161 characters
(#701) Line exceeds 132 characters; contains 161 characters
(#702) Line indented incorrectly; expected at least 8 spaces, found 0
(#702) Expected 1 space after closing parenthesis; found 0
(#702) Opening brace must be the last content on the line
(#702) Closing brace must be on a line by itself
(#703) Line indented incorrectly; expected at least 8 spaces, found 0
(#703) Variable "Ug" must be all lower-case
(#703) Expected 1 space after closing parenthesis; found 0
(#703) Opening brace must be the last content on the line
(#703) Variable "Ug" must be all lower-case
(#703) Closing brace must be on a line by itself
(#704) Line indented incorrectly; expected at least 8 spaces, found 0
(#704) Expected 1 space after closing parenthesis; found 0
(#704) Opening brace must be the last content on the line
(#705) Line indented incorrectly; expected at least 12 spaces, found 0
(#705) Closing brace must be on a line by itself
(#706) Line indented incorrectly; expected at least 8 spaces, found 0
(#706) Expected 1 space after closing parenthesis; found 0
(#706) Opening brace must be the last content on the line
(#707) Line indented incorrectly; expected at least 12 spaces, found 0
(#707) Line exceeds maximum limit of 180 characters; contains 273 characters
(#707) Line exceeds maximum limit of 180 characters; contains 273 characters
(#707) Line exceeds maximum limit of 180 characters; contains 273 characters
(#712) Closing brace must be on a line by itself
(#713) Line indented incorrectly; expected at least 12 spaces, found 0
(#713) Expected 1 space after closing parenthesis; found 0
(#713) Opening brace must be the last content on the line
(#713) Variable "L" must be all lower-case
(#713) Expected 1 space before "="; 0 found
(#713) Expected 1 space after "="; 0 found
(#714) Line indented incorrectly; expected at least 16 spaces, found 0
(#714) Variable "L" must be all lower-case
(#714) Closing brace must be on a line by itself
(#715) Closing brace must be on a line by itself
(#716) Commas (,) must be followed by white space.
(#716) Variable "J" must be all lower-case
(#716) Expected 1 space after closing parenthesis; found 0
(#716) Opening brace must be the last content on the line
(#716) Variable "J" must be all lower-case
(#716) Closing brace must be on a line by itself
(#717) Variable "Pc" must be all lower-case
(#717) Expected 1 space after closing parenthesis; found 0
(#717) Opening brace must be the last content on the line
(#718) Line indented incorrectly; expected at least 4 spaces, found 0
(#718) Commas (,) must be followed by white space.
(#718) Variable "Pc" must be all lower-case
(#718) Closing brace must be on a line by itself
(#718) Expected 1 space before "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#718) Expected 1 space before "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#718) Variable "_h" must not contain underscores.
(#718) Expected 1 space before "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#718) Expected "foreach (...) {\n"; found "foreach(...){"
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Expected 1 space before "as"; 0 found
(#718) Expected 1 space after "as"; 0 found
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Variable "X" must be all lower-case
(#718) Expected 1 space before "+="; 0 found
(#718) Expected 1 space after "+="; 0 found
(#718) Variable "X" must be all lower-case
(#718) Variable "_h" must not contain underscores.
(#718) Expected 1 space before "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#718) Variable "X" must be all lower-case
(#718) Closing brace must be on a line by itself
(#718) Variable "Bi" must be all lower-case
(#718) Expected 1 space before "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#718) Expected 1 space before "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Closing brace must be on a line by itself
(#718) Expected 1 space before "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#718) Expected "if (...) {\n"; found "if(...){"
(#718) Expected 1 space before "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Commas (,) must be followed by white space.
(#718) Expected "if (...) {\n"; found "if(...){"
(#718) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#718) Line exceeds maximum limit of 180 characters; contains 1145 characters
(#718) Line exceeds maximum limit of 180 characters; contains 1145 characters
(#718) Line exceeds maximum limit of 180 characters; contains 1145 characters
(#719) Line indented incorrectly; expected at least 16 spaces, found 0
(#719) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#719) Scope modifier not specified for member variable "$extension"
(#719) Expected 1 space before "="; 0 found
(#719) Expected 1 space after "="; 0 found
(#719) Commas (,) must be followed by white space.
(#719) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#719) Scope modifier not specified for member variable "$_link"
(#719) Commas (,) must be followed by white space.
(#719) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#719) Scope modifier not specified for member variable "$_result"
(#719) Commas (,) must be followed by white space.
(#719) Member variable "server_info" must not contain underscores.
(#719) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#719) Scope modifier not specified for member variable "$server_info"
(#719) Commas (,) must be followed by white space.
(#719) Member variable "affected_rows" must not contain underscores.
(#719) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#719) Scope modifier not specified for member variable "$affected_rows"
(#719) Commas (,) must be followed by white space.
(#719) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#719) Scope modifier not specified for member variable "$errno"
(#719) Commas (,) must be followed by white space.
(#719) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#719) Scope modifier not specified for member variable "$error"
(#719) Visibility must be declared on method "_get_error"
(#720) Line indented incorrectly; expected at least 20 spaces, found 0
(#720) Expected 1 space after closing parenthesis; found 0
(#720) Opening brace must be the last content on the line
(#720) Expected 1 space before "="; 0 found
(#720) Expected 1 space after "="; 0 found
(#720) Expected "foreach (...) {\n"; found "foreach(...){"
(#720) Expected 1 space before "as"; 0 found
(#720) Expected 1 space after "as"; 0 found
(#720) Expected 1 space before "="; 0 found
(#720) Expected 1 space after "="; 0 found
(#720) Expected 1 space before ".="; 0 found
(#720) Expected 1 space after ".="; 0 found
(#720) Closing brace must be on a line by itself
(#720) Expected 1 space before "="; 0 found
(#720) Expected 1 space after "="; 0 found
(#720) Closing brace must be on a line by itself
(#720) Line exceeds 132 characters; contains 155 characters
(#720) Line exceeds 132 characters; contains 155 characters
(#720) Line exceeds 132 characters; contains 155 characters
(#720) Visibility must be declared on method "connect"
(#721) Line indented incorrectly; expected at least 20 spaces, found 0
(#721) Variable "O" must be all lower-case
(#721) Commas (,) must be followed by white space.
(#721) Variable "V" must be all lower-case
(#721) Commas (,) must be followed by white space.
(#721) Variable "G" must be all lower-case
(#721) Expected 1 space after closing parenthesis; found 0
(#721) Opening brace must be the last content on the line
(#721) Expected 1 space before "="; 0 found
(#721) Expected 1 space after "="; 0 found
(#721) Variable "O" must be all lower-case
(#721) Commas (,) must be followed by white space.
(#721) Expected 1 space before "=>"; 0 found
(#721) Expected 1 space after "=>"; 0 found
(#721) Variable "V" must be all lower-case
(#721) Commas (,) must be followed by white space.
(#721) Expected 1 space before "=>"; 0 found
(#721) Expected 1 space after "=>"; 0 found
(#721) Variable "G" must be all lower-case
(#721) Commas (,) must be followed by white space.
(#721) Expected 1 space before "=>"; 0 found
(#721) Expected 1 space after "=>"; 0 found
(#721) Expected "if (...) {\n"; found "if(...){"
(#721) Variable "Kd" must be all lower-case
(#721) Expected 1 space before "="; 0 found
(#721) Expected 1 space after "="; 0 found
(#721) Expected 1 space before "="; 0 found
(#721) Expected 1 space after "="; 0 found
(#721) Variable "Kd" must be all lower-case
(#721) Closing brace must be on a line by itself
(#721) Inline control structures are not allowed
(#721) Closing brace must be on a line by itself
(#721) Line exceeds maximum limit of 180 characters; contains 258 characters
(#721) Visibility must be declared on method "quote"
(#721) Line exceeds maximum limit of 180 characters; contains 258 characters
(#721) Line exceeds maximum limit of 180 characters; contains 258 characters
(#722) Line indented incorrectly; expected at least 20 spaces, found 0
(#722) Variable "Q" must be all lower-case
(#722) Expected 1 space after closing parenthesis; found 0
(#722) Opening brace must be the last content on the line
(#722) Commas (,) must be followed by white space.
(#722) Commas (,) must be followed by white space.
(#722) Variable "Q" must be all lower-case
(#722) Closing brace must be on a line by itself
(#722) Visibility must be declared on method "select_db"
(#723) Line indented incorrectly; expected at least 20 spaces, found 0
(#723) Expected 1 space after closing parenthesis; found 0
(#723) Opening brace must be the last content on the line
(#723) Closing brace must be on a line by itself
(#723) Visibility must be declared on method "query"
(#724) Line indented incorrectly; expected at least 20 spaces, found 0
(#724) Variable "H" must be all lower-case
(#724) Commas (,) must be followed by white space.
(#724) Expected 1 space after closing parenthesis; found 0
(#724) Opening brace must be the last content on the line
(#724) Variable "I" must be all lower-case
(#724) Expected 1 space before "="; 0 found
(#724) Expected 1 space after "="; 0 found
(#724) Commas (,) must be followed by white space.
(#724) Variable "H" must be all lower-case
(#724) Expected 1 space before "="; 0 found
(#724) Expected 1 space after "="; 0 found
(#724) Expected "if (...) {\n"; found "if(...){"
(#724) Variable "I" must be all lower-case
(#725) Line indented incorrectly; expected at least 28 spaces, found 0
(#725) Closing brace must be on a line by itself
(#725) Variable "I" must be all lower-case
(#725) Closing brace must be on a line by itself
(#725) Visibility must be declared on method "multi_query"
(#726) Line indented incorrectly; expected at least 20 spaces, found 0
(#726) Variable "H" 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) Expected 1 space before "="; 0 found
(#726) Expected 1 space after "="; 0 found
(#726) Commas (,) must be followed by white space.
(#726) Variable "H" must be all lower-case
(#726) Expected 1 space before "="; 0 found
(#726) Expected 1 space after "="; 0 found
(#726) Expected "if (...) {\n"; found "if(...){"
(#727) Line indented incorrectly; expected at least 28 spaces, found 0
(#727) Closing brace must be on a line by itself
(#728) Line indented incorrectly; expected at least 20 spaces, found 0
(#728) Closing brace must be on a line by itself
(#728) Visibility must be declared on method "store_result"
(#729) Line indented incorrectly; expected at least 28 spaces, found 0
(#729) Variable "I" must be all lower-case
(#729) Expected 1 space after closing parenthesis; found 0
(#729) Opening brace must be the last content on the line
(#729) Inline control structures are not allowed
(#729) Variable "I" must be all lower-case
(#729) Variable "I" must be all lower-case
(#729) Expected 1 space before "="; 0 found
(#729) Expected 1 space after "="; 0 found
(#729) Inline control structures are not allowed
(#729) Variable "I" must be all lower-case
(#730) Line indented incorrectly; expected at least 32 spaces, found 0
(#730) Inline control structures are not allowed
(#730) Variable "I" must be all lower-case
(#731) Line indented incorrectly; expected at least 32 spaces, found 0
(#732) Line indented incorrectly; expected at least 32 spaces, found 0
(#732) Variable "I" must be all lower-case
(#732) Expected 1 space before "="; 0 found
(#732) Expected 1 space after "="; 0 found
(#732) Variable "I" must be all lower-case
(#733) Line indented incorrectly; expected at least 32 spaces, found 0
(#733) Closing brace must be on a line by itself
(#733) Visibility must be declared on method "next_result"
(#734) Line indented incorrectly; expected at least 20 spaces, found 0
(#734) Expected 1 space after closing parenthesis; found 0
(#734) Opening brace must be the last content on the line
(#734) Expected 1 space before "?"; 0 found
(#734) Expected 1 space after "?"; 0 found
(#734) Expected 1 space before ":"; 0 found
(#734) Expected 1 space after ":"; 0 found
(#734) Closing brace must be on a line by itself
(#734) Visibility must be declared on method "result"
(#735) Line indented incorrectly; expected at least 20 spaces, found 0
(#735) Variable "H" must be all lower-case
(#735) Commas (,) must be followed by white space.
(#735) Expected 1 space after closing parenthesis; found 0
(#735) Opening brace must be the last content on the line
(#735) Variable "I" must be all lower-case
(#735) Expected 1 space before "="; 0 found
(#735) Expected 1 space after "="; 0 found
(#735) Variable "H" must be all lower-case
(#735) Inline control structures are not allowed
(#735) Variable "I" must be all lower-case
(#736) Line indented incorrectly; expected at least 24 spaces, found 0
(#736) Variable "K" must be all lower-case
(#736) Expected 1 space before "="; 0 found
(#736) Expected 1 space after "="; 0 found
(#736) Variable "I" must be all lower-case
(#736) Variable "K" must be all lower-case
(#736) Closing brace must be on a line by itself
(#736) Closing brace must be on a line by itself
(#736) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 235
(#737) Line indented incorrectly; expected at least 4 spaces, found 0
(#737) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#737) Scope modifier not specified for member variable "$_result"
(#737) Commas (,) must be followed by white space.
(#737) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#737) Scope modifier not specified for member variable "$_offset"
(#737) Expected 1 space before "="; 0 found
(#737) Expected 1 space after "="; 0 found
(#737) Commas (,) must be followed by white space.
(#737) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#737) Scope modifier not specified for member variable "$_fields"
(#737) Commas (,) must be followed by white space.
(#737) Member variable "num_rows" must not contain underscores.
(#737) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#737) Scope modifier not specified for member variable "$num_rows"
(#737) Visibility must be declared on method "__construct"
(#738) Line indented incorrectly; expected at least 8 spaces, found 0
(#738) Variable "I" must be all lower-case
(#738) Expected 1 space after closing parenthesis; found 0
(#738) Opening brace must be the last content on the line
(#738) Expected 1 space before "="; 0 found
(#738) Expected 1 space after "="; 0 found
(#738) Variable "I" must be all lower-case
(#738) Closing brace must be on a line by itself
(#738) Visibility must be declared on method "_convert"
(#739) Line indented incorrectly; expected at least 8 spaces, found 0
(#739) Variable "K" must be all lower-case
(#739) Expected 1 space after closing parenthesis; found 0
(#739) Opening brace must be the last content on the line
(#739) Expected "foreach (...) {\n"; found "foreach(...){"
(#739) Expected 1 space before "=>"; 0 found
(#739) Expected 1 space after "=>"; 0 found
(#739) Expected 1 space after "as"; 0 found
(#739) Variable "K" must be all lower-case
(#740) Line indented incorrectly; expected at least 12 spaces, found 0
(#740) Expected 1 space before "=>"; 0 found
(#740) Expected 1 space after "=>"; 0 found
(#740) Variable "X" must be all lower-case
(#740) Inline control structures are not allowed
(#740) Variable "X" must be all lower-case
(#740) Commas (,) must be followed by white space.
(#740) Variable "K" must be all lower-case
(#740) Expected 1 space before "="; 0 found
(#740) Expected 1 space after "="; 0 found
(#740) Variable "X" must be all lower-case
(#740) Closing brace must be on a line by itself
(#740) Variable "K" must be all lower-case
(#740) Closing brace must be on a line by itself
(#740) Visibility must be declared on method "fetch_assoc"
(#741) Line indented incorrectly; expected at least 8 spaces, found 0
(#741) Expected 1 space after closing parenthesis; found 0
(#741) Opening brace must be the last content on the line
(#741) Commas (,) must be followed by white space.
(#741) Closing brace must be on a line by itself
(#741) Visibility must be declared on method "fetch_row"
(#742) Line indented incorrectly; expected at least 8 spaces, found 0
(#742) Expected 1 space after closing parenthesis; found 0
(#742) Opening brace must be the last content on the line
(#742) Commas (,) must be followed by white space.
(#742) Closing brace must be on a line by itself
(#742) Visibility must be declared on method "fetch_field"
(#743) Line indented incorrectly; expected at least 8 spaces, found 0
(#743) Expected 1 space after closing parenthesis; found 0
(#743) Opening brace must be the last content on the line
(#743) Inline control structures are not allowed
(#743) Expected 1 space before "="; 0 found
(#743) Expected 1 space after "="; 0 found
(#743) Expected 1 space before "="; 0 found
(#743) Expected 1 space after "="; 0 found
(#743) Variable "J" must be all lower-case
(#743) Expected 1 space before "="; 0 found
(#743) Expected 1 space after "="; 0 found
(#744) Line indented incorrectly; expected at least 12 spaces, found 0
(#744) Variable "J" must be all lower-case
(#744) Expected 1 space before "="; 0 found
(#744) Expected 1 space after "="; 0 found
(#744) Variable "J" must be all lower-case
(#744) Expected 1 space before "="; 0 found
(#744) Expected 1 space after "="; 0 found
(#744) Variable "J" must be all lower-case
(#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) Expected 1 space before ":"; 0 found
(#744) Expected 1 space after ":"; 0 found
(#744) Variable "J" must be all lower-case
(#744) Closing brace must be on a line by itself
(#744) Visibility must be declared on method "seek"
(#745) Line indented incorrectly; expected at least 8 spaces, found 0
(#745) Variable "E" 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
(#745) Inline control structures are not allowed
(#745) Expected 1 space after first semicolon of FOR loop; 0 found
(#745) Expected 1 space after second semicolon of FOR loop; 0 found
(#745) Expected 1 space before "="; 0 found
(#745) Expected 1 space after "="; 0 found
(#745) Expected 1 space before "<"; 0 found
(#745) Expected 1 space after "<"; 0 found
(#745) Variable "E" must be all lower-case
(#745) Closing brace must be on a line by itself
(#745) Visibility must be declared on method "__destruct"
(#746) Line indented incorrectly; expected at least 8 spaces, found 0
(#746) Expected 1 space after closing parenthesis; found 0
(#746) Opening brace must be the last content on the line
(#746) Closing brace must be on a line by itself
(#746) Closing brace must be on a line by itself
(#746) Closing brace must be on a line by itself
(#746) Usage of ELSEIF not allowed; use ELSE IF instead
(#746) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#747) Line indented incorrectly; expected at least 8 spaces, found 0
(#747) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#747) Scope modifier not specified for member variable "$extension"
(#747) Expected 1 space before "="; 0 found
(#747) Expected 1 space after "="; 0 found
(#747) Commas (,) must be followed by white space.
(#747) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#747) Scope modifier not specified for member variable "$_link"
(#747) Commas (,) must be followed by white space.
(#747) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#747) Scope modifier not specified for member variable "$_result"
(#747) Commas (,) must be followed by white space.
(#747) Member variable "server_info" must not contain underscores.
(#747) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#747) Scope modifier not specified for member variable "$server_info"
(#747) Commas (,) must be followed by white space.
(#747) Member variable "affected_rows" must not contain underscores.
(#747) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#747) Scope modifier not specified for member variable "$affected_rows"
(#747) Commas (,) must be followed by white space.
(#747) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#747) Scope modifier not specified for member variable "$error"
(#747) Visibility must be declared on method "connect"
(#748) Line indented incorrectly; expected at least 12 spaces, found 0
(#748) Variable "O" must be all lower-case
(#748) Commas (,) must be followed by white space.
(#748) Variable "V" must be all lower-case
(#748) Commas (,) must be followed by white space.
(#748) Variable "G" must be all lower-case
(#748) Expected 1 space after closing parenthesis; found 0
(#748) Opening brace must be the last content on the line
(#748) Expected 1 space before "="; 0 found
(#748) Expected 1 space after "="; 0 found
(#748) Extension 'mssql' is removed since PHP 7.0
(#748) Variable "O" must be all lower-case
(#748) Commas (,) must be followed by white space.
(#748) Variable "V" must be all lower-case
(#748) Commas (,) must be followed by white space.
(#748) Variable "G" must be all lower-case
(#748) Expected "if (...) {\n"; found "if(...){"
(#748) Variable "I" must be all lower-case
(#748) Expected 1 space before "="; 0 found
(#748) Expected 1 space after "="; 0 found
(#748) Variable "K" must be all lower-case
(#748) Expected 1 space before "="; 0 found
(#748) Expected 1 space after "="; 0 found
(#748) Variable "I" must be all lower-case
(#748) Expected 1 space before "="; 0 found
(#748) Expected 1 space after "="; 0 found
(#748) Commas (,) must be followed by white space.
(#748) Variable "K" must be all lower-case
(#748) Closing brace must be on a line by itself
(#748) Inline control structures are not allowed
(#748) Expected 1 space before "="; 0 found
(#748) Expected 1 space after "="; 0 found
(#748) Extension 'mssql' is removed since PHP 7.0
(#748) Closing brace must be on a line by itself
(#748) Line exceeds maximum limit of 180 characters; contains 325 characters
(#748) Visibility must be declared on method "quote"
(#748) Line exceeds maximum limit of 180 characters; contains 325 characters
(#748) Line exceeds maximum limit of 180 characters; contains 325 characters
(#749) Line indented incorrectly; expected at least 12 spaces, found 0
(#749) Variable "Q" must be all lower-case
(#749) Expected 1 space after closing parenthesis; found 0
(#749) Opening brace must be the last content on the line
(#749) Commas (,) must be followed by white space.
(#749) Commas (,) must be followed by white space.
(#749) Variable "Q" must be all lower-case
(#749) Closing brace must be on a line by itself
(#749) Visibility must be declared on method "select_db"
(#750) Line indented incorrectly; expected at least 12 spaces, found 0
(#750) Expected 1 space after closing parenthesis; found 0
(#750) Opening brace must be the last content on the line
(#751) Line indented incorrectly; expected at least 16 spaces, found 0
(#751) Extension 'mssql' is removed since PHP 7.0
(#751) Closing brace must be on a line by itself
(#751) Visibility must be declared on method "query"
(#752) Line indented incorrectly; expected at least 12 spaces, found 0
(#752) Variable "H" must be all lower-case
(#752) Commas (,) must be followed by white space.
(#752) Expected 1 space after closing parenthesis; found 0
(#752) Opening brace must be the last content on the line
(#752) Variable "I" must be all lower-case
(#752) Expected 1 space before "="; 0 found
(#752) Expected 1 space after "="; 0 found
(#752) Extension 'mssql' is removed since PHP 7.0
(#752) Variable "H" must be all lower-case
(#752) Commas (,) must be followed by white space.
(#752) Expected 1 space before "="; 0 found
(#752) Expected 1 space after "="; 0 found
(#752) Expected "if (...) {\n"; found "if(...){"
(#752) Variable "I" must be all lower-case
(#752) Expected 1 space before "="; 0 found
(#752) Expected 1 space after "="; 0 found
(#752) Extension 'mssql' is removed since PHP 7.0
(#753) Line indented incorrectly; expected at least 20 spaces, found 0
(#753) Closing brace must be on a line by itself
(#753) Expected "if (...) {\n"; found "if(...){"
(#753) Variable "I" must be all lower-case
(#753) Expected 1 space before "==="; 0 found
(#753) Expected 1 space after "==="; 0 found
(#753) Expected 1 space before "="; 0 found
(#753) Expected 1 space after "="; 0 found
(#753) Extension 'mssql' is removed since PHP 7.0
(#754) Line indented incorrectly; expected at least 16 spaces, found 0
(#754) Closing brace must be on a line by itself
(#755) Line indented incorrectly; expected at least 20 spaces, found 0
(#756) Line indented incorrectly; expected at least 20 spaces, found 0
(#756) Variable "I" must be all lower-case
(#756) Closing brace must be on a line by itself
(#756) Visibility must be declared on method "multi_query"
(#757) Line indented incorrectly; expected at least 16 spaces, found 0
(#757) Variable "H" 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
(#757) Expected 1 space before "="; 0 found
(#757) Expected 1 space after "="; 0 found
(#757) Variable "H" must be all lower-case
(#757) Closing brace must be on a line by itself
(#757) Visibility must be declared on method "store_result"
(#758) Line indented incorrectly; expected at least 16 spaces, found 0
(#758) Expected 1 space after closing parenthesis; found 0
(#758) Opening brace must be the last content on the line
(#758) Closing brace must be on a line by itself
(#758) Visibility must be declared on method "next_result"
(#759) Line indented incorrectly; expected at least 16 spaces, found 0
(#759) Expected 1 space after closing parenthesis; found 0
(#759) Opening brace must be the last content on the line
(#760) Line indented incorrectly; expected at least 20 spaces, found 0
(#760) Extension 'mssql' is removed since PHP 7.0
(#760) Closing brace must be on a line by itself
(#760) Visibility must be declared on method "result"
(#761) Line indented incorrectly; expected at least 16 spaces, found 0
(#761) Variable "H" must be all lower-case
(#761) Commas (,) must be followed by white space.
(#761) Expected 1 space after closing parenthesis; found 0
(#761) Opening brace must be the last content on the line
(#761) Variable "I" must be all lower-case
(#761) Expected 1 space before "="; 0 found
(#761) Expected 1 space after "="; 0 found
(#761) Variable "H" must be all lower-case
(#761) Inline control structures are not allowed
(#761) Variable "I" must be all lower-case
(#762) Line indented incorrectly; expected at least 20 spaces, found 0
(#763) Line indented incorrectly; expected at least 20 spaces, found 0
(#763) Extension 'mssql' is removed since PHP 7.0
(#763) Variable "I" must be all lower-case
(#763) Commas (,) must be followed by white space.
(#763) Commas (,) must be followed by white space.
(#763) Closing brace must be on a line by itself
(#763) Closing brace must be on a line by itself
(#763) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 235
(#764) Line indented incorrectly; expected at least 8 spaces, found 0
(#764) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#764) Scope modifier not specified for member variable "$_result"
(#764) Commas (,) must be followed by white space.
(#764) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#764) Scope modifier not specified for member variable "$_offset"
(#764) Expected 1 space before "="; 0 found
(#764) Expected 1 space after "="; 0 found
(#764) Commas (,) must be followed by white space.
(#764) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#764) Scope modifier not specified for member variable "$_fields"
(#764) Commas (,) must be followed by white space.
(#764) Member variable "num_rows" must not contain underscores.
(#764) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#764) Scope modifier not specified for member variable "$num_rows"
(#764) Visibility must be declared on method "__construct"
(#765) Line indented incorrectly; expected at least 12 spaces, found 0
(#765) Variable "I" must be all lower-case
(#765) Expected 1 space after closing parenthesis; found 0
(#765) Opening brace must be the last content on the line
(#765) Expected 1 space before "="; 0 found
(#765) Expected 1 space after "="; 0 found
(#765) Variable "I" must be all lower-case
(#765) Expected 1 space before "="; 0 found
(#765) Expected 1 space after "="; 0 found
(#765) Extension 'mssql' is removed since PHP 7.0
(#765) Variable "I" must be all lower-case
(#765) Closing brace must be on a line by itself
(#765) Visibility must be declared on method "fetch_assoc"
(#766) Line indented incorrectly; expected at least 12 spaces, found 0
(#766) Expected 1 space after closing parenthesis; found 0
(#766) Opening brace must be the last content on the line
(#767) Line indented incorrectly; expected at least 16 spaces, found 0
(#767) Extension 'mssql' is removed since PHP 7.0
(#767) Closing brace must be on a line by itself
(#767) Visibility must be declared on method "fetch_row"
(#768) Line indented incorrectly; expected at least 12 spaces, found 0
(#768) Expected 1 space after closing parenthesis; found 0
(#768) Opening brace must be the last content on the line
(#769) Line indented incorrectly; expected at least 16 spaces, found 0
(#769) Extension 'mssql' is removed since PHP 7.0
(#769) Closing brace must be on a line by itself
(#769) Visibility must be declared on method "num_rows"
(#770) Line indented incorrectly; expected at least 16 spaces, found 0
(#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 20 spaces, found 0
(#771) Extension 'mssql' is removed since PHP 7.0
(#771) Closing brace must be on a line by itself
(#771) Visibility must be declared on method "fetch_field"
(#772) Line indented incorrectly; expected at least 16 spaces, found 0
(#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) Extension 'mssql' is removed since PHP 7.0
(#772) Variable "J" must be all lower-case
(#772) Expected 1 space before "="; 0 found
(#772) Expected 1 space after "="; 0 found
(#772) Variable "J" must be all lower-case
(#772) Variable "J" must be all lower-case
(#772) Expected 1 space before "="; 0 found
(#772) Expected 1 space after "="; 0 found
(#772) Variable "J" must be all lower-case
(#772) Variable "J" must be all lower-case
(#772) Closing brace must be on a line by itself
(#772) Visibility must be declared on method "seek"
(#773) Line indented incorrectly; expected at least 16 spaces, found 0
(#773) Variable "E" must be all lower-case
(#773) Expected 1 space after closing parenthesis; found 0
(#773) Opening brace must be the last content on the line
(#773) Extension 'mssql' is removed since PHP 7.0
(#773) Commas (,) must be followed by white space.
(#773) Variable "E" must be all lower-case
(#773) Closing brace must be on a line by itself
(#773) Visibility must be declared on method "__destruct"
(#774) Line indented incorrectly; expected at least 16 spaces, found 0
(#774) Expected 1 space after closing parenthesis; found 0
(#774) Opening brace must be the last content on the line
(#774) Extension 'mssql' is removed since PHP 7.0
(#774) Closing brace must be on a line by itself
(#774) Closing brace must be on a line by itself
(#774) Closing brace must be on a line by itself
(#774) Usage of ELSEIF not allowed; use ELSE IF instead
(#774) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#775) Line indented incorrectly; expected at least 12 spaces, found 0
(#776) Line indented incorrectly; expected at least 12 spaces, found 0
(#777) Line indented incorrectly; expected at least 12 spaces, found 0
(#777) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#777) Scope modifier not specified for member variable "$extension"
(#777) Expected 1 space before "="; 0 found
(#777) Expected 1 space after "="; 0 found
(#777) Visibility must be declared on method "connect"
(#778) Line indented incorrectly; expected at least 16 spaces, found 0
(#778) Variable "O" must be all lower-case
(#778) Commas (,) must be followed by white space.
(#778) Variable "V" must be all lower-case
(#778) Commas (,) must be followed by white space.
(#778) Variable "G" must be all lower-case
(#778) Expected 1 space after closing parenthesis; found 0
(#778) Opening brace must be the last content on the line
(#778) Commas (,) must be followed by white space.
(#778) Commas (,) must be followed by white space.
(#778) Commas (,) must be followed by white space.
(#778) Commas (,) must be followed by white space.
(#778) Variable "O" must be all lower-case
(#778) Commas (,) must be followed by white space.
(#778) Variable "V" must be all lower-case
(#778) Commas (,) must be followed by white space.
(#778) Variable "G" must be all lower-case
(#778) Line exceeds 132 characters; contains 142 characters
(#778) Line exceeds 132 characters; contains 142 characters
(#778) Line exceeds 132 characters; contains 142 characters
(#779) Line indented incorrectly; expected at least 20 spaces, found 0
(#779) Closing brace must be on a line by itself
(#779) Visibility must be declared on method "select_db"
(#780) Line indented incorrectly; expected at least 12 spaces, found 0
(#780) Expected 1 space after closing parenthesis; found 0
(#780) Opening brace must be the last content on the line
(#780) Closing brace must be on a line by itself
(#780) Closing brace must be on a line by itself
(#780) Closing brace must be on a line by itself
(#780) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 274
(#781) Line indented incorrectly; expected at least 16 spaces, found 0
(#782) Line indented incorrectly; expected at least 16 spaces, found 0
(#783) Line indented incorrectly; expected at least 16 spaces, found 0
(#783) method name "Min_Driver::insertUpdate" must be in lower-case letters only
(#783) Visibility must be declared on method "insertUpdate"
(#784) Line indented incorrectly; expected at least 20 spaces, found 0
(#784) Variable "R" must be all lower-case
(#784) Commas (,) must be followed by white space.
(#784) Variable "L" 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 "foreach (...) {\n"; found "foreach(...){"
(#784) Expected 1 space after "as"; 0 found
(#784) Variable "L" must be all lower-case
(#785) Line indented incorrectly; expected at least 24 spaces, found 0
(#785) Variable "P" must be all lower-case
(#785) Variable "Ci" must be all lower-case
(#785) Expected 1 space before "="; 0 found
(#785) Expected 1 space after "="; 0 found
(#785) Variable "Z" must be all lower-case
(#785) Expected 1 space before "="; 0 found
(#785) Expected 1 space after "="; 0 found
(#785) Expected "foreach (...) {\n"; found "foreach(...){"
(#785) Expected 1 space before "=>"; 0 found
(#785) Expected 1 space after "=>"; 0 found
(#785) Expected 1 space after "as"; 0 found
(#785) Variable "P" must be all lower-case
(#786) Line indented incorrectly; expected at least 28 spaces, found 0
(#786) Expected 1 space before "=>"; 0 found
(#786) Expected 1 space after "=>"; 0 found
(#786) Variable "X" must be all lower-case
(#786) Variable "Ci" must be all lower-case
(#786) Expected 1 space before "="; 0 found
(#786) Expected 1 space after "="; 0 found
(#786) Inline control structures are not allowed
(#786) Variable "Z" must be all lower-case
(#786) Expected 1 space before "="; 0 found
(#786) Expected 1 space after "="; 0 found
(#786) Closing brace must be on a line by itself
(#786) Inline control structures are not allowed
(#786) Variable "R" must be all lower-case
(#786) Commas (,) must be followed by white space.
(#786) Variable "P" must be all lower-case
(#786) Commas (,) must be followed by white space.
(#786) Commas (,) must be followed by white space.
(#786) Variable "P" must be all lower-case
(#786) Commas (,) must be followed by white space.
(#786) Variable "Z" must be all lower-case
(#786) Commas (,) must be followed by white space.
(#786) Variable "Ci" must be all lower-case
(#786) Commas (,) must be followed by white space.
(#786) Variable "P" must be all lower-case
(#786) Commas (,) must be followed by white space.
(#786) Variable "P" must be all lower-case
(#786) Line exceeds maximum limit of 180 characters; contains 376 characters
(#786) Line exceeds maximum limit of 180 characters; contains 376 characters
(#786) Line exceeds maximum limit of 180 characters; contains 376 characters
(#787) Line indented incorrectly; expected at least 28 spaces, found 0
(#787) Closing brace must be on a line by itself
(#788) Line indented incorrectly; expected at least 20 spaces, found 0
(#788) Closing brace must be on a line by itself
(#788) Visibility must be declared on method "begin"
(#789) Line indented incorrectly; expected at least 16 spaces, found 0
(#789) Expected 1 space after closing parenthesis; found 0
(#789) Opening brace must be the last content on the line
(#790) Line indented incorrectly; expected at least 20 spaces, found 0
(#790) Closing brace must be on a line by itself
(#790) Closing brace must be on a line by itself
(#791) Line indented incorrectly; expected at least 12 spaces, found 0
(#791) Expected 1 space after closing parenthesis; found 0
(#791) Opening brace must be the last content on the line
(#791) Commas (,) must be followed by white space.
(#791) Commas (,) must be followed by white space.
(#791) Closing brace must be on a line by itself
(#792) Line indented incorrectly; expected at least 12 spaces, found 0
(#792) Expected 1 space after closing parenthesis; found 0
(#792) Opening brace must be the last content on the line
(#792) Expected 1 space before "!="; 0 found
(#792) Expected 1 space after "!="; 0 found
(#792) Expected 1 space before "?"; 0 found
(#792) Expected 1 space after "?"; 0 found
(#792) Expected 1 space before ":"; 0 found
(#792) Expected 1 space after ":"; 0 found
(#792) Closing brace must be on a line by itself
(#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) Expected 1 space before "="; 0 found
(#793) Expected 1 space after "="; 0 found
(#794) Line indented incorrectly; expected at least 16 spaces, found 0
(#794) Expected 1 space before "="; 0 found
(#794) Expected 1 space after "="; 0 found
(#794) Inline control structures are not allowed
(#794) Commas (,) must be followed by white space.
(#794) Commas (,) must be followed by white space.
(#794) Closing brace must be on a line by itself
(#795) Line indented incorrectly; expected at least 12 spaces, found 0
(#795) Expected 1 space after closing parenthesis; found 0
(#795) Opening brace must be the last content on the line
(#796) Line indented incorrectly; expected at least 16 spaces, found 0
(#796) Closing brace must be on a line by itself
(#797) Line indented incorrectly; expected at least 16 spaces, found 0
(#797) Variable "H" must be all lower-case
(#797) Commas (,) must be followed by white space.
(#797) Variable "Z" must be all lower-case
(#797) Commas (,) must be followed by white space.
(#797) Variable "_" must not contain underscores.
(#797) Commas (,) must be followed by white space.
(#797) Variable "E" must be all lower-case
(#797) Commas (,) must be followed by white space.
(#797) Variable "N" 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
(#797) Variable "_" must not contain underscores.
(#797) Expected 1 space before "!=="; 0 found
(#797) Expected 1 space after "!=="; 0 found
(#797) Expected 1 space before "?"; 0 found
(#797) Expected 1 space after "?"; 0 found
(#797) Variable "_" must not contain underscores.
(#797) Expected 1 space before "+"; 0 found
(#797) Expected 1 space after "+"; 0 found
(#797) Variable "E" must be all lower-case
(#797) Expected 1 space before ":"; 0 found
(#797) Expected 1 space after ":"; 0 found
(#797) Variable "H" must be all lower-case
(#797) Closing brace must be on a line by itself
(#798) Line indented incorrectly; expected at least 16 spaces, found 0
(#798) Variable "R" must be all lower-case
(#798) Commas (,) must be followed by white space.
(#798) Variable "H" must be all lower-case
(#798) Commas (,) must be followed by white space.
(#798) Variable "Z" must be all lower-case
(#798) Commas (,) must be followed by white space.
(#798) Variable "N" must be all lower-case
(#798) Expected 1 space after closing parenthesis; found 0
(#798) Opening brace must be the last content on the line
(#799) Line indented incorrectly; expected at least 20 spaces, found 0
(#799) Variable "H" must be all lower-case
(#799) Commas (,) must be followed by white space.
(#799) Variable "Z" must be all lower-case
(#799) Commas (,) must be followed by white space.
(#799) Commas (,) must be followed by white space.
(#799) Commas (,) must be followed by white space.
(#799) Variable "N" must be all lower-case
(#799) Closing brace must be on a line by itself
(#800) Line indented incorrectly; expected at least 16 spaces, found 0
(#800) Commas (,) must be followed by white space.
(#800) Expected 1 space after closing parenthesis; found 0
(#800) Opening brace must be the last content on the line
(#800) Closing brace must be on a line by itself
(#801) Line indented incorrectly; expected at least 16 spaces, found 0
(#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) Closing brace must be on a line by itself
(#803) Line indented incorrectly; expected at least 16 spaces, found 0
(#803) Expected 1 space after closing parenthesis; found 0
(#803) Opening brace must be the last content on the line
(#803) Closing brace must be on a line by itself
(#804) Line indented incorrectly; expected at least 16 spaces, found 0
(#804) Expected 1 space after closing parenthesis; found 0
(#804) Opening brace must be the last content on the line
(#805) Line indented incorrectly; expected at least 20 spaces, found 0
(#805) Closing brace must be on a line by itself
(#805) Line exceeds 132 characters; contains 160 characters
(#805) Line exceeds 132 characters; contains 160 characters
(#805) Line exceeds 132 characters; contains 160 characters
(#806) Line indented incorrectly; expected at least 16 spaces, found 0
(#806) Expected 1 space after closing parenthesis; found 0
(#806) Opening brace must be the last content on the line
(#806) Variable "J" must be all lower-case
(#806) Expected 1 space before "="; 0 found
(#806) Expected 1 space after "="; 0 found
(#806) Expected "foreach (...) {\n"; found "foreach(...){"
(#806) Expected 1 space after "as"; 0 found
(#807) Line indented incorrectly; expected at least 20 spaces, found 0
(#807) Variable "J" must be all lower-case
(#807) Expected 1 space before "="; 0 found
(#807) Expected 1 space after "="; 0 found
(#807) Closing brace must be on a line by itself
(#807) Variable "J" must be all lower-case
(#807) Closing brace must be on a line by itself
(#808) Line indented incorrectly; expected at least 20 spaces, found 0
(#808) Variable "D" must be all lower-case
(#808) Expected 1 space after closing parenthesis; found 0
(#808) Opening brace must be the last content on the line
(#808) Variable "J" must be all lower-case
(#808) Expected 1 space before "="; 0 found
(#808) Expected 1 space after "="; 0 found
(#808) Expected "foreach (...) {\n"; found "foreach(...){"
(#808) Expected 1 space before "as"; 0 found
(#808) Expected 1 space after "as"; 0 found
(#808) Variable "D" must be all lower-case
(#808) Expected 1 space before "!="; 0 found
(#808) Expected 1 space after "!="; 0 found
(#808) Expected 1 space before "?"; 0 found
(#808) Expected 1 space after "?"; 0 found
(#808) Variable "D" must be all lower-case
(#808) Expected 1 space before ":"; 0 found
(#808) Expected 1 space after ":"; 0 found
(#808) Variable "K" must be all lower-case
(#808) Inline control structures are not allowed
(#808) Variable "D" must be all lower-case
(#808) Expected 1 space before "!="; 0 found
(#808) Expected 1 space after "!="; 0 found
(#808) Variable "K" must be all lower-case
(#808) Variable "J" must be all lower-case
(#808) Variable "K" must be all lower-case
(#808) Expected 1 space before "="; 0 found
(#808) Expected 1 space after "="; 0 found
(#808) Variable "K" must be all lower-case
(#808) Closing brace must be on a line by itself
(#808) Variable "J" must be all lower-case
(#808) Closing brace must be on a line by itself
(#808) Line exceeds maximum limit of 180 characters; contains 297 characters
(#808) Line exceeds maximum limit of 180 characters; contains 297 characters
(#808) Line exceeds maximum limit of 180 characters; contains 297 characters
(#809) Line indented incorrectly; expected at least 20 spaces, found 0
(#809) Variable "S" must be all lower-case
(#809) Expected 1 space after closing parenthesis; found 0
(#809) Opening brace must be the last content on the line
(#809) Variable "S" must be all lower-case
(#809) Expected 1 space before "=="; 0 found
(#809) Expected 1 space after "=="; 0 found
(#809) Closing brace must be on a line by itself
(#810) Line indented incorrectly; expected at least 20 spaces, found 0
(#810) Variable "S" must be all lower-case
(#810) Expected 1 space after closing parenthesis; found 0
(#810) Opening brace must be the last content on the line
(#811) Line indented incorrectly; expected at least 24 spaces, found 0
(#811) Closing brace must be on a line by itself
(#812) Line indented incorrectly; expected at least 20 spaces, found 0
(#812) Variable "R" must be all lower-case
(#812) Expected 1 space after closing parenthesis; found 0
(#812) Opening brace must be the last content on the line
(#812) Variable "J" must be all lower-case
(#812) Expected 1 space before "="; 0 found
(#812) Expected 1 space after "="; 0 found
(#812) Expected "foreach (...) {\n"; found "foreach(...){"
(#812) Expected 1 space before "as"; 0 found
(#812) Expected 1 space after "as"; 0 found
(#812) Line exceeds maximum limit of 180 characters; contains 188 characters
(#812) Line exceeds maximum limit of 180 characters; contains 188 characters
(#812) Line exceeds maximum limit of 180 characters; contains 188 characters
(#817) Variable "R" must be all lower-case
(#817) Variable "K" must be all lower-case
(#817) Variable "U" must be all lower-case
(#817) Expected 1 space before "="; 0 found
(#817) Expected 1 space after "="; 0 found
(#817) Variable "K" must be all lower-case
(#817) Expected 1 space before "="; 0 found
(#817) Expected 1 space after "="; 0 found
(#817) Commas (,) must be followed by white space.
(#817) Variable "U" must be all lower-case
(#817) Expected 1 space before "?"; 0 found
(#817) Expected 1 space after "?"; 0 found
(#817) Variable "K" must be all lower-case
(#817) Expected 1 space before ":"; 0 found
(#817) Expected 1 space after ":"; 0 found
(#817) Variable "U" must be all lower-case
(#817) Expected 1 space before "=="; 0 found
(#817) Expected 1 space after "=="; 0 found
(#817) Expected 1 space before "?"; 0 found
(#817) Expected 1 space after "?"; 0 found
(#817) Variable "K" must be all lower-case
(#817) Expected 1 space before ":"; 0 found
(#817) Expected 1 space after ":"; 0 found
(#817) Variable "J" must be all lower-case
(#817) Variable "K" must be all lower-case
(#817) Expected 1 space before "="; 0 found
(#817) Expected 1 space after "="; 0 found
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Variable "K" must be all lower-case
(#817) Commas (,) must be followed by white space.
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Variable "U" must be all lower-case
(#817) Expected 1 space before "?"; 0 found
(#817) Expected 1 space after "?"; 0 found
(#817) Expected 1 space before ":"; 0 found
(#817) Expected 1 space after ":"; 0 found
(#817) Commas (,) must be followed by white space.
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Variable "U" must be all lower-case
(#817) Commas (,) must be followed by white space.
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Commas (,) must be followed by white space.
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Variable "K" must be all lower-case
(#817) Commas (,) must be followed by white space.
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Variable "K" must be all lower-case
(#817) Commas (,) must be followed by white space.
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Variable "K" must be all lower-case
(#817) Commas (,) must be followed by white space.
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Variable "K" must be all lower-case
(#817) Commas (,) must be followed by white space.
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Commas (,) must be followed by white space.
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Commas (,) must be followed by white space.
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Commas (,) must be followed by white space.
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Variable "K" must be all lower-case
(#817) Commas (,) must be followed by white space.
(#817) Closing brace must be on a line by itself
(#817) Variable "J" must be all lower-case
(#817) Closing brace must be on a line by itself
(#817) Line exceeds maximum limit of 180 characters; contains 548 characters
(#817) Line exceeds maximum limit of 180 characters; contains 548 characters
(#817) Line exceeds maximum limit of 180 characters; contains 548 characters
(#818) Line indented incorrectly; expected at least 24 spaces, found 0
(#818) Variable "R" must be all lower-case
(#818) Commas (,) must be followed by white space.
(#818) Expected 1 space after closing parenthesis; found 0
(#818) Opening brace must be the last content on the line
(#818) Variable "J" must be all lower-case
(#818) Expected 1 space before "="; 0 found
(#818) Expected 1 space after "="; 0 found
(#818) Expected "foreach (...) {\n"; found "foreach(...){"
(#818) Expected 1 space before "as"; 0 found
(#818) Expected 1 space after "as"; 0 found
(#818) Line exceeds 132 characters; contains 144 characters
(#818) Line exceeds 132 characters; contains 144 characters
(#818) Line exceeds 132 characters; contains 144 characters
(#822) Variable "R" must be all lower-case
(#822) Commas (,) must be followed by white space.
(#822) Variable "K" must be all lower-case
(#822) Variable "D" must be all lower-case
(#822) Expected 1 space before "="; 0 found
(#822) Expected 1 space after "="; 0 found
(#822) Variable "K" must be all lower-case
(#822) Variable "J" must be all lower-case
(#822) Variable "D" must be all lower-case
(#822) Expected 1 space before "="; 0 found
(#822) Expected 1 space after "="; 0 found
(#822) Variable "K" must be all lower-case
(#822) Expected 1 space before "?"; 0 found
(#822) Expected 1 space after "?"; 0 found
(#822) Expected 1 space before ":"; 0 found
(#822) Expected 1 space after ":"; 0 found
(#822) Variable "K" must be all lower-case
(#822) Expected 1 space before "?"; 0 found
(#822) Expected 1 space after "?"; 0 found
(#822) Expected 1 space before ":"; 0 found
(#822) Expected 1 space after ":"; 0 found
(#822) Variable "J" must be all lower-case
(#822) Variable "D" must be all lower-case
(#822) Expected 1 space before "="; 0 found
(#822) Expected 1 space after "="; 0 found
(#822) Variable "J" must be all lower-case
(#822) Variable "D" must be all lower-case
(#822) Variable "K" must be all lower-case
(#822) Expected 1 space before "="; 0 found
(#822) Expected 1 space after "="; 0 found
(#822) Variable "K" must be all lower-case
(#822) Variable "J" must be all lower-case
(#822) Variable "D" must be all lower-case
(#822) Variable "K" must be all lower-case
(#822) Expected 1 space before "="; 0 found
(#822) Expected 1 space after "="; 0 found
(#822) Variable "K" must be all lower-case
(#822) Expected 1 space before "?"; 0 found
(#822) Expected 1 space after "?"; 0 found
(#822) Expected 1 space before ":"; 0 found
(#822) Expected 1 space after ":"; 0 found
(#822) Closing brace must be on a line by itself
(#822) Variable "J" must be all lower-case
(#822) Closing brace must be on a line by itself
(#822) Line exceeds maximum limit of 180 characters; contains 317 characters
(#822) Line exceeds maximum limit of 180 characters; contains 317 characters
(#822) Line exceeds maximum limit of 180 characters; contains 317 characters
(#823) Variable "D" must be all lower-case
(#823) Expected 1 space after closing parenthesis; found 0
(#823) Opening brace must be the last content on the line
(#824) Line indented incorrectly; expected at least 4 spaces, found 0
(#824) Expected 1 space before "=>"; 0 found
(#824) Expected 1 space after "=>"; 0 found
(#824) Commas (,) must be followed by white space.
(#824) Commas (,) must be followed by white space.
(#824) Variable "D" must be all lower-case
(#824) Closing brace must be on a line by itself
(#824) Line exceeds maximum limit of 180 characters; contains 207 characters
(#824) Line exceeds maximum limit of 180 characters; contains 207 characters
(#824) Line exceeds maximum limit of 180 characters; contains 207 characters
(#825) Expected 1 space after closing parenthesis; found 0
(#825) Opening brace must be the last content on the line
(#825) Variable "J" must be all lower-case
(#825) Expected 1 space before "="; 0 found
(#825) Expected 1 space after "="; 0 found
(#825) Inline control structures are not allowed
(#825) Expected 1 space before "as"; 0 found
(#825) Expected 1 space after "as"; 0 found
(#825) Variable "J" must be all lower-case
(#825) Commas (,) must be followed by white space.
(#825) Commas (,) must be followed by white space.
(#825) Expected 1 space before "="; 0 found
(#825) Expected 1 space after "="; 0 found
(#825) Variable "J" must be all lower-case
(#825) Closing brace must be on a line by itself
(#825) Line exceeds 132 characters; contains 143 characters
(#825) Line exceeds 132 characters; contains 143 characters
(#825) Line exceeds 132 characters; contains 143 characters
(#826) Expected 1 space after closing parenthesis; found 0
(#826) Opening brace must be the last content on the line
(#827) Line indented incorrectly; expected at least 4 spaces, found 0
(#827) Closing brace must be on a line by itself
(#828) Expected 1 space after closing parenthesis; found 0
(#828) Opening brace must be the last content on the line
(#829) Line indented incorrectly; expected at least 4 spaces, found 0
(#829) Commas (,) must be followed by white space.
(#829) Commas (,) must be followed by white space.
(#829) Closing brace must be on a line by itself
(#830) Line indented incorrectly; expected at least 4 spaces, found 0
(#830) Commas (,) must be followed by white space.
(#830) Expected 1 space after closing parenthesis; found 0
(#830) Opening brace must be the last content on the line
(#831) Line indented incorrectly; expected at least 8 spaces, found 0
(#831) Commas (,) must be followed by white space.
(#831) Expected 1 space before "?"; 0 found
(#831) Expected 1 space after "?"; 0 found
(#831) Expected 1 space before ":"; 0 found
(#831) Expected 1 space after ":"; 0 found
(#831) Closing brace must be on a line by itself
(#832) Line indented incorrectly; expected at least 4 spaces, found 0
(#832) Expected 1 space after closing parenthesis; found 0
(#832) Opening brace must be the last content on the line
(#833) Line indented incorrectly; expected at least 8 spaces, found 0
(#833) Commas (,) must be followed by white space.
(#833) Commas (,) must be followed by white space.
(#833) Closing brace must be on a line by itself
(#834) Line indented incorrectly; expected at least 8 spaces, found 0
(#834) Variable "D" must be all lower-case
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space after closing parenthesis; found 0
(#834) Opening brace must be the last content on the line
(#834) Inline control structures are not allowed
(#834) Commas (,) must be followed by white space.
(#834) Variable "D" must be all lower-case
(#834) Line exceeds maximum limit of 180 characters; contains 199 characters
(#834) Line exceeds maximum limit of 180 characters; contains 199 characters
(#834) Line exceeds maximum limit of 180 characters; contains 199 characters
(#835) Line indented incorrectly; expected at least 12 spaces, found 0
(#835) Closing brace must be on a line by itself
(#836) Line indented incorrectly; expected at least 8 spaces, found 0
(#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) 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) Line exceeds 132 characters; contains 136 characters
(#836) Line exceeds 132 characters; contains 136 characters
(#836) Line exceeds 132 characters; contains 136 characters
(#837) Line indented incorrectly; expected at least 8 spaces, found 0
(#837) Variable "R" must be all lower-case
(#837) Commas (,) must be followed by white space.
(#837) Variable "D" must be all lower-case
(#837) Commas (,) must be followed by white space.
(#837) Commas (,) must be followed by white space.
(#837) Commas (,) must be followed by white space.
(#837) Commas (,) must be followed by white space.
(#837) Commas (,) must be followed by white space.
(#837) Commas (,) must be followed by white space.
(#837) Variable "Ma" must be all lower-case
(#837) Commas (,) must be followed by white space.
(#837) Variable "Nf" 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) Expected 1 space before "="; 0 found
(#837) Expected 1 space after "="; 0 found
(#837) Expected "foreach (...) {\n"; found "foreach(...){"
(#837) Expected 1 space after "as"; 0 found
(#838) Line indented incorrectly; expected at least 12 spaces, found 0
(#838) Expected 1 space before "="; 0 found
(#838) Expected 1 space after "="; 0 found
(#838) Variable "X" must be all lower-case
(#838) Expected 1 space before "="; 0 found
(#838) Expected 1 space after "="; 0 found
(#838) Inline control structures are not allowed
(#838) Variable "X" must be all lower-case
(#838) Expected 1 space before "="; 0 found
(#838) Expected 1 space after "="; 0 found
(#838) Variable "X" must be all lower-case
(#838) Expected 1 space before "="; 0 found
(#838) Expected 1 space after "="; 0 found
(#838) Commas (,) must be followed by white space.
(#838) Commas (,) must be followed by white space.
(#838) Variable "X" must be all lower-case
(#838) Inline control structures are not allowed
(#838) Expected 1 space before "=="; 0 found
(#838) Expected 1 space after "=="; 0 found
(#838) Expected 1 space before "="; 0 found
(#838) Expected 1 space after "="; 0 found
(#838) Commas (,) must be followed by white space.
(#838) Variable "X" must be all lower-case
(#838) Variable "R" must be all lower-case
(#838) Expected 1 space before "=="; 0 found
(#838) Expected 1 space after "=="; 0 found
(#838) Expected 1 space before "?"; 0 found
(#838) Expected 1 space after "?"; 0 found
(#838) Variable "X" must be all lower-case
(#838) Commas (,) must be followed by white space.
(#838) Expected 1 space before "+"; 0 found
(#838) Expected 1 space after "+"; 0 found
(#838) Variable "X" must be all lower-case
(#838) Expected 1 space before ":"; 0 found
(#838) Expected 1 space after ":"; 0 found
(#838) Variable "X" must be all lower-case
(#838) Inline control structures are not allowed
(#838) Expected 1 space before "!="; 0 found
(#838) Expected 1 space after "!="; 0 found
(#838) Variable "X" must be all lower-case
(#838) Variable "R" must be all lower-case
(#838) Variable "X" must be all lower-case
(#838) Commas (,) must be followed by white space.
(#838) Variable "X" must be all lower-case
(#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) Closing brace must be on a line by itself
(#838) Closing brace must be on a line by itself
(#838) Inline control structures are not allowed
(#838) Variable "R" must be all lower-case
(#838) Expected 1 space before "=="; 0 found
(#838) Expected 1 space after "=="; 0 found
(#838) Line exceeds maximum limit of 180 characters; contains 405 characters
(#838) Line exceeds maximum limit of 180 characters; contains 405 characters
(#838) Line exceeds maximum limit of 180 characters; contains 405 characters
(#839) Line indented incorrectly; expected at least 12 spaces, found 0
(#839) Variable "D" must be all lower-case
(#839) Commas (,) must be followed by white space.
(#839) Inline control structures are not allowed
(#839) Variable "R" must be all lower-case
(#839) Expected 1 space before "!="; 0 found
(#839) Expected 1 space after "!="; 0 found
(#839) Variable "D" must be all lower-case
(#839) Variable "R" must be all lower-case
(#839) Variable "D" must be all lower-case
(#839) Inline control structures are not allowed
(#839) Expected 1 space before "="; 0 found
(#839) Expected 1 space after "="; 0 found
(#839) Expected "foreach (...) {\n"; found "foreach(...){"
(#839) Expected 1 space before "=>"; 0 found
(#839) Expected 1 space after "=>"; 0 found
(#839) Expected 1 space after "as"; 0 found
(#839) Line exceeds 132 characters; contains 165 characters
(#839) Line exceeds 132 characters; contains 165 characters
(#839) Line exceeds 132 characters; contains 165 characters
(#840) Line indented incorrectly; expected at least 12 spaces, found 0
(#840) Expected 1 space before "=>"; 0 found
(#840) Expected 1 space after "=>"; 0 found
(#840) Variable "X" must be all lower-case
(#840) Inline control structures are not allowed
(#840) Variable "D" must be all lower-case
(#840) Commas (,) must be followed by white space.
(#840) Variable "X" must be all lower-case
(#841) Line indented incorrectly; expected at least 16 spaces, found 0
(#841) Closing brace must be on a line by itself
(#842) Line indented incorrectly; expected at least 12 spaces, found 0
(#842) Closing brace must be on a line by itself
(#843) Line indented incorrectly; expected at least 8 spaces, found 0
(#843) Variable "R" must be all lower-case
(#843) Commas (,) must be followed by white space.
(#843) Expected 1 space after closing parenthesis; found 0
(#843) Opening brace must be the last content on the line
(#843) Expected 1 space before "="; 0 found
(#843) Expected 1 space after "="; 0 found
(#843) Expected 1 space before "="; 0 found
(#843) Expected 1 space after "="; 0 found
(#843) Expected "foreach (...) {\n"; found "foreach(...){"
(#843) Expected 1 space after "as"; 0 found
(#844) Line indented incorrectly; expected at least 12 spaces, found 0
(#844) Variable "X" must be all lower-case
(#844) Expected "if (...) {\n"; found "if(...){"
(#844) Variable "X" must be all lower-case
(#844) Expected 1 space before "=="; 0 found
(#844) Expected 1 space after "=="; 0 found
(#844) Inline control structures are not allowed
(#844) Variable "X" must be all lower-case
(#844) Expected 1 space before "=="; 0 found
(#844) Expected 1 space after "=="; 0 found
(#844) Expected 1 space before "="; 0 found
(#844) Expected 1 space after "="; 0 found
(#844) Variable "X" must be all lower-case
(#844) Inline control structures are not allowed
(#844) Expected 1 space before "="; 0 found
(#844) Expected 1 space after "="; 0 found
(#844) Variable "X" must be all lower-case
(#844) Variable "R" must be all lower-case
(#844) Closing brace must be on a line by itself
(#844) Inline control structures are not allowed
(#844) Usage of ELSEIF not allowed; use ELSE IF instead
(#844) Variable "X" must be all lower-case
(#844) Expected 1 space before "!="; 0 found
(#844) Expected 1 space after "!="; 0 found
(#844) Expected 1 space before "?"; 0 found
(#844) Expected 1 space after "?"; 0 found
(#844) Variable "X" must be all lower-case
(#844) Variable "X" must be all lower-case
(#844) Expected 1 space before "!="; 0 found
(#844) Expected 1 space after "!="; 0 found
(#844) Expected 1 space before "?"; 0 found
(#844) Expected 1 space after "?"; 0 found
(#844) Expected 1 space before ":"; 0 found
(#844) Expected 1 space after ":"; 0 found
(#844) Variable "X" must be all lower-case
(#844) Expected 1 space before "!="; 0 found
(#844) Expected 1 space after "!="; 0 found
(#844) Expected 1 space before "?"; 0 found
(#844) Expected 1 space after "?"; 0 found
(#844) Variable "X" must be all lower-case
(#844) Expected 1 space before ":"; 0 found
(#844) Expected 1 space after ":"; 0 found
(#844) Variable "R" must be all lower-case
(#844) Variable "R" must be all lower-case
(#844) Expected 1 space before ":"; 0 found
(#844) Expected 1 space after ":"; 0 found
(#844) Variable "R" must be all lower-case
(#844) Commas (,) must be followed by white space.
(#844) Variable "X" must be all lower-case
(#844) Line exceeds maximum limit of 180 characters; contains 333 characters
(#844) Line exceeds maximum limit of 180 characters; contains 333 characters
(#844) Line exceeds maximum limit of 180 characters; contains 333 characters
(#845) Line indented incorrectly; expected at least 16 spaces, found 0
(#845) Closing brace must be on a line by itself
(#845) Commas (,) must be followed by white space.
(#845) Variable "R" must be all lower-case
(#845) Commas (,) must be followed by white space.
(#845) Closing brace must be on a line by itself
(#845) Line exceeds 132 characters; contains 139 characters
(#845) Line exceeds 132 characters; contains 139 characters
(#845) Line exceeds 132 characters; contains 139 characters
(#846) Line indented incorrectly; expected at least 12 spaces, found 0
(#846) Expected 1 space after closing parenthesis; found 0
(#846) Opening brace must be the last content on the line
(#846) Closing brace must be on a line by itself
(#847) Line indented incorrectly; expected at least 12 spaces, found 0
(#847) Commas (,) must be followed by white space.
(#847) Variable "H" must be all lower-case
(#847) Expected 1 space after closing parenthesis; found 0
(#847) Opening brace must be the last content on the line
(#847) Variable "J" must be all lower-case
(#847) Expected 1 space before "="; 0 found
(#847) Expected 1 space after "="; 0 found
(#847) Variable "H" must be all lower-case
(#847) Variable "J" must be all lower-case
(#847) Closing brace must be on a line by itself
(#848) Line indented incorrectly; expected at least 12 spaces, found 0
(#848) Variable "S" must be all lower-case
(#848) Commas (,) must be followed by white space.
(#848) Variable "Z" must be all lower-case
(#848) Closing brace must be on a line by itself
(#849) Line indented incorrectly; expected at least 12 spaces, found 0
(#849) Variable "R" must be all lower-case
(#849) Expected 1 space after closing parenthesis; found 0
(#849) Opening brace must be the last content on the line
(#849) Variable "J" must be all lower-case
(#849) Expected 1 space before "="; 0 found
(#849) Expected 1 space after "="; 0 found
(#849) Expected "foreach (...) {\n"; found "foreach(...){"
(#849) Expected 1 space before "as"; 0 found
(#849) Expected 1 space after "as"; 0 found
(#849) Variable "R" must be all lower-case
(#849) Variable "K" must be all lower-case
(#849) Variable "J" must be all lower-case
(#849) Variable "K" must be all lower-case
(#849) Expected 1 space before "="; 0 found
(#849) Expected 1 space after "="; 0 found
(#849) Variable "K" must be all lower-case
(#849) Expected 1 space before "="; 0 found
(#849) Expected 1 space after "="; 0 found
(#849) Variable "K" must be all lower-case
(#849) Expected 1 space before "="; 0 found
(#849) Expected 1 space after "="; 0 found
(#849) Variable "K" must be all lower-case
(#849) Closing brace must be on a line by itself
(#849) Variable "J" must be all lower-case
(#849) Closing brace must be on a line by itself
(#849) Line exceeds maximum limit of 180 characters; contains 232 characters
(#849) Line exceeds maximum limit of 180 characters; contains 232 characters
(#849) Line exceeds maximum limit of 180 characters; contains 232 characters
(#850) Line indented incorrectly; expected at least 12 spaces, found 0
(#850) Variable "T" must be all lower-case
(#850) Expected 1 space after closing parenthesis; found 0
(#850) Opening brace must be the last content on the line
(#851) Line indented incorrectly; expected at least 16 spaces, found 0
(#851) Commas (,) must be followed by white space.
(#851) Variable "T" must be all lower-case
(#851) Closing brace must be on a line by itself
(#852) Line indented incorrectly; expected at least 12 spaces, found 0
(#852) Variable "Si" must be all lower-case
(#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 16 spaces, found 0
(#853) Commas (,) must be followed by white space.
(#853) Commas (,) must be followed by white space.
(#853) Variable "Si" must be all lower-case
(#853) Closing brace must be on a line by itself
(#854) Line indented incorrectly; expected at least 16 spaces, found 0
(#854) Variable "T" must be all lower-case
(#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) Commas (,) must be followed by white space.
(#855) Commas (,) must be followed by white space.
(#855) Variable "T" must be all lower-case
(#855) Closing brace must be on a line by itself
(#856) Line indented incorrectly; expected at least 16 spaces, found 0
(#856) Variable "T" must be all lower-case
(#856) Commas (,) must be followed by white space.
(#856) Variable "Si" must be all lower-case
(#856) Commas (,) must be followed by white space.
(#856) Variable "Ph" must be all lower-case
(#856) Expected 1 space after closing parenthesis; found 0
(#856) Opening brace must be the last content on the line
(#857) Line indented incorrectly; expected at least 20 spaces, found 0
(#857) Variable "Ph" must be all lower-case
(#857) Commas (,) must be followed by white space.
(#857) Variable "T" must be all lower-case
(#857) Commas (,) must be followed by white space.
(#857) Variable "Si" must be all lower-case
(#857) Closing brace must be on a line by itself
(#858) Line indented incorrectly; expected at least 20 spaces, found 0
(#858) Variable "D" must be all lower-case
(#858) Expected 1 space after closing parenthesis; found 0
(#858) Opening brace must be the last content on the line
(#858) Inline control structures are not allowed
(#858) Variable "D" must be all lower-case
(#858) Expected 1 space before "=="; 0 found
(#858) Expected 1 space after "=="; 0 found
(#859) Line indented incorrectly; expected at least 24 spaces, found 0
(#859) Variable "L" must be all lower-case
(#859) Expected 1 space before "="; 0 found
(#859) Expected 1 space after "="; 0 found
(#860) Line exceeds maximum limit of 180 characters; contains 218 characters
(#860) Line exceeds maximum limit of 180 characters; contains 218 characters
(#860) Line exceeds maximum limit of 180 characters; contains 218 characters
(#865) Variable "D" must be all lower-case
(#865) Variable "J" must be all lower-case
(#865) Expected 1 space before "="; 0 found
(#865) Expected 1 space after "="; 0 found
(#865) Variable "L" must be all lower-case
(#865) Inline control structures are not allowed
(#865) Variable "J" must be all lower-case
(#865) Variable "J" must be all lower-case
(#865) Expected 1 space before "="; 0 found
(#865) Expected 1 space after "="; 0 found
(#865) Commas (,) must be followed by white space.
(#865) Commas (,) must be followed by white space.
(#865) Variable "J" must be all lower-case
(#865) Variable "J" must be all lower-case
(#865) Closing brace must be on a line by itself
(#865) Line exceeds 132 characters; contains 145 characters
(#865) Line exceeds 132 characters; contains 145 characters
(#865) Line exceeds 132 characters; contains 145 characters
(#866) Line indented incorrectly; expected at least 20 spaces, found 0
(#866) Variable "R" 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
(#866) Variable "J" must be all lower-case
(#866) Expected 1 space before "="; 0 found
(#866) Expected 1 space after "="; 0 found
(#866) Inline control structures are not allowed
(#866) Expected 1 space before "as"; 0 found
(#866) Expected 1 space after "as"; 0 found
(#867) Line exceeds maximum limit of 180 characters; contains 227 characters
(#867) Line exceeds maximum limit of 180 characters; contains 227 characters
(#867) Line exceeds maximum limit of 180 characters; contains 227 characters
(#871) Variable "R" must be all lower-case
(#871) Variable "K" must be all lower-case
(#871) Variable "J" must be all lower-case
(#871) Variable "K" must be all lower-case
(#871) Expected 1 space before "="; 0 found
(#871) Expected 1 space after "="; 0 found
(#871) Variable "K" must be all lower-case
(#871) Commas (,) must be followed by white space.
(#871) Variable "K" must be all lower-case
(#871) Variable "J" must be all lower-case
(#871) Closing brace must be on a line by itself
(#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 4 spaces, found 0
(#873) Expected 1 space before "=>"; 0 found
(#873) Expected 1 space after "=>"; 0 found
(#873) Commas (,) must be followed by white space.
(#873) Commas (,) must be followed by white space.
(#873) Expected 1 space before "=>"; 0 found
(#873) Expected 1 space after "=>"; 0 found
(#873) Commas (,) must be followed by white space.
(#873) Commas (,) must be followed by white space.
(#873) Commas (,) must be followed by white space.
(#873) Expected 1 space before "=>"; 0 found
(#873) Expected 1 space after "=>"; 0 found
(#873) Commas (,) must be followed by white space.
(#873) Closing brace must be on a line by itself
(#874) Expected 1 space after closing parenthesis; found 0
(#874) Opening brace must be the last content on the line
(#875) Line indented incorrectly; expected at least 4 spaces, found 0
(#875) Closing brace must be on a line by itself
(#876) Line indented incorrectly; expected at least 4 spaces, found 0
(#876) Expected 1 space after closing parenthesis; found 0
(#876) Opening brace must be the last content on the line
(#876) Inline control structures are not allowed
(#876) Expected 1 space before "!="; 0 found
(#876) Expected 1 space after "!="; 0 found
(#876) Closing brace must be on a line by itself
(#877) Line indented incorrectly; expected at least 4 spaces, found 0
(#877) Variable "Tg" must be all lower-case
(#877) Expected 1 space after closing parenthesis; found 0
(#877) Opening brace must be the last content on the line
(#878) Line indented incorrectly; expected at least 8 spaces, found 0
(#878) Closing brace must be on a line by itself
(#879) Line indented incorrectly; expected at least 4 spaces, found 0
(#879) Expected 1 space after closing parenthesis; found 0
(#879) Opening brace must be the last content on the line
(#879) Closing brace must be on a line by itself
(#880) Line indented incorrectly; expected at least 4 spaces, found 0
(#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 8 spaces, found 0
(#881) Closing brace must be on a line by itself
(#882) Line indented incorrectly; expected at least 4 spaces, found 0
(#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 8 spaces, found 0
(#883) Closing brace must be on a line by itself
(#884) Line indented incorrectly; expected at least 8 spaces, found 0
(#884) Closing brace must be on a line by itself
(#885) Line indented incorrectly; expected at least 8 spaces, found 0
(#885) Commas (,) must be followed by white space.
(#885) Variable "J" must be all lower-case
(#885) Expected 1 space after closing parenthesis; found 0
(#885) Opening brace must be the last content on the line
(#885) Variable "J" must be all lower-case
(#885) Closing brace must be on a line by itself
(#886) Line indented incorrectly; expected at least 8 spaces, found 0
(#886) Variable "Pc" must be all lower-case
(#886) Expected 1 space after closing parenthesis; found 0
(#886) Opening brace must be the last content on the line
(#887) Line indented incorrectly; expected at least 12 spaces, found 0
(#887) Commas (,) must be followed by white space.
(#887) Variable "Pc" must be all lower-case
(#887) Closing brace must be on a line by itself
(#887) Expected 1 space before "="; 0 found
(#887) Expected 1 space after "="; 0 found
(#887) Expected 1 space before "="; 0 found
(#887) Expected 1 space after "="; 0 found
(#887) Variable "_h" must not contain underscores.
(#887) Expected 1 space before "="; 0 found
(#887) Expected 1 space after "="; 0 found
(#887) Expected "foreach (...) {\n"; found "foreach(...){"
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Expected 1 space before "as"; 0 found
(#887) Expected 1 space after "as"; 0 found
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Variable "X" must be all lower-case
(#887) Expected 1 space before "+="; 0 found
(#887) Expected 1 space after "+="; 0 found
(#887) Variable "X" must be all lower-case
(#887) Variable "_h" must not contain underscores.
(#887) Expected 1 space before "="; 0 found
(#887) Expected 1 space after "="; 0 found
(#887) Variable "X" must be all lower-case
(#887) Closing brace must be on a line by itself
(#887) Variable "Bi" must be all lower-case
(#887) Expected 1 space before "="; 0 found
(#887) Expected 1 space after "="; 0 found
(#887) Expected 1 space before "="; 0 found
(#887) Expected 1 space after "="; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "="; 0 found
(#887) Expected 1 space after "="; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "="; 0 found
(#887) Expected 1 space after "="; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "="; 0 found
(#887) Expected 1 space after "="; 0 found
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected 1 space before "=>"; 0 found
(#887) Expected 1 space after "=>"; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Closing brace must be on a line by itself
(#887) Expected 1 space before "="; 0 found
(#887) Expected 1 space after "="; 0 found
(#887) Expected "if (...) {\n"; found "if(...){"
(#887) Expected 1 space before "="; 0 found
(#887) Expected 1 space after "="; 0 found
(#887) Commas (,) must be followed by white space.
(#887) Expected "if (...) {\n"; found "if(...){"
(#887) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#887) Line exceeds maximum limit of 180 characters; contains 1117 characters
(#887) Line exceeds maximum limit of 180 characters; contains 1117 characters
(#887) Line exceeds maximum limit of 180 characters; contains 1117 characters
(#888) Line indented incorrectly; expected at least 12 spaces, found 0
(#888) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#888) Scope modifier not specified for member variable "$extension"
(#888) Expected 1 space before "="; 0 found
(#888) Expected 1 space after "="; 0 found
(#888) Commas (,) must be followed by white space.
(#888) Member variable "server_info" must not contain underscores.
(#888) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#888) Scope modifier not specified for member variable "$server_info"
(#888) Commas (,) must be followed by white space.
(#888) Member variable "affected_rows" must not contain underscores.
(#888) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#888) Scope modifier not specified for member variable "$affected_rows"
(#888) Commas (,) must be followed by white space.
(#888) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#888) Scope modifier not specified for member variable "$errno"
(#888) Commas (,) must be followed by white space.
(#888) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#888) Scope modifier not specified for member variable "$error"
(#888) Commas (,) must be followed by white space.
(#888) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#888) Scope modifier not specified for member variable "$_link"
(#888) Commas (,) must be followed by white space.
(#888) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#888) Scope modifier not specified for member variable "$_result"
(#888) Visibility must be declared on method "connect"
(#889) Line indented incorrectly; expected at least 16 spaces, found 0
(#889) Variable "O" must be all lower-case
(#889) Commas (,) must be followed by white space.
(#889) Variable "V" must be all lower-case
(#889) Commas (,) must be followed by white space.
(#889) Variable "G" must be all lower-case
(#889) Expected 1 space after closing parenthesis; found 0
(#889) Opening brace must be the last content on the line
(#889) Expected 1 space before "="; 0 found
(#889) Expected 1 space after "="; 0 found
(#889) Variable "O" must be all lower-case
(#889) Commas (,) must be followed by white space.
(#889) Variable "V" must be all lower-case
(#889) Commas (,) must be followed by white space.
(#889) Variable "G" must be all lower-case
(#889) Expected "if (...) {\n"; found "if(...){"
(#889) Variable "Fi" must be all lower-case
(#889) Expected 1 space before "="; 0 found
(#889) Expected 1 space after "="; 0 found
(#889) Commas (,) must be followed by white space.
(#889) Variable "O" must be all lower-case
(#889) Expected 1 space before "="; 0 found
(#889) Expected 1 space after "="; 0 found
(#889) Variable "Fi" must be all lower-case
(#889) Commas (,) must be followed by white space.
(#889) Variable "V" must be all lower-case
(#889) Commas (,) must be followed by white space.
(#889) Variable "G" must be all lower-case
(#889) Expected 1 space before "="; 0 found
(#889) Expected 1 space after "="; 0 found
(#889) Commas (,) must be followed by white space.
(#889) Closing brace must be on a line by itself
(#889) Expected "} else {\n"; found "}else{"
(#889) Expected 1 space before "="; 0 found
(#889) Expected 1 space after "="; 0 found
(#889) Expected 1 space before "="; 0 found
(#889) Expected 1 space after "="; 0 found
(#889) Closing brace must be on a line by itself
(#889) Closing brace must be on a line by itself
(#889) Line exceeds maximum limit of 180 characters; contains 328 characters
(#889) Visibility must be declared on method "quote"
(#889) Line exceeds maximum limit of 180 characters; contains 328 characters
(#889) Line exceeds maximum limit of 180 characters; contains 328 characters
(#890) Line indented incorrectly; expected at least 16 spaces, found 0
(#890) Variable "Q" must be all lower-case
(#890) Expected 1 space after closing parenthesis; found 0
(#890) Opening brace must be the last content on the line
(#890) Commas (,) must be followed by white space.
(#890) Commas (,) must be followed by white space.
(#890) Variable "Q" must be all lower-case
(#890) Closing brace must be on a line by itself
(#890) Visibility must be declared on method "select_db"
(#891) Line indented incorrectly; expected at least 16 spaces, found 0
(#891) Expected 1 space after closing parenthesis; found 0
(#891) Opening brace must be the last content on the line
(#891) Expected 1 space before "=="; 0 found
(#891) Expected 1 space after "=="; 0 found
(#891) Closing brace must be on a line by itself
(#891) Visibility must be declared on method "query"
(#892) Line indented incorrectly; expected at least 16 spaces, found 0
(#892) Variable "H" must be all lower-case
(#892) Commas (,) must be followed by white space.
(#892) Expected 1 space after closing parenthesis; found 0
(#892) Opening brace must be the last content on the line
(#892) Variable "I" must be all lower-case
(#892) Expected 1 space before "="; 0 found
(#892) Expected 1 space after "="; 0 found
(#892) Variable "H" must be all lower-case
(#892) Commas (,) must be followed by white space.
(#892) Expected "if (...) {\n"; found "if(...){"
(#892) Variable "I" must be all lower-case
(#892) Expected 1 space before "="; 0 found
(#892) Expected 1 space after "="; 0 found
(#892) Expected 1 space before "="; 0 found
(#892) Expected 1 space after "="; 0 found
(#893) Line indented incorrectly; expected at least 24 spaces, found 0
(#893) Closing brace must be on a line by itself
(#893) Expected 1 space before "="; 0 found
(#893) Expected 1 space after "="; 0 found
(#893) Expected "if (...) {\n"; found "if(...){"
(#893) Variable "I" must be all lower-case
(#893) Expected 1 space before "==="; 0 found
(#893) Expected 1 space after "==="; 0 found
(#893) Expected 1 space before "="; 0 found
(#893) Expected 1 space after "="; 0 found
(#894) Line indented incorrectly; expected at least 20 spaces, found 0
(#894) Closing brace must be on a line by itself
(#895) Line indented incorrectly; expected at least 24 spaces, found 0
(#896) Line indented incorrectly; expected at least 24 spaces, found 0
(#896) Variable "I" must be all lower-case
(#896) Closing brace must be on a line by itself
(#896) Visibility must be declared on method "multi_query"
(#897) Line indented incorrectly; expected at least 16 spaces, found 0
(#897) Variable "H" must be all lower-case
(#897) Expected 1 space after closing parenthesis; found 0
(#897) Opening brace must be the last content on the line
(#897) Expected 1 space before "="; 0 found
(#897) Expected 1 space after "="; 0 found
(#897) Variable "H" must be all lower-case
(#897) Closing brace must be on a line by itself
(#897) Visibility must be declared on method "store_result"
(#898) Line indented incorrectly; expected at least 16 spaces, found 0
(#898) Expected 1 space after closing parenthesis; found 0
(#898) Opening brace must be the last content on the line
(#898) Closing brace must be on a line by itself
(#898) Visibility must be declared on method "next_result"
(#899) Line indented incorrectly; expected at least 16 spaces, found 0
(#899) Expected 1 space after closing parenthesis; found 0
(#899) Opening brace must be the last content on the line
(#900) Line indented incorrectly; expected at least 20 spaces, found 0
(#900) Closing brace must be on a line by itself
(#900) Visibility must be declared on method "result"
(#901) Line indented incorrectly; expected at least 16 spaces, found 0
(#901) Variable "H" must be all lower-case
(#901) Commas (,) must be followed by white space.
(#901) Expected 1 space after closing parenthesis; found 0
(#901) Opening brace must be the last content on the line
(#901) Variable "I" must be all lower-case
(#901) Expected 1 space before "="; 0 found
(#901) Expected 1 space after "="; 0 found
(#901) Variable "H" must be all lower-case
(#901) Inline control structures are not allowed
(#901) Variable "I" must be all lower-case
(#901) Variable "I" must be all lower-case
(#902) Line indented incorrectly; expected at least 20 spaces, found 0
(#902) Variable "K" must be all lower-case
(#902) Expected 1 space before "="; 0 found
(#902) Expected 1 space after "="; 0 found
(#902) Variable "I" must be all lower-case
(#902) Variable "K" must be all lower-case
(#902) Closing brace must be on a line by itself
(#902) Closing brace must be on a line by itself
(#902) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 235
(#903) Line indented incorrectly; expected at least 12 spaces, found 0
(#903) Member variable "num_rows" must not contain underscores.
(#903) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#903) Scope modifier not specified for member variable "$num_rows"
(#903) Commas (,) must be followed by white space.
(#903) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#903) Scope modifier not specified for member variable "$_result"
(#903) Commas (,) must be followed by white space.
(#903) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#903) Scope modifier not specified for member variable "$_offset"
(#903) Expected 1 space before "="; 0 found
(#903) Expected 1 space after "="; 0 found
(#903) Visibility must be declared on method "__construct"
(#904) Line indented incorrectly; expected at least 16 spaces, found 0
(#904) Variable "I" must be all lower-case
(#904) Expected 1 space after closing parenthesis; found 0
(#904) Opening brace must be the last content on the line
(#904) Expected 1 space before "="; 0 found
(#904) Expected 1 space after "="; 0 found
(#904) Variable "I" must be all lower-case
(#904) Closing brace must be on a line by itself
(#904) Visibility must be declared on method "fetch_assoc"
(#905) Line indented incorrectly; expected at least 16 spaces, found 0
(#905) Expected 1 space after closing parenthesis; found 0
(#905) Opening brace must be the last content on the line
(#906) Line indented incorrectly; expected at least 20 spaces, found 0
(#906) Closing brace must be on a line by itself
(#906) Visibility must be declared on method "fetch_row"
(#907) Line indented incorrectly; expected at least 16 spaces, found 0
(#907) Expected 1 space after closing parenthesis; found 0
(#907) Opening brace must be the last content on the line
(#908) Line indented incorrectly; expected at least 20 spaces, found 0
(#908) Closing brace must be on a line by itself
(#908) Visibility must be declared on method "fetch_field"
(#909) Line indented incorrectly; expected at least 20 spaces, found 0
(#909) Expected 1 space after closing parenthesis; found 0
(#909) Opening brace must be the last content on the line
(#909) Expected 1 space before "="; 0 found
(#909) Expected 1 space after "="; 0 found
(#909) Commas (,) must be followed by white space.
(#909) Expected 1 space before "=>"; 0 found
(#909) Expected 1 space after "=>"; 0 found
(#909) Commas (,) must be followed by white space.
(#909) Expected 1 space before "=>"; 0 found
(#909) Expected 1 space after "=>"; 0 found
(#909) Commas (,) must be followed by white space.
(#909) Expected 1 space before "=>"; 0 found
(#909) Expected 1 space after "=>"; 0 found
(#909) Commas (,) must be followed by white space.
(#909) Expected 1 space before "=>"; 0 found
(#909) Expected 1 space after "=>"; 0 found
(#909) Commas (,) must be followed by white space.
(#909) Closing brace must be on a line by itself
(#909) Line exceeds maximum limit of 180 characters; contains 184 characters
(#909) Visibility must be declared on method "__destruct"
(#909) Line exceeds maximum limit of 180 characters; contains 184 characters
(#909) Line exceeds maximum limit of 180 characters; contains 184 characters
(#910) Line indented incorrectly; expected at least 20 spaces, found 0
(#910) Expected 1 space after closing parenthesis; found 0
(#910) Opening brace must be the last content on the line
(#910) Closing brace must be on a line by itself
(#910) Closing brace must be on a line by itself
(#910) Closing brace must be on a line by itself
(#910) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 274
(#911) Line indented incorrectly; expected at least 12 spaces, found 0
(#912) Line indented incorrectly; expected at least 12 spaces, found 0
(#913) Line indented incorrectly; expected at least 12 spaces, found 0
(#913) Closing brace must be on a line by itself
(#914) Line indented incorrectly; expected at least 12 spaces, found 0
(#914) Expected 1 space after closing parenthesis; found 0
(#914) Opening brace must be the last content on the line
(#914) Commas (,) must be followed by white space.
(#914) Commas (,) must be followed by white space.
(#914) Closing brace must be on a line by itself
(#915) Line indented incorrectly; expected at least 12 spaces, found 0
(#915) Expected 1 space after closing parenthesis; found 0
(#915) Opening brace must be the last content on the line
(#916) Line indented incorrectly; expected at least 16 spaces, found 0
(#916) Closing brace must be on a line by itself
(#917) Line indented incorrectly; expected at least 12 spaces, found 0
(#917) Expected 1 space after closing parenthesis; found 0
(#917) Opening brace must be the last content on the line
(#917) Expected 1 space before "="; 0 found
(#917) Expected 1 space after "="; 0 found
(#918) Line indented incorrectly; expected at least 16 spaces, found 0
(#918) Expected 1 space before "="; 0 found
(#918) Expected 1 space after "="; 0 found
(#918) Inline control structures are not allowed
(#918) Commas (,) must be followed by white space.
(#918) Commas (,) must be followed by white space.
(#918) Closing brace must be on a line by itself
(#919) Line indented incorrectly; expected at least 16 spaces, found 0
(#919) Expected 1 space after closing parenthesis; found 0
(#919) Opening brace must be the last content on the line
(#920) Line indented incorrectly; expected at least 20 spaces, found 0
(#920) Closing brace must be on a line by itself
(#921) Line indented incorrectly; expected at least 16 spaces, found 0
(#921) Variable "H" must be all lower-case
(#921) Commas (,) must be followed by white space.
(#921) Variable "Z" must be all lower-case
(#921) Commas (,) must be followed by white space.
(#921) Variable "_" must not contain underscores.
(#921) Commas (,) must be followed by white space.
(#921) Variable "E" must be all lower-case
(#921) Commas (,) must be followed by white space.
(#921) Variable "N" must be all lower-case
(#921) Expected 1 space after closing parenthesis; found 0
(#921) Opening brace must be the last content on the line
(#921) Variable "J" must be all lower-case
(#921) Expected 1 space before "="; 0 found
(#921) Expected 1 space after "="; 0 found
(#921) Variable "J" must be all lower-case
(#921) Expected 1 space before ".="; 0 found
(#921) Expected 1 space after ".="; 0 found
(#921) Variable "_" must not contain underscores.
(#921) Expected 1 space before "!=="; 0 found
(#921) Expected 1 space after "!=="; 0 found
(#921) Expected 1 space before "?"; 0 found
(#921) Expected 1 space after "?"; 0 found
(#921) Variable "N" must be all lower-case
(#921) Variable "_" must not contain underscores.
(#921) Variable "E" must be all lower-case
(#921) Expected 1 space before "?"; 0 found
(#921) Expected 1 space after "?"; 0 found
(#921) Variable "E" must be all lower-case
(#921) Expected 1 space before ":"; 0 found
(#921) Expected 1 space after ":"; 0 found
(#921) Expected 1 space before ":"; 0 found
(#921) Expected 1 space after ":"; 0 found
(#921) Variable "J" must be all lower-case
(#921) Expected 1 space before ".="; 0 found
(#921) Expected 1 space after ".="; 0 found
(#921) Variable "H" must be all lower-case
(#921) Variable "J" must be all lower-case
(#921) Closing brace must be on a line by itself
(#922) Line indented incorrectly; expected at least 16 spaces, found 0
(#922) Variable "R" must be all lower-case
(#922) Commas (,) must be followed by white space.
(#922) Variable "H" must be all lower-case
(#922) Commas (,) must be followed by white space.
(#922) Variable "Z" must be all lower-case
(#922) Commas (,) must be followed by white space.
(#922) Variable "N" must be all lower-case
(#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 20 spaces, found 0
(#923) Variable "H" must be all lower-case
(#923) Commas (,) must be followed by white space.
(#923) Variable "Z" must be all lower-case
(#923) Commas (,) must be followed by white space.
(#923) Commas (,) must be followed by white space.
(#923) Commas (,) must be followed by white space.
(#923) Variable "N" must be all lower-case
(#923) Closing brace must be on a line by itself
(#924) Line indented incorrectly; expected at least 16 spaces, found 0
(#924) Commas (,) must be followed by white space.
(#924) Closing brace must be on a line by itself
(#925) Line indented incorrectly; expected at least 16 spaces, found 0
(#925) Expected 1 space after closing parenthesis; found 0
(#925) Opening brace must be the last content on the line
(#926) Line indented incorrectly; expected at least 20 spaces, found 0
(#926) Closing brace must be on a line by itself
(#927) Line indented incorrectly; expected at least 16 spaces, found 0
(#927) Expected 1 space after closing parenthesis; found 0
(#927) Opening brace must be the last content on the line
(#927) Expected 1 space before "="; 0 found
(#927) Expected 1 space after "="; 0 found
(#927) Closing brace must be on a line by itself
(#928) Line indented incorrectly; expected at least 16 spaces, found 0
(#928) Expected 1 space after closing parenthesis; found 0
(#928) Opening brace must be the last content on the line
(#928) Variable "H" must be all lower-case
(#928) Expected 1 space before "="; 0 found
(#928) Expected 1 space after "="; 0 found
(#928) Variable "I" must be all lower-case
(#928) Expected 1 space before "="; 0 found
(#928) Expected 1 space after "="; 0 found
(#928) Commas (,) must be followed by white space.
(#928) Variable "H" must be all lower-case
(#928) Variable "J" must be all lower-case
(#928) Expected 1 space before "="; 0 found
(#928) Expected 1 space after "="; 0 found
(#928) Inline control structures are not allowed
(#928) Variable "K" must be all lower-case
(#928) Expected 1 space before "="; 0 found
(#928) Expected 1 space after "="; 0 found
(#928) Variable "I" must be all lower-case
(#928) Variable "J" must be all lower-case
(#928) Variable "K" must be all lower-case
(#928) Expected 1 space before "="; 0 found
(#928) Expected 1 space after "="; 0 found
(#928) Variable "J" must be all lower-case
(#928) Variable "J" must be all lower-case
(#928) Closing brace must be on a line by itself
(#928) Line exceeds maximum limit of 180 characters; contains 233 characters
(#928) Line exceeds maximum limit of 180 characters; contains 233 characters
(#928) Line exceeds maximum limit of 180 characters; contains 233 characters
(#929) Line indented incorrectly; expected at least 16 spaces, found 0
(#929) Expected 1 space after closing parenthesis; found 0
(#929) Opening brace must be the last content on the line
(#930) Line indented incorrectly; expected at least 20 spaces, found 0
(#930) Closing brace must be on a line by itself
(#931) Line indented incorrectly; expected at least 16 spaces, found 0
(#931) Variable "D" must be all lower-case
(#931) Commas (,) must be followed by white space.
(#931) Variable "Oc" must be all lower-case
(#931) Expected 1 space after closing parenthesis; found 0
(#931) Opening brace must be the last content on the line
(#931) Variable "J" must be all lower-case
(#931) Expected 1 space before "="; 0 found
(#931) Expected 1 space after "="; 0 found
(#931) Variable "Lb" must be all lower-case
(#931) Expected 1 space before "="; 0 found
(#931) Expected 1 space after "="; 0 found
(#931) Expected "foreach (...) {\n"; found "foreach(...){"
(#931) Expected 1 space before "=>"; 0 found
(#931) Expected 1 space after "=>"; 0 found
(#931) Expected 1 space after "as"; 0 found
(#931) Variable "Lb" must be all lower-case
(#932) Line indented incorrectly; expected at least 20 spaces, found 0
(#932) Expected 1 space before "=>"; 0 found
(#932) Expected 1 space after "=>"; 0 found
(#932) Variable "X" must be all lower-case
(#932) Expected 1 space before "="; 0 found
(#932) Expected 1 space after "="; 0 found
(#932) Variable "J" must be all lower-case
(#932) Expected 1 space before "="; 0 found
(#932) Expected 1 space after "="; 0 found
(#932) Expected 1 space before "=>"; 0 found
(#932) Expected 1 space after "=>"; 0 found
(#932) Commas (,) must be followed by white space.
(#932) Expected 1 space before "=>"; 0 found
(#932) Expected 1 space after "=>"; 0 found
(#932) Commas (,) must be followed by white space.
(#932) Inline control structures are not allowed
(#932) Variable "D" must be all lower-case
(#932) Expected 1 space before "=="; 0 found
(#932) Expected 1 space after "=="; 0 found
(#932) Variable "J" must be all lower-case
(#932) Closing brace must be on a line by itself
(#932) Variable "J" must be all lower-case
(#932) Closing brace must be on a line by itself
(#933) Line indented incorrectly; expected at least 20 spaces, found 0
(#933) Variable "S" 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 24 spaces, found 0
(#934) Closing brace must be on a line by itself
(#935) Line indented incorrectly; expected at least 20 spaces, found 0
(#935) Variable "S" must be all lower-case
(#935) Expected 1 space after closing parenthesis; found 0
(#935) Opening brace must be the last content on the line
(#936) Line indented incorrectly; expected at least 24 spaces, found 0
(#936) Commas (,) must be followed by white space.
(#936) Variable "S" must be all lower-case
(#936) Closing brace must be on a line by itself
(#937) Line indented incorrectly; expected at least 24 spaces, found 0
(#937) Variable "R" 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 "J" must be all lower-case
(#937) Expected 1 space before "="; 0 found
(#937) Expected 1 space after "="; 0 found
(#937) Variable "H" must be all lower-case
(#937) Expected 1 space before "="; 0 found
(#937) Expected 1 space after "="; 0 found
(#968) Variable "R" must be all lower-case
(#969) Variable "I" must be all lower-case
(#969) Expected 1 space before "="; 0 found
(#969) Expected 1 space after "="; 0 found
(#969) Commas (,) must be followed by white space.
(#969) Variable "H" must be all lower-case
(#969) Inline control structures are not allowed
(#969) Variable "K" must be all lower-case
(#969) Expected 1 space before "="; 0 found
(#969) Expected 1 space after "="; 0 found
(#969) Variable "I" must be all lower-case
(#969) Variable "J" must be all lower-case
(#969) Variable "K" 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 "K" must be all lower-case
(#969) Commas (,) must be followed by white space.
(#969) Expected 1 space before "=>"; 0 found
(#969) Expected 1 space after "=>"; 0 found
(#969) Variable "K" must be all lower-case
(#969) Commas (,) must be followed by white space.
(#969) Expected 1 space before "=>"; 0 found
(#969) Expected 1 space after "=>"; 0 found
(#969) Variable "K" must be all lower-case
(#969) Commas (,) must be followed by white space.
(#969) Expected 1 space before "=>"; 0 found
(#969) Expected 1 space after "=>"; 0 found
(#969) Variable "K" must be all lower-case
(#969) Commas (,) must be followed by white space.
(#969) Expected 1 space before "=>"; 0 found
(#969) Expected 1 space after "=>"; 0 found
(#969) Variable "K" must be all lower-case
(#969) Expected 1 space before "=="; 0 found
(#969) Expected 1 space after "=="; 0 found
(#969) Commas (,) must be followed by white space.
(#969) Expected 1 space before "=>"; 0 found
(#969) Expected 1 space after "=>"; 0 found
(#969) Commas (,) must be followed by white space.
(#969) Expected 1 space before "=>"; 0 found
(#969) Expected 1 space after "=>"; 0 found
(#969) Variable "K" must be all lower-case
(#969) Commas (,) must be followed by white space.
(#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) Expected 1 space before "=>"; 0 found
(#969) Expected 1 space after "=>"; 0 found
(#969) Commas (,) must be followed by white space.
(#969) Expected 1 space before "=>"; 0 found
(#969) Expected 1 space after "=>"; 0 found
(#969) Commas (,) must be followed by white space.
(#969) Expected 1 space before "=>"; 0 found
(#969) Expected 1 space after "=>"; 0 found
(#969) Variable "K" must be all lower-case
(#969) Commas (,) must be followed by white space.
(#969) Variable "J" must be all lower-case
(#969) Closing brace must be on a line by itself
(#969) Line exceeds maximum limit of 180 characters; contains 506 characters
(#969) Line exceeds maximum limit of 180 characters; contains 506 characters
(#969) Line exceeds maximum limit of 180 characters; contains 506 characters
(#970) Line indented incorrectly; expected at least 24 spaces, found 0
(#970) Variable "R" must be all lower-case
(#970) Commas (,) must be followed by white space.
(#970) Expected 1 space after closing parenthesis; found 0
(#970) Opening brace must be the last content on the line
(#970) Variable "J" must be all lower-case
(#970) Expected 1 space before "="; 0 found
(#970) Expected 1 space after "="; 0 found
(#970) Variable "J" must be all lower-case
(#970) Closing brace must be on a line by itself
(#971) Line indented incorrectly; expected at least 24 spaces, found 0
(#971) Variable "R" must be all lower-case
(#971) Expected 1 space after closing parenthesis; found 0
(#971) Opening brace must be the last content on the line
(#972) Line indented incorrectly; expected at least 28 spaces, found 0
(#972) Closing brace must be on a line by itself
(#973) Line indented incorrectly; expected at least 24 spaces, found 0
(#973) Expected 1 space after closing parenthesis; found 0
(#973) Opening brace must be the last content on the line
(#974) Line indented incorrectly; expected at least 28 spaces, found 0
(#974) Closing brace must be on a line by itself
(#975) Line indented incorrectly; expected at least 28 spaces, found 0
(#975) Expected 1 space after closing parenthesis; found 0
(#975) Opening brace must be the last content on the line
(#976) Line indented incorrectly; expected at least 32 spaces, found 0
(#976) Closing brace must be on a line by itself
(#977) Line indented incorrectly; expected at least 28 spaces, found 0
(#977) Expected 1 space after closing parenthesis; found 0
(#977) Opening brace must be the last content on the line
(#978) Line indented incorrectly; expected at least 32 spaces, found 0
(#978) Closing brace must be on a line by itself
(#979) Line indented incorrectly; expected at least 32 spaces, found 0
(#979) Expected 1 space after closing parenthesis; found 0
(#979) Opening brace must be the last content on the line
(#980) Line indented incorrectly; expected at least 36 spaces, found 0
(#980) Closing brace must be on a line by itself
(#981) Line indented incorrectly; expected at least 32 spaces, found 0
(#981) Expected 1 space after closing parenthesis; found 0
(#981) Opening brace must be the last content on the line
(#982) Line indented incorrectly; expected at least 36 spaces, found 0
(#982) Closing brace must be on a line by itself
(#983) Line indented incorrectly; expected at least 36 spaces, found 0
(#983) Expected 1 space after closing parenthesis; found 0
(#983) Opening brace must be the last content on the line
(#983) Closing brace must be on a line by itself
(#984) Line indented incorrectly; expected at least 36 spaces, found 0
(#984) Variable "Tg" must be all lower-case
(#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 40 spaces, found 0
(#985) Closing brace must be on a line by itself
(#986) Line indented incorrectly; expected at least 36 spaces, found 0
(#986) Variable "Pc" must be all lower-case
(#986) Expected 1 space after closing parenthesis; found 0
(#986) Opening brace must be the last content on the line
(#987) Line indented incorrectly; expected at least 40 spaces, found 0
(#987) Commas (,) must be followed by white space.
(#987) Variable "Pc" must be all lower-case
(#987) Closing brace must be on a line by itself
(#987) Expected 1 space before "="; 0 found
(#987) Expected 1 space after "="; 0 found
(#987) Expected 1 space before "="; 0 found
(#987) Expected 1 space after "="; 0 found
(#987) Expected 1 space before "="; 0 found
(#987) Expected 1 space after "="; 0 found
(#987) Expected 1 space before "="; 0 found
(#987) Expected 1 space after "="; 0 found
(#987) Expected 1 space before "="; 0 found
(#987) Expected 1 space after "="; 0 found
(#987) Closing brace must be on a line by itself
(#987) Expected 1 space before "="; 0 found
(#987) Expected 1 space after "="; 0 found
(#987) Expected "if (...) {\n"; found "if(...){"
(#987) Expected 1 space before "="; 0 found
(#987) Expected 1 space after "="; 0 found
(#987) Commas (,) must be followed by white space.
(#987) Expected "if (...) {\n"; found "if(...){"
(#987) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#987) Line exceeds maximum limit of 180 characters; contains 312 characters
(#987) Line exceeds maximum limit of 180 characters; contains 312 characters
(#987) Line exceeds maximum limit of 180 characters; contains 312 characters
(#988) Line indented incorrectly; expected at least 20 spaces, found 0
(#988) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#988) Scope modifier not specified for member variable "$extension"
(#988) Expected 1 space before "="; 0 found
(#988) Expected 1 space after "="; 0 found
(#988) Commas (,) must be followed by white space.
(#988) Member variable "server_info" must not contain underscores.
(#988) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#988) Scope modifier not specified for member variable "$server_info"
(#988) Expected 1 space before "="; 0 found
(#988) Expected 1 space after "="; 0 found
(#988) Commas (,) must be followed by white space.
(#988) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#988) Scope modifier not specified for member variable "$error"
(#988) Commas (,) must be followed by white space.
(#988) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#988) Scope modifier not specified for member variable "$timeout"
(#988) Commas (,) must be followed by white space.
(#988) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#988) Scope modifier not specified for member variable "$next"
(#988) Commas (,) must be followed by white space.
(#988) Member variable "affected_rows" must not contain underscores.
(#988) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#988) Scope modifier not specified for member variable "$affected_rows"
(#988) Commas (,) must be followed by white space.
(#988) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#988) Scope modifier not specified for member variable "$_result"
(#988) Visibility must be declared on method "select_db"
(#989) Line indented incorrectly; expected at least 24 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
(#989) Visibility must be declared on method "query"
(#990) Line indented incorrectly; expected at least 24 spaces, found 0
(#990) Variable "H" must be all lower-case
(#990) Commas (,) must be followed by white space.
(#990) Expected 1 space after closing parenthesis; found 0
(#990) Opening brace must be the last content on the line
(#990) Variable "Hf" must be all lower-case
(#990) Expected 1 space before "="; 0 found
(#990) Expected 1 space after "="; 0 found
(#990) Expected 1 space before "=>"; 0 found
(#990) Expected 1 space after "=>"; 0 found
(#990) Variable "H" must be all lower-case
(#990) Commas (,) must be followed by white space.
(#990) Expected 1 space before "=>"; 0 found
(#990) Expected 1 space after "=>"; 0 found
(#990) Inline control structures are not allowed
(#990) Variable "Hf" must be all lower-case
(#990) Expected 1 space before "="; 0 found
(#990) Expected 1 space after "="; 0 found
(#990) Variable "I" must be all lower-case
(#990) Expected 1 space before "="; 0 found
(#990) Expected 1 space after "="; 0 found
(#990) Commas (,) must be followed by white space.
(#990) Commas (,) must be followed by white space.
(#990) Variable "Hf" must be all lower-case
(#990) Commas (,) must be followed by white space.
(#990) Inline control structures are not allowed
(#990) Variable "I" must be all lower-case
(#990) Expected 1 space before "==="; 0 found
(#990) Expected 1 space after "==="; 0 found
(#990) Variable "I" must be all lower-case
(#990) Expected "if (...) {\n"; found "if(...){"
(#990) Commas (,) must be followed by white space.
(#990) Variable "H" must be all lower-case
(#990) Variable "Dh" must be all lower-case
(#990) Expected 1 space before "="; 0 found
(#990) Expected 1 space after "="; 0 found
(#990) Inline control structures are not allowed
(#990) Expected 1 space after "as"; 0 found
(#990) Line exceeds maximum limit of 180 characters; contains 262 characters
(#990) Variable "I" must be all lower-case
(#990) Line exceeds maximum limit of 180 characters; contains 262 characters
(#990) Line exceeds maximum limit of 180 characters; contains 262 characters
(#991) Line indented incorrectly; expected at least 32 spaces, found 0
(#991) Variable "Wd" must be all lower-case
(#991) Variable "Dh" must be all lower-case
(#991) Expected 1 space before "+="; 0 found
(#991) Expected 1 space after "+="; 0 found
(#991) Variable "Wd" must be all lower-case
(#991) Variable "I" must be all lower-case
(#991) Expected 1 space before "="; 0 found
(#991) Expected 1 space after "="; 0 found
(#991) Expected 1 space before "=>"; 0 found
(#991) Expected 1 space after "=>"; 0 found
(#991) Expected 1 space before "=>"; 0 found
(#991) Expected 1 space after "=>"; 0 found
(#991) Commas (,) must be followed by white space.
(#991) Expected 1 space before "=>"; 0 found
(#991) Expected 1 space after "=>"; 0 found
(#991) Variable "Dh" must be all lower-case
(#991) Commas (,) must be followed by white space.
(#991) Closing brace must be on a line by itself
(#992) Line indented incorrectly; expected at least 24 spaces, found 0
(#993) Line indented incorrectly; expected at least 24 spaces, found 0
(#993) Variable "I" must be all lower-case
(#993) Closing brace must be on a line by itself
(#993) Visibility must be declared on method "multi_query"
(#994) Line indented incorrectly; expected at least 24 spaces, found 0
(#994) Variable "H" must be all lower-case
(#994) Expected 1 space after closing parenthesis; found 0
(#994) Opening brace must be the last content on the line
(#994) Expected 1 space before "="; 0 found
(#994) Expected 1 space after "="; 0 found
(#994) Variable "H" must be all lower-case
(#994) Closing brace must be on a line by itself
(#994) Visibility must be declared on method "store_result"
(#995) Line indented incorrectly; expected at least 24 spaces, found 0
(#995) Expected 1 space after closing parenthesis; found 0
(#995) Opening brace must be the last content on the line
(#995) Closing brace must be on a line by itself
(#995) Visibility must be declared on method "next_result"
(#996) Line indented incorrectly; expected at least 24 spaces, found 0
(#996) Expected 1 space after closing parenthesis; found 0
(#996) Opening brace must be the last content on the line
(#997) Line indented incorrectly; expected at least 28 spaces, found 0
(#997) Closing brace must be on a line by itself
(#997) Visibility must be declared on method "quote"
(#998) Line indented incorrectly; expected at least 24 spaces, found 0
(#998) Variable "Q" must be all lower-case
(#998) Expected 1 space after closing parenthesis; found 0
(#998) Opening brace must be the last content on the line
(#998) Commas (,) must be followed by white space.
(#998) Commas (,) must be followed by white space.
(#998) Variable "Q" must be all lower-case
(#998) Closing brace must be on a line by itself
(#998) Closing brace must be on a line by itself
(#998) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 235
(#999) Line indented incorrectly; expected at least 40 spaces, found 0
(#999) Member variable "num_rows" must not contain underscores.
(#999) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#999) Scope modifier not specified for member variable "$num_rows"
(#999) Commas (,) must be followed by white space.
(#999) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#999) Scope modifier not specified for member variable "$_rows"
(#999) Expected 1 space before "="; 0 found
(#999) Expected 1 space after "="; 0 found
(#999) Commas (,) must be followed by white space.
(#999) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#999) Scope modifier not specified for member variable "$_offset"
(#999) Expected 1 space before "="; 0 found
(#999) Expected 1 space after "="; 0 found
(#999) Visibility must be declared on method "__construct"
(#1000) Line indented incorrectly; expected at least 44 spaces, found 0
(#1000) Variable "I" must be all lower-case
(#1000) Expected 1 space after closing parenthesis; found 0
(#1000) Opening brace must be the last content on the line
(#1000) Expected "foreach (...) {\n"; found "foreach(...){"
(#1000) Expected 1 space after "as"; 0 found
(#1000) Variable "I" must be all lower-case
(#1001) Line indented incorrectly; expected at least 48 spaces, found 0
(#1001) Variable "Wd" must be all lower-case
(#1001) Variable "K" must be all lower-case
(#1001) Expected 1 space before "="; 0 found
(#1001) Expected 1 space after "="; 0 found
(#1001) Inline control structures are not allowed
(#1001) Variable "Wd" must be all lower-case
(#1001) Expected 1 space before "!="; 0 found
(#1001) Expected 1 space after "!="; 0 found
(#1001) Variable "K" must be all lower-case
(#1001) Expected 1 space before "="; 0 found
(#1001) Expected 1 space after "="; 0 found
(#1001) Variable "Wd" must be all lower-case
(#1001) Expected "foreach (...) {\n"; found "foreach(...){"
(#1001) Expected 1 space after "as"; 0 found
(#1001) Variable "Wd" must be all lower-case
(#1002) Line indented incorrectly; expected at least 52 spaces, found 0
(#1002) Variable "Ja" must be all lower-case
(#1002) Variable "D" must be all lower-case
(#1002) Expected 1 space before "="; 0 found
(#1002) Expected 1 space after "="; 0 found
(#1002) Variable "Ja" must be all lower-case
(#1002) Variable "Y" must be all lower-case
(#1002) Expected 1 space before "="; 0 found
(#1002) Expected 1 space after "="; 0 found
(#1002) Variable "Ja" must be all lower-case
(#1002) Expected "if (...) {\n"; found "if(...){"
(#1002) Variable "K" must be all lower-case
(#1002) Variable "D" must be all lower-case
(#1002) Variable "K" must be all lower-case
(#1002) Variable "D" must be all lower-case
(#1002) Expected 1 space before "="; 0 found
(#1002) Expected 1 space after "="; 0 found
(#1002) Variable "K" must be all lower-case
(#1002) Variable "D" must be all lower-case
(#1002) Variable "K" must be all lower-case
(#1002) Variable "D" must be all lower-case
(#1002) Expected 1 space before "="; 0 found
(#1002) Expected 1 space after "="; 0 found
(#1002) Variable "Y" must be all lower-case
(#1002) Closing brace must be on a line by itself
(#1002) Inline control structures are not allowed
(#1002) Variable "K" must be all lower-case
(#1002) Variable "D" must be all lower-case
(#1002) Expected 1 space before "="; 0 found
(#1002) Expected 1 space after "="; 0 found
(#1002) Variable "Y" must be all lower-case
(#1002) Closing brace must be on a line by itself
(#1002) Expected 1 space before "="; 0 found
(#1002) Expected 1 space after "="; 0 found
(#1002) Variable "K" must be all lower-case
(#1002) Expected "foreach (...) {\n"; found "foreach(...){"
(#1002) Expected 1 space before "=>"; 0 found
(#1002) Expected 1 space after "=>"; 0 found
(#1002) Expected 1 space after "as"; 0 found
(#1002) Line exceeds 132 characters; contains 173 characters
(#1002) Line exceeds 132 characters; contains 173 characters
(#1002) Line exceeds 132 characters; contains 173 characters
(#1002) Variable "K" must be all lower-case
(#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) Variable "X" must be all lower-case
(#1003) Inline control structures are not allowed
(#1003) Expected 1 space before "="; 0 found
(#1003) Expected 1 space after "="; 0 found
(#1003) Closing brace must be on a line by itself
(#1003) Closing brace must be on a line by itself
(#1003) Expected 1 space before "="; 0 found
(#1003) Expected 1 space after "="; 0 found
(#1003) Closing brace must be on a line by itself
(#1003) method name "Min_Result::_processValue" must be in lower-case letters only
(#1003) Visibility must be declared on method "_processValue"
(#1004) Line indented incorrectly; expected at least 40 spaces, found 0
(#1004) Expected 1 space after closing parenthesis; found 0
(#1004) Opening brace must be the last content on the line
(#1004) Expected 1 space before "=="; 0 found
(#1004) Expected 1 space after "=="; 0 found
(#1004) Expected 1 space before "?"; 0 found
(#1004) Expected 1 space after "?"; 0 found
(#1004) Expected 1 space before ":"; 0 found
(#1004) Expected 1 space after ":"; 0 found
(#1004) Closing brace must be on a line by itself
(#1004) Visibility must be declared on method "fetch_assoc"
(#1005) Line indented incorrectly; expected at least 40 spaces, found 0
(#1005) Expected 1 space after closing parenthesis; found 0
(#1005) Opening brace must be the last content on the line
(#1005) Variable "K" must be all lower-case
(#1005) Expected 1 space before "="; 0 found
(#1005) Expected 1 space after "="; 0 found
(#1005) Inline control structures are not allowed
(#1005) Variable "K" must be all lower-case
(#1005) Variable "K" must be all lower-case
(#1005) Variable "J" must be all lower-case
(#1005) Expected 1 space before "="; 0 found
(#1005) Expected 1 space after "="; 0 found
(#1005) Inline control structures are not allowed
(#1005) Expected 1 space before "=>"; 0 found
(#1005) Expected 1 space after "=>"; 0 found
(#1005) Expected 1 space before "as"; 0 found
(#1005) Expected 1 space after "as"; 0 found
(#1005) Expected 1 space before "=>"; 0 found
(#1005) Expected 1 space after "=>"; 0 found
(#1005) Variable "X" must be all lower-case
(#1005) Variable "J" must be all lower-case
(#1005) Expected 1 space before "="; 0 found
(#1005) Expected 1 space after "="; 0 found
(#1005) Variable "K" must be all lower-case
(#1005) Variable "J" must be all lower-case
(#1005) Closing brace must be on a line by itself
(#1005) Line exceeds 132 characters; contains 149 characters
(#1005) Line exceeds 132 characters; contains 149 characters
(#1005) Line exceeds 132 characters; contains 149 characters
(#1005) Visibility must be declared on method "fetch_row"
(#1006) Line indented incorrectly; expected at least 40 spaces, found 0
(#1006) Expected 1 space after closing parenthesis; found 0
(#1006) Opening brace must be the last content on the line
(#1006) Variable "J" must be all lower-case
(#1006) Expected 1 space before "="; 0 found
(#1006) Expected 1 space after "="; 0 found
(#1006) Inline control structures are not allowed
(#1006) Variable "J" must be all lower-case
(#1006) Variable "J" must be all lower-case
(#1007) Line indented incorrectly; expected at least 44 spaces, found 0
(#1007) Variable "J" must be all lower-case
(#1007) Closing brace must be on a line by itself
(#1007) Visibility must be declared on method "fetch_field"
(#1008) Line indented incorrectly; expected at least 40 spaces, found 0
(#1008) Expected 1 space after closing parenthesis; found 0
(#1008) Opening brace must be the last content on the line
(#1008) Expected 1 space before "="; 0 found
(#1008) Expected 1 space after "="; 0 found
(#1008) Expected 1 space before "=>"; 0 found
(#1008) Expected 1 space after "=>"; 0 found
(#1008) Closing brace must be on a line by itself
(#1008) Closing brace must be on a line by itself
(#1008) Closing brace must be on a line by itself
(#1008) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 274
(#1009) Line indented incorrectly; expected at least 40 spaces, found 0
(#1010) Line indented incorrectly; expected at least 40 spaces, found 0
(#1011) Line indented incorrectly; expected at least 40 spaces, found 0
(#1011) Scope keyword "public" must be followed by a single space
(#1011) Expected 1 space before "="; 0 found
(#1011) Expected 1 space after "="; 0 found
(#1011) method name "Min_Driver::_chunkRequest" must be in lower-case letters only
(#1012) Line indented incorrectly; expected at least 44 spaces, found 0
(#1012) Variable "Ad" must be all lower-case
(#1012) Commas (,) must be followed by white space.
(#1012) Commas (,) must be followed by white space.
(#1012) Variable "Hf" must be all lower-case
(#1012) Commas (,) must be followed by white space.
(#1012) Variable "Ec" 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) Expected "foreach (...) {\n"; found "foreach(...){"
(#1012) Expected 1 space before "as"; 0 found
(#1012) Expected 1 space after "as"; 0 found
(#1012) Variable "Ad" must be all lower-case
(#1012) Commas (,) must be followed by white space.
(#1012) Variable "If" must be all lower-case
(#1012) Expected 1 space before "="; 0 found
(#1012) Expected 1 space after "="; 0 found
(#1012) Variable "Hf" must be all lower-case
(#1012) Expected "foreach (...) {\n"; found "foreach(...){"
(#1012) Expected 1 space before "=>"; 0 found
(#1012) Expected 1 space after "=>"; 0 found
(#1012) Expected 1 space after "as"; 0 found
(#1013) Line indented incorrectly; expected at least 52 spaces, found 0
(#1013) Expected 1 space before "=>"; 0 found
(#1013) Expected 1 space after "=>"; 0 found
(#1013) Variable "If" must be all lower-case
(#1013) Expected 1 space before "="; 0 found
(#1013) Expected 1 space after "="; 0 found
(#1013) Inline control structures are not allowed
(#1013) Expected 1 space before "=>"; 0 found
(#1013) Expected 1 space after "=>"; 0 found
(#1013) Expected 1 space after "as"; 0 found
(#1013) Variable "Ec" must be all lower-case
(#1014) Line indented incorrectly; expected at least 56 spaces, found 0
(#1014) Expected 1 space before "=>"; 0 found
(#1014) Expected 1 space after "=>"; 0 found
(#1014) Variable "X" must be all lower-case
(#1014) Variable "If" must be all lower-case
(#1014) Expected 1 space before "="; 0 found
(#1014) Expected 1 space after "="; 0 found
(#1014) Variable "X" must be all lower-case
(#1014) Closing brace must be on a line by itself
(#1014) Inline control structures are not allowed
(#1014) Commas (,) must be followed by white space.
(#1014) Variable "If" must be all lower-case
(#1015) Line indented incorrectly; expected at least 44 spaces, found 0
(#1015) Closing brace must be on a line by itself
(#1015) Expected 1 space before "="; 0 found
(#1015) Expected 1 space after "="; 0 found
(#1015) Variable "Ad" must be all lower-case
(#1016) Line indented incorrectly; expected at least 44 spaces, found 0
(#1016) Closing brace must be on a line by itself
(#1016) method name "Min_Driver::_extractIds" must be in lower-case letters only
(#1016) Visibility must be declared on method "_extractIds"
(#1017) Line indented incorrectly; expected at least 40 spaces, found 0
(#1017) Variable "R" must be all lower-case
(#1017) Commas (,) must be followed by white space.
(#1017) Commas (,) must be followed by white space.
(#1017) Variable "_" must not contain underscores.
(#1017) Expected 1 space after closing parenthesis; found 0
(#1017) Opening brace must be the last content on the line
(#1017) Variable "J" must be all lower-case
(#1017) Expected 1 space before "="; 0 found
(#1017) Expected 1 space after "="; 0 found
(#1017) Inline control structures are not allowed
(#1017) Commas (,) must be followed by white space.
(#1017) Commas (,) must be followed by white space.
(#1017) Variable "J" must be all lower-case
(#1017) Expected 1 space before "="; 0 found
(#1017) Expected 1 space after "="; 0 found
(#1017) Commas (,) must be followed by white space.
(#1017) Inline control structures are not allowed
(#1017) Expected 1 space before "as"; 0 found
(#1017) Expected 1 space after "as"; 0 found
(#1017) Commas (,) must be followed by white space.
(#1017) Commas (,) must be followed by white space.
(#1017) Expected 1 space before "=>"; 0 found
(#1017) Expected 1 space after "=>"; 0 found
(#1017) Variable "R" must be all lower-case
(#1017) Variable "_" must not contain underscores.
(#1017) Expected 1 space before "?"; 0 found
(#1017) Expected 1 space after "?"; 0 found
(#1017) Expected 1 space before ":"; 0 found
(#1017) Expected 1 space after ":"; 0 found
(#1017) Variable "Wd" must be all lower-case
(#1017) Variable "J" must be all lower-case
(#1017) Expected 1 space before "="; 0 found
(#1017) Expected 1 space after "="; 0 found
(#1017) Variable "Wd" must be all lower-case
(#1017) Closing brace must be on a line by itself
(#1017) Variable "J" must be all lower-case
(#1017) Closing brace must be on a line by itself
(#1017) Line exceeds maximum limit of 180 characters; contains 301 characters
(#1017) Visibility must be declared on method "select"
(#1017) Line exceeds maximum limit of 180 characters; contains 301 characters
(#1017) Line exceeds maximum limit of 180 characters; contains 301 characters
(#1018) Line indented incorrectly; expected at least 40 spaces, found 0
(#1018) Variable "R" must be all lower-case
(#1018) Commas (,) must be followed by white space.
(#1018) Variable "M" must be all lower-case
(#1018) Commas (,) must be followed by white space.
(#1018) Variable "Z" must be all lower-case
(#1018) Commas (,) must be followed by white space.
(#1018) Commas (,) must be followed by white space.
(#1018) Commas (,) must be followed by white space.
(#1018) Variable "_" must not contain underscores.
(#1018) Commas (,) must be followed by white space.
(#1018) Variable "F" must be all lower-case
(#1018) Commas (,) must be followed by white space.
(#1018) Expected 1 space after closing parenthesis; found 0
(#1018) Opening brace must be the last content on the line
(#1018) Expected 1 space before "="; 0 found
(#1018) Expected 1 space after "="; 0 found
(#1018) Variable "J" must be all lower-case
(#1018) Expected 1 space before "="; 0 found
(#1018) Expected 1 space after "="; 0 found
(#1018) Variable "R" must be all lower-case
(#1018) Commas (,) must be followed by white space.
(#1018) Variable "M" must be all lower-case
(#1018) Commas (,) must be followed by white space.
(#1018) Variable "Z" must be all lower-case
(#1018) Commas (,) must be followed by white space.
(#1018) Commas (,) must be followed by white space.
(#1018) Commas (,) must be followed by white space.
(#1018) Variable "_" must not contain underscores.
(#1018) Commas (,) must be followed by white space.
(#1018) Variable "F" must be all lower-case
(#1018) Commas (,) must be followed by white space.
(#1018) Expected 1 space before "="; 0 found
(#1018) Expected 1 space after "="; 0 found
(#1018) Variable "J" must be all lower-case
(#1018) Closing brace must be on a line by itself
(#1018) Line exceeds 132 characters; contains 160 characters
(#1018) Line exceeds 132 characters; contains 160 characters
(#1018) Line exceeds 132 characters; contains 160 characters
(#1018) Visibility must be declared on method "delete"
(#1019) Line indented incorrectly; expected at least 40 spaces, found 0
(#1019) Variable "R" must be all lower-case
(#1019) Commas (,) must be followed by white space.
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "_" must not contain underscores.
(#1019) Expected 1 space after closing parenthesis; found 0
(#1019) Opening brace must be the last content on the line
(#1019) Variable "R" must be all lower-case
(#1019) Commas (,) must be followed by white space.
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "_" must not contain underscores.
(#1019) Commas (,) must be followed by white space.
(#1019) Commas (,) must be followed by white space.
(#1019) Expected 1 space before "=>"; 0 found
(#1019) Expected 1 space after "=>"; 0 found
(#1019) Variable "R" must be all lower-case
(#1019) Closing brace must be on a line by itself
(#1019) Line exceeds 132 characters; contains 135 characters
(#1019) Line exceeds 132 characters; contains 135 characters
(#1019) Line exceeds 132 characters; contains 135 characters
(#1019) Visibility must be declared on method "update"
(#1020) Line indented incorrectly; expected at least 40 spaces, found 0
(#1020) Variable "R" must be all lower-case
(#1020) Commas (,) must be followed by white space.
(#1020) Variable "P" must be all lower-case
(#1020) Commas (,) must be followed by white space.
(#1020) Commas (,) must be followed by white space.
(#1020) Variable "_" must not contain underscores.
(#1020) Commas (,) must be followed by white space.
(#1020) Variable "N" must be all lower-case
(#1020) Expected 1 space after closing parenthesis; found 0
(#1020) Opening brace must be the last content on the line
(#1020) Variable "Ub" must be all lower-case
(#1020) Expected 1 space before "="; 0 found
(#1020) Expected 1 space after "="; 0 found
(#1020) Variable "Od" must be all lower-case
(#1020) Expected 1 space before "="; 0 found
(#1020) Expected 1 space after "="; 0 found
(#1020) Expected 1 space before "="; 0 found
(#1020) Expected 1 space after "="; 0 found
(#1020) Variable "Ad" must be all lower-case
(#1020) Expected 1 space before "="; 0 found
(#1020) Expected 1 space after "="; 0 found
(#1020) Variable "R" must be all lower-case
(#1020) Commas (,) must be followed by white space.
(#1020) Commas (,) must be followed by white space.
(#1020) Variable "_" must not contain underscores.
(#1020) Expected 1 space before "="; 0 found
(#1020) Expected 1 space after "="; 0 found
(#1020) Variable "P" must be all lower-case
(#1020) The use of backticks in strings is not recommended
(#1020) Variable "P" must be all lower-case
(#1020) The use of backticks in strings is not recommended
(#1020) Expected "foreach (...) {\n"; found "foreach(...){"
(#1020) Expected 1 space before "=>"; 0 found
(#1020) Expected 1 space after "=>"; 0 found
(#1020) Expected 1 space after "as"; 0 found
(#1020) Line exceeds 132 characters; contains 166 characters
(#1020) Line exceeds 132 characters; contains 166 characters
(#1020) Line exceeds 132 characters; contains 166 characters
(#1020) Variable "P" must be all lower-case
(#1021) Line indented incorrectly; expected at least 44 spaces, found 0
(#1021) Expected 1 space before "=>"; 0 found
(#1021) Expected 1 space after "=>"; 0 found
(#1021) Variable "X" must be all lower-case
(#1021) Expected 1 space before "="; 0 found
(#1021) Expected 1 space after "="; 0 found
(#1021) Inline control structures are not allowed
(#1021) Variable "X" must be all lower-case
(#1021) Expected 1 space before "=="; 0 found
(#1021) Expected 1 space after "=="; 0 found
(#1021) Expected 1 space before "!="; 0 found
(#1021) Expected 1 space after "!="; 0 found
(#1021) Expected 1 space before "!="; 0 found
(#1021) Expected 1 space after "!="; 0 found
(#1021) Variable "Ad" must be all lower-case
(#1021) Variable "Ub" must be all lower-case
(#1021) Variable "Ub" must be all lower-case
(#1021) Expected 1 space before "="; 0 found
(#1021) Expected 1 space after "="; 0 found
(#1021) Expected "if (...) {\n"; found "if(...){"
(#1021) Variable "X" must be all lower-case
(#1021) Expected 1 space before "!="; 0 found
(#1021) Expected 1 space after "!="; 0 found
(#1021) Expected "foreach (...) {\n"; found "foreach(...){"
(#1021) Expected 1 space before "=>"; 0 found
(#1021) Expected 1 space after "=>"; 0 found
(#1021) Expected 1 space after "as"; 0 found
(#1021) Line exceeds 132 characters; contains 142 characters
(#1021) Line exceeds 132 characters; contains 142 characters
(#1021) Line exceeds 132 characters; contains 142 characters
(#1021) Variable "X" must be all lower-case
(#1022) Line indented incorrectly; expected at least 52 spaces, found 0
(#1022) Variable "Yd" must be all lower-case
(#1022) Expected 1 space before "=>"; 0 found
(#1022) Expected 1 space after "=>"; 0 found
(#1022) Variable "W" must be all lower-case
(#1022) Variable "Od" must be all lower-case
(#1022) Expected 1 space before "="; 0 found
(#1022) Expected 1 space after "="; 0 found
(#1022) Variable "Od" must be all lower-case
(#1022) Expected 1 space before "="; 0 found
(#1022) Expected 1 space after "="; 0 found
(#1022) Variable "X" must be all lower-case
(#1022) Expected 1 space before "?"; 0 found
(#1022) Expected 1 space after "?"; 0 found
(#1022) Variable "W" must be all lower-case
(#1022) Expected 1 space before ":"; 0 found
(#1022) Expected 1 space after ":"; 0 found
(#1022) Variable "W" must be all lower-case
(#1022) Inline control structures are not allowed
(#1022) Variable "Yd" must be all lower-case
(#1022) Variable "Od" must be all lower-case
(#1022) Expected 1 space before "="; 0 found
(#1022) Expected 1 space after "="; 0 found
(#1022) Closing brace must be on a line by itself
(#1022) Closing brace must be on a line by itself
(#1022) Closing brace must be on a line by itself
(#1022) Variable "Hf" must be all lower-case
(#1022) Expected 1 space before "="; 0 found
(#1022) Expected 1 space after "="; 0 found
(#1022) Expected 1 space before "=>"; 0 found
(#1022) Expected 1 space after "=>"; 0 found
(#1022) Variable "R" must be all lower-case
(#1022) Variable "Od" must be all lower-case
(#1022) Expected 1 space before "!="; 0 found
(#1022) Expected 1 space after "!="; 0 found
(#1022) Expected 1 space before "?"; 0 found
(#1022) Expected 1 space after "?"; 0 found
(#1022) Expected 1 space before ":"; 0 found
(#1022) Expected 1 space after ":"; 0 found
(#1022) Variable "Ad" must be all lower-case
(#1022) Commas (,) must be followed by white space.
(#1022) Commas (,) must be followed by white space.
(#1022) Variable "Hf" must be all lower-case
(#1022) Commas (,) must be followed by white space.
(#1022) Variable "Od" must be all lower-case
(#1022) Variable "Ub" must be all lower-case
(#1022) Variable "Ad" must be all lower-case
(#1022) Commas (,) must be followed by white space.
(#1022) Commas (,) must be followed by white space.
(#1022) Variable "Hf" must be all lower-case
(#1022) Commas (,) must be followed by white space.
(#1022) Variable "Ub" must be all lower-case
(#1022) Closing brace must be on a line by itself
(#1022) Line exceeds maximum limit of 180 characters; contains 343 characters
(#1022) Visibility must be declared on method "insert"
(#1022) Line exceeds maximum limit of 180 characters; contains 343 characters
(#1022) Line exceeds maximum limit of 180 characters; contains 343 characters
(#1023) Line indented incorrectly; expected at least 40 spaces, found 0
(#1023) Variable "R" must be all lower-case
(#1023) Commas (,) must be followed by white space.
(#1023) Variable "P" must be all lower-case
(#1023) Expected 1 space after closing parenthesis; found 0
(#1023) Opening brace must be the last content on the line
(#1023) Variable "Hf" must be all lower-case
(#1023) Expected 1 space before "="; 0 found
(#1023) Expected 1 space after "="; 0 found
(#1023) Expected 1 space before "=>"; 0 found
(#1023) Expected 1 space after "=>"; 0 found
(#1023) Variable "R" must be all lower-case
(#1023) Expected 1 space before "="; 0 found
(#1023) Expected 1 space after "="; 0 found
(#1023) Expected "foreach (...) {\n"; found "foreach(...){"
(#1023) Expected 1 space before "=>"; 0 found
(#1023) Expected 1 space after "=>"; 0 found
(#1023) Expected 1 space after "as"; 0 found
(#1023) Variable "P" must be all lower-case
(#1024) Line indented incorrectly; expected at least 44 spaces, found 0
(#1024) Variable "D" must be all lower-case
(#1024) Expected 1 space before "=>"; 0 found
(#1024) Expected 1 space after "=>"; 0 found
(#1024) Variable "Y" must be all lower-case
(#1024) Expected "if (...) {\n"; found "if(...){"
(#1024) Variable "Y" must be all lower-case
(#1024) Expected 1 space before "!="; 0 found
(#1024) Expected 1 space after "!="; 0 found
(#1024) Variable "D" must be all lower-case
(#1024) Expected 1 space before "="; 0 found
(#1024) Expected 1 space after "="; 0 found
(#1024) Variable "D" must be all lower-case
(#1024) Inline control structures are not allowed
(#1024) Variable "D" must be all lower-case
(#1024) Expected 1 space before "=="; 0 found
(#1024) Expected 1 space after "=="; 0 found
(#1024) Variable "Hf" must be all lower-case
(#1024) Expected 1 space before "="; 0 found
(#1024) Expected 1 space after "="; 0 found
(#1024) Variable "Y" must be all lower-case
(#1024) Expected "foreach (...) {\n"; found "foreach(...){"
(#1024) Expected 1 space after "as"; 0 found
(#1024) Variable "Y" must be all lower-case
(#1025) Line indented incorrectly; expected at least 56 spaces, found 0
(#1025) Variable "X" must be all lower-case
(#1025) Variable "Hf" must be all lower-case
(#1025) Expected 1 space before "="; 0 found
(#1025) Expected 1 space after "="; 0 found
(#1025) Variable "D" must be all lower-case
(#1025) Variable "Hf" must be all lower-case
(#1025) Expected 1 space before "="; 0 found
(#1025) Expected 1 space after "="; 0 found
(#1025) Variable "Y" must be all lower-case
(#1025) Expected 1 space before "?"; 0 found
(#1025) Expected 1 space after "?"; 0 found
(#1025) Variable "X" must be all lower-case
(#1025) Expected 1 space before ":"; 0 found
(#1025) Expected 1 space after ":"; 0 found
(#1025) Variable "Y" must be all lower-case
(#1025) Closing brace must be on a line by itself
(#1025) Closing brace must be on a line by itself
(#1025) Closing brace must be on a line by itself
(#1025) Closing brace must be on a line by itself
(#1026) Line indented incorrectly; expected at least 40 spaces, found 0
(#1026) Commas (,) must be followed by white space.
(#1026) Variable "Hf" must be all lower-case
(#1026) Closing brace must be on a line by itself
(#1026) method name "Min_Driver::insertUpdate" must be in lower-case letters only
(#1026) Visibility must be declared on method "insertUpdate"
(#1027) Line indented incorrectly; expected at least 52 spaces, found 0
(#1027) Variable "R" must be all lower-case
(#1027) Commas (,) must be followed by white space.
(#1027) Variable "L" must be all lower-case
(#1027) Commas (,) must be followed by white space.
(#1027) Expected 1 space after closing parenthesis; found 0
(#1027) Opening brace must be the last content on the line
(#1027) Expected "foreach (...) {\n"; found "foreach(...){"
(#1027) Expected 1 space after "as"; 0 found
(#1027) Variable "L" must be all lower-case
(#1028) Line indented incorrectly; expected at least 56 spaces, found 0
(#1028) Variable "P" must be all lower-case
(#1028) Inline control structures are not allowed
(#1028) Variable "R" must be all lower-case
(#1028) Commas (,) must be followed by white space.
(#1028) Variable "P" must be all lower-case
(#1028) Commas (,) must be followed by white space.
(#1028) The use of backticks in strings is not recommended
(#1028) Variable "P" must be all lower-case
(#1028) The use of backticks in strings is not recommended
(#1029) Line indented incorrectly; expected at least 60 spaces, found 0
(#1029) Closing brace must be on a line by itself
(#1030) Line indented incorrectly; expected at least 52 spaces, found 0
(#1030) Closing brace must be on a line by itself
(#1030) Visibility must be declared on method "begin"
(#1031) Line indented incorrectly; expected at least 40 spaces, found 0
(#1031) Expected 1 space after closing parenthesis; found 0
(#1031) Opening brace must be the last content on the line
(#1032) Line indented incorrectly; expected at least 44 spaces, found 0
(#1032) Closing brace must be on a line by itself
(#1032) Visibility must be declared on method "commit"
(#1033) Line indented incorrectly; expected at least 52 spaces, found 0
(#1033) Expected 1 space after closing parenthesis; found 0
(#1033) Opening brace must be the last content on the line
(#1034) Line indented incorrectly; expected at least 56 spaces, found 0
(#1034) Closing brace must be on a line by itself
(#1034) Visibility must be declared on method "rollback"
(#1035) Line indented incorrectly; expected at least 44 spaces, found 0
(#1035) Expected 1 space after closing parenthesis; found 0
(#1035) Opening brace must be the last content on the line
(#1036) Line indented incorrectly; expected at least 48 spaces, found 0
(#1036) Closing brace must be on a line by itself
(#1036) Closing brace must be on a line by itself
(#1037) Line indented incorrectly; expected at least 40 spaces, found 0
(#1037) Expected 1 space after closing parenthesis; found 0
(#1037) Opening brace must be the last content on the line
(#1038) Line indented incorrectly; expected at least 44 spaces, found 0
(#1039) Line indented incorrectly; expected at least 44 spaces, found 0
(#1039) Closing brace must be on a line by itself
(#1040) Line indented incorrectly; expected at least 48 spaces, found 0
(#1040) Variable "Pc" 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) Commas (,) must be followed by white space.
(#1041) Variable "Pc" must be all lower-case
(#1041) Closing brace must be on a line by itself
(#1042) Line indented incorrectly; expected at least 44 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 1 space before "="; 0 found
(#1042) Expected 1 space after "="; 0 found
(#1042) Closing brace must be on a line by itself
(#1043) Line indented incorrectly; expected at least 44 spaces, found 0
(#1043) Expected 1 space after closing parenthesis; found 0
(#1043) Opening brace must be the last content on the line
(#1044) Line indented incorrectly; expected at least 48 spaces, found 0
(#1044) Closing brace must be on a line by itself
(#1045) Line indented incorrectly; expected at least 44 spaces, found 0
(#1045) Expected 1 space after closing parenthesis; found 0
(#1045) Opening brace must be the last content on the line
(#1046) Line indented incorrectly; expected at least 48 spaces, found 0
(#1046) Closing brace must be on a line by itself
(#1047) Line indented incorrectly; expected at least 48 spaces, found 0
(#1047) Commas (,) must be followed by white space.
(#1047) Closing brace must be on a line by itself
(#1048) Line indented incorrectly; expected at least 48 spaces, found 0
(#1048) Expected 1 space after closing parenthesis; found 0
(#1048) Opening brace must be the last content on the line
(#1048) Variable "J" must be all lower-case
(#1048) Expected 1 space before "="; 0 found
(#1048) Expected 1 space after "="; 0 found
(#1048) Inline control structures are not allowed
(#1048) Expected 1 space before "as"; 0 found
(#1048) Expected 1 space after "as"; 0 found
(#1048) Commas (,) must be followed by white space.
(#1048) Variable "R" must be all lower-case
(#1048) Variable "J" must be all lower-case
(#1048) Variable "R" must be all lower-case
(#1048) Expected 1 space before "="; 0 found
(#1048) Expected 1 space after "="; 0 found
(#1048) Inline control structures are not allowed
(#1048) Variable "J" must be all lower-case
(#1048) Closing brace must be on a line by itself
(#1048) Line exceeds maximum limit of 180 characters; contains 213 characters
(#1048) Line exceeds maximum limit of 180 characters; contains 213 characters
(#1048) Line exceeds maximum limit of 180 characters; contains 213 characters
(#1049) Line indented incorrectly; expected at least 48 spaces, found 0
(#1049) Variable "D" must be all lower-case
(#1049) Commas (,) must be followed by white space.
(#1049) Variable "Oc" must be all lower-case
(#1049) Expected 1 space after closing parenthesis; found 0
(#1049) Opening brace must be the last content on the line
(#1049) Variable "J" must be all lower-case
(#1049) Expected 1 space before "="; 0 found
(#1049) Expected 1 space after "="; 0 found
(#1049) Expected "foreach (...) {\n"; found "foreach(...){"
(#1049) Expected 1 space before "=>"; 0 found
(#1049) Expected 1 space after "=>"; 0 found
(#1049) Expected 1 space before "as"; 0 found
(#1049) Expected 1 space after "as"; 0 found
(#1049) Variable "D" must be all lower-case
(#1049) Expected 1 space before "!="; 0 found
(#1049) Expected 1 space after "!="; 0 found
(#1049) Expected 1 space before "?"; 0 found
(#1049) Expected 1 space after "?"; 0 found
(#1049) Variable "D" must be all lower-case
(#1049) Expected 1 space before "=>"; 0 found
(#1049) Expected 1 space after "=>"; 0 found
(#1049) Expected 1 space before ":"; 0 found
(#1049) Expected 1 space after ":"; 0 found
(#1049) Variable "R" must be all lower-case
(#1049) Expected 1 space before "=>"; 0 found
(#1049) Expected 1 space after "=>"; 0 found
(#1049) Variable "U" must be all lower-case
(#1049) Variable "K" must be all lower-case
(#1049) Expected 1 space before "="; 0 found
(#1049) Expected 1 space after "="; 0 found
(#1049) Expected 1 space before "=>"; 0 found
(#1049) Expected 1 space after "=>"; 0 found
(#1049) Variable "R" 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) Expected "if (...) {\n"; found "if(...){"
(#1049) Variable "Oc" must be all lower-case
(#1049) Variable "Le" must be all lower-case
(#1049) Expected 1 space before "="; 0 found
(#1049) Expected 1 space after "="; 0 found
(#1049) Commas (,) must be followed by white space.
(#1049) Expected 1 space before "=>"; 0 found
(#1049) Expected 1 space after "=>"; 0 found
(#1049) Variable "R" must be all lower-case
(#1049) Expected "if (...) {\n"; found "if(...){"
(#1049) Variable "Le" must be all lower-case
(#1049) Inline control structures are not allowed
(#1049) Expected 1 space before "=>"; 0 found
(#1049) Expected 1 space after "=>"; 0 found
(#1049) Expected 1 space before "as"; 0 found
(#1049) Expected 1 space after "as"; 0 found
(#1049) Expected 1 space before "=>"; 0 found
(#1049) Expected 1 space after "=>"; 0 found
(#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) Expected 1 space before "=>"; 0 found
(#1049) Expected 1 space after "=>"; 0 found
(#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) Expected 1 space before "=>"; 0 found
(#1049) Expected 1 space after "=>"; 0 found
(#1049) Variable "X" must be all lower-case
(#1049) Variable "K" must be all lower-case
(#1049) Expected 1 space before "="; 0 found
(#1049) Expected 1 space after "="; 0 found
(#1049) Variable "Le" must be all lower-case
(#1049) Variable "X" must be all lower-case
(#1049) Closing brace must be on a line by itself
(#1049) Closing brace must be on a line by itself
(#1049) Inline control structures are not allowed
(#1049) Variable "D" must be all lower-case
(#1049) Expected 1 space before "!="; 0 found
(#1049) Expected 1 space after "!="; 0 found
(#1049) Variable "K" must be all lower-case
(#1049) Variable "J" must be all lower-case
(#1049) Variable "R" must be all lower-case
(#1049) Expected 1 space before "="; 0 found
(#1049) Expected 1 space after "="; 0 found
(#1049) Variable "K" must be all lower-case
(#1049) Closing brace must be on a line by itself
(#1049) Variable "J" must be all lower-case
(#1049) Closing brace must be on a line by itself
(#1049) Line exceeds maximum limit of 180 characters; contains 449 characters
(#1049) Line exceeds maximum limit of 180 characters; contains 449 characters
(#1049) Line exceeds maximum limit of 180 characters; contains 449 characters
(#1050) Line indented incorrectly; expected at least 48 spaces, found 0
(#1050) Commas (,) must be followed by white space.
(#1050) Variable "H" must be all lower-case
(#1050) Closing brace must be on a line by itself
(#1051) Line indented incorrectly; expected at least 48 spaces, found 0
(#1051) Expected 1 space after closing parenthesis; found 0
(#1051) Opening brace must be the last content on the line
(#1052) Line indented incorrectly; expected at least 52 spaces, found 0
(#1052) Closing brace must be on a line by itself
(#1053) Line indented incorrectly; expected at least 48 spaces, found 0
(#1053) Closing brace must be on a line by itself
(#1054) Line indented incorrectly; expected at least 48 spaces, found 0
(#1054) Variable "S" must be all lower-case
(#1054) Closing brace must be on a line by itself
(#1055) Line indented incorrectly; expected at least 48 spaces, found 0
(#1055) Variable "R" must be all lower-case
(#1055) Commas (,) must be followed by white space.
(#1055) Expected 1 space after closing parenthesis; found 0
(#1055) Opening brace must be the last content on the line
(#1056) Line indented incorrectly; expected at least 52 spaces, found 0
(#1056) Expected 1 space before "=>"; 0 found
(#1056) Expected 1 space after "=>"; 0 found
(#1056) Commas (,) must be followed by white space.
(#1056) Expected 1 space before "=>"; 0 found
(#1056) Expected 1 space after "=>"; 0 found
(#1056) Commas (,) must be followed by white space.
(#1056) Closing brace must be on a line by itself
(#1057) Line indented incorrectly; expected at least 48 spaces, found 0
(#1057) Variable "R" must be all lower-case
(#1057) Expected 1 space after closing parenthesis; found 0
(#1057) Opening brace must be the last content on the line
(#1058) Line indented incorrectly; expected at least 52 spaces, found 0
(#1058) Closing brace must be on a line by itself
(#1059) Line indented incorrectly; expected at least 52 spaces, found 0
(#1059) Variable "R" must be all lower-case
(#1059) Expected 1 space after closing parenthesis; found 0
(#1059) Opening brace must be the last content on the line
(#1060) Line indented incorrectly; expected at least 56 spaces, found 0
(#1060) Closing brace must be on a line by itself
(#1061) Line indented incorrectly; expected at least 52 spaces, found 0
(#1061) Expected 1 space after closing parenthesis; found 0
(#1061) Opening brace must be the last content on the line
(#1062) Line indented incorrectly; expected at least 56 spaces, found 0
(#1062) Closing brace must be on a line by itself
(#1063) Line indented incorrectly; expected at least 56 spaces, found 0
(#1063) Expected 1 space after closing parenthesis; found 0
(#1063) Opening brace must be the last content on the line
(#1063) The use of backticks in strings is not recommended
(#1063) The use of backticks in strings is not recommended
(#1063) Commas (,) must be followed by white space.
(#1063) The use of backticks in strings is not recommended
(#1063) Commas (,) must be followed by white space.
(#1063) The use of backticks in strings is not recommended
(#1063) Closing brace must be on a line by itself
(#1064) Line indented incorrectly; expected at least 56 spaces, found 0
(#1064) Variable "H" must be all lower-case
(#1064) Commas (,) must be followed by white space.
(#1064) Variable "Z" must be all lower-case
(#1064) Commas (,) must be followed by white space.
(#1064) Variable "_" must not contain underscores.
(#1064) Commas (,) must be followed by white space.
(#1064) Variable "E" must be all lower-case
(#1064) Commas (,) must be followed by white space.
(#1064) Variable "N" must be all lower-case
(#1064) Expected 1 space after closing parenthesis; found 0
(#1064) Opening brace must be the last content on the line
(#1064) Variable "H" must be all lower-case
(#1064) Variable "_" must not contain underscores.
(#1064) Expected 1 space before "!=="; 0 found
(#1064) Expected 1 space after "!=="; 0 found
(#1064) Expected 1 space before "?"; 0 found
(#1064) Expected 1 space after "?"; 0 found
(#1064) Variable "N" must be all lower-case
(#1064) Variable "_" must not contain underscores.
(#1064) Expected 1 space before ":"; 0 found
(#1064) Expected 1 space after ":"; 0 found
(#1064) Closing brace must be on a line by itself
(#1065) Line indented incorrectly; expected at least 56 spaces, found 0
(#1065) Commas (,) must be followed by white space.
(#1065) Variable "J" must be all lower-case
(#1065) Expected 1 space after closing parenthesis; found 0
(#1065) Opening brace must be the last content on the line
(#1065) Variable "J" must be all lower-case
(#1065) Closing brace must be on a line by itself
(#1066) Line indented incorrectly; expected at least 56 spaces, found 0
(#1066) Variable "S" must be all lower-case
(#1066) Closing brace must be on a line by itself
(#1067) Line indented incorrectly; expected at least 56 spaces, found 0
(#1067) Expected 1 space after closing parenthesis; found 0
(#1067) Opening brace must be the last content on the line
(#1068) Line indented incorrectly; expected at least 60 spaces, found 0
(#1068) Closing brace must be on a line by itself
(#1069) Line indented incorrectly; expected at least 56 spaces, found 0
(#1069) Variable "R" must be all lower-case
(#1069) Commas (,) must be followed by white space.
(#1069) Variable "D" must be all lower-case
(#1069) Commas (,) must be followed by white space.
(#1069) Commas (,) must be followed by white space.
(#1069) Commas (,) must be followed by white space.
(#1069) Commas (,) must be followed by white space.
(#1069) Commas (,) must be followed by white space.
(#1069) Commas (,) must be followed by white space.
(#1069) Variable "Ma" must be all lower-case
(#1069) Commas (,) must be followed by white space.
(#1069) Variable "Nf" 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 "R" must be all lower-case
(#1069) Expected 1 space before "=="; 0 found
(#1069) Expected 1 space after "=="; 0 found
(#1069) Commas (,) must be followed by white space.
(#1069) Expected 1 space before "=>"; 0 found
(#1069) Expected 1 space after "=>"; 0 found
(#1069) Variable "D" must be all lower-case
(#1069) Closing brace must be on a line by itself
(#1070) Line indented incorrectly; expected at least 56 spaces, found 0
(#1070) Variable "T" must be all lower-case
(#1070) Expected 1 space after closing parenthesis; found 0
(#1070) Opening brace must be the last content on the line
(#1070) Expected "foreach (...) {\n"; found "foreach(...){"
(#1070) Expected 1 space after "as"; 0 found
(#1070) Variable "T" must be all lower-case
(#1071) Line indented incorrectly; expected at least 60 spaces, found 0
(#1071) Variable "R" must be all lower-case
(#1071) Inline control structures are not allowed
(#1071) Commas (,) must be followed by white space.
(#1071) Expected 1 space before "=>"; 0 found
(#1071) Expected 1 space after "=>"; 0 found
(#1071) Variable "R" must be all lower-case
(#1072) Line indented incorrectly; expected at least 64 spaces, found 0
(#1072) Closing brace must be on a line by itself
(#1073) Line indented incorrectly; expected at least 56 spaces, found 0
(#1073) Closing brace must be on a line by itself
(#1074) Line indented incorrectly; expected at least 56 spaces, found 0
(#1074) Expected 1 space after closing parenthesis; found 0
(#1074) Opening brace must be the last content on the line
(#1074) Inline control structures are not allowed
(#1074) Expected 1 space after "as"; 0 found
(#1075) Line indented incorrectly; expected at least 60 spaces, found 0
(#1076) Line indented incorrectly; expected at least 60 spaces, found 0
(#1076) Expected 1 space before "=>"; 0 found
(#1076) Expected 1 space after "=>"; 0 found
(#1076) Closing brace must be on a line by itself
(#1077) Line indented incorrectly; expected at least 56 spaces, found 0
(#1077) Variable "S" must be all lower-case
(#1077) Commas (,) must be followed by white space.
(#1077) Variable "Z" 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 "Z" 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 "S" must be all lower-case
(#1077) Closing brace must be on a line by itself
(#1078) Line indented incorrectly; expected at least 56 spaces, found 0
(#1078) Closing brace must be on a line by itself
(#1079) Line indented incorrectly; expected at least 56 spaces, found 0
(#1079) Variable "Ca" must be all lower-case
(#1079) Commas (,) must be followed by white space.
(#1079) Variable "Lb" must be all lower-case
(#1079) Commas (,) must be followed by white space.
(#1079) Commas (,) must be followed by white space.
(#1079) Expected 1 space after closing parenthesis; found 0
(#1079) Opening brace must be the last content on the line
(#1079) Variable "Va" must be all lower-case
(#1079) Expected 1 space before "="; 0 found
(#1079) Expected 1 space after "="; 0 found
(#1079) Inline control structures are not allowed
(#1079) Expected 1 space before ">"; 0 found
(#1079) Expected 1 space after ">"; 0 found
(#1079) Variable "Va" must be all lower-case
(#1079) Expected 1 space before "="; 0 found
(#1079) Expected 1 space after "="; 0 found
(#1079) Commas (,) must be followed by white space.
(#1079) Variable "Ca" must be all lower-case
(#1079) Expected 1 space before "="; 0 found
(#1079) Expected 1 space after "="; 0 found
(#1079) Commas (,) must be followed by white space.
(#1079) Variable "Va" must be all lower-case
(#1079) Commas (,) must be followed by white space.
(#1079) Variable "Zd" must be all lower-case
(#1079) Expected 1 space before "="; 0 found
(#1079) Expected 1 space after "="; 0 found
(#1079) Expected 1 space before "^"; 0 found
(#1079) Expected 1 space after "^"; 0 found
(#1079) Commas (,) must be followed by white space.
(#1079) Variable "Va" must be all lower-case
(#1079) Expected 1 space before "="; 0 found
(#1079) Expected 1 space after "="; 0 found
(#1079) Expected 1 space before "^"; 0 found
(#1079) Expected 1 space after "^"; 0 found
(#1079) Commas (,) must be followed by white space.
(#1079) Variable "Va" must be all lower-case
(#1079) Variable "J" must be all lower-case
(#1079) Expected 1 space before "="; 0 found
(#1079) Expected 1 space after "="; 0 found
(#1079) Variable "Ca" must be all lower-case
(#1079) Commas (,) must be followed by white space.
(#1079) Variable "Ca" must be all lower-case
(#1079) Variable "Zd" must be all lower-case
(#1079) Variable "Lb" must be all lower-case
(#1079) Inline control structures are not allowed
(#1079) Variable "J" must be all lower-case
(#1079) Expected 1 space before "="; 0 found
(#1079) Expected 1 space after "="; 0 found
(#1079) Commas (,) must be followed by white space.
(#1079) Variable "J" must be all lower-case
(#1079) Variable "J" must be all lower-case
(#1079) Closing brace must be on a line by itself
(#1079) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1079) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1079) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1080) Line indented incorrectly; expected at least 56 spaces, found 0
(#1080) Commas (,) must be followed by white space.
(#1080) Variable "Hf" must be all lower-case
(#1080) Expected 1 space after closing parenthesis; found 0
(#1080) Opening brace must be the last content on the line
(#1080) Commas (,) must be followed by white space.
(#1080) Commas (,) must be followed by white space.
(#1080) Variable "Hf" must be all lower-case
(#1080) Commas (,) must be followed by white space.
(#1080) Variable "Wg" must be all lower-case
(#1080) Expected 1 space before "="; 0 found
(#1080) Expected 1 space after "="; 0 found
(#1080) Variable "Hf" must be all lower-case
(#1080) Expected 1 space before "="; 0 found
(#1080) Expected 1 space after "="; 0 found
(#1080) Variable "Hf" must be all lower-case
(#1080) Expected 1 space before "="; 0 found
(#1080) Expected 1 space after "="; 0 found
(#1080) Variable "Hf" must be all lower-case
(#1080) Expected 1 space before "="; 0 found
(#1080) Expected 1 space after "="; 0 found
(#1080) Variable "Hf" must be all lower-case
(#1080) Expected 1 space before "="; 0 found
(#1080) Expected 1 space after "="; 0 found
(#1080) Variable "Hf" must be all lower-case
(#1080) Expected 1 space before "="; 0 found
(#1080) Expected 1 space after "="; 0 found
(#1080) Variable "Hf" must be all lower-case
(#1080) Variable "H" must be all lower-case
(#1080) Expected 1 space before "="; 0 found
(#1080) Expected 1 space after "="; 0 found
(#1080) Inline control structures are not allowed
(#1080) Expected 1 space before "=>"; 0 found
(#1080) Expected 1 space after "=>"; 0 found
(#1080) Expected 1 space after "as"; 0 found
(#1080) Line exceeds maximum limit of 180 characters; contains 275 characters
(#1080) Variable "Hf" must be all lower-case
(#1080) Line exceeds maximum limit of 180 characters; contains 275 characters
(#1080) Line exceeds maximum limit of 180 characters; contains 275 characters
(#1081) Line indented incorrectly; expected at least 60 spaces, found 0
(#1081) Expected 1 space before "=>"; 0 found
(#1081) Expected 1 space after "=>"; 0 found
(#1081) Variable "X" must be all lower-case
(#1081) Variable "H" must be all lower-case
(#1081) Expected 1 space before ".="; 0 found
(#1081) Expected 1 space after ".="; 0 found
(#1081) Variable "X" must be all lower-case
(#1081) Variable "H" must be all lower-case
(#1081) Expected 1 space before "="; 0 found
(#1081) Expected 1 space after "="; 0 found
(#1081) Commas (,) must be followed by white space.
(#1081) Commas (,) must be followed by white space.
(#1081) Variable "H" must be all lower-case
(#1081) Commas (,) must be followed by white space.
(#1081) Variable "H" must be all lower-case
(#1081) Expected 1 space before ".="; 0 found
(#1081) Expected 1 space after ".="; 0 found
(#1081) Commas (,) must be followed by white space.
(#1081) Commas (,) must be followed by white space.
(#1081) Commas (,) must be followed by white space.
(#1081) Variable "H" must be all lower-case
(#1081) Commas (,) must be followed by white space.
(#1081) Variable "Wg" must be all lower-case
(#1081) Commas (,) must be followed by white space.
(#1081) Commas (,) must be followed by white space.
(#1081) Variable "Tc" must be all lower-case
(#1081) Expected 1 space before "="; 0 found
(#1081) Expected 1 space after "="; 0 found
(#1081) Commas (,) must be followed by white space.
(#1081) Expected 1 space before "?"; 0 found
(#1081) Expected 1 space after "?"; 0 found
(#1081) Expected 1 space before ":"; 0 found
(#1081) Expected 1 space after ":"; 0 found
(#1081) Commas (,) must be followed by white space.
(#1081) Commas (,) must be followed by white space.
(#1081) Expected 1 space before "=>"; 0 found
(#1081) Expected 1 space after "=>"; 0 found
(#1081) Expected 1 space before "=>"; 0 found
(#1081) Expected 1 space after "=>"; 0 found
(#1081) Commas (,) must be followed by white space.
(#1081) Expected 1 space before "=>"; 0 found
(#1081) Expected 1 space after "=>"; 0 found
(#1081) Variable "H" must be all lower-case
(#1081) Commas (,) must be followed by white space.
(#1081) Expected 1 space before "=>"; 0 found
(#1081) Expected 1 space after "=>"; 0 found
(#1081) Commas (,) must be followed by white space.
(#1081) Expected "if (...) {\n"; found "if(...){"
(#1081) Variable "Tc" must be all lower-case
(#1081) Expected 1 space before "="; 0 found
(#1081) Expected 1 space after "="; 0 found
(#1081) Variable "php_errormsg" must not contain underscores.
(#1081) Line exceeds maximum limit of 180 characters; contains 457 characters
(#1081) Line exceeds maximum limit of 180 characters; contains 457 characters
(#1081) Line exceeds maximum limit of 180 characters; contains 457 characters
(#1082) Line indented incorrectly; expected at least 64 spaces, found 0
(#1082) Closing brace must be on a line by itself
(#1082) Expected 1 space before "="; 0 found
(#1082) Expected 1 space after "="; 0 found
(#1082) Variable "Tc" must be all lower-case
(#1082) Expected "if (...) {\n"; found "if(...){"
(#1082) Expected 1 space before "="; 0 found
(#1082) Expected 1 space after "="; 0 found
(#1082) Expected 1 space before "="; 0 found
(#1082) Expected 1 space after "="; 0 found
(#1082) Line exceeds 132 characters; contains 135 characters
(#1082) Line exceeds 132 characters; contains 135 characters
(#1082) Line exceeds 132 characters; contains 135 characters
(#1083) Line indented incorrectly; expected at least 64 spaces, found 0
(#1083) Closing brace must be on a line by itself
(#1083) Expected "if (...) {\n"; found "if(...){"
(#1083) Expected 1 space before "="; 0 found
(#1083) Expected 1 space after "="; 0 found
(#1083) Expected 1 space before "="; 0 found
(#1083) Expected 1 space after "="; 0 found
(#1084) Line indented incorrectly; expected at least 68 spaces, found 0
(#1084) Closing brace must be on a line by itself
(#1084) Expected 1 space before "="; 0 found
(#1084) Expected 1 space after "="; 0 found
(#1084) Variable "Oh" must be all lower-case
(#1084) Expected 1 space before "="; 0 found
(#1084) Expected 1 space after "="; 0 found
(#1084) Variable "Oh" must be all lower-case
(#1084) Expected 1 space before "?"; 0 found
(#1084) Expected 1 space after "?"; 0 found
(#1084) Variable "Oh" must be all lower-case
(#1084) Expected 1 space before ":"; 0 found
(#1084) Expected 1 space after ":"; 0 found
(#1084) Closing brace must be on a line by itself
(#1085) Line indented incorrectly; expected at least 56 spaces, found 0
(#1085) Commas (,) must be followed by white space.
(#1085) Variable "Oh" must be all lower-case
(#1085) Commas (,) must be followed by white space.
(#1085) Variable "Hf" must be all lower-case
(#1085) Commas (,) must be followed by white space.
(#1085) Variable "Xh" 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
(#1085) Variable "J" must be all lower-case
(#1085) Expected 1 space before "="; 0 found
(#1085) Expected 1 space after "="; 0 found
(#1085) Expected 1 space before "="; 0 found
(#1085) Expected 1 space after "="; 0 found
(#1085) Variable "Xh" must be all lower-case
(#1085) Expected 1 space before "?"; 0 found
(#1085) Expected 1 space after "?"; 0 found
(#1085) Expected 1 space before ":"; 0 found
(#1085) Expected 1 space after ":"; 0 found
(#1085) Variable "_" must not contain underscores.
(#1085) Expected 1 space before "="; 0 found
(#1085) Expected 1 space after "="; 0 found
(#1085) Commas (,) must be followed by white space.
(#1085) Variable "Hf" must be all lower-case
(#1085) Commas (,) must be followed by white space.
(#1085) Variable "C" must be all lower-case
(#1085) Expected 1 space before "?"; 0 found
(#1085) Expected 1 space after "?"; 0 found
(#1085) Variable "C" must be all lower-case
(#1085) Expected 1 space before ":"; 0 found
(#1085) Expected 1 space after ":"; 0 found
(#1085) Expected "do {\n...} while (...);\n"; found "do{...}while(...);"
(#1085) Expected 1 space before "="; 0 found
(#1085) Expected 1 space after "="; 0 found
(#1085) Commas (,) must be followed by white space.
(#1085) Variable "Hf" must be all lower-case
(#1085) Inline control structures are not allowed
(#1085) Inline control structures are not allowed
(#1085) Expected 1 space after "as"; 0 found
(#1085) Line exceeds maximum limit of 180 characters; contains 215 characters
(#1085) Variable "Oh" must be all lower-case
(#1085) Line exceeds maximum limit of 180 characters; contains 215 characters
(#1085) Line exceeds maximum limit of 180 characters; contains 215 characters
(#1086) Line indented incorrectly; expected at least 64 spaces, found 0
(#1086) Variable "J" must be all lower-case
(#1086) Expected 1 space before "="; 0 found
(#1086) Expected 1 space after "="; 0 found
(#1086) Expected "if (...) {\n"; found "if(...){"
(#1086) Variable "_" must not contain underscores.
(#1086) Variable "J" must be all lower-case
(#1086) Expected 1 space before ">="; 0 found
(#1086) Expected 1 space after ">="; 0 found
(#1086) Variable "_" must not contain underscores.
(#1086) Expected 1 space before "="; 0 found
(#1086) Expected 1 space after "="; 0 found
(#1086) Closing brace must be on a line by itself
(#1086) Inline control structures are not allowed
(#1086) Variable "Xh" must be all lower-case
(#1086) Expected 1 space before "-"; 0 found
(#1086) Expected 1 space after "-"; 0 found
(#1086) Expected 1 space before ">"; 0 found
(#1086) Expected 1 space after ">"; 0 found
(#1086) Variable "Xh" must be all lower-case
(#1087) Line indented incorrectly; expected at least 64 spaces, found 0
(#1087) Variable "Hf" must be all lower-case
(#1087) Expected 1 space before "="; 0 found
(#1087) Expected 1 space after "="; 0 found
(#1087) Inline control structures are not allowed
(#1087) Variable "_" must not contain underscores.
(#1087) Variable "Hf" must be all lower-case
(#1087) Expected 1 space before "="; 0 found
(#1087) Expected 1 space after "="; 0 found
(#1087) Commas (,) must be followed by white space.
(#1087) Variable "_" must not contain underscores.
(#1087) Expected 1 space before "-"; 0 found
(#1087) Expected 1 space after "-"; 0 found
(#1087) Variable "J" must be all lower-case
(#1087) Commas (,) must be followed by white space.
(#1087) Variable "Hf" must be all lower-case
(#1087) Closing brace must be on a line by itself
(#1087) Variable "J" must be all lower-case
(#1087) Closing brace must be on a line by itself
(#1087) Expected 1 space before "="; 0 found
(#1087) Expected 1 space after "="; 0 found
(#1087) Expected 1 space before "="; 0 found
(#1087) Expected 1 space after "="; 0 found
(#1087) Commas (,) must be followed by white space.
(#1087) Commas (,) must be followed by white space.
(#1087) Commas (,) must be followed by white space.
(#1087) Commas (,) must be followed by white space.
(#1087) Commas (,) must be followed by white space.
(#1087) Commas (,) must be followed by white space.
(#1087) Commas (,) must be followed by white space.
(#1087) Commas (,) must be followed by white space.
(#1087) Commas (,) must be followed by white space.
(#1087) Commas (,) must be followed by white space.
(#1087) Commas (,) must be followed by white space.
(#1087) Expected 1 space before "="; 0 found
(#1087) Expected 1 space after "="; 0 found
(#1087) Expected 1 space before "="; 0 found
(#1087) Expected 1 space after "="; 0 found
(#1087) Expected 1 space before "="; 0 found
(#1087) Expected 1 space after "="; 0 found
(#1087) Closing brace must be on a line by itself
(#1087) Expected 1 space before "="; 0 found
(#1087) Expected 1 space after "="; 0 found
(#1087) Expected "if (...) {\n"; found "if(...){"
(#1087) Expected 1 space before "="; 0 found
(#1087) Expected 1 space after "="; 0 found
(#1087) Commas (,) must be followed by white space.
(#1087) Commas (,) must be followed by white space.
(#1087) Expected "if (...) {\n"; found "if(...){"
(#1087) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#1087) Line exceeds maximum limit of 180 characters; contains 466 characters
(#1087) Line exceeds maximum limit of 180 characters; contains 466 characters
(#1087) Line exceeds maximum limit of 180 characters; contains 466 characters
(#1088) Line indented incorrectly; expected at least 48 spaces, found 0
(#1088) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1088) Scope modifier not specified for member variable "$extension"
(#1088) Expected 1 space before "="; 0 found
(#1088) Expected 1 space after "="; 0 found
(#1088) Commas (,) must be followed by white space.
(#1088) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1088) Scope modifier not specified for member variable "$error"
(#1088) Commas (,) must be followed by white space.
(#1088) Member variable "last_id" must not contain underscores.
(#1088) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1088) Scope modifier not specified for member variable "$last_id"
(#1088) Commas (,) must be followed by white space.
(#1088) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1088) Scope modifier not specified for member variable "$_link"
(#1088) Commas (,) must be followed by white space.
(#1088) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1088) Scope modifier not specified for member variable "$_db"
(#1088) Visibility must be declared on method "connect"
(#1089) Line indented incorrectly; expected at least 52 spaces, found 0
(#1089) Variable "O" must be all lower-case
(#1089) Commas (,) must be followed by white space.
(#1089) Variable "V" must be all lower-case
(#1089) Commas (,) must be followed by white space.
(#1089) Variable "G" 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
(#1089) Expected 1 space before "="; 0 found
(#1089) Expected 1 space after "="; 0 found
(#1089) Expected 1 space before "="; 0 found
(#1089) Expected 1 space after "="; 0 found
(#1089) Expected "if (...) {\n"; found "if(...){"
(#1089) Variable "V" must be all lower-case
(#1089) Expected 1 space before "!="; 0 found
(#1089) Expected 1 space after "!="; 0 found
(#1089) Expected 1 space before "="; 0 found
(#1089) Expected 1 space after "="; 0 found
(#1089) Variable "V" must be all lower-case
(#1089) Expected 1 space before "="; 0 found
(#1089) Expected 1 space after "="; 0 found
(#1089) Variable "G" must be all lower-case
(#1089) Closing brace must be on a line by itself
(#1089) Inline control structures are not allowed
(#1089) Expected 1 space before "!="; 0 found
(#1089) Expected 1 space after "!="; 0 found
(#1089) Expected 1 space before "="; 0 found
(#1089) Expected 1 space after "="; 0 found
(#1089) Expected "try {\n...} catch (...) {\n"; found "try{...}catch(...){"
(#1089) Expected 1 space before "="; 0 found
(#1089) Expected 1 space after "="; 0 found
(#1089) Line exceeds 132 characters; contains 151 characters
(#1089) Line exceeds 132 characters; contains 151 characters
(#1089) Line exceeds 132 characters; contains 151 characters
(#1090) Line indented incorrectly; expected at least 60 spaces, found 0
(#1090) Variable "O" must be all lower-case
(#1090) Commas (,) must be followed by white space.
(#1091) Line indented incorrectly; expected at least 60 spaces, found 0
(#1091) Closing brace must be on a line by itself
(#1091) Variable "Ac" must be all lower-case
(#1091) Expected 1 space before "="; 0 found
(#1091) Expected 1 space after "="; 0 found
(#1091) Variable "Ac" must be all lower-case
(#1092) Line indented incorrectly; expected at least 56 spaces, found 0
(#1092) Closing brace must be on a line by itself
(#1092) Closing brace must be on a line by itself
(#1092) Visibility must be declared on method "query"
(#1093) Line indented incorrectly; expected at least 48 spaces, found 0
(#1093) Variable "H" must be all lower-case
(#1093) Expected 1 space after closing parenthesis; found 0
(#1093) Opening brace must be the last content on the line
(#1094) Line indented incorrectly; expected at least 52 spaces, found 0
(#1094) Closing brace must be on a line by itself
(#1094) Visibility must be declared on method "select_db"
(#1095) Line indented incorrectly; expected at least 56 spaces, found 0
(#1095) Expected 1 space after closing parenthesis; found 0
(#1095) Opening brace must be the last content on the line
(#1095) Expected "try {\n...} catch (...) {\n"; found "try{...}catch(...){"
(#1095) Expected 1 space before "="; 0 found
(#1095) Expected 1 space after "="; 0 found
(#1096) Line indented incorrectly; expected at least 64 spaces, found 0
(#1096) Closing brace must be on a line by itself
(#1096) Variable "Ac" must be all lower-case
(#1096) Expected 1 space before "="; 0 found
(#1096) Expected 1 space after "="; 0 found
(#1096) Variable "Ac" must be all lower-case
(#1097) Line indented incorrectly; expected at least 60 spaces, found 0
(#1097) Closing brace must be on a line by itself
(#1097) Closing brace must be on a line by itself
(#1097) Visibility must be declared on method "quote"
(#1098) Line indented incorrectly; expected at least 52 spaces, found 0
(#1098) Variable "Q" must be all lower-case
(#1098) Expected 1 space after closing parenthesis; found 0
(#1098) Opening brace must be the last content on the line
(#1098) Variable "Q" must be all lower-case
(#1098) Closing brace must be on a line by itself
(#1098) Closing brace must be on a line by itself
(#1098) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 235
(#1099) Line indented incorrectly; expected at least 64 spaces, found 0
(#1099) Member variable "num_rows" must not contain underscores.
(#1099) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1099) Scope modifier not specified for member variable "$num_rows"
(#1099) Commas (,) must be followed by white space.
(#1099) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1099) Scope modifier not specified for member variable "$_rows"
(#1099) Expected 1 space before "="; 0 found
(#1099) Expected 1 space after "="; 0 found
(#1099) Commas (,) must be followed by white space.
(#1099) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1099) Scope modifier not specified for member variable "$_offset"
(#1099) Expected 1 space before "="; 0 found
(#1099) Expected 1 space after "="; 0 found
(#1099) Commas (,) must be followed by white space.
(#1099) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1099) Scope modifier not specified for member variable "$_charset"
(#1099) Expected 1 space before "="; 0 found
(#1099) Expected 1 space after "="; 0 found
(#1099) Visibility must be declared on method "__construct"
(#1100) Line indented incorrectly; expected at least 68 spaces, found 0
(#1100) Variable "I" must be all lower-case
(#1100) Expected 1 space after closing parenthesis; found 0
(#1100) Opening brace must be the last content on the line
(#1100) Expected "foreach (...) {\n"; found "foreach(...){"
(#1100) Expected 1 space after "as"; 0 found
(#1100) Variable "I" must be all lower-case
(#1101) Line indented incorrectly; expected at least 72 spaces, found 0
(#1101) Variable "Wd" must be all lower-case
(#1101) Variable "K" must be all lower-case
(#1101) Expected 1 space before "="; 0 found
(#1101) Expected 1 space after "="; 0 found
(#1101) Expected "foreach (...) {\n"; found "foreach(...){"
(#1101) Expected 1 space before "=>"; 0 found
(#1101) Expected 1 space after "=>"; 0 found
(#1101) Expected 1 space after "as"; 0 found
(#1101) Variable "Wd" must be all lower-case
(#1102) Line indented incorrectly; expected at least 76 spaces, found 0
(#1102) Expected 1 space before "=>"; 0 found
(#1102) Expected 1 space after "=>"; 0 found
(#1102) Variable "X" must be all lower-case
(#1102) Inline control structures are not allowed
(#1102) Variable "X" must be all lower-case
(#1102) Commas (,) must be followed by white space.
(#1102) Expected 1 space before "="; 0 found
(#1102) Expected 1 space after "="; 0 found
(#1102) Variable "K" must be all lower-case
(#1102) Expected 1 space before "="; 0 found
(#1102) Expected 1 space after "="; 0 found
(#1102) Variable "X" must be all lower-case
(#1102) Commas (,) must be followed by white space.
(#1102) Expected 1 space before "?"; 0 found
(#1102) Expected 1 space after "?"; 0 found
(#1102) Variable "X" must be all lower-case
(#1102) Expected 1 space before ":"; 0 found
(#1102) Expected 1 space after ":"; 0 found
(#1102) Variable "X" must be all lower-case
(#1102) Commas (,) must be followed by white space.
(#1102) Expected 1 space before "?"; 0 found
(#1102) Expected 1 space after "?"; 0 found
(#1102) Commas (,) must be followed by white space.
(#1102) Variable "X" must be all lower-case
(#1102) Expected 1 space before ":"; 0 found
(#1102) Expected 1 space after ":"; 0 found
(#1102) Variable "X" must be all lower-case
(#1102) Commas (,) must be followed by white space.
(#1102) Expected 1 space before "?"; 0 found
(#1102) Expected 1 space after "?"; 0 found
(#1102) Variable "X" must be all lower-case
(#1102) Expected 1 space before ":"; 0 found
(#1102) Expected 1 space after ":"; 0 found
(#1102) Variable "X" must be all lower-case
(#1102) Commas (,) must be followed by white space.
(#1102) Expected 1 space before "?"; 0 found
(#1102) Expected 1 space after "?"; 0 found
(#1102) Variable "X" must be all lower-case
(#1102) Expected 1 space before ":"; 0 found
(#1102) Expected 1 space after ":"; 0 found
(#1102) Variable "X" must be all lower-case
(#1102) Expected 1 space before "?"; 0 found
(#1102) Expected 1 space after "?"; 0 found
(#1102) Variable "X" must be all lower-case
(#1102) Expected 1 space before ":"; 0 found
(#1102) Expected 1 space after ":"; 0 found
(#1102) Variable "X" must be all lower-case
(#1102) Closing brace must be on a line by itself
(#1102) Expected 1 space before "="; 0 found
(#1102) Expected 1 space after "="; 0 found
(#1102) Variable "K" must be all lower-case
(#1102) Expected "foreach (...) {\n"; found "foreach(...){"
(#1102) Expected 1 space before "=>"; 0 found
(#1102) Expected 1 space after "=>"; 0 found
(#1102) Expected 1 space after "as"; 0 found
(#1102) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1102) Variable "K" must be all lower-case
(#1102) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1102) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1103) Line indented incorrectly; expected at least 76 spaces, found 0
(#1103) Expected 1 space before "=>"; 0 found
(#1103) Expected 1 space after "=>"; 0 found
(#1103) Variable "X" must be all lower-case
(#1103) Inline control structures are not allowed
(#1103) Expected 1 space before "="; 0 found
(#1103) Expected 1 space after "="; 0 found
(#1103) Closing brace must be on a line by itself
(#1103) Closing brace must be on a line by itself
(#1103) Expected 1 space before "="; 0 found
(#1103) Expected 1 space after "="; 0 found
(#1103) Closing brace must be on a line by itself
(#1103) Visibility must be declared on method "fetch_assoc"
(#1104) Line indented incorrectly; expected at least 64 spaces, found 0
(#1104) Expected 1 space after closing parenthesis; found 0
(#1104) Opening brace must be the last content on the line
(#1104) Variable "K" must be all lower-case
(#1104) Expected 1 space before "="; 0 found
(#1104) Expected 1 space after "="; 0 found
(#1104) Inline control structures are not allowed
(#1104) Variable "K" must be all lower-case
(#1104) Variable "K" must be all lower-case
(#1104) Variable "J" must be all lower-case
(#1104) Expected 1 space before "="; 0 found
(#1104) Expected 1 space after "="; 0 found
(#1104) Inline control structures are not allowed
(#1104) Expected 1 space before "=>"; 0 found
(#1104) Expected 1 space after "=>"; 0 found
(#1104) Expected 1 space before "as"; 0 found
(#1104) Expected 1 space after "as"; 0 found
(#1104) Expected 1 space before "=>"; 0 found
(#1104) Expected 1 space after "=>"; 0 found
(#1104) Variable "X" must be all lower-case
(#1104) Variable "J" must be all lower-case
(#1104) Expected 1 space before "="; 0 found
(#1104) Expected 1 space after "="; 0 found
(#1104) Variable "K" must be all lower-case
(#1104) Variable "J" must be all lower-case
(#1104) Closing brace must be on a line by itself
(#1104) Line exceeds 132 characters; contains 149 characters
(#1104) Line exceeds 132 characters; contains 149 characters
(#1104) Line exceeds 132 characters; contains 149 characters
(#1104) Visibility must be declared on method "fetch_row"
(#1105) Line indented incorrectly; expected at least 64 spaces, found 0
(#1105) Expected 1 space after closing parenthesis; found 0
(#1105) Opening brace must be the last content on the line
(#1105) Variable "J" must be all lower-case
(#1105) Expected 1 space before "="; 0 found
(#1105) Expected 1 space after "="; 0 found
(#1105) Inline control structures are not allowed
(#1105) Variable "J" must be all lower-case
(#1105) Variable "J" must be all lower-case
(#1106) Line indented incorrectly; expected at least 68 spaces, found 0
(#1106) Variable "J" must be all lower-case
(#1106) Closing brace must be on a line by itself
(#1106) Visibility must be declared on method "fetch_field"
(#1107) Line indented incorrectly; expected at least 64 spaces, found 0
(#1107) Expected 1 space after closing parenthesis; found 0
(#1107) Opening brace must be the last content on the line
(#1107) Expected 1 space before "="; 0 found
(#1107) Expected 1 space after "="; 0 found
(#1107) Variable "D" 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) Variable "D" 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 "D" must be all lower-case
(#1107) Commas (,) must be followed by white space.
(#1107) Closing brace must be on a line by itself
(#1107) Closing brace must be on a line by itself
(#1107) Line exceeds 132 characters; contains 144 characters
(#1107) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 274
(#1107) Line exceeds 132 characters; contains 144 characters
(#1107) Line exceeds 132 characters; contains 144 characters
(#1108) Line indented incorrectly; expected at least 52 spaces, found 0
(#1109) Line indented incorrectly; expected at least 52 spaces, found 0
(#1110) Line indented incorrectly; expected at least 52 spaces, found 0
(#1110) Scope keyword "public" must be followed by a single space
(#1110) Expected 1 space before "="; 0 found
(#1110) Expected 1 space after "="; 0 found
(#1111) Line indented incorrectly; expected at least 56 spaces, found 0
(#1111) Variable "R" must be all lower-case
(#1111) Commas (,) must be followed by white space.
(#1111) Variable "M" must be all lower-case
(#1111) Commas (,) must be followed by white space.
(#1111) Variable "Z" must be all lower-case
(#1111) Commas (,) must be followed by white space.
(#1111) Commas (,) must be followed by white space.
(#1111) Commas (,) must be followed by white space.
(#1111) Variable "_" must not contain underscores.
(#1111) Commas (,) must be followed by white space.
(#1111) Variable "F" must be all lower-case
(#1111) Commas (,) must be followed by white space.
(#1111) Expected 1 space after closing parenthesis; found 0
(#1111) Opening brace must be the last content on the line
(#1111) Variable "M" must be all lower-case
(#1111) Expected 1 space before "="; 0 found
(#1111) Expected 1 space after "="; 0 found
(#1111) Variable "M" must be all lower-case
(#1111) Expected 1 space before "=="; 0 found
(#1111) Expected 1 space after "=="; 0 found
(#1111) Expected 1 space before "?"; 0 found
(#1111) Expected 1 space after "?"; 0 found
(#1111) Expected 1 space before ":"; 0 found
(#1111) Expected 1 space after ":"; 0 found
(#1111) Variable "M" must be all lower-case
(#1111) Commas (,) must be followed by white space.
(#1111) Expected 1 space before "="; 0 found
(#1111) Expected 1 space after "="; 0 found
(#1111) Expected "foreach (...) {\n"; found "foreach(...){"
(#1111) Expected 1 space after "as"; 0 found
(#1112) Line indented incorrectly; expected at least 60 spaces, found 0
(#1112) Variable "X" must be all lower-case
(#1112) Variable "X" must be all lower-case
(#1112) Expected 1 space before "="; 0 found
(#1112) Expected 1 space after "="; 0 found
(#1112) Commas (,) must be followed by white space.
(#1112) Commas (,) must be followed by white space.
(#1112) Variable "X" must be all lower-case
(#1112) Commas (,) must be followed by white space.
(#1112) Commas (,) must be followed by white space.
(#1112) Variable "Eb" must be all lower-case
(#1112) Variable "X" must be all lower-case
(#1112) Expected 1 space before "="; 0 found
(#1112) Expected 1 space after "="; 0 found
(#1112) Variable "Eb" must be all lower-case
(#1112) Expected 1 space before "?"; 0 found
(#1112) Expected 1 space after "?"; 0 found
(#1112) Expected 1 space before ":"; 0 found
(#1112) Expected 1 space after ":"; 0 found
(#1112) Closing brace must be on a line by itself
(#1113) Line indented incorrectly; expected at least 60 spaces, found 0
(#1114) Line indented incorrectly; expected at least 60 spaces, found 0
(#1114) Variable "R" must be all lower-case
(#1114) Commas (,) must be followed by white space.
(#1114) Variable "M" must be all lower-case
(#1114) Variable "_" must not contain underscores.
(#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) Variable "_" must not contain underscores.
(#1114) Expected 1 space before ":"; 0 found
(#1114) Expected 1 space after ":"; 0 found
(#1114) Variable "F" must be all lower-case
(#1114) Expected 1 space before "*"; 0 found
(#1114) Expected 1 space after "*"; 0 found
(#1114) Variable "_" must not contain underscores.
(#1114) Closing brace must be on a line by itself
(#1114) Visibility must be declared on method "insert"
(#1115) Line indented incorrectly; expected at least 52 spaces, found 0
(#1115) Variable "R" must be all lower-case
(#1115) Commas (,) must be followed by white space.
(#1115) Variable "P" must be all lower-case
(#1115) Expected 1 space after closing parenthesis; found 0
(#1115) Opening brace must be the last content on the line
(#1115) Expected "try {\n...} catch (...) {\n"; found "try{...}catch(...){"
(#1115) Variable "J" must be all lower-case
(#1115) Expected 1 space before "="; 0 found
(#1115) Expected 1 space after "="; 0 found
(#1115) Variable "R" must be all lower-case
(#1115) Variable "P" must be all lower-case
(#1115) Expected 1 space before "="; 0 found
(#1115) Expected 1 space after "="; 0 found
(#1115) Variable "J" must be all lower-case
(#1115) Expected 1 space before "="; 0 found
(#1115) Expected 1 space after "="; 0 found
(#1115) Variable "J" must be all lower-case
(#1115) Expected 1 space before "="; 0 found
(#1115) Expected 1 space after "="; 0 found
(#1115) Variable "P" must be all lower-case
(#1115) Variable "J" must be all lower-case
(#1115) Closing brace must be on a line by itself
(#1115) Variable "Ac" must be all lower-case
(#1115) Expected 1 space before "="; 0 found
(#1115) Expected 1 space after "="; 0 found
(#1115) Variable "Ac" must be all lower-case
(#1115) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1115) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1115) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1116) Line indented incorrectly; expected at least 60 spaces, found 0
(#1116) Closing brace must be on a line by itself
(#1116) Closing brace must be on a line by itself
(#1116) Closing brace must be on a line by itself
(#1117) Line indented incorrectly; expected at least 64 spaces, found 0
(#1117) Expected 1 space after closing parenthesis; found 0
(#1117) Opening brace must be the last content on the line
(#1117) Variable "J" must be all lower-case
(#1117) Expected 1 space before "="; 0 found
(#1117) Expected 1 space after "="; 0 found
(#1117) Variable "Qb" must be all lower-case
(#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 "as"; 0 found
(#1117) Expected 1 space after "as"; 0 found
(#1117) Variable "Qb" must be all lower-case
(#1117) Variable "J" must be all lower-case
(#1117) Expected 1 space before "="; 0 found
(#1117) Expected 1 space after "="; 0 found
(#1117) Variable "J" must be all lower-case
(#1117) Closing brace must be on a line by itself
(#1118) Line indented incorrectly; expected at least 64 spaces, found 0
(#1118) Expected 1 space after closing parenthesis; found 0
(#1118) Opening brace must be the last content on the line
(#1118) Variable "J" must be all lower-case
(#1118) Expected 1 space before "="; 0 found
(#1118) Expected 1 space after "="; 0 found
(#1118) Inline control structures are not allowed
(#1118) Expected 1 space after "as"; 0 found
(#1119) Line indented incorrectly; expected at least 68 spaces, found 0
(#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) Closing brace must be on a line by itself
(#1120) Line indented incorrectly; expected at least 64 spaces, found 0
(#1120) Expected 1 space after closing parenthesis; found 0
(#1120) Opening brace must be the last content on the line
(#1121) Line indented incorrectly; expected at least 68 spaces, found 0
(#1121) Commas (,) must be followed by white space.
(#1121) Closing brace must be on a line by itself
(#1122) Line indented incorrectly; expected at least 68 spaces, found 0
(#1122) Expected 1 space after closing parenthesis; found 0
(#1122) Opening brace must be the last content on the line
(#1122) Expected "foreach (...) {\n"; found "foreach(...){"
(#1122) Expected 1 space after "as"; 0 found
(#1123) Line indented incorrectly; expected at least 72 spaces, found 0
(#1123) Variable "Fg" must be all lower-case
(#1123) Expected 1 space before "="; 0 found
(#1123) Expected 1 space after "="; 0 found
(#1123) Inline control structures are not allowed
(#1123) Variable "Fg" must be all lower-case
(#1124) Line indented incorrectly; expected at least 76 spaces, found 0
(#1124) Closing brace must be on a line by itself
(#1125) Line indented incorrectly; expected at least 68 spaces, found 0
(#1125) Closing brace must be on a line by itself
(#1126) Line indented incorrectly; expected at least 68 spaces, found 0
(#1126) Variable "R" must be all lower-case
(#1126) Commas (,) must be followed by white space.
(#1126) Expected 1 space after closing parenthesis; found 0
(#1126) Opening brace must be the last content on the line
(#1126) Variable "J" must be all lower-case
(#1126) Expected 1 space before "="; 0 found
(#1126) Expected 1 space after "="; 0 found
(#1126) Expected "foreach (...) {\n"; found "foreach(...){"
(#1126) Expected 1 space before "as"; 0 found
(#1126) Expected 1 space after "as"; 0 found
(#1126) Variable "R" must be all lower-case
(#1126) Variable "Xb" must be all lower-case
(#1126) Expected 1 space before "="; 0 found
(#1126) Expected 1 space after "="; 0 found
(#1126) Inline control structures are not allowed
(#1126) Expected 1 space before "=>"; 0 found
(#1126) Expected 1 space after "=>"; 0 found
(#1126) Expected 1 space before "as"; 0 found
(#1126) Expected 1 space after "as"; 0 found
(#1126) Expected 1 space before "=>"; 0 found
(#1126) Expected 1 space after "=>"; 0 found
(#1126) Variable "U" must be all lower-case
(#1126) Variable "Xb" must be all lower-case
(#1126) Expected 1 space before "="; 0 found
(#1126) Expected 1 space after "="; 0 found
(#1126) Variable "U" must be all lower-case
(#1126) Expected 1 space before "=="; 0 found
(#1126) Expected 1 space after "=="; 0 found
(#1126) Expected 1 space before "?"; 0 found
(#1126) Expected 1 space after "?"; 0 found
(#1126) Expected 1 space before ":"; 0 found
(#1126) Expected 1 space after ":"; 0 found
(#1126) Variable "J" must be all lower-case
(#1126) Expected 1 space before "="; 0 found
(#1126) Expected 1 space after "="; 0 found
(#1126) Expected 1 space before "=>"; 0 found
(#1126) Expected 1 space after "=>"; 0 found
(#1126) Expected 1 space before "=="; 0 found
(#1126) Expected 1 space after "=="; 0 found
(#1126) Expected 1 space before "?"; 0 found
(#1126) Expected 1 space after "?"; 0 found
(#1126) Expected 1 space before ":"; 0 found
(#1126) Expected 1 space after ":"; 0 found
(#1126) Expected 1 space before "?"; 0 found
(#1126) Expected 1 space after "?"; 0 found
(#1126) Expected 1 space before ":"; 0 found
(#1126) Expected 1 space after ":"; 0 found
(#1126) Commas (,) must be followed by white space.
(#1126) Expected 1 space before "=>"; 0 found
(#1126) Expected 1 space after "=>"; 0 found
(#1126) Commas (,) must be followed by white space.
(#1126) Expected 1 space before "=>"; 0 found
(#1126) Expected 1 space after "=>"; 0 found
(#1126) Commas (,) must be followed by white space.
(#1126) Expected 1 space before "=>"; 0 found
(#1126) Expected 1 space after "=>"; 0 found
(#1126) Variable "Xb" must be all lower-case
(#1126) Commas (,) must be followed by white space.
(#1126) Closing brace must be on a line by itself
(#1126) Variable "J" must be all lower-case
(#1126) Closing brace must be on a line by itself
(#1126) Line exceeds maximum limit of 180 characters; contains 339 characters
(#1126) Line exceeds maximum limit of 180 characters; contains 339 characters
(#1126) Line exceeds maximum limit of 180 characters; contains 339 characters
(#1127) Line indented incorrectly; expected at least 68 spaces, found 0
(#1127) Variable "R" must be all lower-case
(#1127) Expected 1 space after closing parenthesis; found 0
(#1127) Opening brace must be the last content on the line
(#1128) Line indented incorrectly; expected at least 72 spaces, found 0
(#1128) Closing brace must be on a line by itself
(#1129) Line indented incorrectly; expected at least 68 spaces, found 0
(#1129) Variable "S" must be all lower-case
(#1129) Commas (,) must be followed by white space.
(#1129) Variable "Z" must be all lower-case
(#1129) Expected 1 space after closing parenthesis; found 0
(#1129) Opening brace must be the last content on the line
(#1129) Variable "Z" must be all lower-case
(#1129) Closing brace must be on a line by itself
(#1129) Expected 1 space before "="; 0 found
(#1129) Expected 1 space after "="; 0 found
(#1129) Closing brace must be on a line by itself
(#1129) Usage of ELSEIF not allowed; use ELSE IF instead
(#1129) Line exceeds 132 characters; contains 156 characters
(#1129) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#1129) Line exceeds 132 characters; contains 156 characters
(#1129) Line exceeds 132 characters; contains 156 characters
(#1130) Line indented incorrectly; expected at least 68 spaces, found 0
(#1130) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1130) Scope modifier not specified for member variable "$extension"
(#1130) Expected 1 space before "="; 0 found
(#1130) Expected 1 space after "="; 0 found
(#1130) Commas (,) must be followed by white space.
(#1130) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1130) Scope modifier not specified for member variable "$error"
(#1130) Commas (,) must be followed by white space.
(#1130) Member variable "last_id" must not contain underscores.
(#1130) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1130) Scope modifier not specified for member variable "$last_id"
(#1130) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1130) Scope modifier not specified for member variable "$_link"
(#1130) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1130) Scope modifier not specified for member variable "$_db"
(#1130) Commas (,) must be followed by white space.
(#1130) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1130) Scope modifier not specified for member variable "$_db_name"
(#1130) Visibility must be declared on method "connect"
(#1131) Line indented incorrectly; expected at least 72 spaces, found 0
(#1131) Variable "O" must be all lower-case
(#1131) Commas (,) must be followed by white space.
(#1131) Variable "V" must be all lower-case
(#1131) Commas (,) must be followed by white space.
(#1131) Variable "G" 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) Expected 1 space before "="; 0 found
(#1131) Expected 1 space after "="; 0 found
(#1131) Expected 1 space before "="; 0 found
(#1131) Expected 1 space after "="; 0 found
(#1131) Expected "if (...) {\n"; found "if(...){"
(#1131) Variable "V" must be all lower-case
(#1131) Expected 1 space before "!="; 0 found
(#1131) Expected 1 space after "!="; 0 found
(#1131) Expected 1 space before "="; 0 found
(#1131) Expected 1 space after "="; 0 found
(#1131) Variable "V" must be all lower-case
(#1131) Expected 1 space before "="; 0 found
(#1131) Expected 1 space after "="; 0 found
(#1131) Variable "G" must be all lower-case
(#1131) Closing brace must be on a line by itself
(#1131) Inline control structures are not allowed
(#1131) Expected 1 space before "!="; 0 found
(#1131) Expected 1 space after "!="; 0 found
(#1131) Expected 1 space before "="; 0 found
(#1131) Expected 1 space after "="; 0 found
(#1131) Expected "try {\n...} catch (...) {\n"; found "try{...}catch(...){"
(#1131) Expected 1 space before "="; 0 found
(#1131) Expected 1 space after "="; 0 found
(#1131) Expected 1 space before "="; 0 found
(#1131) Expected 1 space after "="; 0 found
(#1131) Variable "O" must be all lower-case
(#1131) Commas (,) must be followed by white space.
(#1131) Line exceeds maximum limit of 180 characters; contains 209 characters
(#1131) Line exceeds maximum limit of 180 characters; contains 209 characters
(#1131) Line exceeds maximum limit of 180 characters; contains 209 characters
(#1132) Line indented incorrectly; expected at least 80 spaces, found 0
(#1132) Closing brace must be on a line by itself
(#1132) Variable "Ac" must be all lower-case
(#1132) Expected 1 space before "="; 0 found
(#1132) Expected 1 space after "="; 0 found
(#1132) Variable "Ac" must be all lower-case
(#1133) Line indented incorrectly; expected at least 76 spaces, found 0
(#1133) Closing brace must be on a line by itself
(#1133) Closing brace must be on a line by itself
(#1133) Visibility must be declared on method "query"
(#1134) Line indented incorrectly; expected at least 68 spaces, found 0
(#1134) Variable "H" must be all lower-case
(#1134) Expected 1 space after closing parenthesis; found 0
(#1134) Opening brace must be the last content on the line
(#1135) Line indented incorrectly; expected at least 72 spaces, found 0
(#1135) Closing brace must be on a line by itself
(#1135) Visibility must be declared on method "select_db"
(#1136) Line indented incorrectly; expected at least 76 spaces, found 0
(#1136) Expected 1 space after closing parenthesis; found 0
(#1136) Opening brace must be the last content on the line
(#1136) Expected "try {\n...} catch (...) {\n"; found "try{...}catch(...){"
(#1136) Expected 1 space before "="; 0 found
(#1136) Expected 1 space after "="; 0 found
(#1137) Line indented incorrectly; expected at least 84 spaces, found 0
(#1137) Closing brace must be on a line by itself
(#1137) Variable "Ac" must be all lower-case
(#1137) Expected 1 space before "="; 0 found
(#1137) Expected 1 space after "="; 0 found
(#1137) Variable "Ac" must be all lower-case
(#1138) Line indented incorrectly; expected at least 80 spaces, found 0
(#1138) Closing brace must be on a line by itself
(#1138) Closing brace must be on a line by itself
(#1138) Visibility must be declared on method "quote"
(#1139) Line indented incorrectly; expected at least 72 spaces, found 0
(#1139) Variable "Q" must be all lower-case
(#1139) Expected 1 space after closing parenthesis; found 0
(#1139) Opening brace must be the last content on the line
(#1139) Variable "Q" must be all lower-case
(#1139) Closing brace must be on a line by itself
(#1139) Closing brace must be on a line by itself
(#1139) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 235
(#1140) Line indented incorrectly; expected at least 68 spaces, found 0
(#1140) Member variable "num_rows" must not contain underscores.
(#1140) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1140) Scope modifier not specified for member variable "$num_rows"
(#1140) Commas (,) must be followed by white space.
(#1140) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1140) Scope modifier not specified for member variable "$_rows"
(#1140) Expected 1 space before "="; 0 found
(#1140) Expected 1 space after "="; 0 found
(#1140) Commas (,) must be followed by white space.
(#1140) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1140) Scope modifier not specified for member variable "$_offset"
(#1140) Expected 1 space before "="; 0 found
(#1140) Expected 1 space after "="; 0 found
(#1140) Commas (,) must be followed by white space.
(#1140) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1140) Scope modifier not specified for member variable "$_charset"
(#1140) Expected 1 space before "="; 0 found
(#1140) Expected 1 space after "="; 0 found
(#1140) Visibility must be declared on method "__construct"
(#1141) Line indented incorrectly; expected at least 72 spaces, found 0
(#1141) Variable "I" 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
(#1141) Expected "foreach (...) {\n"; found "foreach(...){"
(#1141) Expected 1 space after "as"; 0 found
(#1141) Variable "I" must be all lower-case
(#1142) Line indented incorrectly; expected at least 76 spaces, found 0
(#1142) Variable "Wd" must be all lower-case
(#1142) Variable "K" must be all lower-case
(#1142) Expected 1 space before "="; 0 found
(#1142) Expected 1 space after "="; 0 found
(#1142) Expected "foreach (...) {\n"; found "foreach(...){"
(#1142) Expected 1 space before "=>"; 0 found
(#1142) Expected 1 space after "=>"; 0 found
(#1142) Expected 1 space after "as"; 0 found
(#1142) Variable "Wd" must be all lower-case
(#1143) Line indented incorrectly; expected at least 80 spaces, found 0
(#1143) Expected 1 space before "=>"; 0 found
(#1143) Expected 1 space after "=>"; 0 found
(#1143) Variable "X" must be all lower-case
(#1143) Inline control structures are not allowed
(#1143) Variable "X" must be all lower-case
(#1143) Commas (,) must be followed by white space.
(#1143) Expected 1 space before "="; 0 found
(#1143) Expected 1 space after "="; 0 found
(#1143) Variable "K" must be all lower-case
(#1143) Expected 1 space before "="; 0 found
(#1143) Expected 1 space after "="; 0 found
(#1143) Variable "X" must be all lower-case
(#1143) Commas (,) must be followed by white space.
(#1143) Expected 1 space before "?"; 0 found
(#1143) Expected 1 space after "?"; 0 found
(#1143) Variable "X" must be all lower-case
(#1143) Expected 1 space before ":"; 0 found
(#1143) Expected 1 space after ":"; 0 found
(#1143) Variable "X" must be all lower-case
(#1143) Commas (,) must be followed by white space.
(#1143) Expected 1 space before "?"; 0 found
(#1143) Expected 1 space after "?"; 0 found
(#1143) Variable "X" must be all lower-case
(#1143) Expected 1 space before ":"; 0 found
(#1143) Expected 1 space after ":"; 0 found
(#1143) Variable "X" must be all lower-case
(#1143) Commas (,) must be followed by white space.
(#1143) Expected 1 space before "?"; 0 found
(#1143) Expected 1 space after "?"; 0 found
(#1143) Variable "X" must be all lower-case
(#1143) Expected 1 space before ":"; 0 found
(#1143) Expected 1 space after ":"; 0 found
(#1143) Variable "X" must be all lower-case
(#1143) Commas (,) must be followed by white space.
(#1143) Expected 1 space before "?"; 0 found
(#1143) Expected 1 space after "?"; 0 found
(#1143) Variable "X" must be all lower-case
(#1143) Expected 1 space before ":"; 0 found
(#1143) Expected 1 space after ":"; 0 found
(#1143) Variable "X" must be all lower-case
(#1143) Expected 1 space before "?"; 0 found
(#1143) Expected 1 space after "?"; 0 found
(#1143) Variable "X" must be all lower-case
(#1143) Commas (,) must be followed by white space.
(#1143) Expected 1 space before ":"; 0 found
(#1143) Expected 1 space after ":"; 0 found
(#1143) Variable "X" must be all lower-case
(#1143) Closing brace must be on a line by itself
(#1143) Expected 1 space before "="; 0 found
(#1143) Expected 1 space after "="; 0 found
(#1143) Variable "K" must be all lower-case
(#1143) Expected "foreach (...) {\n"; found "foreach(...){"
(#1143) Expected 1 space before "=>"; 0 found
(#1143) Expected 1 space after "=>"; 0 found
(#1143) Expected 1 space after "as"; 0 found
(#1143) Line exceeds maximum limit of 180 characters; contains 381 characters
(#1143) Variable "K" must be all lower-case
(#1143) Line exceeds maximum limit of 180 characters; contains 381 characters
(#1143) Line exceeds maximum limit of 180 characters; contains 381 characters
(#1144) Line indented incorrectly; expected at least 80 spaces, found 0
(#1144) Expected 1 space before "=>"; 0 found
(#1144) Expected 1 space after "=>"; 0 found
(#1144) Variable "X" must be all lower-case
(#1144) Inline control structures are not allowed
(#1144) Expected 1 space before "="; 0 found
(#1144) Expected 1 space after "="; 0 found
(#1144) Closing brace must be on a line by itself
(#1144) Closing brace must be on a line by itself
(#1144) Expected 1 space before "="; 0 found
(#1144) Expected 1 space after "="; 0 found
(#1144) Variable "I" must be all lower-case
(#1144) Closing brace must be on a line by itself
(#1144) Visibility must be declared on method "fetch_assoc"
(#1145) Line indented incorrectly; expected at least 68 spaces, found 0
(#1145) Expected 1 space after closing parenthesis; found 0
(#1145) Opening brace must be the last content on the line
(#1145) Variable "K" must be all lower-case
(#1145) Expected 1 space before "="; 0 found
(#1145) Expected 1 space after "="; 0 found
(#1145) Inline control structures are not allowed
(#1145) Variable "K" must be all lower-case
(#1145) Variable "K" must be all lower-case
(#1145) Variable "J" must be all lower-case
(#1145) Expected 1 space before "="; 0 found
(#1145) Expected 1 space after "="; 0 found
(#1145) Inline control structures are not allowed
(#1145) Expected 1 space before "=>"; 0 found
(#1145) Expected 1 space after "=>"; 0 found
(#1145) Expected 1 space before "as"; 0 found
(#1145) Expected 1 space after "as"; 0 found
(#1145) Expected 1 space before "=>"; 0 found
(#1145) Expected 1 space after "=>"; 0 found
(#1145) Variable "X" must be all lower-case
(#1145) Variable "J" must be all lower-case
(#1145) Expected 1 space before "="; 0 found
(#1145) Expected 1 space after "="; 0 found
(#1145) Variable "K" must be all lower-case
(#1145) Variable "J" must be all lower-case
(#1145) Closing brace must be on a line by itself
(#1145) Line exceeds 132 characters; contains 149 characters
(#1145) Line exceeds 132 characters; contains 149 characters
(#1145) Line exceeds 132 characters; contains 149 characters
(#1145) Visibility must be declared on method "fetch_row"
(#1146) Line indented incorrectly; expected at least 68 spaces, found 0
(#1146) Expected 1 space after closing parenthesis; found 0
(#1146) Opening brace must be the last content on the line
(#1146) Variable "J" must be all lower-case
(#1146) Expected 1 space before "="; 0 found
(#1146) Expected 1 space after "="; 0 found
(#1146) Inline control structures are not allowed
(#1146) Variable "J" must be all lower-case
(#1146) Variable "J" must be all lower-case
(#1147) Line indented incorrectly; expected at least 72 spaces, found 0
(#1147) Variable "J" must be all lower-case
(#1147) Closing brace must be on a line by itself
(#1147) Visibility must be declared on method "fetch_field"
(#1148) Line indented incorrectly; expected at least 68 spaces, found 0
(#1148) Expected 1 space after closing parenthesis; found 0
(#1148) Opening brace must be the last content on the line
(#1148) Expected 1 space before "="; 0 found
(#1148) Expected 1 space after "="; 0 found
(#1148) Variable "D" must be all lower-case
(#1148) Expected 1 space before "="; 0 found
(#1148) Expected 1 space after "="; 0 found
(#1148) Expected 1 space before "=>"; 0 found
(#1148) Expected 1 space after "=>"; 0 found
(#1148) Variable "D" must be all lower-case
(#1148) Commas (,) must be followed by white space.
(#1148) Expected 1 space before "=>"; 0 found
(#1148) Expected 1 space after "=>"; 0 found
(#1148) Variable "D" must be all lower-case
(#1148) Commas (,) must be followed by white space.
(#1148) Closing brace must be on a line by itself
(#1148) Closing brace must be on a line by itself
(#1148) Line exceeds 132 characters; contains 144 characters
(#1148) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 274
(#1148) Line exceeds 132 characters; contains 144 characters
(#1148) Line exceeds 132 characters; contains 144 characters
(#1149) Line indented incorrectly; expected at least 72 spaces, found 0
(#1150) Line indented incorrectly; expected at least 72 spaces, found 0
(#1151) Line indented incorrectly; expected at least 72 spaces, found 0
(#1151) Scope keyword "public" must be followed by a single space
(#1151) Expected 1 space before "="; 0 found
(#1151) Expected 1 space after "="; 0 found
(#1152) Line indented incorrectly; expected at least 76 spaces, found 0
(#1152) Variable "R" must be all lower-case
(#1152) Commas (,) must be followed by white space.
(#1152) Variable "M" must be all lower-case
(#1152) Commas (,) must be followed by white space.
(#1152) Variable "Z" must be all lower-case
(#1152) Commas (,) must be followed by white space.
(#1152) Commas (,) must be followed by white space.
(#1152) Commas (,) must be followed by white space.
(#1152) Variable "_" must not contain underscores.
(#1152) Commas (,) must be followed by white space.
(#1152) Variable "F" must be all lower-case
(#1152) Commas (,) must be followed by white space.
(#1152) Expected 1 space after closing parenthesis; found 0
(#1152) Opening brace must be the last content on the line
(#1152) Variable "M" must be all lower-case
(#1152) Expected 1 space before "="; 0 found
(#1152) Expected 1 space after "="; 0 found
(#1152) Variable "M" 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) Expected 1 space before ":"; 0 found
(#1152) Expected 1 space after ":"; 0 found
(#1152) Variable "M" must be all lower-case
(#1152) Commas (,) must be followed by white space.
(#1152) Inline control structures are not allowed
(#1152) Variable "M" must be all lower-case
(#1152) Variable "M" must be all lower-case
(#1152) Variable "M" must be all lower-case
(#1152) Expected 1 space before "="; 0 found
(#1152) Expected 1 space after "="; 0 found
(#1152) Variable "Z" must be all lower-case
(#1152) Expected 1 space before "="; 0 found
(#1152) Expected 1 space after "="; 0 found
(#1152) Variable "Z" must be all lower-case
(#1152) Expected 1 space before "="; 0 found
(#1152) Expected 1 space after "="; 0 found
(#1152) Expected "foreach (...) {\n"; found "foreach(...){"
(#1152) Expected 1 space after "as"; 0 found
(#1152) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1152) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1152) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1153) Line indented incorrectly; expected at least 80 spaces, found 0
(#1153) Variable "X" must be all lower-case
(#1153) Variable "X" must be all lower-case
(#1153) Expected 1 space before "="; 0 found
(#1153) Expected 1 space after "="; 0 found
(#1153) Commas (,) must be followed by white space.
(#1153) Commas (,) must be followed by white space.
(#1153) Variable "X" must be all lower-case
(#1153) Commas (,) must be followed by white space.
(#1153) Commas (,) must be followed by white space.
(#1153) Variable "Eb" must be all lower-case
(#1153) Variable "X" must be all lower-case
(#1153) Expected 1 space before "="; 0 found
(#1153) Expected 1 space after "="; 0 found
(#1153) Variable "Eb" must be all lower-case
(#1153) Expected 1 space before "?"; 0 found
(#1153) Expected 1 space after "?"; 0 found
(#1153) Expected 1 space before ":"; 0 found
(#1153) Expected 1 space after ":"; 0 found
(#1153) Closing brace must be on a line by itself
(#1153) Inline control structures are not allowed
(#1153) Expected 1 space before ">"; 0 found
(#1153) Expected 1 space after ">"; 0 found
(#1153) Variable "_" must not contain underscores.
(#1153) Expected 1 space before "="; 0 found
(#1153) Expected 1 space after "="; 0 found
(#1153) Variable "_" must not contain underscores.
(#1153) Expected 1 space before "="; 0 found
(#1153) Expected 1 space after "="; 0 found
(#1153) Commas (,) must be followed by white space.
(#1153) Commas (,) must be followed by white space.
(#1153) Variable "_" must not contain underscores.
(#1153) Expected 1 space before "="; 0 found
(#1153) Expected 1 space after "="; 0 found
(#1153) Variable "F" must be all lower-case
(#1153) Expected 1 space before "*"; 0 found
(#1153) Expected 1 space after "*"; 0 found
(#1153) Variable "_" must not contain underscores.
(#1153) Expected 1 space before "="; 0 found
(#1153) Expected 1 space after "="; 0 found
(#1153) Variable "H" must be all lower-case
(#1153) Expected 1 space before "="; 0 found
(#1153) Expected 1 space after "="; 0 found
(#1153) Variable "Z" must be all lower-case
(#1153) Commas (,) must be followed by white space.
(#1153) Expected 1 space before "=>"; 0 found
(#1153) Expected 1 space after "=>"; 0 found
(#1153) Variable "M" must be all lower-case
(#1153) Commas (,) must be followed by white space.
(#1153) Expected 1 space before "=>"; 0 found
(#1153) Expected 1 space after "=>"; 0 found
(#1153) Variable "_" must not contain underscores.
(#1153) Commas (,) must be followed by white space.
(#1153) Expected 1 space before "=>"; 0 found
(#1153) Expected 1 space after "=>"; 0 found
(#1153) Commas (,) must be followed by white space.
(#1153) Expected 1 space before "=>"; 0 found
(#1153) Expected 1 space after "=>"; 0 found
(#1153) Variable "Ig" must be all lower-case
(#1153) Expected 1 space before "="; 0 found
(#1153) Expected 1 space after "="; 0 found
(#1153) Commas (,) must be followed by white space.
(#1153) Variable "H" must be all lower-case
(#1153) Line exceeds maximum limit of 180 characters; contains 349 characters
(#1153) Line exceeds maximum limit of 180 characters; contains 349 characters
(#1153) Line exceeds maximum limit of 180 characters; contains 349 characters
(#1154) Line indented incorrectly; expected at least 80 spaces, found 0
(#1155) Line indented incorrectly; expected at least 80 spaces, found 0
(#1155) Variable "Ig" must be all lower-case
(#1155) Closing brace must be on a line by itself
(#1155) Visibility must be declared on method "update"
(#1156) Line indented incorrectly; expected at least 72 spaces, found 0
(#1156) Variable "R" must be all lower-case
(#1156) Commas (,) must be followed by white space.
(#1156) Variable "P" must be all lower-case
(#1156) Commas (,) must be followed by white space.
(#1156) Commas (,) must be followed by white space.
(#1156) Variable "_" must not contain underscores.
(#1156) Commas (,) must be followed by white space.
(#1156) Variable "N" must be all lower-case
(#1156) Expected 1 space after closing parenthesis; found 0
(#1156) Opening brace must be the last content on the line
(#1156) Expected 1 space before "="; 0 found
(#1156) Expected 1 space after "="; 0 found
(#1156) Variable "Z" must be all lower-case
(#1156) Expected 1 space before "="; 0 found
(#1156) Expected 1 space after "="; 0 found
(#1156) Expected 1 space before "="; 0 found
(#1156) Expected 1 space after "="; 0 found
(#1156) Variable "Za" must be all lower-case
(#1156) Expected 1 space before "="; 0 found
(#1156) Expected 1 space after "="; 0 found
(#1156) Inline control structures are not allowed
(#1156) Variable "P" must be all lower-case
(#1156) Variable "P" must be all lower-case
(#1156) Variable "Cg" must be all lower-case
(#1156) Expected 1 space before "="; 0 found
(#1156) Expected 1 space after "="; 0 found
(#1156) Expected "foreach (...) {\n"; found "foreach(...){"
(#1156) Expected 1 space before "=>"; 0 found
(#1156) Expected 1 space after "=>"; 0 found
(#1156) Expected 1 space after "as"; 0 found
(#1156) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1156) Variable "P" must be all lower-case
(#1156) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1156) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1157) Line indented incorrectly; expected at least 76 spaces, found 0
(#1157) Expected 1 space before "=>"; 0 found
(#1157) Expected 1 space after "=>"; 0 found
(#1157) Variable "Y" must be all lower-case
(#1157) Expected "if (...) {\n"; found "if(...){"
(#1157) Variable "Y" must be all lower-case
(#1157) Expected 1 space before "=="; 0 found
(#1157) Expected 1 space after "=="; 0 found
(#1157) Variable "Cg" must be all lower-case
(#1157) Expected 1 space before "="; 0 found
(#1157) Expected 1 space after "="; 0 found
(#1157) Variable "P" must be all lower-case
(#1157) Closing brace must be on a line by itself
(#1157) Closing brace must be on a line by itself
(#1157) Variable "Ci" must be all lower-case
(#1157) Expected 1 space before "="; 0 found
(#1157) Expected 1 space after "="; 0 found
(#1157) Expected 1 space before "=>"; 0 found
(#1157) Expected 1 space after "=>"; 0 found
(#1157) Variable "P" must be all lower-case
(#1157) Inline control structures are not allowed
(#1157) Variable "Cg" must be all lower-case
(#1157) Variable "Ci" must be all lower-case
(#1157) Expected 1 space before "="; 0 found
(#1157) Expected 1 space after "="; 0 found
(#1157) Variable "Cg" must be all lower-case
(#1157) Variable "Za" must be all lower-case
(#1157) Variable "Z" must be all lower-case
(#1157) Commas (,) must be followed by white space.
(#1157) Variable "Ci" must be all lower-case
(#1157) Commas (,) must be followed by white space.
(#1157) Expected 1 space before "=>"; 0 found
(#1157) Expected 1 space after "=>"; 0 found
(#1157) Variable "Ig" must be all lower-case
(#1157) Expected 1 space before "="; 0 found
(#1157) Expected 1 space after "="; 0 found
(#1157) Commas (,) must be followed by white space.
(#1157) Variable "Za" must be all lower-case
(#1157) Expected 1 space before "="; 0 found
(#1157) Expected 1 space after "="; 0 found
(#1157) Variable "Ig" must be all lower-case
(#1157) Line exceeds maximum limit of 180 characters; contains 241 characters
(#1157) Line exceeds maximum limit of 180 characters; contains 241 characters
(#1157) Line exceeds maximum limit of 180 characters; contains 241 characters
(#1158) Line indented incorrectly; expected at least 76 spaces, found 0
(#1158) Closing brace must be on a line by itself
(#1158) Visibility must be declared on method "delete"
(#1159) Line indented incorrectly; expected at least 80 spaces, found 0
(#1159) Variable "R" must be all lower-case
(#1159) Commas (,) must be followed by white space.
(#1159) Commas (,) must be followed by white space.
(#1159) Variable "_" must not contain underscores.
(#1159) Expected 1 space after closing parenthesis; found 0
(#1159) Opening brace must be the last content on the line
(#1159) Expected 1 space before "="; 0 found
(#1159) Expected 1 space after "="; 0 found
(#1159) Variable "Z" must be all lower-case
(#1159) Expected 1 space before "="; 0 found
(#1159) Expected 1 space after "="; 0 found
(#1159) Expected 1 space before "="; 0 found
(#1159) Expected 1 space after "="; 0 found
(#1159) Variable "Za" must be all lower-case
(#1159) Expected 1 space before "="; 0 found
(#1159) Expected 1 space after "="; 0 found
(#1159) Variable "Za" must be all lower-case
(#1159) Variable "Z" must be all lower-case
(#1159) Commas (,) must be followed by white space.
(#1159) Expected 1 space before "=>"; 0 found
(#1159) Expected 1 space after "=>"; 0 found
(#1159) Variable "_" must not contain underscores.
(#1159) Variable "Ig" must be all lower-case
(#1159) Expected 1 space before "="; 0 found
(#1159) Expected 1 space after "="; 0 found
(#1159) Commas (,) must be followed by white space.
(#1159) Variable "Za" must be all lower-case
(#1159) Expected 1 space before "="; 0 found
(#1159) Expected 1 space after "="; 0 found
(#1159) Variable "Ig" must be all lower-case
(#1159) Line exceeds maximum limit of 180 characters; contains 254 characters
(#1159) Line exceeds maximum limit of 180 characters; contains 254 characters
(#1159) Line exceeds maximum limit of 180 characters; contains 254 characters
(#1160) Line indented incorrectly; expected at least 84 spaces, found 0
(#1160) Closing brace must be on a line by itself
(#1160) Visibility must be declared on method "insert"
(#1161) Line indented incorrectly; expected at least 76 spaces, found 0
(#1161) Variable "R" must be all lower-case
(#1161) Commas (,) must be followed by white space.
(#1161) Variable "P" 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
(#1161) Expected 1 space before "="; 0 found
(#1161) Expected 1 space after "="; 0 found
(#1161) Expected 1 space before "="; 0 found
(#1161) Expected 1 space after "="; 0 found
(#1161) Variable "Za" must be all lower-case
(#1161) Expected 1 space before "="; 0 found
(#1161) Expected 1 space after "="; 0 found
(#1161) Inline control structures are not allowed
(#1161) Variable "P" must be all lower-case
(#1161) Variable "P" must be all lower-case
(#1161) Variable "P" must be all lower-case
(#1161) Variable "Za" must be all lower-case
(#1161) Variable "P" must be all lower-case
(#1161) Variable "Ig" must be all lower-case
(#1161) Expected 1 space before "="; 0 found
(#1161) Expected 1 space after "="; 0 found
(#1161) Commas (,) must be followed by white space.
(#1161) Variable "Za" must be all lower-case
(#1161) Expected 1 space before "="; 0 found
(#1161) Expected 1 space after "="; 0 found
(#1161) Variable "Ig" must be all lower-case
(#1161) Line exceeds maximum limit of 180 characters; contains 254 characters
(#1161) Line exceeds maximum limit of 180 characters; contains 254 characters
(#1161) Line exceeds maximum limit of 180 characters; contains 254 characters
(#1162) Line indented incorrectly; expected at least 80 spaces, found 0
(#1162) Closing brace must be on a line by itself
(#1162) Closing brace must be on a line by itself
(#1163) Line indented incorrectly; expected at least 68 spaces, found 0
(#1163) Expected 1 space after closing parenthesis; found 0
(#1163) Opening brace must be the last content on the line
(#1163) Variable "J" must be all lower-case
(#1163) Expected 1 space before "="; 0 found
(#1163) Expected 1 space after "="; 0 found
(#1163) Expected 1 space before "="; 0 found
(#1163) Expected 1 space after "="; 0 found
(#1163) Expected 1 space before "="; 0 found
(#1163) Expected 1 space after "="; 0 found
(#1163) Expected 1 space before "=>"; 0 found
(#1163) Expected 1 space after "=>"; 0 found
(#1163) Variable "Ig" must be all lower-case
(#1163) Expected 1 space before "="; 0 found
(#1163) Expected 1 space after "="; 0 found
(#1163) Commas (,) must be followed by white space.
(#1163) Expected "foreach (...) {\n"; found "foreach(...){"
(#1163) Expected 1 space after "as"; 0 found
(#1163) Line exceeds 132 characters; contains 160 characters
(#1163) Line exceeds 132 characters; contains 160 characters
(#1163) Line exceeds 132 characters; contains 160 characters
(#1163) Variable "Ig" must be all lower-case
(#1164) Line indented incorrectly; expected at least 72 spaces, found 0
(#1164) Variable "Qb" must be all lower-case
(#1164) Inline control structures are not allowed
(#1164) Expected 1 space after "as"; 0 found
(#1164) Variable "Qb" must be all lower-case
(#1165) Line indented incorrectly; expected at least 76 spaces, found 0
(#1165) Variable "J" must be all lower-case
(#1165) Expected 1 space before "="; 0 found
(#1165) Expected 1 space after "="; 0 found
(#1165) Closing brace must be on a line by itself
(#1165) Variable "J" must be all lower-case
(#1165) Closing brace must be on a line by itself
(#1166) Line indented incorrectly; expected at least 80 spaces, found 0
(#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) Expected 1 space before "="; 0 found
(#1166) Expected 1 space after "="; 0 found
(#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 80 spaces, found 0
(#1167) Expected 1 space after closing parenthesis; found 0
(#1167) Opening brace must be the last content on the line
(#1167) Expected 1 space before "="; 0 found
(#1167) Expected 1 space after "="; 0 found
(#1167) Expected 1 space before "="; 0 found
(#1167) Expected 1 space after "="; 0 found
(#1167) Expected 1 space before "=>"; 0 found
(#1167) Expected 1 space after "=>"; 0 found
(#1167) Variable "Ig" must be all lower-case
(#1167) Expected 1 space before "="; 0 found
(#1167) Expected 1 space after "="; 0 found
(#1167) Commas (,) must be followed by white space.
(#1167) Expected 1 space before "="; 0 found
(#1167) Expected 1 space after "="; 0 found
(#1167) Inline control structures are not allowed
(#1167) Expected 1 space after "as"; 0 found
(#1167) Line exceeds 132 characters; contains 163 characters
(#1167) Line exceeds 132 characters; contains 163 characters
(#1167) Line exceeds 132 characters; contains 163 characters
(#1167) Variable "Ig" must be all lower-case
(#1168) Line indented incorrectly; expected at least 84 spaces, found 0
(#1168) Variable "I" must be all lower-case
(#1168) Variable "I" must be all lower-case
(#1168) Expected 1 space before "="; 0 found
(#1168) Expected 1 space after "="; 0 found
(#1168) Closing brace must be on a line by itself
(#1169) Line indented incorrectly; expected at least 80 spaces, found 0
(#1169) Expected 1 space after closing parenthesis; found 0
(#1169) Opening brace must be the last content on the line
(#1170) Line indented incorrectly; expected at least 84 spaces, found 0
(#1170) Closing brace must be on a line by itself
(#1171) Line indented incorrectly; expected at least 84 spaces, found 0
(#1171) Variable "R" must be all lower-case
(#1171) Commas (,) must be followed by white space.
(#1171) Expected 1 space after closing parenthesis; found 0
(#1171) Opening brace must be the last content on the line
(#1171) Variable "J" must be all lower-case
(#1171) Expected 1 space before "="; 0 found
(#1171) Expected 1 space after "="; 0 found
(#1171) Expected 1 space before "="; 0 found
(#1171) Expected 1 space after "="; 0 found
(#1171) Expected 1 space before "="; 0 found
(#1171) Expected 1 space after "="; 0 found
(#1171) Expected 1 space before "=>"; 0 found
(#1171) Expected 1 space after "=>"; 0 found
(#1171) Variable "R" must be all lower-case
(#1171) Variable "Ig" must be all lower-case
(#1171) Expected 1 space before "="; 0 found
(#1171) Expected 1 space after "="; 0 found
(#1171) Commas (,) must be followed by white space.
(#1171) Expected "foreach (...) {\n"; found "foreach(...){"
(#1171) Expected 1 space after "as"; 0 found
(#1171) Line exceeds 132 characters; contains 165 characters
(#1171) Line exceeds 132 characters; contains 165 characters
(#1171) Line exceeds 132 characters; contains 165 characters
(#1171) Variable "Ig" must be all lower-case
(#1172) Line indented incorrectly; expected at least 88 spaces, found 0
(#1172) Variable "Xb" must be all lower-case
(#1172) Expected 1 space before "="; 0 found
(#1172) Expected 1 space after "="; 0 found
(#1172) Expected 1 space before "="; 0 found
(#1172) Expected 1 space after "="; 0 found
(#1172) Expected "foreach (...) {\n"; found "foreach(...){"
(#1172) Expected 1 space before "=>"; 0 found
(#1172) Expected 1 space after "=>"; 0 found
(#1172) Expected 1 space before "as"; 0 found
(#1172) Expected 1 space after "as"; 0 found
(#1172) Expected 1 space before "=>"; 0 found
(#1172) Expected 1 space after "=>"; 0 found
(#1172) Variable "U" must be all lower-case
(#1172) Variable "Xb" must be all lower-case
(#1172) Expected 1 space before "="; 0 found
(#1172) Expected 1 space after "="; 0 found
(#1172) Variable "U" must be all lower-case
(#1172) Expected 1 space before "=="; 0 found
(#1172) Expected 1 space after "=="; 0 found
(#1172) Expected 1 space before "?"; 0 found
(#1172) Expected 1 space after "?"; 0 found
(#1172) Expected 1 space before ":"; 0 found
(#1172) Expected 1 space after ":"; 0 found
(#1172) Expected 1 space before "="; 0 found
(#1172) Expected 1 space after "="; 0 found
(#1172) Closing brace must be on a line by itself
(#1172) Variable "J" must be all lower-case
(#1172) Expected 1 space before "="; 0 found
(#1172) Expected 1 space after "="; 0 found
(#1172) Expected 1 space before "=>"; 0 found
(#1172) Expected 1 space after "=>"; 0 found
(#1172) Expected 1 space before "=="; 0 found
(#1172) Expected 1 space after "=="; 0 found
(#1172) Expected 1 space before "?"; 0 found
(#1172) Expected 1 space after "?"; 0 found
(#1172) Expected 1 space before ":"; 0 found
(#1172) Expected 1 space after ":"; 0 found
(#1172) Expected 1 space before "?"; 0 found
(#1172) Expected 1 space after "?"; 0 found
(#1172) Expected 1 space before ":"; 0 found
(#1172) Expected 1 space after ":"; 0 found
(#1172) Commas (,) must be followed by white space.
(#1172) Expected 1 space before "=>"; 0 found
(#1172) Expected 1 space after "=>"; 0 found
(#1172) Commas (,) must be followed by white space.
(#1172) Expected 1 space before "=>"; 0 found
(#1172) Expected 1 space after "=>"; 0 found
(#1172) Commas (,) must be followed by white space.
(#1172) Expected 1 space before "=>"; 0 found
(#1172) Expected 1 space after "=>"; 0 found
(#1172) Variable "Xb" must be all lower-case
(#1172) Commas (,) must be followed by white space.
(#1172) Closing brace must be on a line by itself
(#1172) Variable "J" must be all lower-case
(#1172) Closing brace must be on a line by itself
(#1172) Line exceeds maximum limit of 180 characters; contains 264 characters
(#1172) Line exceeds maximum limit of 180 characters; contains 264 characters
(#1172) Line exceeds maximum limit of 180 characters; contains 264 characters
(#1173) Line indented incorrectly; expected at least 84 spaces, found 0
(#1173) Variable "R" must be all lower-case
(#1173) Expected 1 space after closing parenthesis; found 0
(#1173) Opening brace must be the last content on the line
(#1173) Expected 1 space before "="; 0 found
(#1173) Expected 1 space after "="; 0 found
(#1173) Expected "if (...) {\n"; found "if(...){"
(#1173) Variable "I" must be all lower-case
(#1173) Expected 1 space before "="; 0 found
(#1173) Expected 1 space after "="; 0 found
(#1173) Variable "R" must be all lower-case
(#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) Commas (,) must be followed by white space.
(#1173) Commas (,) must be followed by white space.
(#1173) Expected "while (...) {\n"; found "while(...){"
(#1173) Variable "K" must be all lower-case
(#1173) Expected 1 space before "="; 0 found
(#1173) Expected 1 space after "="; 0 found
(#1173) Variable "I" must be all lower-case
(#1173) Expected "foreach (...) {\n"; found "foreach(...){"
(#1173) Expected 1 space before "=>"; 0 found
(#1173) Expected 1 space after "=>"; 0 found
(#1173) Expected 1 space after "as"; 0 found
(#1173) Line exceeds 132 characters; contains 145 characters
(#1173) Line exceeds 132 characters; contains 145 characters
(#1173) Line exceeds 132 characters; contains 145 characters
(#1173) Variable "K" must be all lower-case
(#1174) Line indented incorrectly; expected at least 96 spaces, found 0
(#1174) Expected 1 space before "=>"; 0 found
(#1174) Expected 1 space after "=>"; 0 found
(#1174) Variable "X" must be all lower-case
(#1174) Variable "K" must be all lower-case
(#1174) Expected 1 space before "="; 0 found
(#1174) Expected 1 space after "="; 0 found
(#1174) Expected 1 space before "="; 0 found
(#1174) Expected 1 space after "="; 0 found
(#1174) Expected 1 space before "=>"; 0 found
(#1174) Expected 1 space after "=>"; 0 found
(#1174) Commas (,) must be followed by white space.
(#1174) Expected 1 space before "=>"; 0 found
(#1174) Expected 1 space after "=>"; 0 found
(#1174) Commas (,) must be followed by white space.
(#1174) Expected 1 space before "=>"; 0 found
(#1174) Expected 1 space after "=>"; 0 found
(#1174) Expected 1 space before "!="; 0 found
(#1174) Expected 1 space after "!="; 0 found
(#1174) Commas (,) must be followed by white space.
(#1174) Expected 1 space before "=>"; 0 found
(#1174) Expected 1 space after "=>"; 0 found
(#1174) Expected 1 space before "=="; 0 found
(#1174) Expected 1 space after "=="; 0 found
(#1174) Commas (,) must be followed by white space.
(#1174) Expected 1 space before "=>"; 0 found
(#1174) Expected 1 space after "=>"; 0 found
(#1174) Expected 1 space before "=>"; 0 found
(#1174) Expected 1 space after "=>"; 0 found
(#1174) Commas (,) must be followed by white space.
(#1174) Expected 1 space before "=>"; 0 found
(#1174) Expected 1 space after "=>"; 0 found
(#1174) Commas (,) must be followed by white space.
(#1174) Expected 1 space before "=>"; 0 found
(#1174) Expected 1 space after "=>"; 0 found
(#1174) Commas (,) must be followed by white space.
(#1174) Commas (,) must be followed by white space.
(#1174) Closing brace must be on a line by itself
(#1174) Closing brace must be on a line by itself
(#1174) Closing brace must be on a line by itself
(#1174) Closing brace must be on a line by itself
(#1174) Line exceeds maximum limit of 180 characters; contains 207 characters
(#1174) Line exceeds maximum limit of 180 characters; contains 207 characters
(#1174) Line exceeds maximum limit of 180 characters; contains 207 characters
(#1175) Line indented incorrectly; expected at least 88 spaces, found 0
(#1175) Variable "S" must be all lower-case
(#1175) Commas (,) must be followed by white space.
(#1175) Variable "Z" must be all lower-case
(#1175) Expected 1 space after closing parenthesis; found 0
(#1175) Opening brace must be the last content on the line
(#1175) Variable "Z" must be all lower-case
(#1175) Expected 1 space before "="; 0 found
(#1175) Expected 1 space after "="; 0 found
(#1175) Variable "Z" must be all lower-case
(#1175) Expected 1 space before "="; 0 found
(#1175) Expected 1 space after "="; 0 found
(#1175) Expected 1 space before "="; 0 found
(#1175) Expected 1 space after "="; 0 found
(#1175) Expected 1 space before "=>"; 0 found
(#1175) Expected 1 space after "=>"; 0 found
(#1175) Variable "S" must be all lower-case
(#1175) Commas (,) must be followed by white space.
(#1175) Expected 1 space before "=>"; 0 found
(#1175) Expected 1 space after "=>"; 0 found
(#1175) Variable "Z" must be all lower-case
(#1175) Variable "Ig" must be all lower-case
(#1175) Expected 1 space before "="; 0 found
(#1175) Expected 1 space after "="; 0 found
(#1175) Commas (,) must be followed by white space.
(#1175) Expected 1 space before "="; 0 found
(#1175) Expected 1 space after "="; 0 found
(#1175) Variable "Ig" must be all lower-case
(#1175) Closing brace must be on a line by itself
(#1175) Line exceeds maximum limit of 180 characters; contains 221 characters
(#1175) Line exceeds maximum limit of 180 characters; contains 221 characters
(#1175) Line exceeds maximum limit of 180 characters; contains 221 characters
(#1176) Line indented incorrectly; expected at least 88 spaces, found 0
(#1176) Expected 1 space after closing parenthesis; found 0
(#1176) Opening brace must be the last content on the line
(#1176) Expected 1 space before "="; 0 found
(#1176) Expected 1 space after "="; 0 found
(#1176) Commas (,) must be followed by white space.
(#1176) Commas (,) must be followed by white space.
(#1176) Expected 1 space before "="; 0 found
(#1176) Expected 1 space after "="; 0 found
(#1176) Commas (,) must be followed by white space.
(#1176) Commas (,) must be followed by white space.
(#1176) Expected 1 space before "="; 0 found
(#1176) Expected 1 space after "="; 0 found
(#1176) Commas (,) must be followed by white space.
(#1176) Expected 1 space before "="; 0 found
(#1176) Expected 1 space after "="; 0 found
(#1176) Commas (,) must be followed by white space.
(#1176) Variable "Z" must be all lower-case
(#1176) Expected 1 space before "="; 0 found
(#1176) Expected 1 space after "="; 0 found
(#1176) Inline control structures are not allowed
(#1176) Expected 1 space after "as"; 0 found
(#1176) Line exceeds maximum limit of 180 characters; contains 192 characters
(#1176) Line exceeds maximum limit of 180 characters; contains 192 characters
(#1176) Line exceeds maximum limit of 180 characters; contains 192 characters
(#1177) Line indented incorrectly; expected at least 92 spaces, found 0
(#1177) Variable "Z" must be all lower-case
(#1177) Expected 1 space before "="; 0 found
(#1177) Expected 1 space after "="; 0 found
(#1177) Inline control structures are not allowed
(#1177) Expected 1 space before "=="; 0 found
(#1177) Expected 1 space after "=="; 0 found
(#1177) Expected 1 space before "="; 0 found
(#1177) Expected 1 space after "="; 0 found
(#1177) Inline control structures are not allowed
(#1177) Usage of ELSEIF not allowed; use ELSE IF instead
(#1177) Expected 1 space before ">"; 0 found
(#1177) Expected 1 space after ">"; 0 found
(#1177) Variable "Z" must be all lower-case
(#1177) Expected 1 space before "="; 0 found
(#1177) Expected 1 space after "="; 0 found
(#1178) Line indented incorrectly; expected at least 92 spaces, found 0
(#1178) Variable "Z" must be all lower-case
(#1178) Commas (,) must be followed by white space.
(#1178) Closing brace must be on a line by itself
(#1179) Line indented incorrectly; expected at least 88 spaces, found 0
(#1179) Variable "Yi" must be all lower-case
(#1179) Commas (,) must be followed by white space.
(#1179) Variable "Zi" must be all lower-case
(#1179) Expected 1 space after closing parenthesis; found 0
(#1179) Opening brace must be the last content on the line
(#1179) Variable "Lb" must be all lower-case
(#1179) Expected 1 space before "="; 0 found
(#1179) Expected 1 space after "="; 0 found
(#1179) Expected "foreach (...) {\n"; found "foreach(...){"
(#1179) Expected 1 space before "=>"; 0 found
(#1179) Expected 1 space after "=>"; 0 found
(#1179) Expected 1 space before "as"; 0 found
(#1179) Expected 1 space after "as"; 0 found
(#1179) Expected 1 space before "=>"; 0 found
(#1179) Expected 1 space after "=>"; 0 found
(#1179) Variable "Yi" must be all lower-case
(#1179) Commas (,) must be followed by white space.
(#1179) Expected 1 space before "=>"; 0 found
(#1179) Expected 1 space after "=>"; 0 found
(#1179) Variable "Zi" must be all lower-case
(#1179) Variable "U" must be all lower-case
(#1179) Expected 1 space before "=>"; 0 found
(#1179) Expected 1 space after "=>"; 0 found
(#1179) Variable "Z" must be all lower-case
(#1179) Expected "if (...) {\n"; found "if(...){"
(#1179) Variable "Z" must be all lower-case
(#1179) Expected "foreach (...) {\n"; found "foreach(...){"
(#1179) Expected 1 space after "as"; 0 found
(#1179) Line exceeds 132 characters; contains 134 characters
(#1179) Line exceeds 132 characters; contains 134 characters
(#1179) Line exceeds 132 characters; contains 134 characters
(#1179) Variable "Z" must be all lower-case
(#1180) Line indented incorrectly; expected at least 100 spaces, found 0
(#1180) Variable "Hc" must be all lower-case
(#1180) Commas (,) must be followed by white space.
(#1180) Commas (,) must be followed by white space.
(#1180) Variable "X" must be all lower-case
(#1180) Expected 1 space before "="; 0 found
(#1180) Expected 1 space after "="; 0 found
(#1180) Commas (,) must be followed by white space.
(#1180) Variable "Hc" must be all lower-case
(#1180) Commas (,) must be followed by white space.
(#1180) Expected "if (...) {\n"; found "if(...){"
(#1180) Expected 1 space before "=="; 0 found
(#1180) Expected 1 space after "=="; 0 found
(#1180) Variable "X" must be all lower-case
(#1180) Expected 1 space before "="; 0 found
(#1180) Expected 1 space after "="; 0 found
(#1180) Commas (,) must be followed by white space.
(#1180) Commas (,) must be followed by white space.
(#1180) Variable "X" must be all lower-case
(#1180) Variable "X" must be all lower-case
(#1180) Expected 1 space before "="; 0 found
(#1180) Expected 1 space after "="; 0 found
(#1180) Commas (,) must be followed by white space.
(#1180) Commas (,) must be followed by white space.
(#1180) Variable "X" must be all lower-case
(#1180) Expected 1 space before "="; 0 found
(#1180) Expected 1 space after "="; 0 found
(#1180) Variable "X" must be all lower-case
(#1180) Expected 1 space before "="; 0 found
(#1180) Expected 1 space after "="; 0 found
(#1180) Variable "X" must be all lower-case
(#1180) Closing brace must be on a line by itself
(#1180) Inline control structures are not allowed
(#1180) Commas (,) must be followed by white space.
(#1180) Expected "if (...) {\n"; found "if(...){"
(#1180) Commas (,) must be followed by white space.
(#1180) Commas (,) must be followed by white space.
(#1180) Variable "C" must be all lower-case
(#1180) Variable "X" must be all lower-case
(#1180) Expected 1 space before "="; 0 found
(#1180) Expected 1 space after "="; 0 found
(#1180) Variable "X" must be all lower-case
(#1180) Expected 1 space before "="; 0 found
(#1180) Expected 1 space after "="; 0 found
(#1180) Variable "C" must be all lower-case
(#1180) Closing brace must be on a line by itself
(#1180) Usage of ELSEIF not allowed; use ELSE IF instead
(#1180) Commas (,) must be followed by white space.
(#1180) Commas (,) must be followed by white space.
(#1180) Variable "C" must be all lower-case
(#1180) Variable "Nb" must be all lower-case
(#1180) Expected 1 space before "="; 0 found
(#1180) Expected 1 space after "="; 0 found
(#1180) Line exceeds maximum limit of 180 characters; contains 321 characters
(#1180) Line exceeds maximum limit of 180 characters; contains 321 characters
(#1180) Line exceeds maximum limit of 180 characters; contains 321 characters
(#1181) Line indented incorrectly; expected at least 108 spaces, found 0
(#1181) Variable "X" must be all lower-case
(#1181) Expected 1 space before "="; 0 found
(#1181) Expected 1 space after "="; 0 found
(#1181) Variable "X" must be all lower-case
(#1181) Expected 1 space before "="; 0 found
(#1181) Expected 1 space after "="; 0 found
(#1181) Variable "Nb" must be all lower-case
(#1181) Expected 1 space before "*"; 0 found
(#1181) Expected 1 space after "*"; 0 found
(#1181) Expected 1 space before "="; 0 found
(#1181) Expected 1 space after "="; 0 found
(#1181) Variable "C" must be all lower-case
(#1181) Closing brace must be on a line by itself
(#1181) Expected 1 space before "="; 0 found
(#1181) Expected 1 space after "="; 0 found
(#1181) Closing brace must be on a line by itself
(#1181) Expected 1 space before "="; 0 found
(#1181) Expected 1 space after "="; 0 found
(#1181) Closing brace must be on a line by itself
(#1181) Expected 1 space before "="; 0 found
(#1181) Expected 1 space after "="; 0 found
(#1181) Closing brace must be on a line by itself
(#1181) Expected 1 space before "="; 0 found
(#1181) Expected 1 space after "="; 0 found
(#1181) Closing brace must be on a line by itself
(#1181) Expected 1 space before "="; 0 found
(#1181) Expected 1 space after "="; 0 found
(#1181) Closing brace must be on a line by itself
(#1181) Expected 1 space before "="; 0 found
(#1181) Expected 1 space after "="; 0 found
(#1181) Closing brace must be on a line by itself
(#1181) Expected 1 space before "="; 0 found
(#1181) Expected 1 space after "="; 0 found
(#1181) Closing brace must be on a line by itself
(#1181) Closing brace must be on a line by itself
(#1181) Closing brace must be on a line by itself
(#1181) Inline control structures are not allowed
(#1181) Variable "U" must be all lower-case
(#1181) Expected 1 space before "=="; 0 found
(#1181) Expected 1 space after "=="; 0 found
(#1181) Variable "Lb" must be all lower-case
(#1181) Expected 1 space before "="; 0 found
(#1181) Expected 1 space after "="; 0 found
(#1181) Expected 1 space before "=>"; 0 found
(#1181) Expected 1 space after "=>"; 0 found
(#1181) Expected 1 space before "=>"; 0 found
(#1181) Expected 1 space after "=>"; 0 found
(#1181) Variable "X" must be all lower-case
(#1181) Inline control structures are not allowed
(#1181) Usage of ELSEIF not allowed; use ELSE IF instead
(#1181) Variable "U" must be all lower-case
(#1181) Expected 1 space before "=="; 0 found
(#1181) Expected 1 space after "=="; 0 found
(#1181) Variable "Lb" must be all lower-case
(#1181) Expected 1 space before "="; 0 found
(#1181) Expected 1 space after "="; 0 found
(#1181) Expected 1 space before "=>"; 0 found
(#1181) Expected 1 space after "=>"; 0 found
(#1181) Expected 1 space before "=>"; 0 found
(#1181) Expected 1 space after "=>"; 0 found
(#1181) Variable "X" must be all lower-case
(#1181) Closing brace must be on a line by itself
(#1181) Closing brace must be on a line by itself
(#1181) Closing brace must be on a line by itself
(#1181) Variable "Lb" must be all lower-case
(#1181) Closing brace must be on a line by itself
(#1181) Expected 1 space before "="; 0 found
(#1181) Expected 1 space after "="; 0 found
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Commas (,) must be followed by white space.
(#1181) Closing brace must be on a line by itself
(#1181) Line exceeds maximum limit of 180 characters; contains 589 characters
(#1181) Line exceeds maximum limit of 180 characters; contains 589 characters
(#1181) Line exceeds maximum limit of 180 characters; contains 589 characters
(#1182) Line indented incorrectly; expected at least 68 spaces, found 0
(#1182) Expected 1 space after closing parenthesis; found 0
(#1182) Opening brace must be the last content on the line
(#1182) Closing brace must be on a line by itself
(#1183) Line indented incorrectly; expected at least 68 spaces, found 0
(#1183) Expected 1 space after closing parenthesis; found 0
(#1183) Opening brace must be the last content on the line
(#1183) Closing brace must be on a line by itself
(#1184) Line indented incorrectly; expected at least 68 spaces, found 0
(#1184) Variable "D" must be all lower-case
(#1184) Commas (,) must be followed by white space.
(#1184) Variable "Oc" must be all lower-case
(#1184) Expected 1 space after closing parenthesis; found 0
(#1184) Opening brace must be the last content on the line
(#1184) Variable "J" must be all lower-case
(#1184) Expected 1 space before "="; 0 found
(#1184) Expected 1 space after "="; 0 found
(#1184) Expected "foreach (...) {\n"; found "foreach(...){"
(#1184) Expected 1 space before "=>"; 0 found
(#1184) Expected 1 space after "=>"; 0 found
(#1184) Expected 1 space before "as"; 0 found
(#1184) Expected 1 space after "as"; 0 found
(#1184) Variable "R" must be all lower-case
(#1184) Expected 1 space before "=>"; 0 found
(#1184) Expected 1 space after "=>"; 0 found
(#1184) Variable "U" must be all lower-case
(#1184) Variable "J" must be all lower-case
(#1184) Variable "R" must be all lower-case
(#1184) Expected 1 space before "="; 0 found
(#1184) Expected 1 space after "="; 0 found
(#1184) Expected 1 space before "=>"; 0 found
(#1184) Expected 1 space after "=>"; 0 found
(#1184) Variable "R" must be all lower-case
(#1184) Inline control structures are not allowed
(#1184) Variable "D" must be all lower-case
(#1184) Expected 1 space before "=="; 0 found
(#1184) Expected 1 space after "=="; 0 found
(#1184) Variable "R" must be all lower-case
(#1184) Variable "J" must be all lower-case
(#1184) Variable "R" must be all lower-case
(#1184) Closing brace must be on a line by itself
(#1184) Variable "J" must be all lower-case
(#1184) Closing brace must be on a line by itself
(#1184) Line exceeds 132 characters; contains 139 characters
(#1184) Line exceeds 132 characters; contains 139 characters
(#1184) Line exceeds 132 characters; contains 139 characters
(#1185) Line indented incorrectly; expected at least 68 spaces, found 0
(#1185) Expected 1 space after closing parenthesis; found 0
(#1185) Opening brace must be the last content on the line
(#1185) Closing brace must be on a line by itself
(#1186) Line indented incorrectly; expected at least 68 spaces, found 0
(#1186) Expected 1 space after closing parenthesis; found 0
(#1186) Opening brace must be the last content on the line
(#1187) Line indented incorrectly; expected at least 72 spaces, found 0
(#1187) Closing brace must be on a line by itself
(#1188) Line indented incorrectly; expected at least 68 spaces, found 0
(#1188) Expected 1 space after closing parenthesis; found 0
(#1188) Opening brace must be the last content on the line
(#1189) Line indented incorrectly; expected at least 72 spaces, found 0
(#1189) Closing brace must be on a line by itself
(#1190) Line indented incorrectly; expected at least 72 spaces, found 0
(#1190) Expected 1 space after closing parenthesis; found 0
(#1190) Opening brace must be the last content on the line
(#1190) Expected 1 space before "="; 0 found
(#1190) Expected 1 space after "="; 0 found
(#1190) Closing brace must be on a line by itself
(#1191) Line indented incorrectly; expected at least 72 spaces, found 0
(#1191) Expected 1 space after closing parenthesis; found 0
(#1191) Opening brace must be the last content on the line
(#1191) Expected 1 space before "="; 0 found
(#1191) Expected 1 space after "="; 0 found
(#1192) Line indented incorrectly; expected at least 76 spaces, found 0
(#1192) Expected 1 space before "="; 0 found
(#1192) Expected 1 space after "="; 0 found
(#1192) Inline control structures are not allowed
(#1192) Commas (,) must be followed by white space.
(#1192) Commas (,) must be followed by white space.
(#1192) Closing brace must be on a line by itself
(#1193) Line indented incorrectly; expected at least 72 spaces, found 0
(#1193) Variable "R" must be all lower-case
(#1193) Commas (,) must be followed by white space.
(#1193) Expected 1 space after closing parenthesis; found 0
(#1193) Opening brace must be the last content on the line
(#1193) Expected "foreach (...) {\n"; found "foreach(...){"
(#1193) Expected 1 space after "as"; 0 found
(#1194) Line indented incorrectly; expected at least 76 spaces, found 0
(#1194) Variable "X" must be all lower-case
(#1194) Variable "U" must be all lower-case
(#1194) Commas (,) must be followed by white space.
(#1194) Variable "D" must be all lower-case
(#1194) Commas (,) must be followed by white space.
(#1194) Variable "P" must be all lower-case
(#1194) Expected 1 space before "="; 0 found
(#1194) Expected 1 space after "="; 0 found
(#1194) Variable "X" must be all lower-case
(#1194) Inline control structures are not allowed
(#1194) Variable "P" must be all lower-case
(#1194) Expected 1 space before "=="; 0 found
(#1194) Expected 1 space after "=="; 0 found
(#1194) Variable "J" must be all lower-case
(#1194) Expected 1 space before "="; 0 found
(#1194) Expected 1 space after "="; 0 found
(#1194) Expected 1 space before "=>"; 0 found
(#1194) Expected 1 space after "=>"; 0 found
(#1194) Variable "R" must be all lower-case
(#1194) Commas (,) must be followed by white space.
(#1194) Expected 1 space before "=>"; 0 found
(#1194) Expected 1 space after "=>"; 0 found
(#1194) Variable "D" must be all lower-case
(#1194) Expected 1 space before "="; 0 found
(#1194) Expected 1 space after "="; 0 found
(#1194) Expected "foreach (...) {\n"; found "foreach(...){"
(#1194) Expected 1 space after "as"; 0 found
(#1194) Variable "P" must be all lower-case
(#1195) Line indented incorrectly; expected at least 84 spaces, found 0
(#1195) Expected 1 space before "="; 0 found
(#1195) Expected 1 space after "="; 0 found
(#1195) Commas (,) must be followed by white space.
(#1195) Commas (,) must be followed by white space.
(#1195) Commas (,) must be followed by white space.
(#1195) Commas (,) must be followed by white space.
(#1195) Variable "Eb" must be all lower-case
(#1195) Expected 1 space before "="; 0 found
(#1195) Expected 1 space after "="; 0 found
(#1195) Variable "Eb" must be all lower-case
(#1195) Expected 1 space before "?"; 0 found
(#1195) Expected 1 space after "?"; 0 found
(#1195) Expected 1 space before ":"; 0 found
(#1195) Expected 1 space after ":"; 0 found
(#1195) Closing brace must be on a line by itself
(#1195) Variable "J" must be all lower-case
(#1195) Expected 1 space before "="; 0 found
(#1195) Expected 1 space after "="; 0 found
(#1195) Variable "R" must be all lower-case
(#1195) Commas (,) must be followed by white space.
(#1195) Expected 1 space before "=>"; 0 found
(#1195) Expected 1 space after "=>"; 0 found
(#1195) Variable "U" must be all lower-case
(#1195) Expected 1 space before "=="; 0 found
(#1195) Expected 1 space after "=="; 0 found
(#1195) Commas (,) must be followed by white space.
(#1195) Expected 1 space before "=>"; 0 found
(#1195) Expected 1 space after "=>"; 0 found
(#1195) Variable "D" must be all lower-case
(#1195) Commas (,) must be followed by white space.
(#1195) Closing brace must be on a line by itself
(#1195) Expected "if (...) {\n"; found "if(...){"
(#1195) Variable "J" must be all lower-case
(#1195) Expected 1 space before "="; 0 found
(#1195) Expected 1 space after "="; 0 found
(#1195) Variable "J" must be all lower-case
(#1195) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1195) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1195) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1196) Line indented incorrectly; expected at least 80 spaces, found 0
(#1196) Closing brace must be on a line by itself
(#1196) Closing brace must be on a line by itself
(#1197) Line indented incorrectly; expected at least 72 spaces, found 0
(#1197) Closing brace must be on a line by itself
(#1198) Line indented incorrectly; expected at least 76 spaces, found 0
(#1198) Variable "Pc" must be all lower-case
(#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 80 spaces, found 0
(#1199) Commas (,) must be followed by white space.
(#1199) Variable "Pc" must be all lower-case
(#1199) Closing brace must be on a line by itself
(#1200) Line indented incorrectly; expected at least 72 spaces, found 0
(#1200) Commas (,) must be followed by white space.
(#1200) Closing brace must be on a line by itself
(#1201) Line indented incorrectly; expected at least 72 spaces, found 0
(#1201) Closing brace must be on a line by itself
(#1202) Line indented incorrectly; expected at least 72 spaces, found 0
(#1202) Variable "S" must be all lower-case
(#1202) Closing brace must be on a line by itself
(#1203) Line indented incorrectly; expected at least 72 spaces, found 0
(#1203) Closing brace must be on a line by itself
(#1204) Line indented incorrectly; expected at least 72 spaces, found 0
(#1204) Commas (,) must be followed by white space.
(#1204) Variable "J" 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) Variable "J" must be all lower-case
(#1204) Closing brace must be on a line by itself
(#1205) Line indented incorrectly; expected at least 72 spaces, found 0
(#1205) Variable "R" must be all lower-case
(#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 76 spaces, found 0
(#1206) Closing brace must be on a line by itself
(#1207) Line indented incorrectly; expected at least 72 spaces, found 0
(#1207) Variable "S" must be all lower-case
(#1207) Closing brace must be on a line by itself
(#1208) Line indented incorrectly; expected at least 72 spaces, found 0
(#1208) Expected 1 space after closing parenthesis; found 0
(#1208) Opening brace must be the last content on the line
(#1209) Line indented incorrectly; expected at least 76 spaces, found 0
(#1209) Closing brace must be on a line by itself
(#1210) Line indented incorrectly; expected at least 72 spaces, found 0
(#1210) Variable "R" must be all lower-case
(#1210) Commas (,) must be followed by white space.
(#1210) Variable "D" must be all lower-case
(#1210) Commas (,) must be followed by white space.
(#1210) Commas (,) must be followed by white space.
(#1210) Commas (,) must be followed by white space.
(#1210) Commas (,) must be followed by white space.
(#1210) Commas (,) must be followed by white space.
(#1210) Commas (,) must be followed by white space.
(#1210) Variable "Ma" must be all lower-case
(#1210) Commas (,) must be followed by white space.
(#1210) Variable "Nf" must be all lower-case
(#1210) Expected 1 space after closing parenthesis; found 0
(#1210) Opening brace must be the last content on the line
(#1210) Expected "if (...) {\n"; found "if(...){"
(#1210) Variable "R" must be all lower-case
(#1210) Expected 1 space before "=="; 0 found
(#1210) Expected 1 space after "=="; 0 found
(#1210) Variable "D" must be all lower-case
(#1211) Line indented incorrectly; expected at least 80 spaces, found 0
(#1211) Closing brace must be on a line by itself
(#1211) Closing brace must be on a line by itself
(#1212) Line indented incorrectly; expected at least 76 spaces, found 0
(#1212) Variable "T" must be all lower-case
(#1212) Expected 1 space after closing parenthesis; found 0
(#1212) Opening brace must be the last content on the line
(#1212) Expected "foreach (...) {\n"; found "foreach(...){"
(#1212) Expected 1 space after "as"; 0 found
(#1212) Variable "T" must be all lower-case
(#1213) Line indented incorrectly; expected at least 80 spaces, found 0
(#1213) Variable "R" must be all lower-case
(#1213) Variable "Fg" must be all lower-case
(#1213) Expected 1 space before "="; 0 found
(#1213) Expected 1 space after "="; 0 found
(#1213) Variable "R" must be all lower-case
(#1213) Inline control structures are not allowed
(#1213) Variable "Fg" must be all lower-case
(#1214) Line indented incorrectly; expected at least 84 spaces, found 0
(#1214) Closing brace must be on a line by itself
(#1215) Line indented incorrectly; expected at least 76 spaces, found 0
(#1215) Closing brace must be on a line by itself
(#1216) Line indented incorrectly; expected at least 80 spaces, found 0
(#1216) Variable "T" must be all lower-case
(#1216) Expected 1 space after closing parenthesis; found 0
(#1216) Opening brace must be the last content on the line
(#1216) Expected "foreach (...) {\n"; found "foreach(...){"
(#1216) Expected 1 space after "as"; 0 found
(#1216) Variable "T" must be all lower-case
(#1217) Line indented incorrectly; expected at least 84 spaces, found 0
(#1217) Variable "R" must be all lower-case
(#1217) Variable "Fg" must be all lower-case
(#1217) Expected 1 space before "="; 0 found
(#1217) Expected 1 space after "="; 0 found
(#1217) Variable "R" must be all lower-case
(#1217) Inline control structures are not allowed
(#1217) Variable "Fg" must be all lower-case
(#1218) Line indented incorrectly; expected at least 88 spaces, found 0
(#1218) Closing brace must be on a line by itself
(#1219) Line indented incorrectly; expected at least 80 spaces, found 0
(#1219) Closing brace must be on a line by itself
(#1219) Expected 1 space before "="; 0 found
(#1219) Expected 1 space after "="; 0 found
(#1219) Expected 1 space before "="; 0 found
(#1219) Expected 1 space after "="; 0 found
(#1219) Expected 1 space before "="; 0 found
(#1219) Expected 1 space after "="; 0 found
(#1219) Expected 1 space before "="; 0 found
(#1219) Expected 1 space after "="; 0 found
(#1219) Closing brace must be on a line by itself
(#1219) Expected 1 space before "="; 0 found
(#1219) Expected 1 space after "="; 0 found
(#1219) Expected "if (...) {\n"; found "if(...){"
(#1219) Expected 1 space before "="; 0 found
(#1219) Expected 1 space after "="; 0 found
(#1219) Commas (,) must be followed by white space.
(#1219) Expected "if (...) {\n"; found "if(...){"
(#1219) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#1219) Line exceeds maximum limit of 180 characters; contains 218 characters
(#1219) Line exceeds maximum limit of 180 characters; contains 218 characters
(#1219) Line exceeds maximum limit of 180 characters; contains 218 characters
(#1220) Line indented incorrectly; expected at least 72 spaces, found 0
(#1220) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1220) Scope modifier not specified for member variable "$extension"
(#1220) Expected 1 space before "="; 0 found
(#1220) Expected 1 space after "="; 0 found
(#1220) Commas (,) must be followed by white space.
(#1220) Member variable "server_info" must not contain underscores.
(#1220) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1220) Scope modifier not specified for member variable "$server_info"
(#1220) Commas (,) must be followed by white space.
(#1220) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1220) Scope modifier not specified for member variable "$errno"
(#1220) Commas (,) must be followed by white space.
(#1220) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1220) Scope modifier not specified for member variable "$error"
(#1220) Commas (,) must be followed by white space.
(#1220) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1220) Scope modifier not specified for member variable "$_url"
(#1220) method name "Min_DB::rootQuery" must be in lower-case letters only
(#1220) Visibility must be declared on method "rootQuery"
(#1221) Line indented incorrectly; expected at least 76 spaces, found 0
(#1221) Variable "Rf" must be all lower-case
(#1221) Commas (,) must be followed by white space.
(#1221) Variable "_b" must not contain underscores.
(#1221) Commas (,) must be followed by white space.
(#1221) Variable "Me" must be all lower-case
(#1221) Expected 1 space after closing parenthesis; found 0
(#1221) Opening brace must be the last content on the line
(#1221) Commas (,) must be followed by white space.
(#1221) Variable "Tc" must be all lower-case
(#1221) Expected 1 space before "="; 0 found
(#1221) Expected 1 space after "="; 0 found
(#1221) Variable "Rf" must be all lower-case
(#1221) Commas (,) must be followed by white space.
(#1221) Commas (,) must be followed by white space.
(#1221) Commas (,) must be followed by white space.
(#1221) Expected 1 space before "=>"; 0 found
(#1221) Expected 1 space after "=>"; 0 found
(#1221) Expected 1 space before "=>"; 0 found
(#1221) Expected 1 space after "=>"; 0 found
(#1221) Variable "Me" must be all lower-case
(#1221) Commas (,) must be followed by white space.
(#1221) Expected 1 space before "=>"; 0 found
(#1221) Expected 1 space after "=>"; 0 found
(#1221) Variable "_b" must not contain underscores.
(#1221) Expected 1 space before "==="; 0 found
(#1221) Expected 1 space after "==="; 0 found
(#1221) Expected 1 space before "?"; 0 found
(#1221) Expected 1 space after "?"; 0 found
(#1221) Variable "_b" must not contain underscores.
(#1221) Expected 1 space before ":"; 0 found
(#1221) Expected 1 space after ":"; 0 found
(#1221) Variable "_b" must not contain underscores.
(#1221) Commas (,) must be followed by white space.
(#1221) Expected 1 space before "=>"; 0 found
(#1221) Expected 1 space after "=>"; 0 found
(#1221) Commas (,) must be followed by white space.
(#1221) Expected 1 space before "=>"; 0 found
(#1221) Expected 1 space after "=>"; 0 found
(#1221) Commas (,) must be followed by white space.
(#1221) Expected "if (...) {\n"; found "if(...){"
(#1221) Variable "Tc" must be all lower-case
(#1221) Expected 1 space before "="; 0 found
(#1221) Expected 1 space after "="; 0 found
(#1221) Variable "php_errormsg" must not contain underscores.
(#1221) Variable "Tc" must be all lower-case
(#1221) Closing brace must be on a line by itself
(#1221) Expected "if (...) {\n"; found "if(...){"
(#1221) Commas (,) must be followed by white space.
(#1221) Expected 1 space before "="; 0 found
(#1221) Expected 1 space after "="; 0 found
(#1221) Variable "Tc" must be all lower-case
(#1221) Line exceeds maximum limit of 180 characters; contains 422 characters
(#1221) Line exceeds maximum limit of 180 characters; contains 422 characters
(#1221) Line exceeds maximum limit of 180 characters; contains 422 characters
(#1222) Line indented incorrectly; expected at least 84 spaces, found 0
(#1222) Closing brace must be on a line by itself
(#1222) Variable "J" must be all lower-case
(#1222) Expected 1 space before "="; 0 found
(#1222) Expected 1 space after "="; 0 found
(#1222) Variable "Tc" must be all lower-case
(#1222) Commas (,) must be followed by white space.
(#1222) Expected "if (...) {\n"; found "if(...){"
(#1222) Variable "J" must be all lower-case
(#1222) Expected 1 space before "==="; 0 found
(#1222) Expected 1 space after "==="; 0 found
(#1222) Expected 1 space before "="; 0 found
(#1222) Expected 1 space after "="; 0 found
(#1222) Inline control structures are not allowed
(#1222) Expected 1 space before "="; 0 found
(#1222) Expected 1 space after "="; 0 found
(#1222) Expected 1 space before "="; 0 found
(#1222) Expected 1 space after "="; 0 found
(#1222) Expected "foreach (...) {\n"; found "foreach(...){"
(#1222) Expected 1 space before "=>"; 0 found
(#1222) Expected 1 space after "=>"; 0 found
(#1222) Expected 1 space before "as"; 0 found
(#1222) Expected 1 space after "as"; 0 found
(#1222) Variable "D" must be all lower-case
(#1222) Expected 1 space before "=>"; 0 found
(#1222) Expected 1 space after "=>"; 0 found
(#1222) Variable "Y" must be all lower-case
(#1222) Expected "if (...) {\n"; found "if(...){"
(#1222) Variable "Y" must be all lower-case
(#1222) Expected 1 space before "=="; 0 found
(#1222) Expected 1 space after "=="; 0 found
(#1222) Commas (,) must be followed by white space.
(#1222) Variable "D" must be all lower-case
(#1222) Expected 1 space before "="; 0 found
(#1222) Expected 1 space after "="; 0 found
(#1222) Variable "D" must be all lower-case
(#1222) Closing brace must be on a line by itself
(#1222) Closing brace must be on a line by itself
(#1222) Closing brace must be on a line by itself
(#1222) Closing brace must be on a line by itself
(#1222) Variable "J" must be all lower-case
(#1222) Closing brace must be on a line by itself
(#1222) Line exceeds maximum limit of 180 characters; contains 318 characters
(#1222) Visibility must be declared on method "query"
(#1222) Line exceeds maximum limit of 180 characters; contains 318 characters
(#1222) Line exceeds maximum limit of 180 characters; contains 318 characters
(#1223) Line indented incorrectly; expected at least 72 spaces, found 0
(#1223) Variable "Rf" must be all lower-case
(#1223) Commas (,) must be followed by white space.
(#1223) Variable "_b" must not contain underscores.
(#1223) Commas (,) must be followed by white space.
(#1223) Variable "Me" 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) Expected 1 space before "!="; 0 found
(#1223) Expected 1 space after "!="; 0 found
(#1223) Expected 1 space before "?"; 0 found
(#1223) Expected 1 space after "?"; 0 found
(#1223) Expected 1 space before ":"; 0 found
(#1223) Expected 1 space after ":"; 0 found
(#1223) Variable "Rf" must be all lower-case
(#1223) Commas (,) must be followed by white space.
(#1223) Commas (,) must be followed by white space.
(#1223) Variable "_b" must not contain underscores.
(#1223) Commas (,) must be followed by white space.
(#1223) Variable "Me" must be all lower-case
(#1223) Closing brace must be on a line by itself
(#1223) Visibility must be declared on method "connect"
(#1224) Line indented incorrectly; expected at least 72 spaces, found 0
(#1224) Variable "O" must be all lower-case
(#1224) Commas (,) must be followed by white space.
(#1224) Variable "V" must be all lower-case
(#1224) Commas (,) must be followed by white space.
(#1224) Variable "G" 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) Commas (,) must be followed by white space.
(#1224) Variable "O" must be all lower-case
(#1224) Commas (,) must be followed by white space.
(#1224) Variable "C" must be all lower-case
(#1224) Expected 1 space before "="; 0 found
(#1224) Expected 1 space after "="; 0 found
(#1224) Variable "C" must be all lower-case
(#1224) Expected 1 space before "?"; 0 found
(#1224) Expected 1 space after "?"; 0 found
(#1224) Variable "C" must be all lower-case
(#1224) Expected 1 space before ":"; 0 found
(#1224) Expected 1 space after ":"; 0 found
(#1224) Variable "V" must be all lower-case
(#1224) Variable "J" 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) Variable "J" must be all lower-case
(#1224) Expected 1 space before "="; 0 found
(#1224) Expected 1 space after "="; 0 found
(#1224) Variable "J" must be all lower-case
(#1224) Variable "J" must be all lower-case
(#1224) Closing brace must be on a line by itself
(#1224) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1224) Visibility must be declared on method "select_db"
(#1224) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1224) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1225) Line indented incorrectly; expected at least 72 spaces, found 0
(#1225) Expected 1 space after closing parenthesis; found 0
(#1225) Opening brace must be the last content on the line
(#1225) Expected 1 space before "="; 0 found
(#1225) Expected 1 space after "="; 0 found
(#1226) Line indented incorrectly; expected at least 76 spaces, found 0
(#1226) Closing brace must be on a line by itself
(#1226) Visibility must be declared on method "quote"
(#1227) Line indented incorrectly; expected at least 72 spaces, found 0
(#1227) Variable "Q" must be all lower-case
(#1227) Expected 1 space after closing parenthesis; found 0
(#1227) Opening brace must be the last content on the line
(#1227) Variable "Q" must be all lower-case
(#1227) Closing brace must be on a line by itself
(#1227) Closing brace must be on a line by itself
(#1227) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 235
(#1228) Line indented incorrectly; expected at least 80 spaces, found 0
(#1228) Member variable "num_rows" must not contain underscores.
(#1228) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1228) Scope modifier not specified for member variable "$num_rows"
(#1228) Commas (,) must be followed by white space.
(#1228) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1228) Scope modifier not specified for member variable "$_rows"
(#1228) Visibility must be declared on method "__construct"
(#1229) Line indented incorrectly; expected at least 84 spaces, found 0
(#1229) Variable "L" must be all lower-case
(#1229) Expected 1 space after closing parenthesis; found 0
(#1229) Opening brace must be the last content on the line
(#1229) Expected 1 space before "="; 0 found
(#1229) Expected 1 space after "="; 0 found
(#1229) Expected 1 space before "="; 0 found
(#1229) Expected 1 space after "="; 0 found
(#1229) Variable "L" must be all lower-case
(#1229) Closing brace must be on a line by itself
(#1229) Visibility must be declared on method "fetch_assoc"
(#1230) Line indented incorrectly; expected at least 84 spaces, found 0
(#1230) Expected 1 space after closing parenthesis; found 0
(#1230) Opening brace must be the last content on the line
(#1230) Variable "J" must be all lower-case
(#1230) Expected 1 space before "="; 0 found
(#1230) Expected 1 space after "="; 0 found
(#1230) Variable "J" must be all lower-case
(#1230) Closing brace must be on a line by itself
(#1230) Visibility must be declared on method "fetch_row"
(#1231) Line indented incorrectly; expected at least 84 spaces, found 0
(#1231) Expected 1 space after closing parenthesis; found 0
(#1231) Opening brace must be the last content on the line
(#1232) Line indented incorrectly; expected at least 88 spaces, found 0
(#1232) Closing brace must be on a line by itself
(#1232) Closing brace must be on a line by itself
(#1232) Closing brace must be on a line by itself
(#1232) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 274
(#1233) Line indented incorrectly; expected at least 80 spaces, found 0
(#1234) Line indented incorrectly; expected at least 80 spaces, found 0
(#1235) Line indented incorrectly; expected at least 80 spaces, found 0
(#1235) Visibility must be declared on method "select"
(#1236) Line indented incorrectly; expected at least 84 spaces, found 0
(#1236) Variable "R" must be all lower-case
(#1236) Commas (,) must be followed by white space.
(#1236) Variable "M" must be all lower-case
(#1236) Commas (,) must be followed by white space.
(#1236) Variable "Z" must be all lower-case
(#1236) Commas (,) must be followed by white space.
(#1236) Commas (,) must be followed by white space.
(#1236) Commas (,) must be followed by white space.
(#1236) Variable "_" must not contain underscores.
(#1236) Commas (,) must be followed by white space.
(#1236) Variable "F" must be all lower-case
(#1236) Commas (,) must be followed by white space.
(#1236) Expected 1 space after closing parenthesis; found 0
(#1236) Opening brace must be the last content on the line
(#1236) Variable "Lb" must be all lower-case
(#1236) Expected 1 space before "="; 0 found
(#1236) Expected 1 space after "="; 0 found
(#1236) Variable "H" must be all lower-case
(#1236) Expected 1 space before "="; 0 found
(#1236) Expected 1 space after "="; 0 found
(#1236) Variable "R" must be all lower-case
(#1236) Inline control structures are not allowed
(#1236) Variable "M" must be all lower-case
(#1236) Expected 1 space before "!="; 0 found
(#1236) Expected 1 space after "!="; 0 found
(#1236) Variable "Lb" must be all lower-case
(#1236) Expected 1 space before "="; 0 found
(#1236) Expected 1 space after "="; 0 found
(#1236) Variable "M" must be all lower-case
(#1236) Expected "if (...) {\n"; found "if(...){"
(#1236) Expected 1 space before "="; 0 found
(#1236) Expected 1 space after "="; 0 found
(#1236) Expected "foreach (...) {\n"; found "foreach(...){"
(#1236) Expected 1 space after "as"; 0 found
(#1236) Line exceeds 132 characters; contains 156 characters
(#1236) Line exceeds 132 characters; contains 156 characters
(#1236) Line exceeds 132 characters; contains 156 characters
(#1237) Line indented incorrectly; expected at least 92 spaces, found 0
(#1237) Expected 1 space before "="; 0 found
(#1237) Expected 1 space after "="; 0 found
(#1237) Commas (,) must be followed by white space.
(#1237) Commas (,) must be followed by white space.
(#1237) Commas (,) must be followed by white space.
(#1237) Commas (,) must be followed by white space.
(#1237) Variable "Eb" must be all lower-case
(#1237) Expected 1 space before "="; 0 found
(#1237) Expected 1 space after "="; 0 found
(#1237) Variable "Eb" must be all lower-case
(#1237) Expected 1 space before "?"; 0 found
(#1237) Expected 1 space after "?"; 0 found
(#1237) Expected 1 space before "=>"; 0 found
(#1237) Expected 1 space after "=>"; 0 found
(#1237) Expected 1 space before ":"; 0 found
(#1237) Expected 1 space after ":"; 0 found
(#1237) Closing brace must be on a line by itself
(#1237) Variable "Lb" must be all lower-case
(#1237) Expected 1 space before "="; 0 found
(#1237) Expected 1 space after "="; 0 found
(#1237) Closing brace must be on a line by itself
(#1237) Expected "if (...) {\n"; found "if(...){"
(#1237) Variable "_" must not contain underscores.
(#1237) Variable "Lb" must be all lower-case
(#1237) Expected 1 space before "="; 0 found
(#1237) Expected 1 space after "="; 0 found
(#1237) Variable "_" must not contain underscores.
(#1237) Inline control structures are not allowed
(#1237) Variable "F" must be all lower-case
(#1237) Variable "Lb" must be all lower-case
(#1237) Expected 1 space before "="; 0 found
(#1237) Expected 1 space after "="; 0 found
(#1237) Variable "F" must be all lower-case
(#1237) Expected 1 space before "*"; 0 found
(#1237) Expected 1 space after "*"; 0 found
(#1237) Variable "_" must not contain underscores.
(#1237) Closing brace must be on a line by itself
(#1237) Expected "foreach (...) {\n"; found "foreach(...){"
(#1237) Expected 1 space after "as"; 0 found
(#1237) Line exceeds 132 characters; contains 162 characters
(#1237) Line exceeds 132 characters; contains 162 characters
(#1237) Line exceeds 132 characters; contains 162 characters
(#1237) Variable "Z" must be all lower-case
(#1238) Line indented incorrectly; expected at least 84 spaces, found 0
(#1238) Variable "X" must be all lower-case
(#1238) Commas (,) must be followed by white space.
(#1238) Commas (,) must be followed by white space.
(#1238) Variable "X" must be all lower-case
(#1238) Expected 1 space before "="; 0 found
(#1238) Expected 1 space after "="; 0 found
(#1238) Commas (,) must be followed by white space.
(#1238) Variable "X" must be all lower-case
(#1238) Commas (,) must be followed by white space.
(#1238) Inline control structures are not allowed
(#1238) Expected 1 space before "=="; 0 found
(#1238) Expected 1 space after "=="; 0 found
(#1238) Variable "Lb" must be all lower-case
(#1238) Expected 1 space before "="; 0 found
(#1238) Expected 1 space after "="; 0 found
(#1238) Variable "X" must be all lower-case
(#1238) Usage of ELSEIF not allowed; use ELSE IF instead
(#1238) Variable "X" must be all lower-case
(#1238) Expected 1 space before "!="; 0 found
(#1238) Expected 1 space after "!="; 0 found
(#1238) Variable "Sh" 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) 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) 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) Variable "X" must be all lower-case
(#1238) Inline control structures are not allowed
(#1238) Expected 1 space before "=="; 0 found
(#1238) Expected 1 space after "=="; 0 found
(#1238) Variable "Lb" must be all lower-case
(#1238) Expected 1 space before "="; 0 found
(#1238) Expected 1 space after "="; 0 found
(#1238) Variable "Sh" must be all lower-case
(#1238) Inline control structures are not allowed
(#1238) Variable "Lb" must be all lower-case
(#1238) Expected 1 space before "="; 0 found
(#1238) Expected 1 space after "="; 0 found
(#1238) Variable "Sh" must be all lower-case
(#1238) Closing brace must be on a line by itself
(#1238) Closing brace must be on a line by itself
(#1238) Inline control structures are not allowed
(#1238) Variable "Lb" must be all lower-case
(#1238) Variable "Lb" must be all lower-case
(#1238) Variable "Lb" must be all lower-case
(#1238) Variable "Lb" 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) Expected 1 space before "="; 0 found
(#1238) Expected 1 space after "="; 0 found
(#1238) Variable "Vg" must be all lower-case
(#1238) Expected 1 space before "="; 0 found
(#1238) Expected 1 space after "="; 0 found
(#1238) Variable "H" must be all lower-case
(#1238) Commas (,) must be followed by white space.
(#1238) Variable "Lb" must be all lower-case
(#1238) Inline control structures are not allowed
(#1238) Variable "H" must be all lower-case
(#1238) The use of function print_r() is forbidden
(#1238) Variable "Lb" must be all lower-case
(#1238) Commas (,) must be followed by white space.
(#1238) Commas (,) must be followed by white space.
(#1238) Commas (,) must be followed by white space.
(#1238) Variable "Vg" must be all lower-case
(#1238) Inline control structures are not allowed
(#1238) Variable "Vg" must be all lower-case
(#1238) Line exceeds maximum limit of 180 characters; contains 546 characters
(#1238) Line exceeds maximum limit of 180 characters; contains 546 characters
(#1238) Line exceeds maximum limit of 180 characters; contains 546 characters
(#1239) Line indented incorrectly; expected at least 84 spaces, found 0
(#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 "Vg" must be all lower-case
(#1239) Variable "K" must be all lower-case
(#1239) Expected 1 space before "="; 0 found
(#1239) Expected 1 space after "="; 0 found
(#1239) Inline control structures are not allowed
(#1239) Variable "M" 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) Expected 1 space before "="; 0 found
(#1239) Expected 1 space after "="; 0 found
(#1239) Expected 1 space before "="; 0 found
(#1239) Expected 1 space after "="; 0 found
(#1239) Expected "if (...) {\n"; found "if(...){"
(#1239) Variable "M" must be all lower-case
(#1239) Expected 1 space before "!="; 0 found
(#1239) Expected 1 space after "!="; 0 found
(#1239) Expected 1 space before "="; 0 found
(#1239) Expected 1 space after "="; 0 found
(#1239) Inline control structures are not allowed
(#1239) Expected 1 space after "as"; 0 found
(#1239) Line exceeds 132 characters; contains 159 characters
(#1239) Line exceeds 132 characters; contains 159 characters
(#1239) Line exceeds 132 characters; contains 159 characters
(#1239) Variable "M" must be all lower-case
(#1240) Line indented incorrectly; expected at least 92 spaces, found 0
(#1240) Expected 1 space before "="; 0 found
(#1240) Expected 1 space after "="; 0 found
(#1240) Closing brace must be on a line by itself
(#1240) Expected "foreach (...) {\n"; found "foreach(...){"
(#1240) Expected 1 space before "=>"; 0 found
(#1240) Expected 1 space after "=>"; 0 found
(#1240) Expected 1 space after "as"; 0 found
(#1241) Line indented incorrectly; expected at least 84 spaces, found 0
(#1241) Expected 1 space before "=>"; 0 found
(#1241) Expected 1 space after "=>"; 0 found
(#1241) Variable "X" must be all lower-case
(#1241) Inline control structures are not allowed
(#1241) Variable "Lb" must be all lower-case
(#1241) Variable "X" must be all lower-case
(#1241) Expected 1 space before "="; 0 found
(#1241) Expected 1 space after "="; 0 found
(#1241) Variable "X" must be all lower-case
(#1241) Variable "K" must be all lower-case
(#1241) Expected 1 space before "="; 0 found
(#1241) Expected 1 space after "="; 0 found
(#1241) Variable "X" must be all lower-case
(#1241) Expected 1 space before "?"; 0 found
(#1241) Expected 1 space after "?"; 0 found
(#1241) Variable "X" must be all lower-case
(#1241) Expected 1 space before ":"; 0 found
(#1241) Expected 1 space after ":"; 0 found
(#1241) Variable "X" must be all lower-case
(#1241) Closing brace must be on a line by itself
(#1241) Variable "J" must be all lower-case
(#1241) Expected 1 space before "="; 0 found
(#1241) Expected 1 space after "="; 0 found
(#1241) Variable "K" must be all lower-case
(#1241) Closing brace must be on a line by itself
(#1242) Line indented incorrectly; expected at least 84 spaces, found 0
(#1243) Line indented incorrectly; expected at least 84 spaces, found 0
(#1243) Variable "J" must be all lower-case
(#1243) Closing brace must be on a line by itself
(#1243) Visibility must be declared on method "update"
(#1244) Line indented incorrectly; expected at least 80 spaces, found 0
(#1244) Variable "U" must be all lower-case
(#1244) Commas (,) must be followed by white space.
(#1244) Commas (,) must be followed by white space.
(#1244) Expected 1 space after closing parenthesis; found 0
(#1244) Opening brace must be the last content on the line
(#1244) Variable "Pf" must be all lower-case
(#1244) Expected 1 space before "="; 0 found
(#1244) Expected 1 space after "="; 0 found
(#1244) Commas (,) must be followed by white space.
(#1244) Expected "if (...) {\n"; found "if(...){"
(#1244) Variable "Pf" must be all lower-case
(#1244) Expected 1 space before "=="; 0 found
(#1244) Expected 1 space after "=="; 0 found
(#1244) Expected 1 space before "="; 0 found
(#1244) Expected 1 space after "="; 0 found
(#1244) Variable "Pf" must be all lower-case
(#1244) Variable "H" must be all lower-case
(#1244) Expected 1 space before "="; 0 found
(#1244) Expected 1 space after "="; 0 found
(#1244) Variable "U" must be all lower-case
(#1244) Variable "H" must be all lower-case
(#1244) Commas (,) must be followed by white space.
(#1244) Commas (,) must be followed by white space.
(#1244) Closing brace must be on a line by itself
(#1244) Line exceeds 132 characters; contains 142 characters
(#1244) Line exceeds 132 characters; contains 142 characters
(#1244) Line exceeds 132 characters; contains 142 characters
(#1245) Line indented incorrectly; expected at least 84 spaces, found 0
(#1245) Closing brace must be on a line by itself
(#1245) Visibility must be declared on method "insert"
(#1246) Line indented incorrectly; expected at least 84 spaces, found 0
(#1246) Variable "U" must be all lower-case
(#1246) Commas (,) must be followed by white space.
(#1246) Expected 1 space after closing parenthesis; found 0
(#1246) Opening brace must be the last content on the line
(#1246) Expected 1 space before "="; 0 found
(#1246) Expected 1 space after "="; 0 found
(#1246) Variable "H" must be all lower-case
(#1246) Expected 1 space before "="; 0 found
(#1246) Expected 1 space after "="; 0 found
(#1246) Variable "U" must be all lower-case
(#1246) Variable "Fg" must be all lower-case
(#1246) Expected 1 space before "="; 0 found
(#1246) Expected 1 space after "="; 0 found
(#1246) Variable "H" must be all lower-case
(#1246) Commas (,) must be followed by white space.
(#1246) Commas (,) must be followed by white space.
(#1246) Expected 1 space before "="; 0 found
(#1246) Expected 1 space after "="; 0 found
(#1246) Variable "Fg" must be all lower-case
(#1246) Variable "Fg" must be all lower-case
(#1246) Closing brace must be on a line by itself
(#1246) Line exceeds 132 characters; contains 134 characters
(#1246) Line exceeds 132 characters; contains 134 characters
(#1246) Line exceeds 132 characters; contains 134 characters
(#1246) Visibility must be declared on method "delete"
(#1247) Line indented incorrectly; expected at least 84 spaces, found 0
(#1247) Variable "U" must be all lower-case
(#1247) Commas (,) must be followed by white space.
(#1247) Expected 1 space after closing parenthesis; found 0
(#1247) Opening brace must be the last content on the line
(#1247) Variable "Ad" must be all lower-case
(#1247) Expected 1 space before "="; 0 found
(#1247) Expected 1 space after "="; 0 found
(#1247) Inline control structures are not allowed
(#1247) Variable "Ad" must be all lower-case
(#1247) Expected 1 space before "="; 0 found
(#1247) Expected 1 space after "="; 0 found
(#1247) Expected "if (...) {\n"; found "if(...){"
(#1247) Expected "foreach (...) {\n"; found "foreach(...){"
(#1247) Expected 1 space before "as"; 0 found
(#1247) Expected 1 space after "as"; 0 found
(#1247) Variable "Pf" must be all lower-case
(#1247) Expected 1 space before "="; 0 found
(#1247) Expected 1 space after "="; 0 found
(#1247) Commas (,) must be followed by white space.
(#1247) Inline control structures are not allowed
(#1247) Variable "Pf" must be all lower-case
(#1247) Expected 1 space before "=="; 0 found
(#1247) Expected 1 space after "=="; 0 found
(#1247) Variable "Ad" must be all lower-case
(#1247) Expected 1 space before "="; 0 found
(#1247) Expected 1 space after "="; 0 found
(#1247) Variable "Pf" must be all lower-case
(#1247) Closing brace must be on a line by itself
(#1247) Closing brace must be on a line by itself
(#1247) Expected 1 space before "="; 0 found
(#1247) Expected 1 space after "="; 0 found
(#1247) Expected "foreach (...) {\n"; found "foreach(...){"
(#1247) Expected 1 space after "as"; 0 found
(#1247) Line exceeds maximum limit of 180 characters; contains 275 characters
(#1247) Variable "Ad" must be all lower-case
(#1247) Line exceeds maximum limit of 180 characters; contains 275 characters
(#1247) Line exceeds maximum limit of 180 characters; contains 275 characters
(#1248) Line indented incorrectly; expected at least 88 spaces, found 0
(#1248) Variable "H" must be all lower-case
(#1248) Expected 1 space before "="; 0 found
(#1248) Expected 1 space after "="; 0 found
(#1248) Variable "U" must be all lower-case
(#1248) Variable "Fg" must be all lower-case
(#1248) Expected 1 space before "="; 0 found
(#1248) Expected 1 space after "="; 0 found
(#1248) Variable "H" must be all lower-case
(#1248) Commas (,) must be followed by white space.
(#1248) Commas (,) must be followed by white space.
(#1248) Inline control structures are not allowed
(#1248) Variable "Fg" must be all lower-case
(#1248) Variable "Fg" must be all lower-case
(#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) Closing brace must be on a line by itself
(#1248) Closing brace must be on a line by itself
(#1248) Line exceeds 132 characters; contains 175 characters
(#1248) Line exceeds 132 characters; contains 175 characters
(#1248) Line exceeds 132 characters; contains 175 characters
(#1249) Line indented incorrectly; expected at least 88 spaces, found 0
(#1249) Expected 1 space after closing parenthesis; found 0
(#1249) Opening brace must be the last content on the line
(#1249) Expected 1 space before "="; 0 found
(#1249) Expected 1 space after "="; 0 found
(#1250) Line indented incorrectly; expected at least 92 spaces, found 0
(#1250) Expected 1 space before "="; 0 found
(#1250) Expected 1 space after "="; 0 found
(#1250) Inline control structures are not allowed
(#1250) Commas (,) must be followed by white space.
(#1250) Commas (,) must be followed by white space.
(#1250) Closing brace must be on a line by itself
(#1251) Line indented incorrectly; expected at least 88 spaces, found 0
(#1251) Variable "Pc" 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
(#1252) Line indented incorrectly; expected at least 92 spaces, found 0
(#1252) Commas (,) must be followed by white space.
(#1252) Variable "Pc" must be all lower-case
(#1252) Closing brace must be on a line by itself
(#1253) Line indented incorrectly; expected at least 92 spaces, found 0
(#1253) Expected 1 space after closing parenthesis; found 0
(#1253) Opening brace must be the last content on the line
(#1253) Expected 1 space before "="; 0 found
(#1253) Expected 1 space after "="; 0 found
(#1253) Closing brace must be on a line by itself
(#1254) Line indented incorrectly; expected at least 92 spaces, found 0
(#1254) Expected 1 space after closing parenthesis; found 0
(#1254) Opening brace must be the last content on the line
(#1254) Variable "J" must be all lower-case
(#1254) Expected 1 space before "="; 0 found
(#1254) Expected 1 space after "="; 0 found
(#1254) Expected "if (...) {\n"; found "if(...){"
(#1254) Variable "J" must be all lower-case
(#1254) Variable "J" must be all lower-case
(#1254) Expected 1 space before "="; 0 found
(#1254) Expected 1 space after "="; 0 found
(#1254) Variable "J" must be all lower-case
(#1254) Variable "J" must be all lower-case
(#1254) Commas (,) must be followed by white space.
(#1254) Closing brace must be on a line by itself
(#1254) Variable "J" must be all lower-case
(#1254) Closing brace must be on a line by itself
(#1255) Line indented incorrectly; expected at least 92 spaces, found 0
(#1255) Expected 1 space after closing parenthesis; found 0
(#1255) Opening brace must be the last content on the line
(#1256) Line indented incorrectly; expected at least 96 spaces, found 0
(#1256) Closing brace must be on a line by itself
(#1257) Line indented incorrectly; expected at least 92 spaces, found 0
(#1257) Commas (,) must be followed by white space.
(#1257) Closing brace must be on a line by itself
(#1258) Line indented incorrectly; expected at least 92 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 96 spaces, found 0
(#1259) Closing brace must be on a line by itself
(#1260) Line indented incorrectly; expected at least 92 spaces, found 0
(#1260) Expected 1 space after closing parenthesis; found 0
(#1260) Opening brace must be the last content on the line
(#1260) Variable "J" must be all lower-case
(#1260) Expected 1 space before "="; 0 found
(#1260) Expected 1 space after "="; 0 found
(#1260) Variable "I" must be all lower-case
(#1260) Expected 1 space before "="; 0 found
(#1260) Expected 1 space after "="; 0 found
(#1260) Expected "if (...) {\n"; found "if(...){"
(#1260) Variable "I" must be all lower-case
(#1260) Variable "I" must be all lower-case
(#1260) Variable "Hd" must be all lower-case
(#1260) Expected 1 space before "="; 0 found
(#1260) Expected 1 space after "="; 0 found
(#1260) Variable "I" must be all lower-case
(#1260) Expected "foreach (...) {\n"; found "foreach(...){"
(#1260) Expected 1 space before "=>"; 0 found
(#1260) Expected 1 space after "=>"; 0 found
(#1260) Expected 1 space after "as"; 0 found
(#1260) Variable "Hd" must be all lower-case
(#1261) Line indented incorrectly; expected at least 100 spaces, found 0
(#1261) Variable "Gd" must be all lower-case
(#1261) Expected 1 space before "=>"; 0 found
(#1261) Expected 1 space after "=>"; 0 found
(#1261) Variable "Fd" must be all lower-case
(#1261) Expected 1 space before "="; 0 found
(#1261) Expected 1 space after "="; 0 found
(#1261) Variable "J" must be all lower-case
(#1261) Variable "Gd" must be all lower-case
(#1261) Expected 1 space before "="; 0 found
(#1261) Expected 1 space after "="; 0 found
(#1261) Variable "Fd" must be all lower-case
(#1261) Closing brace must be on a line by itself
(#1261) Closing brace must be on a line by itself
(#1261) Variable "J" must be all lower-case
(#1261) Closing brace must be on a line by itself
(#1262) Line indented incorrectly; expected at least 96 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) Inline control structures are not allowed
(#1262) Variable "J" must be all lower-case
(#1262) Variable "J" must be all lower-case
(#1262) Expected 1 space before "="; 0 found
(#1262) Expected 1 space after "="; 0 found
(#1262) Variable "J" must be all lower-case
(#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
(#1262) Line exceeds 132 characters; contains 136 characters
(#1262) Line exceeds 132 characters; contains 136 characters
(#1262) Line exceeds 132 characters; contains 136 characters
(#1263) Line indented incorrectly; expected at least 96 spaces, found 0
(#1263) Variable "D" must be all lower-case
(#1263) Commas (,) must be followed by white space.
(#1263) Variable "Oc" must be all lower-case
(#1263) Expected 1 space after closing parenthesis; found 0
(#1263) Opening brace must be the last content on the line
(#1263) Variable "Vg" 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) Expected 1 space before "=>"; 0 found
(#1263) Expected 1 space after "=>"; 0 found
(#1263) Commas (,) must be followed by white space.
(#1263) Expected 1 space before "=>"; 0 found
(#1263) Expected 1 space after "=>"; 0 found
(#1263) Expected 1 space before "=>"; 0 found
(#1263) Expected 1 space after "=>"; 0 found
(#1263) Expected 1 space before "=>"; 0 found
(#1263) Expected 1 space after "=>"; 0 found
(#1263) Expected 1 space before "=>"; 0 found
(#1263) Expected 1 space after "=>"; 0 found
(#1263) Commas (,) must be followed by white space.
(#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 "Vg" must be all lower-case
(#1263) Variable "T" must be all lower-case
(#1263) Expected 1 space before "="; 0 found
(#1263) Expected 1 space after "="; 0 found
(#1263) Variable "Vg" must be all lower-case
(#1263) Expected "foreach (...) {\n"; found "foreach(...){"
(#1263) Expected 1 space after "as"; 0 found
(#1263) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1263) Variable "T" must be all lower-case
(#1263) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1263) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1264) Line indented incorrectly; expected at least 104 spaces, found 0
(#1264) Variable "R" must be all lower-case
(#1264) Variable "J" must be all lower-case
(#1264) Variable "R" must be all lower-case
(#1264) Expected 1 space before "="; 0 found
(#1264) Expected 1 space after "="; 0 found
(#1264) Expected 1 space before "=>"; 0 found
(#1264) Expected 1 space after "=>"; 0 found
(#1264) Variable "R" must be all lower-case
(#1264) Commas (,) must be followed by white space.
(#1264) Expected 1 space before "=>"; 0 found
(#1264) Expected 1 space after "=>"; 0 found
(#1264) Commas (,) must be followed by white space.
(#1264) Expected 1 space before "=>"; 0 found
(#1264) Expected 1 space after "=>"; 0 found
(#1264) Variable "R" must be all lower-case
(#1264) Commas (,) must be followed by white space.
(#1264) Inline control structures are not allowed
(#1264) Variable "D" must be all lower-case
(#1264) Expected 1 space before "!="; 0 found
(#1264) Expected 1 space after "!="; 0 found
(#1264) Variable "D" must be all lower-case
(#1264) Expected 1 space before "=="; 0 found
(#1264) Expected 1 space after "=="; 0 found
(#1264) Variable "R" must be all lower-case
(#1264) Variable "J" must be all lower-case
(#1264) Variable "D" must be all lower-case
(#1264) Closing brace must be on a line by itself
(#1264) Closing brace must be on a line by itself
(#1264) Variable "J" must be all lower-case
(#1264) Closing brace must be on a line by itself
(#1264) Line exceeds 132 characters; contains 146 characters
(#1264) Line exceeds 132 characters; contains 146 characters
(#1264) Line exceeds 132 characters; contains 146 characters
(#1265) Line indented incorrectly; expected at least 96 spaces, found 0
(#1265) Expected 1 space after closing parenthesis; found 0
(#1265) Opening brace must be the last content on the line
(#1266) Line indented incorrectly; expected at least 100 spaces, found 0
(#1266) Closing brace must be on a line by itself
(#1267) Line indented incorrectly; expected at least 104 spaces, found 0
(#1267) Closing brace must be on a line by itself
(#1268) Line indented incorrectly; expected at least 104 spaces, found 0
(#1268) Variable "S" must be all lower-case
(#1268) Closing brace must be on a line by itself
(#1269) Line indented incorrectly; expected at least 104 spaces, found 0
(#1269) Variable "R" must be all lower-case
(#1269) Commas (,) must be followed by white space.
(#1269) Expected 1 space after closing parenthesis; found 0
(#1269) Opening brace must be the last content on the line
(#1270) Line indented incorrectly; expected at least 108 spaces, found 0
(#1270) Expected 1 space before "=>"; 0 found
(#1270) Expected 1 space after "=>"; 0 found
(#1270) Commas (,) must be followed by white space.
(#1270) Expected 1 space before "=>"; 0 found
(#1270) Expected 1 space after "=>"; 0 found
(#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 104 spaces, found 0
(#1271) Variable "R" 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
(#1271) Variable "I" must be all lower-case
(#1271) Expected 1 space before "="; 0 found
(#1271) Expected 1 space after "="; 0 found
(#1271) Variable "R" must be all lower-case
(#1271) Variable "J" must be all lower-case
(#1271) Expected 1 space before "="; 0 found
(#1271) Expected 1 space after "="; 0 found
(#1271) Expected "if (...) {\n"; found "if(...){"
(#1271) Variable "I" must be all lower-case
(#1271) Expected 1 space before "="; 0 found
(#1271) Expected 1 space after "="; 0 found
(#1271) Variable "I" must be all lower-case
(#1271) Variable "R" must be all lower-case
(#1271) Inline control structures are not allowed
(#1271) Expected 1 space before "="; 0 found
(#1271) Expected 1 space after "="; 0 found
(#1271) Variable "I" must be all lower-case
(#1271) Variable "R" must be all lower-case
(#1271) Expected "if (...) {\n"; found "if(...){"
(#1271) Expected "foreach (...) {\n"; found "foreach(...){"
(#1271) Expected 1 space before "=>"; 0 found
(#1271) Expected 1 space after "=>"; 0 found
(#1271) Expected 1 space after "as"; 0 found
(#1271) Line exceeds 132 characters; contains 164 characters
(#1271) Line exceeds 132 characters; contains 164 characters
(#1271) Line exceeds 132 characters; contains 164 characters
(#1272) Line indented incorrectly; expected at least 116 spaces, found 0
(#1272) Variable "D" must be all lower-case
(#1272) Expected 1 space before "=>"; 0 found
(#1272) Expected 1 space after "=>"; 0 found
(#1272) Variable "J" must be all lower-case
(#1272) Variable "D" must be all lower-case
(#1272) Expected 1 space before "="; 0 found
(#1272) Expected 1 space after "="; 0 found
(#1272) Expected 1 space before "=>"; 0 found
(#1272) Expected 1 space after "=>"; 0 found
(#1272) Variable "D" must be all lower-case
(#1272) Commas (,) must be followed by white space.
(#1272) Expected 1 space before "=>"; 0 found
(#1272) Expected 1 space after "=>"; 0 found
(#1272) Commas (,) must be followed by white space.
(#1272) Expected 1 space before "=>"; 0 found
(#1272) Expected 1 space after "=>"; 0 found
(#1272) Commas (,) must be followed by white space.
(#1272) Expected 1 space before "=>"; 0 found
(#1272) Expected 1 space after "=>"; 0 found
(#1272) Expected 1 space before "=>"; 0 found
(#1272) Expected 1 space after "=>"; 0 found
(#1272) Commas (,) must be followed by white space.
(#1272) Expected 1 space before "=>"; 0 found
(#1272) Expected 1 space after "=>"; 0 found
(#1272) Commas (,) must be followed by white space.
(#1272) Expected 1 space before "=>"; 0 found
(#1272) Expected 1 space after "=>"; 0 found
(#1272) Commas (,) must be followed by white space.
(#1272) Expected "if (...) {\n"; found "if(...){"
(#1272) Variable "J" must be all lower-case
(#1272) Variable "D" must be all lower-case
(#1272) Variable "J" must be all lower-case
(#1272) Variable "D" must be all lower-case
(#1272) Closing brace must be on a line by itself
(#1272) Closing brace must be on a line by itself
(#1272) Closing brace must be on a line by itself
(#1272) Closing brace must be on a line by itself
(#1272) Variable "J" must be all lower-case
(#1272) Closing brace must be on a line by itself
(#1272) Line exceeds maximum limit of 180 characters; contains 256 characters
(#1272) Line exceeds maximum limit of 180 characters; contains 256 characters
(#1272) Line exceeds maximum limit of 180 characters; contains 256 characters
(#1273) Line indented incorrectly; expected at least 108 spaces, found 0
(#1273) Variable "R" 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 112 spaces, found 0
(#1274) Closing brace must be on a line by itself
(#1275) Line indented incorrectly; expected at least 116 spaces, found 0
(#1275) Expected 1 space after closing parenthesis; found 0
(#1275) Opening brace must be the last content on the line
(#1275) Closing brace must be on a line by itself
(#1276) Line indented incorrectly; expected at least 116 spaces, found 0
(#1276) Expected 1 space after closing parenthesis; found 0
(#1276) Opening brace must be the last content on the line
(#1276) Closing brace must be on a line by itself
(#1277) Line indented incorrectly; expected at least 116 spaces, found 0
(#1277) Closing brace must be on a line by itself
(#1278) Line indented incorrectly; expected at least 116 spaces, found 0
(#1278) Commas (,) must be followed by white space.
(#1278) Variable "J" must be all lower-case
(#1278) Expected 1 space after closing parenthesis; found 0
(#1278) Opening brace must be the last content on the line
(#1278) Variable "J" must be all lower-case
(#1278) Closing brace must be on a line by itself
(#1279) Line indented incorrectly; expected at least 116 spaces, found 0
(#1279) Variable "S" must be all lower-case
(#1279) Closing brace must be on a line by itself
(#1280) Line indented incorrectly; expected at least 116 spaces, found 0
(#1280) Variable "S" must be all lower-case
(#1280) Commas (,) must be followed by white space.
(#1280) Variable "Z" must be all lower-case
(#1280) Expected 1 space after closing parenthesis; found 0
(#1280) Opening brace must be the last content on the line
(#1281) Line indented incorrectly; expected at least 120 spaces, found 0
(#1281) Closing brace must be on a line by itself
(#1282) Line indented incorrectly; expected at least 116 spaces, found 0
(#1282) Expected 1 space after closing parenthesis; found 0
(#1282) Opening brace must be the last content on the line
(#1282) Commas (,) must be followed by white space.
(#1282) Commas (,) must be followed by white space.
(#1282) Closing brace must be on a line by itself
(#1283) Line indented incorrectly; expected at least 116 spaces, found 0
(#1283) Expected 1 space after closing parenthesis; found 0
(#1283) Opening brace must be the last content on the line
(#1283) Commas (,) must be followed by white space.
(#1283) Commas (,) must be followed by white space.
(#1283) Commas (,) must be followed by white space.
(#1283) Closing brace must be on a line by itself
(#1284) Line indented incorrectly; expected at least 116 spaces, found 0
(#1284) Variable "R" must be all lower-case
(#1284) Commas (,) must be followed by white space.
(#1284) Variable "D" must be all lower-case
(#1284) Commas (,) must be followed by white space.
(#1284) Commas (,) must be followed by white space.
(#1284) Commas (,) must be followed by white space.
(#1284) Commas (,) must be followed by white space.
(#1284) Commas (,) must be followed by white space.
(#1284) Commas (,) must be followed by white space.
(#1284) Variable "Ma" must be all lower-case
(#1284) Commas (,) must be followed by white space.
(#1284) Variable "Nf" must be all lower-case
(#1284) Expected 1 space after closing parenthesis; found 0
(#1284) Opening brace must be the last content on the line
(#1284) Expected 1 space before "="; 0 found
(#1284) Expected 1 space after "="; 0 found
(#1284) Expected "foreach (...) {\n"; found "foreach(...){"
(#1284) Expected 1 space after "as"; 0 found
(#1285) Line indented incorrectly; expected at least 120 spaces, found 0
(#1285) Variable "Mc" must be all lower-case
(#1285) Variable "Rc" must be all lower-case
(#1285) Expected 1 space before "="; 0 found
(#1285) Expected 1 space after "="; 0 found
(#1285) Variable "Mc" must be all lower-case
(#1285) Variable "Sc" must be all lower-case
(#1285) Expected 1 space before "="; 0 found
(#1285) Expected 1 space after "="; 0 found
(#1285) Variable "Mc" must be all lower-case
(#1285) Expected 1 space before "?"; 0 found
(#1285) Expected 1 space after "?"; 0 found
(#1285) Variable "Mc" must be all lower-case
(#1285) Expected 1 space before ":"; 0 found
(#1285) Expected 1 space after ":"; 0 found
(#1285) Variable "Rc" must be all lower-case
(#1285) Expected 1 space before "="; 0 found
(#1285) Expected 1 space after "="; 0 found
(#1285) Expected 1 space before "=>"; 0 found
(#1285) Expected 1 space after "=>"; 0 found
(#1285) Variable "Sc" must be all lower-case
(#1285) Closing brace must be on a line by itself
(#1285) Inline control structures are not allowed
(#1285) Expected 1 space before "="; 0 found
(#1285) Expected 1 space after "="; 0 found
(#1285) Expected 1 space before "=>"; 0 found
(#1285) Expected 1 space after "=>"; 0 found
(#1285) Variable "D" must be all lower-case
(#1285) Commas (,) must be followed by white space.
(#1285) Commas (,) must be followed by white space.
(#1285) Closing brace must be on a line by itself
(#1285) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1285) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1285) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1286) Line indented incorrectly; expected at least 116 spaces, found 0
(#1286) Variable "T" must be all lower-case
(#1286) Expected 1 space after closing parenthesis; found 0
(#1286) Opening brace must be the last content on the line
(#1286) Variable "J" must be all lower-case
(#1286) Expected 1 space before "="; 0 found
(#1286) Expected 1 space after "="; 0 found
(#1286) Inline control structures are not allowed
(#1286) Expected 1 space after "as"; 0 found
(#1286) Variable "T" must be all lower-case
(#1287) Line indented incorrectly; expected at least 120 spaces, found 0
(#1287) Variable "R" must be all lower-case
(#1287) Variable "J" must be all lower-case
(#1287) Expected 1 space before "="; 0 found
(#1287) Expected 1 space after "="; 0 found
(#1287) Variable "J" must be all lower-case
(#1287) Variable "R" must be all lower-case
(#1287) Commas (,) must be followed by white space.
(#1287) Commas (,) must be followed by white space.
(#1287) Variable "J" must be all lower-case
(#1287) Closing brace must be on a line by itself
(#1288) Line indented incorrectly; expected at least 120 spaces, found 0
(#1288) Expected 1 space after closing parenthesis; found 0
(#1288) Opening brace must be the last content on the line
(#1288) Closing brace must be on a line by itself
(#1288) Expected 1 space before "="; 0 found
(#1288) Expected 1 space after "="; 0 found
(#1288) Expected 1 space before "="; 0 found
(#1288) Expected 1 space after "="; 0 found
(#1288) Commas (,) must be followed by white space.
(#1288) Expected 1 space before "="; 0 found
(#1288) Expected 1 space after "="; 0 found
(#1288) Expected 1 space before "="; 0 found
(#1288) Expected 1 space after "="; 0 found
(#1288) Expected 1 space before "="; 0 found
(#1288) Expected 1 space after "="; 0 found
(#1288) Expected 1 space before "="; 0 found
(#1288) Expected 1 space after "="; 0 found
(#1288) Variable "_h" must not contain underscores.
(#1288) Expected 1 space before "="; 0 found
(#1288) Expected 1 space after "="; 0 found
(#1288) Expected "foreach (...) {\n"; found "foreach(...){"
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Expected 1 space before "as"; 0 found
(#1288) Expected 1 space after "as"; 0 found
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Commas (,) must be followed by white space.
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Commas (,) must be followed by white space.
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Commas (,) must be followed by white space.
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Commas (,) must be followed by white space.
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Commas (,) must be followed by white space.
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Commas (,) must be followed by white space.
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Commas (,) must be followed by white space.
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Commas (,) must be followed by white space.
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Commas (,) must be followed by white space.
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Commas (,) must be followed by white space.
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Commas (,) must be followed by white space.
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Commas (,) must be followed by white space.
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Variable "X" must be all lower-case
(#1288) Expected 1 space before "+="; 0 found
(#1288) Expected 1 space after "+="; 0 found
(#1288) Variable "X" must be all lower-case
(#1288) Variable "_h" must not contain underscores.
(#1288) Expected 1 space before "="; 0 found
(#1288) Expected 1 space after "="; 0 found
(#1288) Variable "X" must be all lower-case
(#1288) Closing brace must be on a line by itself
(#1288) Closing brace must be on a line by itself
(#1288) Expected 1 space before "="; 0 found
(#1288) Expected 1 space after "="; 0 found
(#1288) Expected 1 space before "=>"; 0 found
(#1288) Expected 1 space after "=>"; 0 found
(#1288) Expected 1 space before "+"; 0 found
(#1288) Expected 1 space after "+"; 0 found
(#1288) Expected "if (...) {\n"; found "if(...){"
(#1288) Expected 1 space before "="; 0 found
(#1288) Expected 1 space after "="; 0 found
(#1288) Commas (,) must be followed by white space.
(#1288) Commas (,) must be followed by white space.
(#1288) Commas (,) must be followed by white space.
(#1288) Expected "if (...) {\n"; found "if(...){"
(#1288) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#1288) Line exceeds maximum limit of 180 characters; contains 592 characters
(#1288) Line exceeds maximum limit of 180 characters; contains 592 characters
(#1288) Line exceeds maximum limit of 180 characters; contains 592 characters
(#1289) Line indented incorrectly; expected at least 88 spaces, found 0
(#1290) Line indented incorrectly; expected at least 88 spaces, found 0
(#1291) Line indented incorrectly; expected at least 88 spaces, found 0
(#1291) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1291) Scope modifier not specified for member variable "$extension"
(#1291) Expected 1 space before "="; 0 found
(#1291) Expected 1 space after "="; 0 found
(#1291) Visibility must be declared on method "__construct"
(#1292) Line indented incorrectly; expected at least 92 spaces, found 0
(#1292) Expected 1 space after closing parenthesis; found 0
(#1292) Opening brace must be the last content on the line
(#1292) Closing brace must be on a line by itself
(#1292) Visibility must be declared on method "connect"
(#1293) Line indented incorrectly; expected at least 92 spaces, found 0
(#1293) Variable "O" must be all lower-case
(#1293) Commas (,) must be followed by white space.
(#1293) Variable "V" must be all lower-case
(#1293) Commas (,) must be followed by white space.
(#1293) Variable "G" must be all lower-case
(#1293) Commas (,) must be followed by white space.
(#1293) Commas (,) must be followed by white space.
(#1293) Variable "Wf" must be all lower-case
(#1293) Commas (,) must be followed by white space.
(#1293) Expected 1 space after closing parenthesis; found 0
(#1293) Opening brace must be the last content on the line
(#1293) Commas (,) must be followed by white space.
(#1293) Variable "Wf" must be all lower-case
(#1293) Expected 1 space before "="; 0 found
(#1293) Expected 1 space after "="; 0 found
(#1293) Commas (,) must be followed by white space.
(#1293) Variable "O" must be all lower-case
(#1293) Commas (,) must be followed by white space.
(#1293) Expected 1 space before "="; 0 found
(#1293) Expected 1 space after "="; 0 found
(#1293) Inline control structures are not allowed
(#1293) Commas (,) must be followed by white space.
(#1293) Commas (,) must be followed by white space.
(#1293) Commas (,) must be followed by white space.
(#1293) Commas (,) must be followed by white space.
(#1293) Variable "J" must be all lower-case
(#1293) Expected 1 space before "="; 0 found
(#1293) Expected 1 space after "="; 0 found
(#1293) Variable "O" must be all lower-case
(#1293) Expected 1 space before "!="; 0 found
(#1293) Expected 1 space after "!="; 0 found
(#1293) Expected 1 space before "?"; 0 found
(#1293) Expected 1 space after "?"; 0 found
(#1293) Expected 1 space before ":"; 0 found
(#1293) Expected 1 space after ":"; 0 found
(#1293) Commas (,) must be followed by white space.
(#1293) Variable "O" must be all lower-case
(#1293) Variable "V" must be all lower-case
(#1293) Expected 1 space before "!="; 0 found
(#1293) Expected 1 space after "!="; 0 found
(#1293) Expected 1 space before "?"; 0 found
(#1293) Expected 1 space after "?"; 0 found
(#1293) Variable "V" must be all lower-case
(#1293) Expected 1 space before ":"; 0 found
(#1293) Expected 1 space after ":"; 0 found
(#1293) Commas (,) must be followed by white space.
(#1293) Variable "O" must be all lower-case
(#1293) Variable "V" must be all lower-case
(#1293) Variable "G" must be all lower-case
(#1293) Expected 1 space before "!="; 0 found
(#1293) Expected 1 space after "!="; 0 found
(#1293) Expected 1 space before "?"; 0 found
(#1293) Expected 1 space after "?"; 0 found
(#1293) Variable "G" must be all lower-case
(#1293) Expected 1 space before ":"; 0 found
(#1293) Expected 1 space after ":"; 0 found
(#1293) Commas (,) must be followed by white space.
(#1293) Commas (,) must be followed by white space.
(#1293) Variable "Wf" must be all lower-case
(#1293) Expected 1 space before "?"; 0 found
(#1293) Expected 1 space after "?"; 0 found
(#1293) Variable "Wf" must be all lower-case
(#1293) Expected 1 space before ":"; 0 found
(#1293) Expected 1 space after ":"; 0 found
(#1293) Commas (,) must be followed by white space.
(#1293) Variable "Wf" must be all lower-case
(#1293) Expected 1 space before "?"; 0 found
(#1293) Expected 1 space after "?"; 0 found
(#1293) Variable "Wf" must be all lower-case
(#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) Expected 1 space before ":"; 0 found
(#1293) Expected 1 space after ":"; 0 found
(#1293) Variable "J" must be all lower-case
(#1293) Closing brace must be on a line by itself
(#1293) Line exceeds maximum limit of 180 characters; contains 484 characters
(#1293) Visibility must be declared on method "set_charset"
(#1293) Line exceeds maximum limit of 180 characters; contains 484 characters
(#1293) Line exceeds maximum limit of 180 characters; contains 484 characters
(#1294) Line indented incorrectly; expected at least 92 spaces, found 0
(#1294) Expected 1 space after closing parenthesis; found 0
(#1294) Opening brace must be the last content on the line
(#1294) Inline control structures are not allowed
(#1295) Line indented incorrectly; expected at least 96 spaces, found 0
(#1295) Closing brace must be on a line by itself
(#1295) Visibility must be declared on method "result"
(#1296) Line indented incorrectly; expected at least 92 spaces, found 0
(#1296) Variable "H" must be all lower-case
(#1296) Commas (,) must be followed by white space.
(#1296) Expected 1 space after closing parenthesis; found 0
(#1296) Opening brace must be the last content on the line
(#1296) Variable "I" must be all lower-case
(#1296) Expected 1 space before "="; 0 found
(#1296) Expected 1 space after "="; 0 found
(#1296) Variable "H" must be all lower-case
(#1296) Inline control structures are not allowed
(#1296) Variable "I" must be all lower-case
(#1297) Line indented incorrectly; expected at least 96 spaces, found 0
(#1297) Variable "K" must be all lower-case
(#1297) Expected 1 space before "="; 0 found
(#1297) Expected 1 space after "="; 0 found
(#1297) Variable "I" must be all lower-case
(#1297) Variable "K" must be all lower-case
(#1297) Closing brace must be on a line by itself
(#1297) Visibility must be declared on method "quote"
(#1298) Line indented incorrectly; expected at least 96 spaces, found 0
(#1298) Variable "Q" must be all lower-case
(#1298) Expected 1 space after closing parenthesis; found 0
(#1298) Opening brace must be the last content on the line
(#1298) Variable "Q" must be all lower-case
(#1298) Closing brace must be on a line by itself
(#1298) Closing brace must be on a line by itself
(#1298) Closing brace must be on a line by itself
(#1298) Usage of ELSEIF not allowed; use ELSE IF instead
(#1298) Line exceeds 132 characters; contains 151 characters
(#1298) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#1298) Line exceeds 132 characters; contains 151 characters
(#1298) Line exceeds 132 characters; contains 151 characters
(#1299) Line indented incorrectly; expected at least 124 spaces, found 0
(#1299) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1299) Scope modifier not specified for member variable "$extension"
(#1299) Expected 1 space before "="; 0 found
(#1299) Expected 1 space after "="; 0 found
(#1299) Commas (,) must be followed by white space.
(#1299) Member variable "server_info" must not contain underscores.
(#1299) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1299) Scope modifier not specified for member variable "$server_info"
(#1299) Commas (,) must be followed by white space.
(#1299) Member variable "affected_rows" must not contain underscores.
(#1299) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1299) Scope modifier not specified for member variable "$affected_rows"
(#1299) Commas (,) must be followed by white space.
(#1299) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1299) Scope modifier not specified for member variable "$errno"
(#1299) Commas (,) must be followed by white space.
(#1299) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1299) Scope modifier not specified for member variable "$error"
(#1299) Commas (,) must be followed by white space.
(#1299) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1299) Scope modifier not specified for member variable "$_link"
(#1299) Commas (,) must be followed by white space.
(#1299) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1299) Scope modifier not specified for member variable "$_result"
(#1299) Visibility must be declared on method "connect"
(#1300) Line indented incorrectly; expected at least 128 spaces, found 0
(#1300) Variable "O" must be all lower-case
(#1300) Commas (,) must be followed by white space.
(#1300) Variable "V" must be all lower-case
(#1300) Commas (,) must be followed by white space.
(#1300) Variable "G" 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) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1300) Variable "O" must be all lower-case
(#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 "O" must be all lower-case
(#1300) Expected 1 space before ":"; 0 found
(#1300) Expected 1 space after ":"; 0 found
(#1300) Commas (,) must be followed by white space.
(#1300) Variable "O" must be all lower-case
(#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 "V" must be all lower-case
(#1300) Expected 1 space before ":"; 0 found
(#1300) Expected 1 space after ":"; 0 found
(#1300) Commas (,) must be followed by white space.
(#1300) Variable "O" must be all lower-case
(#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 "G" must be all lower-case
(#1300) Expected 1 space before ":"; 0 found
(#1300) Expected 1 space after ":"; 0 found
(#1300) Commas (,) must be followed by white space.
(#1300) Commas (,) must be followed by white space.
(#1300) Inline control structures are not allowed
(#1300) Expected 1 space before "="; 0 found
(#1300) Expected 1 space after "="; 0 found
(#1300) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1300) Inline control structures are not allowed
(#1300) Expected 1 space before "="; 0 found
(#1300) Expected 1 space after "="; 0 found
(#1300) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1300) Closing brace must be on a line by itself
(#1300) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1300) Visibility must be declared on method "set_charset"
(#1300) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1300) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1301) Line indented incorrectly; expected at least 128 spaces, found 0
(#1301) Expected 1 space after closing parenthesis; found 0
(#1301) Opening brace must be the last content on the line
(#1301) Expected "if (...) {\n"; found "if(...){"
(#1301) Inline control structures are not allowed
(#1301) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1301) Commas (,) must be followed by white space.
(#1302) Line indented incorrectly; expected at least 136 spaces, found 0
(#1302) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1302) Commas (,) must be followed by white space.
(#1302) Closing brace must be on a line by itself
(#1302) Closing brace must be on a line by itself
(#1302) Visibility must be declared on method "quote"
(#1303) Line indented incorrectly; expected at least 128 spaces, found 0
(#1303) Variable "Q" must be all lower-case
(#1303) Expected 1 space after closing parenthesis; found 0
(#1303) Opening brace must be the last content on the line
(#1303) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1303) Variable "Q" must be all lower-case
(#1303) Commas (,) must be followed by white space.
(#1303) Closing brace must be on a line by itself
(#1303) Visibility must be declared on method "select_db"
(#1304) Line indented incorrectly; expected at least 128 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 132 spaces, found 0
(#1305) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1305) Commas (,) must be followed by white space.
(#1305) Closing brace must be on a line by itself
(#1305) Visibility must be declared on method "query"
(#1306) Line indented incorrectly; expected at least 128 spaces, found 0
(#1306) Variable "H" must be all lower-case
(#1306) Commas (,) must be followed by white space.
(#1306) Expected 1 space after closing parenthesis; found 0
(#1306) Opening brace must be the last content on the line
(#1306) Variable "I" must be all lower-case
(#1306) Expected 1 space before "="; 0 found
(#1306) Expected 1 space after "="; 0 found
(#1306) Expected 1 space before "?"; 0 found
(#1306) Expected 1 space after "?"; 0 found
(#1306) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1306) Variable "H" must be all lower-case
(#1306) Commas (,) must be followed by white space.
(#1306) Expected 1 space before ":"; 0 found
(#1306) Expected 1 space after ":"; 0 found
(#1306) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1306) Variable "H" must be all lower-case
(#1306) Commas (,) must be followed by white space.
(#1306) Expected 1 space before "="; 0 found
(#1306) Expected 1 space after "="; 0 found
(#1306) Expected "if (...) {\n"; found "if(...){"
(#1306) Variable "I" must be all lower-case
(#1306) Expected 1 space before "="; 0 found
(#1306) Expected 1 space after "="; 0 found
(#1306) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1306) Expected 1 space before "="; 0 found
(#1306) Expected 1 space after "="; 0 found
(#1306) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1306) Line exceeds maximum limit of 180 characters; contains 207 characters
(#1306) Line exceeds maximum limit of 180 characters; contains 207 characters
(#1306) Line exceeds maximum limit of 180 characters; contains 207 characters
(#1307) Line indented incorrectly; expected at least 136 spaces, found 0
(#1307) Closing brace must be on a line by itself
(#1307) Expected "if (...) {\n"; found "if(...){"
(#1307) Variable "I" must be all lower-case
(#1307) Expected 1 space before "==="; 0 found
(#1307) Expected 1 space after "==="; 0 found
(#1307) Expected 1 space before "="; 0 found
(#1307) Expected 1 space after "="; 0 found
(#1307) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1307) Expected 1 space before "="; 0 found
(#1307) Expected 1 space after "="; 0 found
(#1307) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1308) Line indented incorrectly; expected at least 132 spaces, found 0
(#1308) Closing brace must be on a line by itself
(#1309) Line indented incorrectly; expected at least 136 spaces, found 0
(#1310) Line indented incorrectly; expected at least 136 spaces, found 0
(#1310) Variable "I" must be all lower-case
(#1310) Closing brace must be on a line by itself
(#1310) Visibility must be declared on method "multi_query"
(#1311) Line indented incorrectly; expected at least 132 spaces, found 0
(#1311) Variable "H" must be all lower-case
(#1311) Expected 1 space after closing parenthesis; found 0
(#1311) Opening brace must be the last content on the line
(#1311) Expected 1 space before "="; 0 found
(#1311) Expected 1 space after "="; 0 found
(#1311) Variable "H" must be all lower-case
(#1311) Closing brace must be on a line by itself
(#1311) Visibility must be declared on method "store_result"
(#1312) Line indented incorrectly; expected at least 132 spaces, found 0
(#1312) Expected 1 space after closing parenthesis; found 0
(#1312) Opening brace must be the last content on the line
(#1312) Closing brace must be on a line by itself
(#1312) Visibility must be declared on method "next_result"
(#1313) Line indented incorrectly; expected at least 132 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 136 spaces, found 0
(#1314) Closing brace must be on a line by itself
(#1314) Visibility must be declared on method "result"
(#1315) Line indented incorrectly; expected at least 132 spaces, found 0
(#1315) Variable "H" must be all lower-case
(#1315) Commas (,) must be followed by white space.
(#1315) Expected 1 space after closing parenthesis; found 0
(#1315) Opening brace must be the last content on the line
(#1315) Variable "I" must be all lower-case
(#1315) Expected 1 space before "="; 0 found
(#1315) Expected 1 space after "="; 0 found
(#1315) Variable "H" must be all lower-case
(#1315) Inline control structures are not allowed
(#1315) Variable "I" must be all lower-case
(#1315) Variable "I" must be all lower-case
(#1316) Line indented incorrectly; expected at least 136 spaces, found 0
(#1317) Line indented incorrectly; expected at least 136 spaces, found 0
(#1317) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1317) Variable "I" must be all lower-case
(#1317) Commas (,) must be followed by white space.
(#1317) Commas (,) must be followed by white space.
(#1317) Closing brace must be on a line by itself
(#1317) Closing brace must be on a line by itself
(#1317) Duplicate class name "Min_Result" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 235
(#1318) Line indented incorrectly; expected at least 96 spaces, found 0
(#1318) Member variable "num_rows" must not contain underscores.
(#1318) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1318) Scope modifier not specified for member variable "$num_rows"
(#1318) Commas (,) must be followed by white space.
(#1318) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1318) Scope modifier not specified for member variable "$_result"
(#1318) Commas (,) must be followed by white space.
(#1318) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1318) Scope modifier not specified for member variable "$_offset"
(#1318) Expected 1 space before "="; 0 found
(#1318) Expected 1 space after "="; 0 found
(#1318) Visibility must be declared on method "__construct"
(#1319) Line indented incorrectly; expected at least 100 spaces, found 0
(#1319) Variable "I" must be all lower-case
(#1319) Expected 1 space after closing parenthesis; found 0
(#1319) Opening brace must be the last content on the line
(#1319) Expected 1 space before "="; 0 found
(#1319) Expected 1 space after "="; 0 found
(#1319) Variable "I" must be all lower-case
(#1319) Expected 1 space before "="; 0 found
(#1319) Expected 1 space after "="; 0 found
(#1319) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1319) Variable "I" must be all lower-case
(#1319) Closing brace must be on a line by itself
(#1319) Visibility must be declared on method "fetch_assoc"
(#1320) Line indented incorrectly; expected at least 100 spaces, found 0
(#1320) Expected 1 space after closing parenthesis; found 0
(#1320) Opening brace must be the last content on the line
(#1321) Line indented incorrectly; expected at least 104 spaces, found 0
(#1321) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1321) Closing brace must be on a line by itself
(#1321) Visibility must be declared on method "fetch_row"
(#1322) Line indented incorrectly; expected at least 100 spaces, found 0
(#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 104 spaces, found 0
(#1323) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1323) Closing brace must be on a line by itself
(#1323) Visibility must be declared on method "fetch_field"
(#1324) Line indented incorrectly; expected at least 104 spaces, found 0
(#1324) Expected 1 space after closing parenthesis; found 0
(#1324) Opening brace must be the last content on the line
(#1324) Variable "J" must be all lower-case
(#1324) Expected 1 space before "="; 0 found
(#1324) Expected 1 space after "="; 0 found
(#1324) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1324) Commas (,) must be followed by white space.
(#1324) Variable "J" must be all lower-case
(#1324) Expected 1 space before "="; 0 found
(#1324) Expected 1 space after "="; 0 found
(#1324) Variable "J" must be all lower-case
(#1324) Variable "J" must be all lower-case
(#1324) Expected 1 space before "="; 0 found
(#1324) Expected 1 space after "="; 0 found
(#1324) Variable "J" must be all lower-case
(#1324) Variable "J" must be all lower-case
(#1324) Expected 1 space before "="; 0 found
(#1324) Expected 1 space after "="; 0 found
(#1324) Variable "J" must be all lower-case
(#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) Variable "J" must be all lower-case
(#1324) Closing brace must be on a line by itself
(#1324) Line exceeds 132 characters; contains 160 characters
(#1324) Line exceeds 132 characters; contains 160 characters
(#1324) Line exceeds 132 characters; contains 160 characters
(#1324) Visibility must be declared on method "__destruct"
(#1325) Line indented incorrectly; expected at least 104 spaces, found 0
(#1325) Expected 1 space after closing parenthesis; found 0
(#1325) Opening brace must be the last content on the line
(#1325) Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
(#1325) Closing brace must be on a line by itself
(#1325) Closing brace must be on a line by itself
(#1325) Closing brace must be on a line by itself
(#1325) Usage of ELSEIF not allowed; use ELSE IF instead
(#1325) Duplicate class name "Min_DB" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 264
(#1326) Line indented incorrectly; expected at least 100 spaces, found 0
(#1327) Line indented incorrectly; expected at least 100 spaces, found 0
(#1328) Line indented incorrectly; expected at least 100 spaces, found 0
(#1328) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1328) Scope modifier not specified for member variable "$extension"
(#1328) Expected 1 space before "="; 0 found
(#1328) Expected 1 space after "="; 0 found
(#1328) Visibility must be declared on method "connect"
(#1329) Line indented incorrectly; expected at least 104 spaces, found 0
(#1329) Variable "O" must be all lower-case
(#1329) Commas (,) must be followed by white space.
(#1329) Variable "V" must be all lower-case
(#1329) Commas (,) must be followed by white space.
(#1329) Variable "G" must be all lower-case
(#1329) Expected 1 space after closing parenthesis; found 0
(#1329) Opening brace must be the last content on the line
(#1329) Expected 1 space before "="; 0 found
(#1329) Expected 1 space after "="; 0 found
(#1329) Expected 1 space before "="; 0 found
(#1329) Expected 1 space after "="; 0 found
(#1329) Inline control structures are not allowed
(#1329) Expected 1 space before "="; 0 found
(#1329) Expected 1 space after "="; 0 found
(#1329) Expected 1 space before "=>"; 0 found
(#1329) Expected 1 space after "=>"; 0 found
(#1329) Commas (,) must be followed by white space.
(#1329) Expected 1 space before "=>"; 0 found
(#1329) Expected 1 space after "=>"; 0 found
(#1329) Commas (,) must be followed by white space.
(#1329) Expected 1 space before "=>"; 0 found
(#1329) Expected 1 space after "=>"; 0 found
(#1329) Commas (,) must be followed by white space.
(#1329) Commas (,) must be followed by white space.
(#1329) Commas (,) must be followed by white space.
(#1329) Commas (,) must be followed by white space.
(#1329) Commas (,) must be followed by white space.
(#1329) Variable "O" must be all lower-case
(#1329) Commas (,) must be followed by white space.
(#1329) Variable "V" must be all lower-case
(#1329) Commas (,) must be followed by white space.
(#1329) Variable "G" must be all lower-case
(#1329) Commas (,) must be followed by white space.
(#1329) Line exceeds maximum limit of 180 characters; contains 315 characters
(#1329) Line exceeds maximum limit of 180 characters; contains 315 characters
(#1329) Line exceeds maximum limit of 180 characters; contains 315 characters
(#1330) Line indented incorrectly; expected at least 108 spaces, found 0
(#1330) Closing brace must be on a line by itself
(#1330) Visibility must be declared on method "set_charset"
(#1331) Line indented incorrectly; expected at least 100 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 "select_db"
(#1332) Line indented incorrectly; expected at least 100 spaces, found 0
(#1332) Expected 1 space after closing parenthesis; found 0
(#1332) Opening brace must be the last content on the line
(#1332) Closing brace must be on a line by itself
(#1332) Visibility must be declared on method "query"
(#1333) Line indented incorrectly; expected at least 100 spaces, found 0
(#1333) Variable "H" must be all lower-case
(#1333) Commas (,) must be followed by white space.
(#1333) Expected 1 space after closing parenthesis; found 0
(#1333) Opening brace must be the last content on the line
(#1333) Commas (,) must be followed by white space.
(#1334) Line indented incorrectly; expected at least 104 spaces, found 0
(#1334) Variable "H" must be all lower-case
(#1334) Commas (,) must be followed by white space.
(#1334) Closing brace must be on a line by itself
(#1334) Closing brace must be on a line by itself
(#1334) Closing brace must be on a line by itself
(#1334) Duplicate class name "Min_Driver" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/adminer/lib/adminer.php on line 274
(#1335) Line indented incorrectly; expected at least 104 spaces, found 0
(#1336) Line indented incorrectly; expected at least 104 spaces, found 0
(#1337) Line indented incorrectly; expected at least 104 spaces, found 0
(#1337) Visibility must be declared on method "insert"
(#1338) Line indented incorrectly; expected at least 108 spaces, found 0
(#1338) Variable "R" must be all lower-case
(#1338) Commas (,) must be followed by white space.
(#1338) Variable "P" must be all lower-case
(#1338) Expected 1 space after closing parenthesis; found 0
(#1338) Opening brace must be the last content on the line
(#1338) Variable "P" must be all lower-case
(#1338) Expected 1 space before "?"; 0 found
(#1338) Expected 1 space after "?"; 0 found
(#1338) Variable "R" must be all lower-case
(#1338) Commas (,) must be followed by white space.
(#1338) Variable "P" must be all lower-case
(#1338) Expected 1 space before ":"; 0 found
(#1338) Expected 1 space after ":"; 0 found
(#1338) Variable "R" must be all lower-case
(#1338) Closing brace must be on a line by itself
(#1338) method name "Min_Driver::insertUpdate" must be in lower-case letters only
(#1338) Visibility must be declared on method "insertUpdate"
(#1339) Line indented incorrectly; expected at least 108 spaces, found 0
(#1339) Variable "R" must be all lower-case
(#1339) Commas (,) must be followed by white space.
(#1339) Variable "L" must be all lower-case
(#1339) Commas (,) must be followed by white space.
(#1339) Expected 1 space after closing parenthesis; found 0
(#1339) Opening brace must be the last content on the line
(#1339) Expected 1 space before "="; 0 found
(#1339) Expected 1 space after "="; 0 found
(#1339) Variable "L" must be all lower-case
(#1339) Expected 1 space before "="; 0 found
(#1339) Expected 1 space after "="; 0 found
(#1339) Variable "R" must be all lower-case
(#1339) Commas (,) must be followed by white space.
(#1339) Variable "Ni" must be all lower-case
(#1339) Expected 1 space before "="; 0 found
(#1339) Expected 1 space after "="; 0 found
(#1339) Inline control structures are not allowed
(#1339) Expected 1 space after "as"; 0 found
(#1339) Line exceeds 132 characters; contains 135 characters
(#1339) Line exceeds 132 characters; contains 135 characters
(#1339) Line exceeds 132 characters; contains 135 characters
(#1340) Line indented incorrectly; expected at least 112 spaces, found 0
(#1340) Variable "Ni" must be all lower-case
(#1340) Expected 1 space before "="; 0 found
(#1340) Expected 1 space after "="; 0 found
(#1340) Variable "Ch" must be all lower-case
(#1340) Expected 1 space before "="; 0 found
(#1340) Expected 1 space after "="; 0 found
(#1340) Commas (,) must be followed by white space.
(#1340) Variable "Ni" must be all lower-case
(#1340) Variable "Ni" must be all lower-case
(#1340) Expected 1 space before "="; 0 found
(#1340) Expected 1 space after "="; 0 found
(#1340) Expected 1 space before "="; 0 found
(#1340) Expected 1 space after "="; 0 found
(#1340) Expected "foreach (...) {\n"; found "foreach(...){"
(#1340) Expected 1 space after "as"; 0 found
(#1340) Variable "L" must be all lower-case
(#1341) Line indented incorrectly; expected at least 112 spaces, found 0
(#1341) Variable "P" must be all lower-case
(#1341) Variable "Y" must be all lower-case
(#1341) Expected 1 space before "="; 0 found
(#1341) Expected 1 space after "="; 0 found
(#1341) Commas (,) must be followed by white space.
(#1341) Variable "P" must be all lower-case
(#1341) Expected "if (...) {\n"; found "if(...){"
(#1341) Variable "Ni" must be all lower-case
(#1341) Expected 1 space before "+"; 0 found
(#1341) Expected 1 space after "+"; 0 found
(#1341) Expected 1 space before "+"; 0 found
(#1341) Expected 1 space after "+"; 0 found
(#1341) Variable "Y" must be all lower-case
(#1341) Expected 1 space before "+"; 0 found
(#1341) Expected 1 space after "+"; 0 found
(#1341) Variable "Ch" must be all lower-case
(#1341) Expected 1 space before ">"; 0 found
(#1341) Expected 1 space after ">"; 0 found
(#1341) Inline control structures are not allowed
(#1341) Commas (,) must be followed by white space.
(#1341) Variable "Ni" must be all lower-case
(#1341) Variable "Ch" must be all lower-case
(#1341) Line exceeds 132 characters; contains 134 characters
(#1341) Line exceeds 132 characters; contains 134 characters
(#1341) Line exceeds 132 characters; contains 134 characters
(#1342) Line indented incorrectly; expected at least 120 spaces, found 0
(#1342) Variable "Ni" must be all lower-case
(#1342) Expected 1 space before "="; 0 found
(#1342) Expected 1 space after "="; 0 found
(#1342) Expected 1 space before "="; 0 found
(#1342) Expected 1 space after "="; 0 found
(#1342) Closing brace must be on a line by itself
(#1342) Variable "Ni" must be all lower-case
(#1342) Expected 1 space before "="; 0 found
(#1342) Expected 1 space after "="; 0 found
(#1342) Variable "Y" must be all lower-case
(#1342) Expected 1 space before "+="; 0 found
(#1342) Expected 1 space after "+="; 0 found
(#1342) Variable "Y" must be all lower-case
(#1342) Expected 1 space before "+"; 0 found
(#1342) Expected 1 space after "+"; 0 found
(#1342) Closing brace must be on a line by itself
(#1343) Line indented incorrectly; expected at least 112 spaces, found 0
(#1343) Commas (,) must be followed by white space.
(#1343) Variable "Ni" must be all lower-case
(#1343) Variable "Ch" must be all lower-case
(#1343) Closing brace must be on a line by itself
(#1343) method name "Min_Driver::convertSearch" must be in lower-case letters only
(#1343) Visibility must be declared on method "convertSearch"
(#1344) Line indented incorrectly; expected at least 108 spaces, found 0
(#1344) Commas (,) must be followed by white space.
(#1344) Variable "X" must be all lower-case
(#1344) Commas (,) must be followed by white space.
(#1344) Expected 1 space after closing parenthesis; found 0
(#1344) Opening brace must be the last content on the line
(#1344) Commas (,) must be followed by white space.
(#1344) Commas (,) must be followed by white space.
(#1344) Expected 1 space before "?"; 0 found
(#1344) Expected 1 space after "?"; 0 found
(#1344) Expected 1 space before ":"; 0 found
(#1344) Expected 1 space after ":"; 0 found
(#1344) Closing brace must be on a line by itself
(#1344) Line exceeds 132 characters; contains 176 characters
(#1344) Line exceeds 132 characters; contains 176 characters
(#1344) Line exceeds 132 characters; contains 176 characters
(#1344) Visibility must be declared on method "warnings"
(#1345) Line indented incorrectly; expected at least 108 spaces, found 0
(#1345) Expected 1 space after closing parenthesis; found 0
(#1345) Opening brace must be the last content on the line
(#1345) Variable "I" must be all lower-case
(#1345) Expected 1 space before "="; 0 found
(#1345) Expected 1 space after "="; 0 found
(#1345) Expected "if (...) {\n"; found "if(...){"
(#1345) Variable "I" must be all lower-case
(#1345) Variable "I" must be all lower-case
(#1345) Variable "I" must be all lower-case
(#1346) Line indented incorrectly; expected at least 116 spaces, found 0
(#1346) Closing brace must be on a line by itself
(#1346) Closing brace must be on a line by itself
(#1346) method name "Min_Driver::tableHelp" must be in lower-case letters only
(#1346) Visibility must be declared on method "tableHelp"
(#1347) Line indented incorrectly; expected at least 108 spaces, found 0
(#1347) Variable "D" must be all lower-case
(#1347) Expected 1 space after closing parenthesis; found 0
(#1347) Opening brace must be the last content on the line
(#1347) Expected 1 space before "="; 0 found
(#1347) Expected 1 space after "="; 0 found
(#1347) Commas (,) must be followed by white space.
(#1347) Inline control structures are not allowed
(#1348) Line indented incorrectly; expected at least 112 spaces, found 0
(#1348) Expected 1 space before "?"; 0 found
(#1348) Expected 1 space after "?"; 0 found
(#1348) Variable "D" must be all lower-case
(#1348) Expected 1 space before ":"; 0 found
(#1348) Expected 1 space after ":"; 0 found
(#1348) Commas (,) must be followed by white space.
(#1348) Commas (,) must be followed by white space.
(#1348) Variable "D" must be all lower-case
(#1348) Inline control structures are not allowed
(#1348) Expected 1 space before "=="; 0 found
(#1348) Expected 1 space after "=="; 0 found
(#1348) Expected 1 space before "?"; 0 found
(#1348) Expected 1 space after "?"; 0 found
(#1348) Variable "D" must be all lower-case
(#1348) Expected 1 space before ":"; 0 found
(#1348) Expected 1 space after ":"; 0 found
(#1348) Closing brace must be on a line by itself
(#1348) Closing brace must be on a line by itself
(#1348) Line exceeds 132 characters; contains 164 characters
(#1348) Line exceeds 132 characters; contains 164 characters
(#1348) Line exceeds 132 characters; contains 164 characters
(#1349) Line indented incorrectly; expected at least 104 spaces, found 0
(#1349) Expected 1 space after closing parenthesis; found 0
(#1349) Opening brace must be the last content on the line
(#1349) The use of backticks in strings is not recommended
(#1349) The use of backticks in strings is not recommended
(#1349) Commas (,) must be followed by white space.
(#1349) The use of backticks in strings is not recommended
(#1349) Commas (,) must be followed by white space.
(#1349) The use of backticks in strings is not recommended
(#1349) Closing brace must be on a line by itself
(#1350) Line indented incorrectly; expected at least 104 spaces, found 0
(#1350) Expected 1 space after closing parenthesis; found 0
(#1350) Opening brace must be the last content on the line
(#1351) Line indented incorrectly; expected at least 108 spaces, found 0
(#1351) Closing brace must be on a line by itself
(#1352) Line indented incorrectly; expected at least 104 spaces, found 0
(#1352) Expected 1 space after closing parenthesis; found 0
(#1352) Opening brace must be the last content on the line
(#1352) Commas (,) must be followed by white space.
(#1352) Commas (,) must be followed by white space.
(#1352) Variable "_h" must not contain underscores.
(#1352) Expected 1 space before "="; 0 found
(#1352) Expected 1 space after "="; 0 found
(#1353) Line indented incorrectly; expected at least 108 spaces, found 0
(#1353) Expected 1 space before "="; 0 found
(#1353) Expected 1 space after "="; 0 found
(#1353) Expected "if (...) {\n"; found "if(...){"
(#1353) Commas (,) must be followed by white space.
(#1353) Commas (,) must be followed by white space.
(#1353) Expected "if (...) {\n"; found "if(...){"
(#1353) Commas (,) must be followed by white space.
(#1353) Commas (,) must be followed by white space.
(#1353) Variable "_h" must not contain underscores.
(#1353) Expected 1 space before "="; 0 found
(#1353) Expected 1 space after "="; 0 found
(#1353) Expected 1 space before "="; 0 found
(#1353) Expected 1 space after "="; 0 found
(#1353) Closing brace must be on a line by itself
(#1353) Closing brace must be on a line by itself
(#1353) Variable "J" must be all lower-case
(#1353) Expected 1 space before "="; 0 found
(#1353) Expected 1 space after "="; 0 found
(#1353) Inline control structures are not allowed
(#1353) Variable "J" must be all lower-case
(#1353) Variable "Rg" must be all lower-case
(#1353) Expected 1 space before "="; 0 found
(#1353) Expected 1 space after "="; 0 found
(#1353) Commas (,) must be followed by white space.
(#1353) Commas (,) must be followed by white space.
(#1353) Variable "J" must be all lower-case
(#1353) Expected 1 space before ">"; 0 found
(#1353) Expected 1 space after ">"; 0 found
(#1353) Variable "J" must be all lower-case
(#1353) Variable "J" must be all lower-case
(#1353) Expected 1 space before "="; 0 found
(#1353) Expected 1 space after "="; 0 found
(#1353) Variable "Rg" must be all lower-case
(#1353) Variable "J" must be all lower-case
(#1353) Closing brace must be on a line by itself
(#1353) Line exceeds maximum limit of 180 characters; contains 378 characters
(#1353) Line exceeds maximum limit of 180 characters; contains 378 characters
(#1353) Line exceeds maximum limit of 180 characters; contains 378 characters
(#1354) Line indented incorrectly; expected at least 108 spaces, found 0
(#1354) Expected 1 space after closing parenthesis; found 0
(#1354) Opening brace must be the last content on the line
(#1354) Variable "J" must be all lower-case
(#1354) Expected 1 space before "="; 0 found
(#1354) Expected 1 space after "="; 0 found
(#1354) Expected "if (...) {\n"; found "if(...){"
(#1354) Variable "J" must be all lower-case
(#1354) Expected 1 space before "==="; 0 found
(#1354) Expected 1 space after "==="; 0 found
(#1354) Variable "H" must be all lower-case
(#1354) Expected 1 space before "="; 0 found
(#1354) Expected 1 space after "="; 0 found
(#1354) Expected 1 space before "?"; 0 found
(#1354) Expected 1 space after "?"; 0 found
(#1354) Expected 1 space before ":"; 0 found
(#1354) Expected 1 space after ":"; 0 found
(#1354) Variable "J" must be all lower-case
(#1354) Expected 1 space before "="; 0 found
(#1354) Expected 1 space after "="; 0 found
(#1354) Expected 1 space before "?"; 0 found
(#1354) Expected 1 space after "?"; 0 found
(#1354) Variable "H" must be all lower-case
(#1354) Expected 1 space before ":"; 0 found
(#1354) Expected 1 space after ":"; 0 found
(#1354) Variable "H" must be all lower-case
(#1354) Commas (,) must be followed by white space.
(#1354) Variable "J" must be all lower-case
(#1354) Closing brace must be on a line by itself
(#1354) Variable "J" must be all lower-case
(#1354) Closing brace must be on a line by itself
(#1354) Line exceeds maximum limit of 180 characters; contains 257 characters
(#1354) Line exceeds maximum limit of 180 characters; contains 257 characters
(#1354) Line exceeds maximum limit of 180 characters; contains 257 characters
(#1355) Line indented incorrectly; expected at least 108 spaces, found 0
(#1355) Variable "H" must be all lower-case
(#1355) Commas (,) must be followed by white space.
(#1355) Variable "Z" must be all lower-case
(#1355) Commas (,) must be followed by white space.
(#1355) Variable "_" must not contain underscores.
(#1355) Commas (,) must be followed by white space.
(#1355) Variable "E" must be all lower-case
(#1355) Commas (,) must be followed by white space.
(#1355) Variable "N" must be all lower-case
(#1355) Expected 1 space after closing parenthesis; found 0
(#1355) Opening brace must be the last content on the line
(#1355) Variable "H" must be all lower-case
(#1355) Variable "_" must not contain underscores.
(#1355) Expected 1 space before "!=="; 0 found
(#1355) Expected 1 space after "!=="; 0 found
(#1355) Expected 1 space before "?"; 0 found
(#1355) Expected 1 space after "?"; 0 found
(#1355) Variable "N" must be all lower-case
(#1355) Variable "_" must not contain underscores.
(#1355) Variable "E" must be all lower-case
(#1355) Expected 1 space before "?"; 0 found
(#1355) Expected 1 space after "?"; 0 found
(#1355) Variable "E" must be all lower-case
(#1355) Expected 1 space before ":"; 0 found
(#1355) Expected 1 space after ":"; 0 found
(#1355) Expected 1 space before ":"; 0 found
(#1355) Expected 1 space after ":"; 0 found
(#1355) Closing brace must be on a line by itself
(#1356) Line indented incorrectly; expected at least 108 spaces, found 0
(#1356) Variable "R" must be all lower-case
(#1356) Commas (,) must be followed by white space.
(#1356) Variable "H" must be all lower-case
(#1356) Commas (,) must be followed by white space.
(#1356) Variable "Z" must be all lower-case
(#1356) Commas (,) must be followed by white space.
(#1356) Variable "N" must be all lower-case
(#1356) Expected 1 space after closing parenthesis; found 0
(#1356) Opening brace must be the last content on the line
(#1357) Line indented incorrectly; expected at least 112 spaces, found 0
(#1357) Variable "H" must be all lower-case
(#1357) Commas (,) must be followed by white space.
(#1357) Variable "Z" must be all lower-case
(#1357) Commas (,) must be followed by white space.
(#1357) Commas (,) must be followed by white space.
(#1357) Commas (,) must be followed by white space.
(#1357) Variable "N" must be all lower-case
(#1357) Closing brace must be on a line by itself
(#1358) Line indented incorrectly; expected at least 108 spaces, found 0
(#1358) Commas (,) must be followed by white space.
(#1358) Expected 1 space after closing parenthesis; found 0
(#1358) Opening brace must be the last content on the line
(#1358) Variable "J" must be all lower-case
(#1358) Expected 1 space before "="; 0 found
(#1358) Expected 1 space after "="; 0 found
(#1358) Expected 1 space before "="; 0 found
(#1358) Expected 1 space after "="; 0 found
(#1358) Commas (,) must be followed by white space.
(#1358) Inline control structures are not allowed
(#1358) Commas (,) must be followed by white space.
(#1358) Commas (,) must be followed by white space.
(#1358) Variable "C" must be all lower-case
(#1358) Variable "J" must be all lower-case
(#1358) Expected 1 space before "="; 0 found
(#1358) Expected 1 space after "="; 0 found
(#1358) Variable "C" must be all lower-case
(#1358) Inline control structures are not allowed
(#1358) Usage of ELSEIF not allowed; use ELSE IF instead
(#1358) Commas (,) must be followed by white space.
(#1358) Commas (,) must be followed by white space.
(#1358) Variable "C" must be all lower-case
(#1358) Variable "J" must be all lower-case
(#1358) Expected 1 space before "="; 0 found
(#1358) Expected 1 space after "="; 0 found
(#1358) Variable "C" must be all lower-case
(#1358) Variable "J" must be all lower-case
(#1358) Closing brace must be on a line by itself
(#1358) Line exceeds maximum limit of 180 characters; contains 233 characters
(#1358) Line exceeds maximum limit of 180 characters; contains 233 characters
(#1358) Line exceeds maximum limit of 180 characters; contains 233 characters
(#1359) Line indented incorrectly; expected at least 108 spaces, found 0
(#1359) Expected 1 space after closing parenthesis; found 0
(#1359) Opening brace must be the last content on the line
(#1359) Variable "J" must be all lower-case
(#1359) Expected 1 space before "="; 0 found
(#1359) Expected 1 space after "="; 0 found
(#1359) Expected "foreach (...) {\n"; found "foreach(...){"
(#1359) Expected 1 space before "as"; 0 found
(#1359) Expected 1 space after "as"; 0 found
(#1359) Variable "K" must be all lower-case
(#1359) Inline control structures are not allowed
(#1359) Commas (,) must be followed by white space.
(#1359) Variable "K" must be all lower-case
(#1359) Variable "J" must be all lower-case
(#1359) Expected 1 space before "="; 0 found
(#1359) Expected 1 space after "="; 0 found
(#1359) Variable "K" must be all lower-case
(#1359) Closing brace must be on a line by itself
(#1359) Variable "J" must be all lower-case
(#1359) Closing brace must be on a line by itself
(#1359) Line exceeds 132 characters; contains 141 characters
(#1359) Line exceeds 132 characters; contains 141 characters
(#1359) Line exceeds 132 characters; contains 141 characters
(#1360) Line indented incorrectly; expected at least 108 spaces, found 0
(#1360) Expected 1 space after closing parenthesis; found 0
(#1360) Opening brace must be the last content on the line
(#1360) Closing brace must be on a line by itself
(#1361) Line indented incorrectly; expected at least 108 spaces, found 0
(#1361) Expected 1 space after closing parenthesis; found 0
(#1361) Opening brace must be the last content on the line
(#1362) Line indented incorrectly; expected at least 112 spaces, found 0
(#1362) Expected 1 space before "?"; 0 found
(#1362) Expected 1 space after "?"; 0 found
(#1362) Expected 1 space before ":"; 0 found
(#1362) Expected 1 space after ":"; 0 found
(#1362) Closing brace must be on a line by itself
(#1362) Line exceeds 132 characters; contains 167 characters
(#1362) Line exceeds 132 characters; contains 167 characters
(#1362) Line exceeds 132 characters; contains 167 characters
(#1363) Line indented incorrectly; expected at least 108 spaces, found 0
(#1363) Expected 1 space after closing parenthesis; found 0
(#1363) Opening brace must be the last content on the line
(#1363) Variable "J" must be all lower-case
(#1363) Expected 1 space before "="; 0 found
(#1363) Expected 1 space after "="; 0 found
(#1363) Inline control structures are not allowed
(#1363) Expected 1 space after "as"; 0 found
(#1364) Line indented incorrectly; expected at least 112 spaces, found 0
(#1364) Variable "J" must be all lower-case
(#1364) Expected 1 space before "="; 0 found
(#1364) Expected 1 space after "="; 0 found
(#1364) Variable "J" must be all lower-case
(#1364) Closing brace must be on a line by itself
(#1365) Line indented incorrectly; expected at least 112 spaces, found 0
(#1365) Variable "D" must be all lower-case
(#1365) Commas (,) must be followed by white space.
(#1365) Variable "Oc" must be all lower-case
(#1365) Expected 1 space after closing parenthesis; found 0
(#1365) Opening brace must be the last content on the line
(#1365) Variable "J" must be all lower-case
(#1365) Expected 1 space before "="; 0 found
(#1365) Expected 1 space after "="; 0 found
(#1365) Expected "foreach (...) {\n"; found "foreach(...){"
(#1365) Expected 1 space before "as"; 0 found
(#1365) Expected 1 space after "as"; 0 found
(#1365) Variable "Oc" must be all lower-case
(#1365) Expected 1 space before "?"; 0 found
(#1365) Expected 1 space after "?"; 0 found
(#1365) Variable "D" must be all lower-case
(#1365) Expected 1 space before "!="; 0 found
(#1365) Expected 1 space after "!="; 0 found
(#1365) Expected 1 space before "?"; 0 found
(#1365) Expected 1 space after "?"; 0 found
(#1365) Variable "D" must be all lower-case
(#1365) Expected 1 space before ":"; 0 found
(#1365) Expected 1 space after ":"; 0 found
(#1365) Expected 1 space before ":"; 0 found
(#1365) Expected 1 space after ":"; 0 found
(#1365) Variable "D" must be all lower-case
(#1365) Expected 1 space before "!="; 0 found
(#1365) Expected 1 space after "!="; 0 found
(#1365) Expected 1 space before "?"; 0 found
(#1365) Expected 1 space after "?"; 0 found
(#1365) Variable "D" must be all lower-case
(#1365) Commas (,) must be followed by white space.
(#1365) Expected 1 space before ":"; 0 found
(#1365) Expected 1 space after ":"; 0 found
(#1365) Variable "K" must be all lower-case
(#1365) Inline control structures are not allowed
(#1365) Variable "K" must be all lower-case
(#1365) Expected 1 space before "=="; 0 found
(#1365) Expected 1 space after "=="; 0 found
(#1365) Variable "K" must be all lower-case
(#1365) Expected 1 space before "="; 0 found
(#1365) Expected 1 space after "="; 0 found
(#1365) Commas (,) must be followed by white space.
(#1365) Commas (,) must be followed by white space.
(#1365) Variable "K" must be all lower-case
(#1365) Inline control structures are not allowed
(#1365) Variable "K" must be all lower-case
(#1365) Variable "K" must be all lower-case
(#1365) Expected 1 space before "="; 0 found
(#1365) Expected 1 space after "="; 0 found
(#1365) Inline control structures are not allowed
(#1365) Variable "D" must be all lower-case
(#1365) Expected 1 space before "!="; 0 found
(#1365) Expected 1 space after "!="; 0 found
(#1365) Variable "K" must be all lower-case
(#1365) Variable "J" must be all lower-case
(#1365) Variable "K" must be all lower-case
(#1365) Expected 1 space before "="; 0 found
(#1365) Expected 1 space after "="; 0 found
(#1365) Variable "K" must be all lower-case
(#1365) Closing brace must be on a line by itself
(#1365) Variable "J" must be all lower-case
(#1365) Closing brace must be on a line by itself
(#1365) Line exceeds maximum limit of 180 characters; contains 540 characters
(#1365) Line exceeds maximum limit of 180 characters; contains 540 characters
(#1365) Line exceeds maximum limit of 180 characters; contains 540 characters
(#1366) Line indented incorrectly; expected at least 112 spaces, found 0
(#1366) Variable "S" must be all lower-case
(#1366) Expected 1 space after closing parenthesis; found 0
(#1366) Opening brace must be the last content on the line
(#1366) Variable "S" must be all lower-case
(#1366) Expected 1 space before "==="; 0 found
(#1366) Expected 1 space after "==="; 0 found
(#1366) Closing brace must be on a line by itself
(#1367) Line indented incorrectly; expected at least 112 spaces, found 0
(#1367) Variable "S" must be all lower-case
(#1367) Expected 1 space after closing parenthesis; found 0
(#1367) Opening brace must be the last content on the line
(#1368) Line indented incorrectly; expected at least 116 spaces, found 0
(#1368) Commas (,) must be followed by white space.
(#1368) Variable "S" must be all lower-case
(#1368) Commas (,) must be followed by white space.
(#1368) Variable "S" must be all lower-case
(#1368) Closing brace must be on a line by itself
(#1369) Line indented incorrectly; expected at least 112 spaces, found 0
(#1369) Variable "R" 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 "J" must be all lower-case
(#1369) Expected 1 space before "="; 0 found
(#1369) Expected 1 space after "="; 0 found
(#1369) Expected "foreach (...) {\n"; found "foreach(...){"
(#1369) Expected 1 space before "as"; 0 found
(#1369) Expected 1 space after "as"; 0 found
(#1369) Variable "R" must be all lower-case
(#1369) Variable "K" must be all lower-case
(#1369) Commas (,) must be followed by white space.
(#1369) Variable "K" must be all lower-case
(#1369) Commas (,) must be followed by white space.
(#1369) Variable "C" must be all lower-case
(#1369) Variable "J" must be all lower-case
(#1369) Variable "K" must be all lower-case
(#1369) Expected 1 space before "="; 0 found
(#1369) Expected 1 space after "="; 0 found
(#1369) Expected 1 space before "=>"; 0 found
(#1369) Expected 1 space after "=>"; 0 found
(#1369) Variable "K" must be all lower-case
(#1369) Commas (,) must be followed by white space.
(#1369) Expected 1 space before "=>"; 0 found
(#1369) Expected 1 space after "=>"; 0 found
(#1369) Variable "K" must be all lower-case
(#1369) Commas (,) must be followed by white space.
(#1369) Expected 1 space before "=>"; 0 found
(#1369) Expected 1 space after "=>"; 0 found
(#1369) Variable "C" must be all lower-case
(#1369) Commas (,) must be followed by white space.
(#1369) Expected 1 space before "=>"; 0 found
(#1369) Expected 1 space after "=>"; 0 found
(#1369) Variable "C" must be all lower-case
(#1369) Commas (,) must be followed by white space.
(#1369) Expected 1 space before "=>"; 0 found
(#1369) Expected 1 space after "=>"; 0 found
(#1369) Variable "C" must be all lower-case
(#1369) Variable "C" must be all lower-case
(#1369) Commas (,) must be followed by white space.
(#1369) Expected 1 space before "=>"; 0 found
(#1369) Expected 1 space after "=>"; 0 found
(#1369) Variable "K" must be all lower-case
(#1369) Expected 1 space before "!="; 0 found
(#1369) Expected 1 space after "!="; 0 found
(#1369) Commas (,) must be followed by white space.
(#1369) Variable "C" must be all lower-case
(#1369) Expected 1 space before "?"; 0 found
(#1369) Expected 1 space after "?"; 0 found
(#1369) Variable "K" must be all lower-case
(#1369) Expected 1 space before ":"; 0 found
(#1369) Expected 1 space after ":"; 0 found
(#1369) Commas (,) must be followed by white space.
(#1369) Expected 1 space before "=>"; 0 found
(#1369) Expected 1 space after "=>"; 0 found
(#1369) Variable "K" must be all lower-case
(#1369) Expected 1 space before "=="; 0 found
(#1369) Expected 1 space after "=="; 0 found
(#1369) Commas (,) must be followed by white space.
(#1369) Expected 1 space before "=>"; 0 found
(#1369) Expected 1 space after "=>"; 0 found
(#1369) Variable "K" must be all lower-case
(#1369) Expected 1 space before "=="; 0 found
(#1369) Expected 1 space after "=="; 0 found
(#1369) Commas (,) must be followed by white space.
(#1369) Expected 1 space before "=>"; 0 found
(#1369) Expected 1 space after "=>"; 0 found
(#1369) Commas (,) must be followed by white space.
(#1369) Variable "K" must be all lower-case
(#1369) Commas (,) must be followed by white space.
(#1369) Variable "C" must be all lower-case
(#1369) Expected 1 space before "?"; 0 found
(#1369) Expected 1 space after "?"; 0 found
(#1369) Variable "C" must be all lower-case
(#1369) Expected 1 space before ":"; 0 found
(#1369) Expected 1 space after ":"; 0 found
(#1369) Commas (,) must be followed by white space.
(#1369) Expected 1 space before "=>"; 0 found
(#1369) Expected 1 space after "=>"; 0 found
(#1369) Variable "K" must be all lower-case
(#1369) Commas (,) must be followed by white space.
(#1369) Expected 1 space before "=>"; 0 found
(#1369) Expected 1 space after "=>"; 0 found
(#1369) Commas (,) must be followed by white space.
(#1369) Variable "K" must be all lower-case
(#1369) Commas (,) must be followed by white space.
(#1369) Expected 1 space before "=>"; 0 found
(#1369) Expected 1 space after "=>"; 0 found
(#1369) Variable "K" must be all lower-case
(#1369) Commas (,) must be followed by white space.
(#1369) Expected 1 space before "=>"; 0 found
(#1369) Expected 1 space after "=>"; 0 found
(#1369) Variable "K" must be all lower-case
(#1369) Expected 1 space before "=="; 0 found
(#1369) Expected 1 space after "=="; 0 found
(#1369) Commas (,) must be followed by white space.
(#1369) Closing brace must be on a line by itself
(#1369) Variable "J" must be all lower-case
(#1369) Closing brace must be on a line by itself
(#1369) Line exceeds maximum limit of 180 characters; contains 689 characters
(#1369) Line exceeds maximum limit of 180 characters; contains 689 characters
(#1369) Line exceeds maximum limit of 180 characters; contains 689 characters
(#1370) Line indented incorrectly; expected at least 112 spaces, found 0
(#1370) Variable "R" must be all lower-case
(#1370) Commas (,) must be followed by white space.
(#1370) Expected 1 space after closing parenthesis; found 0
(#1370) Opening brace must be the last content on the line
(#1370) Variable "J" must be all lower-case
(#1370) Expected 1 space before "="; 0 found
(#1370) Expected 1 space after "="; 0 found
(#1370) Expected "foreach (...) {\n"; found "foreach(...){"
(#1370) Expected 1 space before "as"; 0 found
(#1370) Expected 1 space after "as"; 0 found
(#1370) Variable "R" must be all lower-case
(#1370) Commas (,) must be followed by white space.
(#1370) Variable "K" must be all lower-case
(#1370) Variable "D" must be all lower-case
(#1370) Expected 1 space before "="; 0 found
(#1370) Expected 1 space after "="; 0 found
(#1370) Variable "K" must be all lower-case
(#1370) Variable "J" must be all lower-case
(#1370) Variable "D" must be all lower-case
(#1370) Expected 1 space before "="; 0 found
(#1370) Expected 1 space after "="; 0 found
(#1370) Variable "D" must be all lower-case
(#1370) Expected 1 space before "=="; 0 found
(#1370) Expected 1 space after "=="; 0 found
(#1370) Expected 1 space before "?"; 0 found
(#1370) Expected 1 space after "?"; 0 found
(#1370) Expected 1 space before ":"; 0 found
(#1370) Expected 1 space after ":"; 0 found
(#1370) Variable "K" must be all lower-case
(#1370) Expected 1 space before "=="; 0 found
(#1370) Expected 1 space after "=="; 0 found
(#1370) Expected 1 space before "?"; 0 found
(#1370) Expected 1 space after "?"; 0 found
(#1370) Expected 1 space before ":"; 0 found
(#1370) Expected 1 space after ":"; 0 found
(#1370) Variable "K" must be all lower-case
(#1370) Expected 1 space before "?"; 0 found
(#1370) Expected 1 space after "?"; 0 found
(#1370) Variable "K" must be all lower-case
(#1370) Expected 1 space before "=="; 0 found
(#1370) Expected 1 space after "=="; 0 found
(#1370) Expected 1 space before "?"; 0 found
(#1370) Expected 1 space after "?"; 0 found
(#1370) Expected 1 space before ":"; 0 found
(#1370) Expected 1 space after ":"; 0 found
(#1370) Expected 1 space before ":"; 0 found
(#1370) Expected 1 space after ":"; 0 found
(#1370) Variable "J" must be all lower-case
(#1370) Variable "D" must be all lower-case
(#1370) Expected 1 space before "="; 0 found
(#1370) Expected 1 space after "="; 0 found
(#1370) Variable "K" must be all lower-case
(#1370) Variable "J" must be all lower-case
(#1370) Variable "D" must be all lower-case
(#1370) Expected 1 space before "="; 0 found
(#1370) Expected 1 space after "="; 0 found
(#1370) Variable "K" must be all lower-case
(#1370) Expected 1 space before "=="; 0 found
(#1370) Expected 1 space after "=="; 0 found
(#1370) Expected 1 space before "?"; 0 found
(#1370) Expected 1 space after "?"; 0 found
(#1370) Expected 1 space before ":"; 0 found
(#1370) Expected 1 space after ":"; 0 found
(#1370) Variable "K" must be all lower-case
(#1370) Variable "J" must be all lower-case
(#1370) Variable "D" must be all lower-case
(#1370) Expected 1 space before "="; 0 found
(#1370) Expected 1 space after "="; 0 found
(#1370) Closing brace must be on a line by itself
(#1370) Variable "J" must be all lower-case
(#1370) Closing brace must be on a line by itself
(#1370) Line exceeds maximum limit of 180 characters; contains 413 characters
(#1370) Line exceeds maximum limit of 180 characters; contains 413 characters
(#1370) Line exceeds maximum limit of 180 characters; contains 413 characters
(#1371) Line indented incorrectly; expected at least 112 spaces, found 0
(#1371) Variable "R" must be all lower-case
(#1371) Expected 1 space after closing parenthesis; found 0
(#1371) Opening brace must be the last content on the line
(#1371) Commas (,) must be followed by white space.
(#1371) Scope keyword "static" must be followed by a single space
(#1371) Variable "Tf" must be all lower-case
(#1371) Expected 1 space before "="; 0 found
(#1371) Expected 1 space after "="; 0 found
(#1371) The use of backticks in strings is not recommended
(#1371) Variable "J" must be all lower-case
(#1371) Expected 1 space before "="; 0 found
(#1371) Expected 1 space after "="; 0 found
(#1371) Variable "Fb" must be all lower-case
(#1371) Expected 1 space before "="; 0 found
(#1371) Expected 1 space after "="; 0 found
(#1371) Variable "R" must be all lower-case
(#1371) Commas (,) must be followed by white space.
(#1371) Expected "if (...) {\n"; found "if(...){"
(#1371) Variable "Fb" must be all lower-case
(#1371) Variable "Tf" must be all lower-case
(#1371) Commas (,) must be followed by white space.
(#1371) Variable "Fb" must be all lower-case
(#1371) Commas (,) must be followed by white space.
(#1371) Commas (,) must be followed by white space.
(#1371) Expected "foreach (...) {\n"; found "foreach(...){"
(#1371) Expected 1 space after "as"; 0 found
(#1371) Line exceeds maximum limit of 180 characters; contains 323 characters
(#1371) Line exceeds maximum limit of 180 characters; contains 323 characters
(#1371) Line exceeds maximum limit of 180 characters; contains 323 characters
(#1372) Line indented incorrectly; expected at least 120 spaces, found 0
(#1372) Variable "C" must be all lower-case
(#1372) Variable "Tf" must be all lower-case
(#1372) Commas (,) must be followed by white space.
(#1372) Variable "C" must be all lower-case
(#1372) Commas (,) must be followed by white space.
(#1372) Variable "Tf" must be all lower-case
(#1372) Commas (,) must be followed by white space.
(#1372) Variable "C" must be all lower-case
(#1372) Commas (,) must be followed by white space.
(#1372) Variable "Ph" must be all lower-case
(#1372) Variable "J" must be all lower-case
(#1372) Variable "C" must be all lower-case
(#1372) Expected 1 space before "="; 0 found
(#1372) Expected 1 space after "="; 0 found
(#1372) Expected 1 space before "=>"; 0 found
(#1372) Expected 1 space after "=>"; 0 found
(#1372) Variable "C" must be all lower-case
(#1372) Expected 1 space before "!="; 0 found
(#1372) Expected 1 space after "!="; 0 found
(#1372) Expected 1 space before "?"; 0 found
(#1372) Expected 1 space after "?"; 0 found
(#1372) Variable "C" must be all lower-case
(#1372) Expected 1 space before ":"; 0 found
(#1372) Expected 1 space after ":"; 0 found
(#1372) Variable "C" must be all lower-case
(#1372) Commas (,) must be followed by white space.
(#1372) Expected 1 space before "=>"; 0 found
(#1372) Expected 1 space after "=>"; 0 found
(#1372) Variable "C" must be all lower-case
(#1372) Expected 1 space before "!="; 0 found
(#1372) Expected 1 space after "!="; 0 found
(#1372) Expected 1 space before "?"; 0 found
(#1372) Expected 1 space after "?"; 0 found
(#1372) Variable "C" must be all lower-case
(#1372) Expected 1 space before ":"; 0 found
(#1372) Expected 1 space after ":"; 0 found
(#1372) Variable "C" must be all lower-case
(#1372) Commas (,) must be followed by white space.
(#1372) Expected 1 space before "=>"; 0 found
(#1372) Expected 1 space after "=>"; 0 found
(#1372) Commas (,) must be followed by white space.
(#1372) Commas (,) must be followed by white space.
(#1372) Expected 1 space before "=>"; 0 found
(#1372) Expected 1 space after "=>"; 0 found
(#1372) Commas (,) must be followed by white space.
(#1372) Variable "Ph" must be all lower-case
(#1372) Commas (,) must be followed by white space.
(#1372) Expected 1 space before "=>"; 0 found
(#1372) Expected 1 space after "=>"; 0 found
(#1372) Variable "C" must be all lower-case
(#1372) Expected 1 space before "?"; 0 found
(#1372) Expected 1 space after "?"; 0 found
(#1372) Variable "C" must be all lower-case
(#1372) Expected 1 space before ":"; 0 found
(#1372) Expected 1 space after ":"; 0 found
(#1372) Commas (,) must be followed by white space.
(#1372) Expected 1 space before "=>"; 0 found
(#1372) Expected 1 space after "=>"; 0 found
(#1372) Variable "C" must be all lower-case
(#1372) Expected 1 space before "?"; 0 found
(#1372) Expected 1 space after "?"; 0 found
(#1372) Variable "C" must be all lower-case
(#1372) Expected 1 space before ":"; 0 found
(#1372) Expected 1 space after ":"; 0 found
(#1372) Commas (,) must be followed by white space.
(#1372) Closing brace must be on a line by itself
(#1372) Closing brace must be on a line by itself
(#1372) Variable "J" must be all lower-case
(#1372) Closing brace must be on a line by itself
(#1372) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1372) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1372) Line exceeds maximum limit of 180 characters; contains 375 characters
(#1373) Line indented incorrectly; expected at least 112 spaces, found 0
(#1373) Variable "D" must be all lower-case
(#1373) Expected 1 space after closing parenthesis; found 0
(#1373) Opening brace must be the last content on the line
(#1374) Line indented incorrectly; expected at least 116 spaces, found 0
(#1374) Expected 1 space before "=>"; 0 found
(#1374) Expected 1 space after "=>"; 0 found
(#1374) The use of backticks in strings is not recommended
(#1374) Commas (,) must be followed by white space.
(#1374) Commas (,) must be followed by white space.
(#1374) Variable "D" must be all lower-case
(#1374) Commas (,) must be followed by white space.
(#1374) Closing brace must be on a line by itself
(#1375) Line indented incorrectly; expected at least 120 spaces, found 0
(#1375) Expected 1 space after closing parenthesis; found 0
(#1375) Opening brace must be the last content on the line
(#1375) Variable "J" must be all lower-case
(#1375) Expected 1 space before "="; 0 found
(#1375) Expected 1 space after "="; 0 found
(#1375) Expected "foreach (...) {\n"; found "foreach(...){"
(#1375) Expected 1 space before "as"; 0 found
(#1375) Expected 1 space after "as"; 0 found
(#1375) Variable "K" must be all lower-case
(#1375) Inline control structures are not allowed
(#1375) Variable "K" must be all lower-case
(#1375) Variable "J" must be all lower-case
(#1375) Variable "K" must be all lower-case
(#1375) Expected 1 space before "="; 0 found
(#1375) Expected 1 space after "="; 0 found
(#1375) Variable "K" must be all lower-case
(#1375) Inline control structures are not allowed
(#1375) Variable "J" must be all lower-case
(#1375) Variable "K" must be all lower-case
(#1375) Expected 1 space before "="; 0 found
(#1375) Expected 1 space after "="; 0 found
(#1375) Variable "K" must be all lower-case
(#1375) Closing brace must be on a line by itself
(#1375) Variable "J" must be all lower-case
(#1375) Inline control structures are not allowed
(#1375) Expected 1 space before "=>"; 0 found
(#1375) Expected 1 space after "=>"; 0 found
(#1375) Expected 1 space after "as"; 0 found
(#1375) Line exceeds 132 characters; contains 180 characters
(#1375) Line exceeds 132 characters; contains 180 characters
(#1375) Line exceeds 132 characters; contains 180 characters
(#1375) Variable "J" must be all lower-case
(#1376) Line indented incorrectly; expected at least 124 spaces, found 0
(#1376) Expected 1 space before "=>"; 0 found
(#1376) Expected 1 space after "=>"; 0 found
(#1376) Variable "X" must be all lower-case
(#1376) Variable "J" must be all lower-case
(#1376) Variable "J" must be all lower-case
(#1376) Closing brace must be on a line by itself
(#1377) Line indented incorrectly; expected at least 116 spaces, found 0
(#1377) Expected 1 space after closing parenthesis; found 0
(#1377) Opening brace must be the last content on the line
(#1377) Expected 1 space before "=="; 0 found
(#1377) Expected 1 space after "=="; 0 found
(#1377) Expected 1 space before "=="; 0 found
(#1377) Expected 1 space after "=="; 0 found
(#1377) Closing brace must be on a line by itself
(#1378) Line indented incorrectly; expected at least 116 spaces, found 0
(#1378) Expected 1 space after closing parenthesis; found 0
(#1378) Opening brace must be the last content on the line
(#1379) Line indented incorrectly; expected at least 120 spaces, found 0
(#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
(#1380) Line indented incorrectly; expected at least 116 spaces, found 0
(#1380) Commas (,) must be followed by white space.
(#1380) Expected 1 space after closing parenthesis; found 0
(#1380) Opening brace must be the last content on the line
(#1381) Line indented incorrectly; expected at least 120 spaces, found 0
(#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
(#1382) Line indented incorrectly; expected at least 120 spaces, found 0
(#1382) Expected 1 space after closing parenthesis; found 0
(#1382) Opening brace must be the last content on the line
(#1382) Variable "J" must be all lower-case
(#1382) Expected 1 space before "="; 0 found
(#1382) Expected 1 space after "="; 0 found
(#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) Variable "J" must be all lower-case
(#1382) Closing brace must be on a line by itself
(#1383) Line indented incorrectly; expected at least 120 spaces, found 0
(#1383) Variable "D" must be all lower-case
(#1383) Commas (,) must be followed by white space.
(#1383) Expected 1 space after closing parenthesis; found 0
(#1383) Opening brace must be the last content on the line
(#1383) Variable "J" must be all lower-case
(#1383) Expected 1 space before "="; 0 found
(#1383) Expected 1 space after "="; 0 found
(#1383) Expected "if (...) {\n"; found "if(...){"
(#1383) Variable "D" must be all lower-case
(#1383) Commas (,) must be followed by white space.
(#1383) Variable "Dg" must be all lower-case
(#1383) Expected 1 space before "="; 0 found
(#1383) Expected 1 space after "="; 0 found
(#1383) Inline control structures are not allowed
(#1383) Expected 1 space before "=>"; 0 found
(#1383) Expected 1 space after "=>"; 0 found
(#1383) Expected 1 space before "as"; 0 found
(#1383) Expected 1 space after "as"; 0 found
(#1383) Variable "R" must be all lower-case
(#1383) Expected 1 space before "=>"; 0 found
(#1383) Expected 1 space after "=>"; 0 found
(#1383) Variable "U" must be all lower-case
(#1383) Variable "Dg" must be all lower-case
(#1383) Expected 1 space before "="; 0 found
(#1383) Expected 1 space after "="; 0 found
(#1383) Variable "R" must be all lower-case
(#1383) Variable "D" must be all lower-case
(#1383) Variable "R" must be all lower-case
(#1383) Variable "J" must be all lower-case
(#1383) Expected 1 space before "="; 0 found
(#1383) Expected 1 space after "="; 0 found
(#1383) Variable "Dg" must be all lower-case
(#1383) Commas (,) must be followed by white space.
(#1383) Variable "Dg" must be all lower-case
(#1383) Inline control structures are not allowed
(#1383) Variable "J" must be all lower-case
(#1383) Commas (,) must be followed by white space.
(#1383) Closing brace must be on a line by itself
(#1383) Variable "J" must be all lower-case
(#1383) Closing brace must be on a line by itself
(#1383) Line exceeds maximum limit of 180 characters; contains 317 characters
(#1383) Line exceeds maximum limit of 180 characters; contains 317 characters
(#1383) Line exceeds maximum limit of 180 characters; contains 317 characters
(#1384) Line indented incorrectly; expected at least 120 spaces, found 0
(#1384) Expected 1 space after closing parenthesis; found 0
(#1384) Opening brace must be the last content on the line
(#1384) Variable "Na" must be all lower-case
(#1384) Expected 1 space before "="; 0 found
(#1384) Expected 1 space after "="; 0 found
(#1384) Expected "if (...) {\n"; found "if(...){"
(#1384) Expected 1 space before "!="; 0 found
(#1384) Expected 1 space after "!="; 0 found
(#1384) Expected "foreach (...) {\n"; found "foreach(...){"
(#1384) Expected 1 space before "as"; 0 found
(#1384) Expected 1 space after "as"; 0 found
(#1384) Expected "if (...) {\n"; found "if(...){"
(#1384) Commas (,) must be followed by white space.
(#1384) Commas (,) must be followed by white space.
(#1384) Variable "Na" must be all lower-case
(#1384) Expected 1 space before "="; 0 found
(#1384) Expected 1 space after "="; 0 found
(#1384) Closing brace must be on a line by itself
(#1384) Inline control structures are not allowed
(#1384) Expected 1 space before "=="; 0 found
(#1384) Expected 1 space after "=="; 0 found
(#1384) Variable "Na" must be all lower-case
(#1384) Expected 1 space before "="; 0 found
(#1384) Expected 1 space after "="; 0 found
(#1384) Closing brace must be on a line by itself
(#1384) Closing brace must be on a line by itself
(#1384) Variable "Na" must be all lower-case
(#1384) Closing brace must be on a line by itself
(#1384) Line exceeds maximum limit of 180 characters; contains 307 characters
(#1384) Line exceeds maximum limit of 180 characters; contains 307 characters
(#1384) Line exceeds maximum limit of 180 characters; contains 307 characters
(#1385) Line indented incorrectly; expected at least 120 spaces, found 0
(#1385) Variable "R" must be all lower-case
(#1385) Commas (,) must be followed by white space.
(#1385) Variable "D" must be all lower-case
(#1385) Commas (,) must be followed by white space.
(#1385) Commas (,) must be followed by white space.
(#1385) Commas (,) must be followed by white space.
(#1385) Commas (,) must be followed by white space.
(#1385) Commas (,) must be followed by white space.
(#1385) Commas (,) must be followed by white space.
(#1385) Variable "Ma" must be all lower-case
(#1385) Commas (,) must be followed by white space.
(#1385) Variable "Nf" must be all lower-case
(#1385) Expected 1 space after closing parenthesis; found 0
(#1385) Opening brace must be the last content on the line
(#1385) Expected 1 space before "="; 0 found
(#1385) Expected 1 space after "="; 0 found
(#1385) Inline control structures are not allowed
(#1385) Expected 1 space after "as"; 0 found
(#1386) Line indented incorrectly; expected at least 124 spaces, found 0
(#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 "R" 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) 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) 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 "R" 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) 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) Expected 1 space before "="; 0 found
(#1386) Expected 1 space after "="; 0 found
(#1386) Commas (,) must be followed by white space.
(#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) 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) 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) 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 "Ma" 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 "Ma" 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 "R" must be all lower-case
(#1386) Expected 1 space before "=="; 0 found
(#1386) Expected 1 space after "=="; 0 found
(#1386) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1386) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1386) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1387) Line indented incorrectly; expected at least 124 spaces, found 0
(#1387) Variable "D" must be all lower-case
(#1387) Commas (,) must be followed by white space.
(#1387) Inline control structures are not allowed
(#1387) Variable "R" must be all lower-case
(#1387) Expected 1 space before "!="; 0 found
(#1387) Expected 1 space after "!="; 0 found
(#1387) Variable "D" must be all lower-case
(#1387) Expected 1 space before "="; 0 found
(#1387) Expected 1 space after "="; 0 found
(#1387) Variable "D" must be all lower-case
(#1387) Inline control structures are not allowed
(#1387) Expected 1 space before "="; 0 found
(#1387) Expected 1 space after "="; 0 found
(#1387) Variable "Nf" must be all lower-case
(#1387) Expected 1 space before "?"; 0 found
(#1387) Expected 1 space after "?"; 0 found
(#1387) Variable "R" must be all lower-case
(#1387) Commas (,) must be followed by white space.
(#1387) Variable "Nf" must be all lower-case
(#1387) Expected 1 space before ":"; 0 found
(#1387) Expected 1 space after ":"; 0 found
(#1387) Closing brace must be on a line by itself
(#1387) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1387) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1387) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1388) Line indented incorrectly; expected at least 120 spaces, found 0
(#1388) Variable "R" must be all lower-case
(#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) Inline control structures are not allowed
(#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 124 spaces, found 0
(#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) 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) Expected 1 space before ":"; 0 found
(#1389) Expected 1 space after ":"; 0 found
(#1389) Variable "X" must be all lower-case
(#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) 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) Expected 1 space before ":"; 0 found
(#1389) Expected 1 space after ":"; 0 found
(#1389) Commas (,) must be followed by white space.
(#1389) Variable "X" must be all lower-case
(#1389) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1389) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1389) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1390) Line indented incorrectly; expected at least 124 spaces, found 0
(#1390) Variable "R" must be all lower-case
(#1390) Commas (,) must be followed by white space.
(#1390) Closing brace must be on a line by itself
(#1391) Line indented incorrectly; expected at least 124 spaces, found 0
(#1391) Variable "T" must be all lower-case
(#1391) Expected 1 space after closing parenthesis; found 0
(#1391) Opening brace must be the last content on the line
(#1392) Line indented incorrectly; expected at least 128 spaces, found 0
(#1392) Commas (,) must be followed by white space.
(#1392) Variable "T" must be all lower-case
(#1392) Closing brace must be on a line by itself
(#1393) Line indented incorrectly; expected at least 124 spaces, found 0
(#1393) Variable "Si" must be all lower-case
(#1393) Expected 1 space after closing parenthesis; found 0
(#1393) Opening brace must be the last content on the line
(#1394) Line indented incorrectly; expected at least 128 spaces, found 0
(#1394) Commas (,) must be followed by white space.
(#1394) Commas (,) must be followed by white space.
(#1394) Variable "Si" must be all lower-case
(#1394) Closing brace must be on a line by itself
(#1395) Line indented incorrectly; expected at least 128 spaces, found 0
(#1395) Variable "T" must be all lower-case
(#1395) Expected 1 space after closing parenthesis; found 0
(#1395) Opening brace must be the last content on the line
(#1396) Line indented incorrectly; expected at least 132 spaces, found 0
(#1396) Commas (,) must be followed by white space.
(#1396) Commas (,) must be followed by white space.
(#1396) Variable "T" must be all lower-case
(#1396) Closing brace must be on a line by itself
(#1397) Line indented incorrectly; expected at least 128 spaces, found 0
(#1397) Variable "T" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Variable "Si" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Variable "Ph" must be all lower-case
(#1397) Expected 1 space after closing parenthesis; found 0
(#1397) Opening brace must be the last content on the line
(#1397) Variable "Dg" must be all lower-case
(#1397) Expected 1 space before "="; 0 found
(#1397) Expected 1 space after "="; 0 found
(#1397) Inline control structures are not allowed
(#1397) Expected 1 space before "as"; 0 found
(#1397) Expected 1 space after "as"; 0 found
(#1397) Variable "T" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Variable "Si" must be all lower-case
(#1397) Variable "R" must be all lower-case
(#1397) Variable "Dg" must be all lower-case
(#1397) Expected 1 space before "="; 0 found
(#1397) Expected 1 space after "="; 0 found
(#1397) Variable "R" must be all lower-case
(#1397) Variable "Ph" must be all lower-case
(#1397) Variable "R" must be all lower-case
(#1398) Line indented incorrectly; expected at least 132 spaces, found 0
(#1398) Commas (,) must be followed by white space.
(#1398) Variable "Dg" must be all lower-case
(#1398) Closing brace must be on a line by itself
(#1399) Line indented incorrectly; expected at least 132 spaces, found 0
(#1399) Variable "T" must be all lower-case
(#1399) Commas (,) must be followed by white space.
(#1399) Variable "Si" must be all lower-case
(#1399) Commas (,) must be followed by white space.
(#1399) Variable "Ph" must be all lower-case
(#1399) Expected 1 space after closing parenthesis; found 0
(#1399) Opening brace must be the last content on the line
(#1399) Expected "foreach (...) {\n"; found "foreach(...){"
(#1399) Expected 1 space after "as"; 0 found
(#1399) Variable "T" must be all lower-case
(#1400) Line indented incorrectly; expected at least 136 spaces, found 0
(#1400) Variable "R" must be all lower-case
(#1400) Variable "D" must be all lower-case
(#1400) Expected 1 space before "="; 0 found
(#1400) Expected 1 space after "="; 0 found
(#1400) Variable "Ph" must be all lower-case
(#1400) Expected 1 space before "=="; 0 found
(#1400) Expected 1 space after "=="; 0 found
(#1400) Expected 1 space before "?"; 0 found
(#1400) Expected 1 space after "?"; 0 found
(#1400) Variable "R" must be all lower-case
(#1400) Expected 1 space before ":"; 0 found
(#1400) Expected 1 space after ":"; 0 found
(#1400) Variable "Ph" must be all lower-case
(#1400) Variable "R" must be all lower-case
(#1400) Inline control structures are not allowed
(#1400) Variable "D" must be all lower-case
(#1400) Variable "D" must be all lower-case
(#1400) Variable "R" must be all lower-case
(#1400) Variable "D" must be all lower-case
(#1400) Variable "R" must be all lower-case
(#1400) Line exceeds maximum limit of 180 characters; contains 211 characters
(#1400) Line exceeds maximum limit of 180 characters; contains 211 characters
(#1400) Line exceeds maximum limit of 180 characters; contains 211 characters
(#1401) Line indented incorrectly; expected at least 140 spaces, found 0
(#1401) Closing brace must be on a line by itself
(#1401) Expected "foreach (...) {\n"; found "foreach(...){"
(#1401) Expected 1 space after "as"; 0 found
(#1401) Variable "Si" must be all lower-case
(#1402) Line indented incorrectly; expected at least 132 spaces, found 0
(#1402) Variable "R" must be all lower-case
(#1402) Variable "D" must be all lower-case
(#1402) Expected 1 space before "="; 0 found
(#1402) Expected 1 space after "="; 0 found
(#1402) Variable "Ph" 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 "R" must be all lower-case
(#1402) Expected 1 space before ":"; 0 found
(#1402) Expected 1 space after ":"; 0 found
(#1402) Variable "Ph" must be all lower-case
(#1402) Variable "R" must be all lower-case
(#1402) Variable "Ri" must be all lower-case
(#1402) Expected 1 space before "="; 0 found
(#1402) Expected 1 space after "="; 0 found
(#1402) Variable "R" must be all lower-case
(#1402) Inline control structures are not allowed
(#1402) Variable "D" must be all lower-case
(#1402) Variable "D" must be all lower-case
(#1402) Line exceeds 132 characters; contains 166 characters
(#1402) Line exceeds 132 characters; contains 166 characters
(#1402) Line exceeds 132 characters; contains 166 characters
(#1403) Line indented incorrectly; expected at least 136 spaces, found 0
(#1403) Closing brace must be on a line by itself
(#1404) Line indented incorrectly; expected at least 140 spaces, found 0
(#1404) Closing brace must be on a line by itself
(#1405) Line indented incorrectly; expected at least 132 spaces, found 0
(#1405) Variable "D" must be all lower-case
(#1405) Expected 1 space after closing parenthesis; found 0
(#1405) Opening brace must be the last content on the line
(#1405) Inline control structures are not allowed
(#1405) Variable "D" must be all lower-case
(#1405) Expected 1 space before "=="; 0 found
(#1405) Expected 1 space after "=="; 0 found
(#1406) Line indented incorrectly; expected at least 136 spaces, found 0
(#1406) Variable "L" must be all lower-case
(#1406) Expected 1 space before "="; 0 found
(#1406) Expected 1 space after "="; 0 found
(#1406) The use of backticks in strings is not recommended
(#1406) Variable "D" must be all lower-case
(#1407) Line indented incorrectly; expected at least 136 spaces, found 0
(#1407) Variable "L" must be all lower-case
(#1407) Closing brace must be on a line by itself
(#1408) Line indented incorrectly; expected at least 140 spaces, found 0
(#1408) Variable "R" must be all lower-case
(#1408) Expected 1 space after closing parenthesis; found 0
(#1408) Opening brace must be the last content on the line
(#1408) Variable "J" must be all lower-case
(#1408) Expected 1 space before "="; 0 found
(#1408) Expected 1 space after "="; 0 found
(#1408) Inline control structures are not allowed
(#1408) Expected 1 space before "as"; 0 found
(#1408) Expected 1 space after "as"; 0 found
(#1408) Variable "R" must be all lower-case
(#1408) Commas (,) must be followed by white space.
(#1408) Variable "K" must be all lower-case
(#1408) Variable "J" must be all lower-case
(#1408) Variable "K" must be all lower-case
(#1408) Expected 1 space before "="; 0 found
(#1408) Expected 1 space after "="; 0 found
(#1408) Variable "K" must be all lower-case
(#1408) Commas (,) must be followed by white space.
(#1408) Variable "K" must be all lower-case
(#1408) Variable "J" must be all lower-case
(#1408) Closing brace must be on a line by itself
(#1408) Line exceeds 132 characters; contains 162 characters
(#1408) Line exceeds 132 characters; contains 162 characters
(#1408) Line exceeds 132 characters; contains 162 characters
(#1409) Line indented incorrectly; expected at least 140 spaces, found 0
(#1409) Expected 1 space after closing parenthesis; found 0
(#1409) Opening brace must be the last content on the line
(#1410) Line indented incorrectly; expected at least 144 spaces, found 0
(#1410) Expected 1 space before "=>"; 0 found
(#1410) Expected 1 space after "=>"; 0 found
(#1410) Commas (,) must be followed by white space.
(#1410) Commas (,) must be followed by white space.
(#1410) Expected 1 space before "=>"; 0 found
(#1410) Expected 1 space after "=>"; 0 found
(#1410) Commas (,) must be followed by white space.
(#1410) Commas (,) must be followed by white space.
(#1410) Commas (,) must be followed by white space.
(#1410) Expected 1 space before "=>"; 0 found
(#1410) Expected 1 space after "=>"; 0 found
(#1410) Commas (,) must be followed by white space.
(#1410) Closing brace must be on a line by itself
(#1411) Line indented incorrectly; expected at least 140 spaces, found 0
(#1411) Variable "D" must be all lower-case
(#1411) Commas (,) must be followed by white space.
(#1411) Variable "U" must be all lower-case
(#1411) Expected 1 space after closing parenthesis; found 0
(#1411) Opening brace must be the last content on the line
(#1411) Commas (,) must be followed by white space.
(#1411) Commas (,) must be followed by white space.
(#1411) Variable "Md" must be all lower-case
(#1411) Commas (,) must be followed by white space.
(#1411) Variable "Da" must be all lower-case
(#1411) Expected 1 space before "="; 0 found
(#1411) Expected 1 space after "="; 0 found
(#1411) Commas (,) must be followed by white space.
(#1411) Commas (,) must be followed by white space.
(#1411) Commas (,) must be followed by white space.
(#1411) Commas (,) must be followed by white space.
(#1411) Commas (,) must be followed by white space.
(#1411) Commas (,) must be followed by white space.
(#1411) Commas (,) must be followed by white space.
(#1411) Commas (,) must be followed by white space.
(#1411) Commas (,) must be followed by white space.
(#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) Commas (,) must be followed by white space.
(#1411) Commas (,) must be followed by white space.
(#1411) Variable "Da" must be all lower-case
(#1411) Variable "Tf" must be all lower-case
(#1411) Expected 1 space before "="; 0 found
(#1411) Expected 1 space after "="; 0 found
(#1411) Variable "U" 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) Variable "Md" must be all lower-case
(#1411) Expected 1 space before "="; 0 found
(#1411) Expected 1 space after "="; 0 found
(#1411) Variable "U" must be all lower-case
(#1411) Variable "D" must be all lower-case
(#1411) Commas (,) must be followed by white space.
(#1411) Variable "Tf" must be all lower-case
(#1411) Variable "U" 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) Commas (,) must be followed by white space.
(#1411) Commas (,) must be followed by white space.
(#1411) Variable "C" must be all lower-case
(#1411) Expected 1 space before "="; 0 found
(#1411) Expected 1 space after "="; 0 found
(#1411) Variable "Tf" must be all lower-case
(#1411) Commas (,) must be followed by white space.
(#1411) Variable "C" must be all lower-case
(#1411) Commas (,) must be followed by white space.
(#1411) Commas (,) must be followed by white space.
(#1411) Expected "foreach (...) {\n"; found "foreach(...){"
(#1411) Expected 1 space after "as"; 0 found
(#1411) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1411) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1411) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1412) Line indented incorrectly; expected at least 144 spaces, found 0
(#1412) Variable "Gf" must be all lower-case
(#1412) Variable "D" must be all lower-case
(#1412) Expected 1 space before "="; 0 found
(#1412) Expected 1 space after "="; 0 found
(#1412) The use of backticks in strings is not recommended
(#1412) Commas (,) must be followed by white space.
(#1412) The use of backticks in strings is not recommended
(#1412) Commas (,) must be followed by white space.
(#1412) Variable "Gf" must be all lower-case
(#1412) Variable "Gf" 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 "D" must be all lower-case
(#1412) Commas (,) must be followed by white space.
(#1412) Expected 1 space before "=>"; 0 found
(#1412) Expected 1 space after "=>"; 0 found
(#1412) Variable "Gf" must be all lower-case
(#1412) Commas (,) must be followed by white space.
(#1412) Expected 1 space before "=>"; 0 found
(#1412) Expected 1 space after "=>"; 0 found
(#1412) Commas (,) must be followed by white space.
(#1412) Commas (,) must be followed by white space.
(#1412) Variable "Gf" must be all lower-case
(#1412) Commas (,) must be followed by white space.
(#1412) Expected 1 space before "=>"; 0 found
(#1412) Expected 1 space after "=>"; 0 found
(#1412) Commas (,) must be followed by white space.
(#1412) Commas (,) must be followed by white space.
(#1412) Variable "Gf" must be all lower-case
(#1412) Commas (,) must be followed by white space.
(#1412) Expected 1 space before "=>"; 0 found
(#1412) Expected 1 space after "=>"; 0 found
(#1412) Commas (,) must be followed by white space.
(#1412) Expected 1 space before "=>"; 0 found
(#1412) Expected 1 space after "=>"; 0 found
(#1412) Variable "Gf" must be all lower-case
(#1412) Commas (,) must be followed by white space.
(#1412) Expected 1 space before "=>"; 0 found
(#1412) Expected 1 space after "=>"; 0 found
(#1412) Variable "Gf" must be all lower-case
(#1412) Commas (,) must be followed by white space.
(#1412) Expected 1 space before "=>"; 0 found
(#1412) Expected 1 space after "=>"; 0 found
(#1412) Variable "Gf" must be all lower-case
(#1412) Commas (,) must be followed by white space.
(#1412) Closing brace must be on a line by itself
(#1412) Inline control structures are not allowed
(#1412) Variable "U" must be all lower-case
(#1412) Expected 1 space before "!="; 0 found
(#1412) Expected 1 space after "!="; 0 found
(#1412) Line exceeds maximum limit of 180 characters; contains 352 characters
(#1412) Line exceeds maximum limit of 180 characters; contains 352 characters
(#1412) Line exceeds maximum limit of 180 characters; contains 352 characters
(#1413) Line indented incorrectly; expected at least 144 spaces, found 0
(#1413) Expected 1 space before "=>"; 0 found
(#1413) Expected 1 space after "=>"; 0 found
(#1413) Commas (,) must be followed by white space.
(#1413) Expected 1 space before "=>"; 0 found
(#1413) Expected 1 space after "=>"; 0 found
(#1413) Variable "C" must be all lower-case
(#1414) Line indented incorrectly; expected at least 144 spaces, found 0
(#1414) Expected 1 space before "=>"; 0 found
(#1414) Expected 1 space after "=>"; 0 found
(#1414) Commas (,) must be followed by white space.
(#1414) Expected 1 space before "=>"; 0 found
(#1414) Expected 1 space after "=>"; 0 found
(#1414) Expected 1 space before "=>"; 0 found
(#1414) Expected 1 space after "=>"; 0 found
(#1414) Variable "C" must be all lower-case
(#1414) Commas (,) must be followed by white space.
(#1414) Expected 1 space before "=>"; 0 found
(#1414) Expected 1 space after "=>"; 0 found
(#1414) Variable "C" must be all lower-case
(#1414) Commas (,) must be followed by white space.
(#1414) Expected 1 space before "=>"; 0 found
(#1414) Expected 1 space after "=>"; 0 found
(#1414) Variable "C" must be all lower-case
(#1414) Commas (,) must be followed by white space.
(#1414) Expected 1 space before "=>"; 0 found
(#1414) Expected 1 space after "=>"; 0 found
(#1414) Variable "C" must be all lower-case
(#1414) Commas (,) must be followed by white space.
(#1414) Expected 1 space before "=>"; 0 found
(#1414) Expected 1 space after "=>"; 0 found
(#1414) Variable "C" must be all lower-case
(#1414) Commas (,) must be followed by white space.
(#1414) Expected 1 space before "=>"; 0 found
(#1414) Expected 1 space after "=>"; 0 found
(#1414) Commas (,) must be followed by white space.
(#1414) Closing brace must be on a line by itself
(#1414) Line exceeds 132 characters; contains 158 characters
(#1414) Line exceeds 132 characters; contains 158 characters
(#1414) Line exceeds 132 characters; contains 158 characters
(#1415) Line indented incorrectly; expected at least 144 spaces, found 0
(#1415) Expected 1 space after closing parenthesis; found 0
(#1415) Opening brace must be the last content on the line
(#1416) Line indented incorrectly; expected at least 148 spaces, found 0
(#1416) Closing brace must be on a line by itself
(#1416) Line exceeds 132 characters; contains 165 characters
(#1416) Line exceeds 132 characters; contains 165 characters
(#1416) Line exceeds 132 characters; contains 165 characters
(#1417) Line indented incorrectly; expected at least 144 spaces, found 0
(#1417) Expected 1 space after closing parenthesis; found 0
(#1417) Opening brace must be the last content on the line
(#1418) Line indented incorrectly; expected at least 148 spaces, found 0
(#1418) Closing brace must be on a line by itself
(#1419) Line indented incorrectly; expected at least 148 spaces, found 0
(#1419) Variable "D" must be all lower-case
(#1419) Commas (,) must be followed by white space.
(#1419) Variable "K" must be all lower-case
(#1419) Expected 1 space after closing parenthesis; found 0
(#1419) Opening brace must be the last content on the line
(#1420) Line indented incorrectly; expected at least 152 spaces, found 0
(#1420) Variable "D" must be all lower-case
(#1420) Closing brace must be on a line by itself
(#1421) Line indented incorrectly; expected at least 148 spaces, found 0
(#1421) Expected 1 space after closing parenthesis; found 0
(#1421) Opening brace must be the last content on the line
(#1421) Closing brace must be on a line by itself
(#1422) Line indented incorrectly; expected at least 148 spaces, found 0
(#1422) Commas (,) must be followed by white space.
(#1422) Variable "H" must be all lower-case
(#1422) Expected 1 space after closing parenthesis; found 0
(#1422) Opening brace must be the last content on the line
(#1422) Expected 1 space before "?"; 0 found
(#1422) Expected 1 space after "?"; 0 found
(#1422) Expected 1 space before ":"; 0 found
(#1422) Expected 1 space after ":"; 0 found
(#1422) Variable "H" must be all lower-case
(#1422) Closing brace must be on a line by itself
(#1423) Line indented incorrectly; expected at least 148 spaces, found 0
(#1423) Variable "S" must be all lower-case
(#1423) Commas (,) must be followed by white space.
(#1423) Variable "Z" must be all lower-case
(#1423) Expected 1 space after closing parenthesis; found 0
(#1423) Opening brace must be the last content on the line
(#1423) Variable "Z" must be all lower-case
(#1423) Variable "S" must be all lower-case
(#1423) Expected 1 space before "!="; 0 found
(#1423) Expected 1 space after "!="; 0 found
(#1423) Expected 1 space before "?"; 0 found
(#1423) Expected 1 space after "?"; 0 found
(#1423) Expected 1 space before ":"; 0 found
(#1423) Expected 1 space after ":"; 0 found
(#1423) Variable "S" must be all lower-case
(#1423) Closing brace must be on a line by itself
(#1424) Line indented incorrectly; expected at least 148 spaces, found 0
(#1424) Expected 1 space after closing parenthesis; found 0
(#1424) Opening brace must be the last content on the line
(#1425) Line indented incorrectly; expected at least 152 spaces, found 0
(#1425) Closing brace must be on a line by itself
(#1426) Line indented incorrectly; expected at least 148 spaces, found 0
(#1426) Expected 1 space after closing parenthesis; found 0
(#1426) Opening brace must be the last content on the line
(#1427) Line indented incorrectly; expected at least 152 spaces, found 0
(#1427) Closing brace must be on a line by itself
(#1428) Line indented incorrectly; expected at least 152 spaces, found 0
(#1428) Expected 1 space after closing parenthesis; found 0
(#1428) Opening brace must be the last content on the line
(#1428) Closing brace must be on a line by itself
(#1429) Line indented incorrectly; expected at least 152 spaces, found 0
(#1429) Variable "Tg" must be all lower-case
(#1429) Expected 1 space after closing parenthesis; found 0
(#1429) Opening brace must be the last content on the line
(#1430) Line indented incorrectly; expected at least 156 spaces, found 0
(#1430) Closing brace must be on a line by itself
(#1431) Line indented incorrectly; expected at least 152 spaces, found 0
(#1431) Variable "R" must be all lower-case
(#1431) Commas (,) must be followed by white space.
(#1431) Variable "Ma" must be all lower-case
(#1431) Commas (,) must be followed by white space.
(#1431) Variable "Ah" must be all lower-case
(#1431) Expected 1 space after closing parenthesis; found 0
(#1431) Opening brace must be the last content on the line
(#1431) Variable "J" must be all lower-case
(#1431) Expected 1 space before "="; 0 found
(#1431) Expected 1 space after "="; 0 found
(#1431) Variable "R" must be all lower-case
(#1431) Commas (,) must be followed by white space.
(#1431) Inline control structures are not allowed
(#1431) Variable "Ma" must be all lower-case
(#1431) Variable "J" must be all lower-case
(#1431) Expected 1 space before "="; 0 found
(#1431) Expected 1 space after "="; 0 found
(#1431) Commas (,) must be followed by white space.
(#1431) Commas (,) must be followed by white space.
(#1431) Variable "J" must be all lower-case
(#1431) Variable "J" must be all lower-case
(#1431) Closing brace must be on a line by itself
(#1431) Line exceeds 132 characters; contains 154 characters
(#1431) Line exceeds 132 characters; contains 154 characters
(#1431) Line exceeds 132 characters; contains 154 characters
(#1432) Line indented incorrectly; expected at least 152 spaces, found 0
(#1432) Variable "R" must be all lower-case
(#1432) Expected 1 space after closing parenthesis; found 0
(#1432) Opening brace must be the last content on the line
(#1432) Variable "R" must be all lower-case
(#1432) Closing brace must be on a line by itself
(#1433) Line indented incorrectly; expected at least 152 spaces, found 0
(#1433) Expected 1 space after closing parenthesis; found 0
(#1433) Opening brace must be the last content on the line
(#1433) Closing brace must be on a line by itself
(#1434) Line indented incorrectly; expected at least 152 spaces, found 0
(#1434) Variable "R" 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) Variable "J" must be all lower-case
(#1434) Expected 1 space before "="; 0 found
(#1434) Expected 1 space after "="; 0 found
(#1434) Inline control structures are not allowed
(#1434) Expected 1 space before "as"; 0 found
(#1434) Expected 1 space after "as"; 0 found
(#1434) Variable "R" must be all lower-case
(#1434) Commas (,) must be followed by white space.
(#1434) Commas (,) must be followed by white space.
(#1434) Commas (,) must be followed by white space.
(#1434) Variable "K" must be all lower-case
(#1434) Variable "J" must be all lower-case
(#1434) Expected 1 space before ".="; 0 found
(#1434) Expected 1 space after ".="; 0 found
(#1434) Variable "K" must be all lower-case
(#1434) Variable "K" must be all lower-case
(#1434) Variable "K" must be all lower-case
(#1434) Variable "K" must be all lower-case
(#1434) Variable "J" must be all lower-case
(#1434) Closing brace must be on a line by itself
(#1434) Line exceeds maximum limit of 180 characters; contains 253 characters
(#1434) Line exceeds maximum limit of 180 characters; contains 253 characters
(#1434) Line exceeds maximum limit of 180 characters; contains 253 characters
(#1435) Line indented incorrectly; expected at least 152 spaces, found 0
(#1435) Expected 1 space after closing parenthesis; found 0
(#1435) Opening brace must be the last content on the line
(#1436) Line indented incorrectly; expected at least 156 spaces, found 0
(#1436) Closing brace must be on a line by itself
(#1437) Line indented incorrectly; expected at least 152 spaces, found 0
(#1437) Expected 1 space after closing parenthesis; found 0
(#1437) Opening brace must be the last content on the line
(#1438) Line indented incorrectly; expected at least 156 spaces, found 0
(#1438) Closing brace must be on a line by itself
(#1439) Line indented incorrectly; expected at least 156 spaces, found 0
(#1439) Expected 1 space after closing parenthesis; found 0
(#1439) Opening brace must be the last content on the line
(#1440) Line indented incorrectly; expected at least 160 spaces, found 0
(#1440) Closing brace must be on a line by itself
(#1441) Line indented incorrectly; expected at least 156 spaces, found 0
(#1441) Expected 1 space after closing parenthesis; found 0
(#1441) Opening brace must be the last content on the line
(#1441) Inline control structures are not allowed
(#1441) Commas (,) must be followed by white space.
(#1441) Inline control structures are not allowed
(#1441) Expected 1 space before "=="; 0 found
(#1441) Expected 1 space after "=="; 0 found
(#1441) Inline control structures are not allowed
(#1441) Commas (,) must be followed by white space.
(#1441) Expected 1 space before "?"; 0 found
(#1441) Expected 1 space after "?"; 0 found
(#1441) Expected 1 space before ":"; 0 found
(#1441) Expected 1 space after ":"; 0 found
(#1441) Closing brace must be on a line by itself
(#1441) Line exceeds maximum limit of 180 characters; contains 304 characters
(#1441) Line exceeds maximum limit of 180 characters; contains 304 characters
(#1441) Line exceeds maximum limit of 180 characters; contains 304 characters
(#1442) Line indented incorrectly; expected at least 156 spaces, found 0
(#1442) Commas (,) must be followed by white space.
(#1442) Variable "J" must be all lower-case
(#1442) Expected 1 space after closing parenthesis; found 0
(#1442) Opening brace must be the last content on the line
(#1442) Inline control structures are not allowed
(#1442) Commas (,) must be followed by white space.
(#1442) Variable "J" must be all lower-case
(#1442) Expected 1 space before "="; 0 found
(#1442) Expected 1 space after "="; 0 found
(#1442) Variable "J" must be all lower-case
(#1442) Inline control structures are not allowed
(#1442) Expected 1 space before "=="; 0 found
(#1442) Expected 1 space after "=="; 0 found
(#1442) Variable "J" must be all lower-case
(#1442) Expected 1 space before "="; 0 found
(#1442) Expected 1 space after "="; 0 found
(#1442) Variable "J" must be all lower-case
(#1442) Inline control structures are not allowed
(#1442) Commas (,) must be followed by white space.
(#1442) Variable "J" must be all lower-case
(#1442) Expected 1 space before "="; 0 found
(#1442) Expected 1 space after "="; 0 found
(#1442) Expected 1 space before "?"; 0 found
(#1442) Expected 1 space after "?"; 0 found
(#1442) Expected 1 space before ":"; 0 found
(#1442) Expected 1 space after ":"; 0 found
(#1442) Variable "J" must be all lower-case
(#1442) Variable "J" must be all lower-case
(#1442) Closing brace must be on a line by itself
(#1442) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1442) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1442) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1443) Line indented incorrectly; expected at least 156 spaces, found 0
(#1443) Variable "Pc" must be all lower-case
(#1443) Expected 1 space after closing parenthesis; found 0
(#1443) Opening brace must be the last content on the line
(#1443) Expected 1 space before "?"; 0 found
(#1443) Expected 1 space after "?"; 0 found
(#1443) Expected 1 space before ":"; 0 found
(#1443) Expected 1 space after ":"; 0 found
(#1443) Expected 1 space before "?"; 0 found
(#1443) Expected 1 space after "?"; 0 found
(#1443) Expected 1 space before ":"; 0 found
(#1443) Expected 1 space after ":"; 0 found
(#1443) Commas (,) must be followed by white space.
(#1443) Variable "Pc" must be all lower-case
(#1443) Closing brace must be on a line by itself
(#1443) Line exceeds maximum limit of 180 characters; contains 191 characters
(#1443) Line exceeds maximum limit of 180 characters; contains 191 characters
(#1443) Line exceeds maximum limit of 180 characters; contains 191 characters
(#1444) Line indented incorrectly; expected at least 156 spaces, found 0
(#1444) Variable "X" must be all lower-case
(#1444) Expected 1 space after closing parenthesis; found 0
(#1444) Opening brace must be the last content on the line
(#1445) Line indented incorrectly; expected at least 160 spaces, found 0
(#1445) Variable "X" must be all lower-case
(#1445) Closing brace must be on a line by itself
(#1446) Line indented incorrectly; expected at least 156 spaces, found 0
(#1446) Expected 1 space after closing parenthesis; found 0
(#1446) Opening brace must be the last content on the line
(#1446) Closing brace must be on a line by itself
(#1447) Line indented incorrectly; expected at least 156 spaces, found 0
(#1447) Expected 1 space after closing parenthesis; found 0
(#1447) Opening brace must be the last content on the line
(#1447) Closing brace must be on a line by itself
(#1447) Expected 1 space before "="; 0 found
(#1447) Expected 1 space after "="; 0 found
(#1447) Expected 1 space before "="; 0 found
(#1447) Expected 1 space after "="; 0 found
(#1447) Variable "_h" must not contain underscores.
(#1447) Expected 1 space before "="; 0 found
(#1447) Expected 1 space after "="; 0 found
(#1447) Expected "foreach (...) {\n"; found "foreach(...){"
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Expected 1 space before "as"; 0 found
(#1447) Expected 1 space after "as"; 0 found
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Variable "X" must be all lower-case
(#1447) Expected 1 space before "+="; 0 found
(#1447) Expected 1 space after "+="; 0 found
(#1447) Variable "X" must be all lower-case
(#1447) Variable "_h" must not contain underscores.
(#1447) Expected 1 space before "="; 0 found
(#1447) Expected 1 space after "="; 0 found
(#1447) Variable "X" must be all lower-case
(#1447) Closing brace must be on a line by itself
(#1447) Variable "Bi" must be all lower-case
(#1447) Expected 1 space before "="; 0 found
(#1447) Expected 1 space after "="; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "="; 0 found
(#1447) Expected 1 space after "="; 0 found
(#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.
(#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.
(#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.
(#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.
(#1447) Expected 1 space before "="; 0 found
(#1447) Expected 1 space after "="; 0 found
(#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.
(#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.
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "="; 0 found
(#1447) Expected 1 space after "="; 0 found
(#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.
(#1447) Commas (,) must be followed by white space.
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "="; 0 found
(#1447) Expected 1 space after "="; 0 found
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "=>"; 0 found
(#1447) Expected 1 space after "=>"; 0 found
(#1447) Commas (,) must be followed by white space.
(#1447) Closing brace must be on a line by itself
(#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.
(#1447) Commas (,) must be followed by white space.
(#1447) Expected 1 space before "?"; 0 found
(#1447) Expected 1 space after "?"; 0 found
(#1447) Expected 1 space before ":"; 0 found
(#1447) Expected 1 space after ":"; 0 found
(#1447) Expected 1 space before "!=="; 0 found
(#1447) Expected 1 space after "!=="; 0 found
(#1447) Expected 1 space before "?"; 0 found
(#1447) Expected 1 space after "?"; 0 found
(#1447) Expected 1 space before ":"; 0 found
(#1447) Expected 1 space after ":"; 0 found
(#1447) Expected 1 space before "?"; 0 found
(#1447) Expected 1 space after "?"; 0 found
(#1447) Expected 1 space before ":"; 0 found
(#1447) Expected 1 space after ":"; 0 found
(#1447) Expected 1 space before "!="; 0 found
(#1447) Expected 1 space after "!="; 0 found
(#1447) Expected 1 space before "?"; 0 found
(#1447) Expected 1 space after "?"; 0 found
(#1447) Expected 1 space before "?"; 0 found
(#1447) Expected 1 space after "?"; 0 found
(#1447) Expected 1 space before ":"; 0 found
(#1447) Expected 1 space after ":"; 0 found
(#1447) Expected 1 space before ":"; 0 found
(#1447) Expected 1 space after ":"; 0 found
(#1447) Expected 1 space before "="; 0 found
(#1447) Expected 1 space after "="; 0 found
(#1447) Line exceeds maximum limit of 180 characters; contains 1806 characters
(#1447) Line exceeds maximum limit of 180 characters; contains 1806 characters
(#1447) Line exceeds maximum limit of 180 characters; contains 1806 characters
(#1448) Line indented incorrectly; expected at least 120 spaces, found 0
(#1448) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1448) Scope modifier not specified for member variable "$operators"
(#1448) Visibility must be declared on method "name"
(#1449) Line indented incorrectly; expected at least 124 spaces, found 0
(#1449) Expected 1 space after closing parenthesis; found 0
(#1449) Opening brace must be the last content on the line
(#1449) Closing brace must be on a line by itself
(#1449) Visibility must be declared on method "credentials"
(#1450) Line indented incorrectly; expected at least 124 spaces, found 0
(#1450) Expected 1 space after closing parenthesis; found 0
(#1450) Opening brace must be the last content on the line
(#1451) Line indented incorrectly; expected at least 128 spaces, found 0
(#1451) Commas (,) must be followed by white space.
(#1451) Commas (,) must be followed by white space.
(#1451) Closing brace must be on a line by itself
(#1451) method name "Adminer::connectSsl" must be in lower-case letters only
(#1451) Visibility must be declared on method "connectSsl"
(#1452) Line indented incorrectly; expected at least 124 spaces, found 0
(#1452) Closing brace must be on a line by itself
(#1452) method name "Adminer::permanentLogin" must be in lower-case letters only
(#1452) Visibility must be declared on method "permanentLogin"
(#1453) Line indented incorrectly; expected at least 124 spaces, found 0
(#1453) Expected 1 space after closing parenthesis; found 0
(#1453) Opening brace must be the last content on the line
(#1454) Line indented incorrectly; expected at least 128 spaces, found 0
(#1454) Closing brace must be on a line by itself
(#1454) method name "Adminer::bruteForceKey" must be in lower-case letters only
(#1454) Visibility must be declared on method "bruteForceKey"
(#1455) Line indented incorrectly; expected at least 124 spaces, found 0
(#1455) Expected 1 space after closing parenthesis; found 0
(#1455) Opening brace must be the last content on the line
(#1455) Closing brace must be on a line by itself
(#1455) method name "Adminer::serverName" must be in lower-case letters only
(#1455) Visibility must be declared on method "serverName"
(#1456) Line indented incorrectly; expected at least 124 spaces, found 0
(#1456) Variable "O" must be all lower-case
(#1456) Expected 1 space after closing parenthesis; found 0
(#1456) Opening brace must be the last content on the line
(#1457) Line indented incorrectly; expected at least 128 spaces, found 0
(#1457) Variable "O" must be all lower-case
(#1457) Closing brace must be on a line by itself
(#1457) Visibility must be declared on method "database"
(#1458) Line indented incorrectly; expected at least 124 spaces, found 0
(#1458) Expected 1 space after closing parenthesis; found 0
(#1458) Opening brace must be the last content on the line
(#1459) Line indented incorrectly; expected at least 128 spaces, found 0
(#1459) Closing brace must be on a line by itself
(#1459) Visibility must be declared on method "databases"
(#1460) Line indented incorrectly; expected at least 128 spaces, found 0
(#1460) Expected 1 space after closing parenthesis; found 0
(#1460) Opening brace must be the last content on the line
(#1461) Line indented incorrectly; expected at least 132 spaces, found 0
(#1461) Closing brace must be on a line by itself
(#1461) Visibility must be declared on method "schemas"
(#1462) Line indented incorrectly; expected at least 128 spaces, found 0
(#1462) Expected 1 space after closing parenthesis; found 0
(#1462) Opening brace must be the last content on the line
(#1463) Line indented incorrectly; expected at least 132 spaces, found 0
(#1463) Closing brace must be on a line by itself
(#1463) method name "Adminer::queryTimeout" must be in lower-case letters only
(#1463) Visibility must be declared on method "queryTimeout"
(#1464) Line indented incorrectly; expected at least 132 spaces, found 0
(#1464) Expected 1 space after closing parenthesis; found 0
(#1464) Opening brace must be the last content on the line
(#1465) Line indented incorrectly; expected at least 136 spaces, found 0
(#1465) Closing brace must be on a line by itself
(#1465) Visibility must be declared on method "headers"
(#1466) Line indented incorrectly; expected at least 132 spaces, found 0
(#1466) Closing brace must be on a line by itself
(#1466) Visibility must be declared on method "csp"
(#1467) Line indented incorrectly; expected at least 132 spaces, found 0
(#1467) Expected 1 space after closing parenthesis; found 0
(#1467) Opening brace must be the last content on the line
(#1468) Line indented incorrectly; expected at least 136 spaces, found 0
(#1468) Closing brace must be on a line by itself
(#1468) Visibility must be declared on method "head"
(#1469) Line indented incorrectly; expected at least 132 spaces, found 0
(#1469) Expected 1 space after closing parenthesis; found 0
(#1469) Opening brace must be the last content on the line
(#1470) Line indented incorrectly; expected at least 136 spaces, found 0
(#1470) Closing brace must be on a line by itself
(#1470) Visibility must be declared on method "css"
(#1471) Line indented incorrectly; expected at least 136 spaces, found 0
(#1471) Expected 1 space after closing parenthesis; found 0
(#1471) Opening brace must be the last content on the line
(#1471) Variable "J" must be all lower-case
(#1471) Expected 1 space before "="; 0 found
(#1471) Expected 1 space after "="; 0 found
(#1471) Variable "Uc" must be all lower-case
(#1471) Expected 1 space before "="; 0 found
(#1471) Expected 1 space after "="; 0 found
(#1471) Inline control structures are not allowed
(#1471) Variable "Uc" must be all lower-case
(#1471) Variable "J" must be all lower-case
(#1471) Expected 1 space before "="; 0 found
(#1471) Expected 1 space after "="; 0 found
(#1471) Variable "Uc" must be all lower-case
(#1471) Variable "J" must be all lower-case
(#1471) Closing brace must be on a line by itself
(#1471) method name "Adminer::loginForm" must be in lower-case letters only
(#1471) Visibility must be declared on method "loginForm"
(#1472) Line indented incorrectly; expected at least 136 spaces, found 0
(#1472) Expected 1 space after closing parenthesis; found 0
(#1472) Opening brace must be the last content on the line
(#1473) Commas (,) must be followed by white space.
(#1473) Commas (,) must be followed by white space.
(#1473) Commas (,) must be followed by white space.
(#1473) Commas (,) must be followed by white space.
(#1473) Commas (,) must be followed by white space.
(#1473) Commas (,) must be followed by white space.
(#1473) Commas (,) must be followed by white space.
(#1473) Commas (,) must be followed by white space.
(#1473) Commas (,) must be followed by white space.
(#1473) Commas (,) must be followed by white space.
(#1473) Line exceeds maximum limit of 180 characters; contains 213 characters
(#1473) Line exceeds maximum limit of 180 characters; contains 213 characters
(#1473) Line exceeds maximum limit of 180 characters; contains 213 characters
(#1474) Commas (,) must be followed by white space.
(#1474) Commas (,) must be followed by white space.
(#1474) Commas (,) must be followed by white space.
(#1474) Commas (,) must be followed by white space.
(#1475) Commas (,) must be followed by white space.
(#1475) Commas (,) must be followed by white space.
(#1476) Commas (,) must be followed by white space.
(#1476) Commas (,) must be followed by white space.
(#1476) Commas (,) must be followed by white space.
(#1476) Commas (,) must be followed by white space.
(#1478) Commas (,) must be followed by white space.
(#1478) Commas (,) must be followed by white space.
(#1478) Commas (,) must be followed by white space.
(#1478) Commas (,) must be followed by white space.
(#1478) Commas (,) must be followed by white space.
(#1478) Commas (,) must be followed by white space.
(#1478) Closing brace must be on a line by itself
(#1478) Line exceeds 132 characters; contains 169 characters
(#1478) Line exceeds 132 characters; contains 169 characters
(#1478) Line exceeds 132 characters; contains 169 characters
(#1478) Visibility must be declared on method "login"
(#1479) Line indented incorrectly; expected at least 136 spaces, found 0
(#1479) Commas (,) must be followed by white space.
(#1479) Variable "G" must be all lower-case
(#1479) Expected 1 space after closing parenthesis; found 0
(#1479) Opening brace must be the last content on the line
(#1479) Inline control structures are not allowed
(#1479) Expected 1 space before "=="; 0 found
(#1479) Expected 1 space after "=="; 0 found
(#1480) Line indented incorrectly; expected at least 140 spaces, found 0
(#1480) Commas (,) must be followed by white space.
(#1480) Commas (,) must be followed by white space.
(#1481) Line indented incorrectly; expected at least 140 spaces, found 0
(#1481) Closing brace must be on a line by itself
(#1481) method name "Adminer::tableName" must be in lower-case letters only
(#1481) Visibility must be declared on method "tableName"
(#1482) Variable "Gh" must be all lower-case
(#1482) Expected 1 space after closing parenthesis; found 0
(#1482) Opening brace must be the last content on the line
(#1483) Line indented incorrectly; expected at least 4 spaces, found 0
(#1483) Variable "Gh" must be all lower-case
(#1483) Closing brace must be on a line by itself
(#1483) method name "Adminer::fieldName" must be in lower-case letters only
(#1483) Visibility must be declared on method "fieldName"
(#1484) Line indented incorrectly; expected at least 140 spaces, found 0
(#1484) Commas (,) must be followed by white space.
(#1484) Expected 1 space after closing parenthesis; found 0
(#1484) Opening brace must be the last content on the line
(#1484) Closing brace must be on a line by itself
(#1484) method name "Adminer::selectLinks" must be in lower-case letters only
(#1484) Visibility must be declared on method "selectLinks"
(#1485) Line indented incorrectly; expected at least 140 spaces, found 0
(#1485) Variable "Gh" must be all lower-case
(#1485) Commas (,) must be followed by white space.
(#1485) Variable "P" must be all lower-case
(#1485) Expected 1 space after closing parenthesis; found 0
(#1485) Opening brace must be the last content on the line
(#1485) Commas (,) must be followed by white space.
(#1485) Expected 1 space before "="; 0 found
(#1485) Expected 1 space after "="; 0 found
(#1485) Expected 1 space before "=>"; 0 found
(#1485) Expected 1 space after "=>"; 0 found
(#1485) Inline control structures are not allowed
(#1485) Expected 1 space before "="; 0 found
(#1485) Expected 1 space after "="; 0 found
(#1485) Expected "if (...) {\n"; found "if(...){"
(#1485) Inline control structures are not allowed
(#1485) Variable "Gh" 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
(#1485) Expected 1 space before "="; 0 found
(#1485) Expected 1 space after "="; 0 found
(#1485) Closing brace must be on a line by itself
(#1485) Inline control structures are not allowed
(#1485) Variable "P" must be all lower-case
(#1485) Expected 1 space before "!=="; 0 found
(#1485) Expected 1 space after "!=="; 0 found
(#1485) Expected 1 space before "="; 0 found
(#1485) Expected 1 space after "="; 0 found
(#1485) Variable "D" must be all lower-case
(#1485) Expected 1 space before "="; 0 found
(#1485) Expected 1 space after "="; 0 found
(#1485) Variable "Gh" must be all lower-case
(#1485) Inline control structures are not allowed
(#1485) Expected 1 space before "=>"; 0 found
(#1485) Expected 1 space after "=>"; 0 found
(#1485) Expected 1 space after "as"; 0 found
(#1485) Line exceeds maximum limit of 180 characters; contains 297 characters
(#1485) Line exceeds maximum limit of 180 characters; contains 297 characters
(#1485) Line exceeds maximum limit of 180 characters; contains 297 characters
(#1486) Line indented incorrectly; expected at least 144 spaces, found 0
(#1486) Expected 1 space before "=>"; 0 found
(#1486) Expected 1 space after "=>"; 0 found
(#1486) Variable "X" must be all lower-case
(#1486) Variable "D" 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 "P" must be all lower-case
(#1486) Expected 1 space before ":"; 0 found
(#1486) Expected 1 space after ":"; 0 found
(#1486) Variable "X" must be all lower-case
(#1487) Line indented incorrectly; expected at least 144 spaces, found 0
(#1487) Expected 1 space before "=>"; 0 found
(#1487) Expected 1 space after "=>"; 0 found
(#1487) Variable "D" must be all lower-case
(#1487) Commas (,) must be followed by white space.
(#1487) Commas (,) must be followed by white space.
(#1487) Closing brace must be on a line by itself
(#1487) method name "Adminer::foreignKeys" must be in lower-case letters only
(#1487) Visibility must be declared on method "foreignKeys"
(#1488) Line indented incorrectly; expected at least 140 spaces, found 0
(#1488) Variable "R" must be all lower-case
(#1488) Expected 1 space after closing parenthesis; found 0
(#1488) Opening brace must be the last content on the line
(#1489) Line indented incorrectly; expected at least 144 spaces, found 0
(#1489) Variable "R" must be all lower-case
(#1489) Closing brace must be on a line by itself
(#1489) method name "Adminer::backwardKeys" must be in lower-case letters only
(#1489) Visibility must be declared on method "backwardKeys"
(#1490) Line indented incorrectly; expected at least 144 spaces, found 0
(#1490) Variable "R" must be all lower-case
(#1490) Commas (,) must be followed by white space.
(#1490) Variable "Fh" must be all lower-case
(#1490) Expected 1 space after closing parenthesis; found 0
(#1490) Opening brace must be the last content on the line
(#1491) Line indented incorrectly; expected at least 148 spaces, found 0
(#1491) Closing brace must be on a line by itself
(#1491) method name "Adminer::backwardKeysPrint" must be in lower-case letters only
(#1491) Visibility must be declared on method "backwardKeysPrint"
(#1492) Line indented incorrectly; expected at least 144 spaces, found 0
(#1492) Variable "Pa" must be all lower-case
(#1492) Commas (,) must be followed by white space.
(#1492) Variable "K" must be all lower-case
(#1492) Closing brace must be on a line by itself
(#1492) method name "Adminer::selectQuery" must be in lower-case letters only
(#1492) Visibility must be declared on method "selectQuery"
(#1493) Line indented incorrectly; expected at least 144 spaces, found 0
(#1493) Variable "H" must be all lower-case
(#1493) Commas (,) must be followed by white space.
(#1493) Commas (,) must be followed by white space.
(#1493) Variable "Nc" must be all lower-case
(#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) Variable "J" 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 "Nc" must be all lower-case
(#1493) Variable "Vi" 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) Variable "J" 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) Variable "J" must be all lower-case
(#1493) Closing brace must be on a line by itself
(#1493) Commas (,) must be followed by white space.
(#1493) Commas (,) must be followed by white space.
(#1493) Variable "H" must be all lower-case
(#1493) Expected 1 space before "?"; 0 found
(#1493) Expected 1 space after "?"; 0 found
(#1493) Variable "H" must be all lower-case
(#1493) Expected 1 space before ":"; 0 found
(#1493) Expected 1 space after ":"; 0 found
(#1493) Variable "J" must be all lower-case
(#1493) Closing brace must be on a line by itself
(#1493) Line exceeds maximum limit of 180 characters; contains 461 characters
(#1493) method name "Adminer::sqlCommandQuery" must be in lower-case letters only
(#1493) Visibility must be declared on method "sqlCommandQuery"
(#1493) Line exceeds maximum limit of 180 characters; contains 461 characters
(#1493) Line exceeds maximum limit of 180 characters; contains 461 characters
(#1494) Line indented incorrectly; expected at least 144 spaces, found 0
(#1494) Variable "H" must be all lower-case
(#1494) Expected 1 space after closing parenthesis; found 0
(#1494) Opening brace must be the last content on the line
(#1495) Line indented incorrectly; expected at least 148 spaces, found 0
(#1495) Variable "H" must be all lower-case
(#1495) Commas (,) must be followed by white space.
(#1495) Closing brace must be on a line by itself
(#1495) method name "Adminer::rowDescription" must be in lower-case letters only
(#1495) Visibility must be declared on method "rowDescription"
(#1496) Line indented incorrectly; expected at least 144 spaces, found 0
(#1496) Variable "R" must be all lower-case
(#1496) Expected 1 space after closing parenthesis; found 0
(#1496) Opening brace must be the last content on the line
(#1496) Closing brace must be on a line by itself
(#1496) method name "Adminer::rowDescriptions" must be in lower-case letters only
(#1496) Visibility must be declared on method "rowDescriptions"
(#1497) Line indented incorrectly; expected at least 144 spaces, found 0
(#1497) Variable "L" must be all lower-case
(#1497) Commas (,) must be followed by white space.
(#1497) Expected 1 space after closing parenthesis; found 0
(#1497) Opening brace must be the last content on the line
(#1497) Variable "L" must be all lower-case
(#1497) Closing brace must be on a line by itself
(#1497) method name "Adminer::selectLink" must be in lower-case letters only
(#1497) Visibility must be declared on method "selectLink"
(#1498) Line indented incorrectly; expected at least 144 spaces, found 0
(#1498) Variable "X" must be all lower-case
(#1498) Commas (,) must be followed by white space.
(#1498) Closing brace must be on a line by itself
(#1498) method name "Adminer::selectVal" must be in lower-case letters only
(#1498) Visibility must be declared on method "selectVal"
(#1499) Line indented incorrectly; expected at least 144 spaces, found 0
(#1499) Variable "X" must be all lower-case
(#1499) Commas (,) must be followed by white space.
(#1499) Variable "A" must be all lower-case
(#1499) Commas (,) must be followed by white space.
(#1499) Commas (,) must be followed by white space.
(#1499) Variable "Af" must be all lower-case
(#1499) Expected 1 space after closing parenthesis; found 0
(#1499) Opening brace must be the last content on the line
(#1499) Variable "J" must be all lower-case
(#1499) Expected 1 space before "="; 0 found
(#1499) Expected 1 space after "="; 0 found
(#1499) Variable "X" must be all lower-case
(#1499) Expected 1 space before "==="; 0 found
(#1499) Expected 1 space after "==="; 0 found
(#1499) Expected 1 space before "?"; 0 found
(#1499) Expected 1 space after "?"; 0 found
(#1499) Expected 1 space before ":"; 0 found
(#1499) Expected 1 space after ":"; 0 found
(#1499) Commas (,) must be followed by white space.
(#1499) Commas (,) must be followed by white space.
(#1499) Expected 1 space before "?"; 0 found
(#1499) Expected 1 space after "?"; 0 found
(#1499) Variable "X" must be all lower-case
(#1499) Expected 1 space before ":"; 0 found
(#1499) Expected 1 space after ":"; 0 found
(#1499) Variable "X" must be all lower-case
(#1499) Inline control structures are not allowed
(#1499) Commas (,) must be followed by white space.
(#1499) Variable "X" must be all lower-case
(#1499) Variable "J" must be all lower-case
(#1499) Expected 1 space before "="; 0 found
(#1499) Expected 1 space after "="; 0 found
(#1499) Commas (,) must be followed by white space.
(#1499) Variable "Af" must be all lower-case
(#1499) Inline control structures are not allowed
(#1499) Commas (,) must be followed by white space.
(#1499) Variable "J" must be all lower-case
(#1499) Expected 1 space before "="; 0 found
(#1499) Expected 1 space after "="; 0 found
(#1499) Variable "J" must be all lower-case
(#1499) Variable "A" must be all lower-case
(#1499) Expected 1 space before "?"; 0 found
(#1499) Expected 1 space after "?"; 0 found
(#1499) Variable "A" must be all lower-case
(#1499) Variable "A" must be all lower-case
(#1499) Expected 1 space before "?"; 0 found
(#1499) Expected 1 space after "?"; 0 found
(#1499) Expected 1 space before ":"; 0 found
(#1499) Expected 1 space after ":"; 0 found
(#1499) Variable "J" must be all lower-case
(#1499) Expected 1 space before ":"; 0 found
(#1499) Expected 1 space after ":"; 0 found
(#1499) Variable "J" must be all lower-case
(#1499) Closing brace must be on a line by itself
(#1499) Line exceeds maximum limit of 180 characters; contains 415 characters
(#1499) method name "Adminer::editVal" must be in lower-case letters only
(#1499) Visibility must be declared on method "editVal"
(#1499) Line exceeds maximum limit of 180 characters; contains 415 characters
(#1499) Line exceeds maximum limit of 180 characters; contains 415 characters
(#1500) Line indented incorrectly; expected at least 144 spaces, found 0
(#1500) Variable "X" must be all lower-case
(#1500) Commas (,) must be followed by white space.
(#1500) Expected 1 space after closing parenthesis; found 0
(#1500) Opening brace must be the last content on the line
(#1500) Variable "X" must be all lower-case
(#1500) Closing brace must be on a line by itself
(#1500) method name "Adminer::tableStructurePrint" must be in lower-case letters only
(#1500) Visibility must be declared on method "tableStructurePrint"
(#1501) Line indented incorrectly; expected at least 144 spaces, found 0
(#1501) Expected 1 space after closing parenthesis; found 0
(#1501) Opening brace must be the last content on the line
(#1501) Commas (,) must be followed by white space.
(#1501) Expected 1 space before "?"; 0 found
(#1501) Expected 1 space after "?"; 0 found
(#1501) Expected 1 space before ":"; 0 found
(#1501) Expected 1 space after ":"; 0 found
(#1501) Expected "foreach (...) {\n"; found "foreach(...){"
(#1501) Expected 1 space after "as"; 0 found
(#1501) Line exceeds 132 characters; contains 177 characters
(#1501) Line exceeds 132 characters; contains 177 characters
(#1501) Line exceeds 132 characters; contains 177 characters
(#1502) Line indented incorrectly; expected at least 148 spaces, found 0
(#1502) Commas (,) must be followed by white space.
(#1502) Commas (,) must be followed by white space.
(#1502) Expected 1 space before "?"; 0 found
(#1502) Expected 1 space after "?"; 0 found
(#1502) Expected 1 space before ":"; 0 found
(#1502) Expected 1 space after ":"; 0 found
(#1502) Commas (,) must be followed by white space.
(#1502) Expected 1 space before "?"; 0 found
(#1502) Expected 1 space after "?"; 0 found
(#1502) Expected 1 space before ":"; 0 found
(#1502) Expected 1 space after ":"; 0 found
(#1502) Commas (,) must be followed by white space.
(#1502) Expected 1 space before "?"; 0 found
(#1502) Expected 1 space after "?"; 0 found
(#1502) Expected 1 space before ":"; 0 found
(#1502) Expected 1 space after ":"; 0 found
(#1502) Commas (,) must be followed by white space.
(#1502) Expected 1 space before "?"; 0 found
(#1502) Expected 1 space after "?"; 0 found
(#1502) Expected 1 space before ":"; 0 found
(#1502) Expected 1 space after ":"; 0 found
(#1502) Commas (,) must be followed by white space.
(#1502) Closing brace must be on a line by itself
(#1502) Closing brace must be on a line by itself
(#1502) Line exceeds maximum limit of 180 characters; contains 374 characters
(#1502) method name "Adminer::tableIndexesPrint" must be in lower-case letters only
(#1502) Visibility must be declared on method "tableIndexesPrint"
(#1502) Line exceeds maximum limit of 180 characters; contains 374 characters
(#1502) Line exceeds maximum limit of 180 characters; contains 374 characters
(#1503) Line indented incorrectly; expected at least 144 spaces, found 0
(#1503) Expected 1 space after closing parenthesis; found 0
(#1503) Opening brace must be the last content on the line
(#1503) Expected "foreach (...) {\n"; found "foreach(...){"
(#1503) Expected 1 space before "=>"; 0 found
(#1503) Expected 1 space after "=>"; 0 found
(#1503) Expected 1 space after "as"; 0 found
(#1504) Line indented incorrectly; expected at least 148 spaces, found 0
(#1504) Variable "D" must be all lower-case
(#1504) Expected 1 space before "=>"; 0 found
(#1504) Expected 1 space after "=>"; 0 found
(#1504) Expected 1 space before "="; 0 found
(#1504) Expected 1 space after "="; 0 found
(#1504) Inline control structures are not allowed
(#1504) Expected 1 space before "=>"; 0 found
(#1504) Expected 1 space after "=>"; 0 found
(#1504) Expected 1 space before "as"; 0 found
(#1504) Expected 1 space after "as"; 0 found
(#1504) Expected 1 space before "=>"; 0 found
(#1504) Expected 1 space after "=>"; 0 found
(#1504) Variable "X" must be all lower-case
(#1504) Expected 1 space before "="; 0 found
(#1504) Expected 1 space after "="; 0 found
(#1504) Variable "X" must be all lower-case
(#1504) Expected 1 space before "?"; 0 found
(#1504) Expected 1 space after "?"; 0 found
(#1504) Expected 1 space before ":"; 0 found
(#1504) Expected 1 space after ":"; 0 found
(#1504) Expected 1 space before "?"; 0 found
(#1504) Expected 1 space after "?"; 0 found
(#1504) Expected 1 space before ":"; 0 found
(#1504) Expected 1 space after ":"; 0 found
(#1504) Variable "D" must be all lower-case
(#1504) Commas (,) must be followed by white space.
(#1504) Closing brace must be on a line by itself
(#1504) Closing brace must be on a line by itself
(#1504) Line exceeds maximum limit of 180 characters; contains 271 characters
(#1504) method name "Adminer::selectColumnsPrint" must be in lower-case letters only
(#1504) Visibility must be declared on method "selectColumnsPrint"
(#1504) Line exceeds maximum limit of 180 characters; contains 271 characters
(#1504) Line exceeds maximum limit of 180 characters; contains 271 characters
(#1505) Line indented incorrectly; expected at least 148 spaces, found 0
(#1505) Variable "M" must be all lower-case
(#1505) Commas (,) must be followed by white space.
(#1505) Expected 1 space after closing parenthesis; found 0
(#1505) Opening brace must be the last content on the line
(#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 "M" must be all lower-case
(#1505) Expected 1 space before "="; 0 found
(#1505) Expected 1 space after "="; 0 found
(#1505) Variable "M" must be all lower-case
(#1505) Expected 1 space before "="; 0 found
(#1505) Expected 1 space after "="; 0 found
(#1505) Expected "foreach (...) {\n"; found "foreach(...){"
(#1505) Expected 1 space before "=>"; 0 found
(#1505) Expected 1 space after "=>"; 0 found
(#1505) Expected 1 space after "as"; 0 found
(#1505) Variable "M" must be all lower-case
(#1506) Line indented incorrectly; expected at least 152 spaces, found 0
(#1506) Expected 1 space before "=>"; 0 found
(#1506) Expected 1 space after "=>"; 0 found
(#1506) Variable "X" must be all lower-case
(#1506) Variable "X" must be all lower-case
(#1506) Expected 1 space before "="; 0 found
(#1506) Expected 1 space after "="; 0 found
(#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) Variable "X" 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) Expected 1 space before "?"; 0 found
(#1506) Expected 1 space after "?"; 0 found
(#1506) Expected 1 space before ":"; 0 found
(#1506) Expected 1 space after ":"; 0 found
(#1506) Expected 1 space before "?"; 0 found
(#1506) Expected 1 space after "?"; 0 found
(#1506) Expected 1 space before "=>"; 0 found
(#1506) Expected 1 space after "=>"; 0 found
(#1506) Expected 1 space before "+"; 0 found
(#1506) Expected 1 space after "+"; 0 found
(#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) Variable "X" 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) Expected 1 space before "?"; 0 found
(#1506) Expected 1 space after "?"; 0 found
(#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) Closing brace must be on a line by itself
(#1506) Closing brace must be on a line by itself
(#1506) Line exceeds maximum limit of 180 characters; contains 579 characters
(#1506) method name "Adminer::selectSearchPrint" must be in lower-case letters only
(#1506) Visibility must be declared on method "selectSearchPrint"
(#1506) Line exceeds maximum limit of 180 characters; contains 579 characters
(#1506) Line exceeds maximum limit of 180 characters; contains 579 characters
(#1507) Line indented incorrectly; expected at least 148 spaces, found 0
(#1507) Variable "Z" must be all lower-case
(#1507) Commas (,) must be followed by white space.
(#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) Commas (,) must be followed by white space.
(#1507) Commas (,) must be followed by white space.
(#1507) Variable "Z" must be all lower-case
(#1507) Expected "foreach (...) {\n"; found "foreach(...){"
(#1507) Expected 1 space before "=>"; 0 found
(#1507) Expected 1 space after "=>"; 0 found
(#1507) Expected 1 space after "as"; 0 found
(#1508) Line indented incorrectly; expected at least 152 spaces, found 0
(#1508) Expected 1 space before "=>"; 0 found
(#1508) Expected 1 space after "=>"; 0 found
(#1508) Expected "if (...) {\n"; found "if(...){"
(#1508) Expected 1 space before "=="; 0 found
(#1508) Expected 1 space after "=="; 0 found
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Closing brace must be on a line by itself
(#1508) Closing brace must be on a line by itself
(#1508) Expected 1 space before "="; 0 found
(#1508) Expected 1 space after "="; 0 found
(#1508) Expected "foreach (...) {\n"; found "foreach(...){"
(#1508) Expected 1 space before "=>"; 0 found
(#1508) Expected 1 space after "=>"; 0 found
(#1508) Expected 1 space before "as"; 0 found
(#1508) Expected 1 space after "as"; 0 found
(#1508) Commas (,) must be followed by white space.
(#1508) Expected 1 space before "=>"; 0 found
(#1508) Expected 1 space after "=>"; 0 found
(#1508) Variable "X" must be all lower-case
(#1508) Expected "if (...) {\n"; found "if(...){"
(#1508) Variable "X" must be all lower-case
(#1508) Variable "X" must be all lower-case
(#1508) Expected 1 space before "!="; 0 found
(#1508) Expected 1 space after "!="; 0 found
(#1508) Variable "X" must be all lower-case
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Variable "X" must be all lower-case
(#1508) Commas (,) must be followed by white space.
(#1508) Variable "X" must be all lower-case
(#1508) Expected 1 space before "?"; 0 found
(#1508) Expected 1 space after "?"; 0 found
(#1508) Expected 1 space before ":"; 0 found
(#1508) Expected 1 space after ":"; 0 found
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Variable "X" must be all lower-case
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Variable "X" must be all lower-case
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Commas (,) must be followed by white space.
(#1508) Closing brace must be on a line by itself
(#1508) Closing brace must be on a line by itself
(#1508) Closing brace must be on a line by itself
(#1508) Line exceeds maximum limit of 180 characters; contains 938 characters
(#1508) method name "Adminer::selectOrderPrint" must be in lower-case letters only
(#1508) Visibility must be declared on method "selectOrderPrint"
(#1508) Line exceeds maximum limit of 180 characters; contains 938 characters
(#1508) Line exceeds maximum limit of 180 characters; contains 938 characters
(#1509) Line indented incorrectly; expected at least 152 spaces, found 0
(#1509) Commas (,) must be followed by white space.
(#1509) Commas (,) must be followed by white space.
(#1509) Expected 1 space after closing parenthesis; found 0
(#1509) Opening brace must be the last content on the line
(#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 "foreach (...) {\n"; found "foreach(...){"
(#1509) Expected 1 space before "=>"; 0 found
(#1509) Expected 1 space after "=>"; 0 found
(#1509) Expected 1 space before "as"; 0 found
(#1509) Expected 1 space after "as"; 0 found
(#1509) Expected 1 space before "=>"; 0 found
(#1509) Expected 1 space after "=>"; 0 found
(#1509) Variable "X" must be all lower-case
(#1509) Expected "if (...) {\n"; found "if(...){"
(#1509) Variable "X" 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 "X" must be all lower-case
(#1509) Commas (,) must be followed by white space.
(#1509) Commas (,) must be followed by white space.
(#1509) Commas (,) must be followed by white space.
(#1509) Commas (,) must be followed by white space.
(#1509) Commas (,) must be followed by white space.
(#1509) Closing brace must be on a line by itself
(#1509) Closing brace must be on a line by itself
(#1509) Commas (,) must be followed by white space.
(#1509) Commas (,) must be followed by white space.
(#1509) Commas (,) must be followed by white space.
(#1509) Commas (,) must be followed by white space.
(#1509) Commas (,) must be followed by white space.
(#1509) Commas (,) must be followed by white space.
(#1509) Commas (,) must be followed by white space.
(#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 413 characters
(#1509) method name "Adminer::selectLimitPrint" must be in lower-case letters only
(#1509) Visibility must be declared on method "selectLimitPrint"
(#1509) Line exceeds maximum limit of 180 characters; contains 413 characters
(#1509) Line exceeds maximum limit of 180 characters; contains 413 characters
(#1510) Line indented incorrectly; expected at least 152 spaces, found 0
(#1510) Variable "_" must not contain underscores.
(#1510) Expected 1 space after closing parenthesis; found 0
(#1510) Opening brace must be the last content on the line
(#1510) Variable "_" must not contain underscores.
(#1510) Commas (,) must be followed by white space.
(#1510) Commas (,) must be followed by white space.
(#1510) Commas (,) must be followed by white space.
(#1510) Closing brace must be on a line by itself
(#1510) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1510) method name "Adminer::selectLengthPrint" must be in lower-case letters only
(#1510) Visibility must be declared on method "selectLengthPrint"
(#1510) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1510) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1511) Line indented incorrectly; expected at least 152 spaces, found 0
(#1511) Variable "Vh" must be all lower-case
(#1511) Expected 1 space after closing parenthesis; found 0
(#1511) Opening brace must be the last content on the line
(#1511) Expected "if (...) {\n"; found "if(...){"
(#1511) Variable "Vh" must be all lower-case
(#1511) Expected 1 space before "!=="; 0 found
(#1511) Expected 1 space after "!=="; 0 found
(#1511) Commas (,) must be followed by white space.
(#1511) Variable "Vh" must be all lower-case
(#1511) Commas (,) must be followed by white space.
(#1511) Closing brace must be on a line by itself
(#1511) Closing brace must be on a line by itself
(#1511) Line exceeds maximum limit of 180 characters; contains 196 characters
(#1511) method name "Adminer::selectActionPrint" must be in lower-case letters only
(#1511) Visibility must be declared on method "selectActionPrint"
(#1511) Line exceeds maximum limit of 180 characters; contains 196 characters
(#1511) Line exceeds maximum limit of 180 characters; contains 196 characters
(#1512) Line indented incorrectly; expected at least 152 spaces, found 0
(#1512) Expected 1 space after closing parenthesis; found 0
(#1512) Opening brace must be the last content on the line
(#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) Commas (,) must be followed by white space.
(#1512) Expected 1 space before "="; 0 found
(#1512) Expected 1 space after "="; 0 found
(#1512) Expected "foreach (...) {\n"; found "foreach(...){"
(#1512) Expected 1 space after "as"; 0 found
(#1512) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1512) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1512) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1513) Line indented incorrectly; expected at least 156 spaces, found 0
(#1513) Variable "Kb" must be all lower-case
(#1513) Expected 1 space before "="; 0 found
(#1513) Expected 1 space after "="; 0 found
(#1513) Inline control structures are not allowed
(#1513) Expected 1 space before "!="; 0 found
(#1513) Expected 1 space after "!="; 0 found
(#1513) Variable "Kb" must be all lower-case
(#1513) Variable "Kb" must be all lower-case
(#1513) Expected 1 space before "="; 0 found
(#1513) Expected 1 space after "="; 0 found
(#1513) Closing brace must be on a line by itself
(#1513) Expected 1 space before "="; 0 found
(#1513) Expected 1 space after "="; 0 found
(#1513) Inline control structures are not allowed
(#1513) Expected 1 space before "=>"; 0 found
(#1513) Expected 1 space after "=>"; 0 found
(#1513) Expected 1 space after "as"; 0 found
(#1514) Line indented incorrectly; expected at least 156 spaces, found 0
(#1514) Expected 1 space before "=>"; 0 found
(#1514) Expected 1 space after "=>"; 0 found
(#1514) Variable "X" must be all lower-case
(#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) Closing brace must be on a line by itself
(#1514) method name "Adminer::selectCommandPrint" must be in lower-case letters only
(#1514) Visibility must be declared on method "selectCommandPrint"
(#1515) Line indented incorrectly; expected at least 152 spaces, found 0
(#1515) Expected 1 space after closing parenthesis; found 0
(#1515) Opening brace must be the last content on the line
(#1515) Closing brace must be on a line by itself
(#1515) method name "Adminer::selectImportPrint" must be in lower-case letters only
(#1515) Visibility must be declared on method "selectImportPrint"
(#1516) Line indented incorrectly; expected at least 152 spaces, found 0
(#1516) Expected 1 space after closing parenthesis; found 0
(#1516) Opening brace must be the last content on the line
(#1516) Closing brace must be on a line by itself
(#1516) method name "Adminer::selectEmailPrint" must be in lower-case letters only
(#1516) Visibility must be declared on method "selectEmailPrint"
(#1517) Line indented incorrectly; expected at least 152 spaces, found 0
(#1517) Commas (,) must be followed by white space.
(#1517) Closing brace must be on a line by itself
(#1517) method name "Adminer::selectColumnsProcess" must be in lower-case letters only
(#1517) Visibility must be declared on method "selectColumnsProcess"
(#1518) Line indented incorrectly; expected at least 152 spaces, found 0
(#1518) Commas (,) must be followed by white space.
(#1518) Expected 1 space after closing parenthesis; found 0
(#1518) Opening brace must be the last content on the line
(#1518) Commas (,) must be followed by white space.
(#1518) Variable "M" 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 "foreach (...) {\n"; found "foreach(...){"
(#1518) Expected 1 space before "=>"; 0 found
(#1518) Expected 1 space after "=>"; 0 found
(#1518) Expected 1 space before "as"; 0 found
(#1518) Expected 1 space after "as"; 0 found
(#1518) Expected 1 space before "=>"; 0 found
(#1518) Expected 1 space after "=>"; 0 found
(#1518) Variable "X" must be all lower-case
(#1518) Expected "if (...) {\n"; found "if(...){"
(#1518) Variable "X" must be all lower-case
(#1518) Expected 1 space before "=="; 0 found
(#1518) Expected 1 space after "=="; 0 found
(#1518) Variable "X" must be all lower-case
(#1518) Expected 1 space before "!="; 0 found
(#1518) Expected 1 space after "!="; 0 found
(#1518) Variable "X" must be all lower-case
(#1518) Variable "X" must be all lower-case
(#1518) Commas (,) must be followed by white space.
(#1518) Variable "X" must be all lower-case
(#1518) Commas (,) must be followed by white space.
(#1518) Variable "M" must be all lower-case
(#1518) Expected 1 space before "="; 0 found
(#1518) Expected 1 space after "="; 0 found
(#1518) Variable "X" must be all lower-case
(#1518) Commas (,) must be followed by white space.
(#1518) Variable "X" 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) Variable "X" must be all lower-case
(#1518) Expected 1 space before ":"; 0 found
(#1518) Expected 1 space after ":"; 0 found
(#1518) Inline control structures are not allowed
(#1518) Variable "X" must be all lower-case
(#1518) Commas (,) must be followed by white space.
(#1518) Expected 1 space before "="; 0 found
(#1518) Expected 1 space after "="; 0 found
(#1518) Variable "M" must be all lower-case
(#1518) Closing brace must be on a line by itself
(#1518) Closing brace must be on a line by itself
(#1518) Line exceeds maximum limit of 180 characters; contains 338 characters
(#1518) Line exceeds maximum limit of 180 characters; contains 338 characters
(#1518) Line exceeds maximum limit of 180 characters; contains 338 characters
(#1519) Line indented incorrectly; expected at least 156 spaces, found 0
(#1519) Variable "M" must be all lower-case
(#1519) Commas (,) must be followed by white space.
(#1519) Closing brace must be on a line by itself
(#1519) method name "Adminer::selectSearchProcess" must be in lower-case letters only
(#1519) Visibility must be declared on method "selectSearchProcess"
(#1520) Line indented incorrectly; expected at least 152 spaces, found 0
(#1520) Commas (,) must be followed by white space.
(#1520) Expected 1 space after closing parenthesis; found 0
(#1520) Opening brace must be the last content on the line
(#1520) Commas (,) must be followed by white space.
(#1520) Variable "J" must be all lower-case
(#1520) Expected 1 space before "="; 0 found
(#1520) Expected 1 space after "="; 0 found
(#1520) Expected "foreach (...) {\n"; found "foreach(...){"
(#1520) Expected 1 space before "=>"; 0 found
(#1520) Expected 1 space after "=>"; 0 found
(#1520) Expected 1 space after "as"; 0 found
(#1521) Line indented incorrectly; expected at least 156 spaces, found 0
(#1521) Expected 1 space before "=>"; 0 found
(#1521) Expected 1 space after "=>"; 0 found
(#1521) Inline control structures are not allowed
(#1521) Expected 1 space before "=="; 0 found
(#1521) Expected 1 space after "=="; 0 found
(#1521) Expected 1 space before "!="; 0 found
(#1521) Expected 1 space after "!="; 0 found
(#1521) Variable "J" must be all lower-case
(#1521) Expected 1 space before "="; 0 found
(#1521) Expected 1 space after "="; 0 found
(#1521) Commas (,) must be followed by white space.
(#1521) Commas (,) must be followed by white space.
(#1521) Expected 1 space before "?"; 0 found
(#1521) Expected 1 space after "?"; 0 found
(#1521) Expected 1 space before ":"; 0 found
(#1521) Expected 1 space after ":"; 0 found
(#1521) Closing brace must be on a line by itself
(#1521) Expected "foreach (...) {\n"; found "foreach(...){"
(#1521) Expected 1 space before "=>"; 0 found
(#1521) Expected 1 space after "=>"; 0 found
(#1521) Expected 1 space before "as"; 0 found
(#1521) Expected 1 space after "as"; 0 found
(#1521) Expected 1 space before "=>"; 0 found
(#1521) Expected 1 space after "=>"; 0 found
(#1521) Variable "X" must be all lower-case
(#1521) Expected "if (...) {\n"; found "if(...){"
(#1521) Variable "X" must be all lower-case
(#1521) Expected 1 space before "!="; 0 found
(#1521) Expected 1 space after "!="; 0 found
(#1521) Variable "X" must be all lower-case
(#1521) Commas (,) must be followed by white space.
(#1521) Expected 1 space before "="; 0 found
(#1521) Expected 1 space after "="; 0 found
(#1521) Expected 1 space before "="; 0 found
(#1521) Expected 1 space after "="; 0 found
(#1521) Variable "X" must be all lower-case
(#1521) Expected "if (...) {\n"; found "if(...){"
(#1521) Commas (,) must be followed by white space.
(#1521) Variable "X" must be all lower-case
(#1521) Variable "Cd" must be all lower-case
(#1521) Expected 1 space before "="; 0 found
(#1521) Expected 1 space after "="; 0 found
(#1521) Variable "X" must be all lower-case
(#1521) Expected 1 space before ".="; 0 found
(#1521) Expected 1 space after ".="; 0 found
(#1521) Variable "Cd" must be all lower-case
(#1521) Expected 1 space before "!="; 0 found
(#1521) Expected 1 space after "!="; 0 found
(#1521) Expected 1 space before "?"; 0 found
(#1521) Expected 1 space after "?"; 0 found
(#1521) Variable "Cd" must be all lower-case
(#1521) Expected 1 space before ":"; 0 found
(#1521) Expected 1 space after ":"; 0 found
(#1521) Closing brace must be on a line by itself
(#1521) Inline control structures are not allowed
(#1521) Usage of ELSEIF not allowed; use ELSE IF instead
(#1521) Variable "X" must be all lower-case
(#1521) Expected 1 space before "=="; 0 found
(#1521) Expected 1 space after "=="; 0 found
(#1521) Expected 1 space before "="; 0 found
(#1521) Expected 1 space after "="; 0 found
(#1521) Variable "X" must be all lower-case
(#1521) Inline control structures are not allowed
(#1521) Usage of ELSEIF not allowed; use ELSE IF instead
(#1521) Variable "X" must be all lower-case
(#1521) Expected 1 space before "=="; 0 found
(#1521) Expected 1 space after "=="; 0 found
(#1521) Expected 1 space before "="; 0 found
(#1521) Expected 1 space after "="; 0 found
(#1521) Variable "X" must be all lower-case
(#1521) Commas (,) must be followed by white space.
(#1521) Variable "X" must be all lower-case
(#1521) Inline control structures are not allowed
(#1521) Usage of ELSEIF not allowed; use ELSE IF instead
(#1521) Variable "X" must be all lower-case
(#1521) Expected 1 space before "=="; 0 found
(#1521) Expected 1 space after "=="; 0 found
(#1521) Expected 1 space before "="; 0 found
(#1521) Expected 1 space after "="; 0 found
(#1521) Variable "X" must be all lower-case
(#1521) Commas (,) must be followed by white space.
(#1521) Variable "X" must be all lower-case
(#1521) Usage of ELSEIF not allowed; use ELSE IF instead
(#1521) Variable "X" must be all lower-case
(#1521) Expected 1 space before "=="; 0 found
(#1521) Expected 1 space after "=="; 0 found
(#1521) Expected 1 space before "="; 0 found
(#1521) Expected 1 space after "="; 0 found
(#1521) Variable "X" must be all lower-case
(#1521) Variable "X" must be all lower-case
(#1521) Expected 1 space before "="; 0 found
(#1521) Expected 1 space after "="; 0 found
(#1521) Closing brace must be on a line by itself
(#1521) Inline control structures are not allowed
(#1521) Usage of ELSEIF not allowed; use ELSE IF instead
(#1521) Commas (,) must be followed by white space.
(#1521) Variable "X" must be all lower-case
(#1521) Expected 1 space before ".="; 0 found
(#1521) Expected 1 space after ".="; 0 found
(#1521) Variable "X" must be all lower-case
(#1521) Commas (,) must be followed by white space.
(#1521) Variable "X" must be all lower-case
(#1521) Inline control structures are not allowed
(#1521) Variable "X" must be all lower-case
(#1521) Expected 1 space before "!="; 0 found
(#1521) Expected 1 space after "!="; 0 found
(#1521) Variable "J" must be all lower-case
(#1521) Expected 1 space before "="; 0 found
(#1521) Expected 1 space after "="; 0 found
(#1521) Variable "X" must be all lower-case
(#1521) Commas (,) must be followed by white space.
(#1521) Variable "X" must be all lower-case
(#1521) Commas (,) must be followed by white space.
(#1521) Variable "X" must be all lower-case
(#1521) Expected 1 space before "="; 0 found
(#1521) Expected 1 space after "="; 0 found
(#1521) Expected "foreach (...) {\n"; found "foreach(...){"
(#1521) Expected 1 space before "=>"; 0 found
(#1521) Expected 1 space after "=>"; 0 found
(#1521) Expected 1 space after "as"; 0 found
(#1521) Line exceeds maximum limit of 180 characters; contains 939 characters
(#1521) Line exceeds maximum limit of 180 characters; contains 939 characters
(#1521) Line exceeds maximum limit of 180 characters; contains 939 characters
(#1522) Line indented incorrectly; expected at least 168 spaces, found 0
(#1522) Variable "D" must be all lower-case
(#1522) Expected 1 space before "=>"; 0 found
(#1522) Expected 1 space after "=>"; 0 found
(#1522) Inline control structures are not allowed
(#1522) Variable "X" must be all lower-case
(#1522) Commas (,) must be followed by white space.
(#1522) Commas (,) must be followed by white space.
(#1522) Variable "X" must be all lower-case
(#1522) Commas (,) must be followed by white space.
(#1522) Expected 1 space before "="; 0 found
(#1522) Expected 1 space after "="; 0 found
(#1522) Variable "D" must be all lower-case
(#1522) Commas (,) must be followed by white space.
(#1522) Variable "X" must be all lower-case
(#1522) Commas (,) must be followed by white space.
(#1522) Closing brace must be on a line by itself
(#1522) Variable "J" must be all lower-case
(#1522) Expected 1 space before "="; 0 found
(#1522) Expected 1 space after "="; 0 found
(#1522) Expected 1 space before "?"; 0 found
(#1522) Expected 1 space after "?"; 0 found
(#1522) Commas (,) must be followed by white space.
(#1522) Expected 1 space before ":"; 0 found
(#1522) Expected 1 space after ":"; 0 found
(#1522) Closing brace must be on a line by itself
(#1522) Closing brace must be on a line by itself
(#1522) Closing brace must be on a line by itself
(#1522) Variable "J" must be all lower-case
(#1522) Closing brace must be on a line by itself
(#1522) Line exceeds maximum limit of 180 characters; contains 300 characters
(#1522) method name "Adminer::selectOrderProcess" must be in lower-case letters only
(#1522) Visibility must be declared on method "selectOrderProcess"
(#1522) Line exceeds maximum limit of 180 characters; contains 300 characters
(#1522) Line exceeds maximum limit of 180 characters; contains 300 characters
(#1523) Line indented incorrectly; expected at least 156 spaces, found 0
(#1523) Commas (,) must be followed by white space.
(#1523) Expected 1 space after closing parenthesis; found 0
(#1523) Opening brace must be the last content on the line
(#1523) Variable "J" must be all lower-case
(#1523) Expected 1 space before "="; 0 found
(#1523) Expected 1 space after "="; 0 found
(#1523) Expected "foreach (...) {\n"; found "foreach(...){"
(#1523) Expected 1 space before "=>"; 0 found
(#1523) Expected 1 space after "=>"; 0 found
(#1523) Expected 1 space before "as"; 0 found
(#1523) Expected 1 space after "as"; 0 found
(#1523) Expected 1 space before "=>"; 0 found
(#1523) Expected 1 space after "=>"; 0 found
(#1523) Variable "X" must be all lower-case
(#1523) Inline control structures are not allowed
(#1523) Variable "X" must be all lower-case
(#1523) Expected 1 space before "!="; 0 found
(#1523) Expected 1 space after "!="; 0 found
(#1523) Variable "J" must be all lower-case
(#1523) Expected 1 space before "="; 0 found
(#1523) Expected 1 space after "="; 0 found
(#1523) The use of backticks in strings is not recommended
(#1523) Commas (,) must be followed by white space.
(#1523) Variable "X" must be all lower-case
(#1523) Expected 1 space before "?"; 0 found
(#1523) Expected 1 space after "?"; 0 found
(#1523) Variable "X" must be all lower-case
(#1523) Expected 1 space before ":"; 0 found
(#1523) Expected 1 space after ":"; 0 found
(#1523) Variable "X" must be all lower-case
(#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) Variable "J" must be all lower-case
(#1523) Closing brace must be on a line by itself
(#1523) Line exceeds maximum limit of 180 characters; contains 274 characters
(#1523) method name "Adminer::selectLimitProcess" must be in lower-case letters only
(#1523) Visibility must be declared on method "selectLimitProcess"
(#1523) Line exceeds maximum limit of 180 characters; contains 274 characters
(#1523) Line exceeds maximum limit of 180 characters; contains 274 characters
(#1524) Line indented incorrectly; expected at least 156 spaces, found 0
(#1524) Expected 1 space after closing parenthesis; found 0
(#1524) Opening brace must be the last content on the line
(#1524) Expected 1 space before "?"; 0 found
(#1524) Expected 1 space after "?"; 0 found
(#1524) Expected 1 space before ":"; 0 found
(#1524) Expected 1 space after ":"; 0 found
(#1524) Closing brace must be on a line by itself
(#1524) method name "Adminer::selectLengthProcess" must be in lower-case letters only
(#1524) Visibility must be declared on method "selectLengthProcess"
(#1525) Line indented incorrectly; expected at least 156 spaces, found 0
(#1525) Expected 1 space after closing parenthesis; found 0
(#1525) Opening brace must be the last content on the line
(#1525) Expected 1 space before "?"; 0 found
(#1525) Expected 1 space after "?"; 0 found
(#1525) Expected 1 space before ":"; 0 found
(#1525) Expected 1 space after ":"; 0 found
(#1525) Closing brace must be on a line by itself
(#1525) method name "Adminer::selectEmailProcess" must be in lower-case letters only
(#1525) Visibility must be declared on method "selectEmailProcess"
(#1526) Line indented incorrectly; expected at least 156 spaces, found 0
(#1526) Variable "Z" must be all lower-case
(#1526) Commas (,) must be followed by white space.
(#1526) Expected 1 space after closing parenthesis; found 0
(#1526) Opening brace must be the last content on the line
(#1527) Line indented incorrectly; expected at least 160 spaces, found 0
(#1527) Closing brace must be on a line by itself
(#1527) method name "Adminer::selectQueryBuild" must be in lower-case letters only
(#1527) Visibility must be declared on method "selectQueryBuild"
(#1528) Line indented incorrectly; expected at least 156 spaces, found 0
(#1528) Variable "M" must be all lower-case
(#1528) Commas (,) must be followed by white space.
(#1528) Variable "Z" must be all lower-case
(#1528) Commas (,) must be followed by white space.
(#1528) Commas (,) must be followed by white space.
(#1528) Commas (,) must be followed by white space.
(#1528) Variable "_" must not contain underscores.
(#1528) Commas (,) must be followed by white space.
(#1528) Variable "F" must be all lower-case
(#1528) Expected 1 space after closing parenthesis; found 0
(#1528) Opening brace must be the last content on the line
(#1528) Closing brace must be on a line by itself
(#1528) method name "Adminer::messageQuery" must be in lower-case letters only
(#1528) Visibility must be declared on method "messageQuery"
(#1529) Line indented incorrectly; expected at least 156 spaces, found 0
(#1529) Variable "H" must be all lower-case
(#1529) Commas (,) must be followed by white space.
(#1529) Variable "Wh" must be all lower-case
(#1529) Commas (,) must be followed by white space.
(#1529) Variable "Nc" 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) Inline control structures are not allowed
(#1529) Expected 1 space before "="; 0 found
(#1529) Expected 1 space after "="; 0 found
(#1529) Inline control structures are not allowed
(#1529) Variable "H" must be all lower-case
(#1529) Expected 1 space before ">"; 0 found
(#1529) Expected 1 space after ">"; 0 found
(#1529) Variable "H" must be all lower-case
(#1529) Expected 1 space before "="; 0 found
(#1529) Expected 1 space after "="; 0 found
(#1529) Commas (,) must be followed by white space.
(#1529) Commas (,) must be followed by white space.
(#1529) Variable "H" must be all lower-case
(#1529) Commas (,) must be followed by white space.
(#1529) Commas (,) must be followed by white space.
(#1529) Expected 1 space before "="; 0 found
(#1529) Expected 1 space after "="; 0 found
(#1529) Variable "H" must be all lower-case
(#1529) Commas (,) must be followed by white space.
(#1529) Commas (,) must be followed by white space.
(#1529) Variable "Wh" must be all lower-case
(#1529) Expected 1 space before "="; 0 found
(#1529) Expected 1 space after "="; 0 found
(#1529) Variable "J" must be all lower-case
(#1529) Expected 1 space before "="; 0 found
(#1529) Expected 1 space after "="; 0 found
(#1529) Expected "if (...) {\n"; found "if(...){"
(#1529) Variable "Nc" must be all lower-case
(#1529) Variable "Vi" must be all lower-case
(#1529) Expected 1 space before "="; 0 found
(#1529) Expected 1 space after "="; 0 found
(#1529) Expected 1 space before "="; 0 found
(#1529) Expected 1 space after "="; 0 found
(#1529) Variable "J" must be all lower-case
(#1529) Expected 1 space before "="; 0 found
(#1529) Expected 1 space after "="; 0 found
(#1529) Variable "J" must be all lower-case
(#1529) Closing brace must be on a line by itself
(#1529) Variable "J" must be all lower-case
(#1529) Variable "H" must be all lower-case
(#1529) Commas (,) must be followed by white space.
(#1529) Variable "Wh" must be all lower-case
(#1529) Expected 1 space before "?"; 0 found
(#1529) Expected 1 space after "?"; 0 found
(#1529) Variable "Wh" must be all lower-case
(#1529) Expected 1 space before ":"; 0 found
(#1529) Expected 1 space after ":"; 0 found
(#1529) Expected 1 space before "?"; 0 found
(#1529) Expected 1 space after "?"; 0 found
(#1529) Commas (,) must be followed by white space.
(#1529) Commas (,) must be followed by white space.
(#1529) Expected 1 space before "-"; 0 found
(#1529) Expected 1 space after "-"; 0 found
(#1529) Expected 1 space before ":"; 0 found
(#1529) Expected 1 space after ":"; 0 found
(#1529) Closing brace must be on a line by itself
(#1529) Line exceeds maximum limit of 180 characters; contains 896 characters
(#1529) method name "Adminer::editFunctions" must be in lower-case letters only
(#1529) Visibility must be declared on method "editFunctions"
(#1529) Line exceeds maximum limit of 180 characters; contains 896 characters
(#1529) Line exceeds maximum limit of 180 characters; contains 896 characters
(#1530) Line indented incorrectly; expected at least 156 spaces, found 0
(#1530) Expected 1 space after closing parenthesis; found 0
(#1530) Opening brace must be the last content on the line
(#1530) Variable "J" must be all lower-case
(#1530) Expected 1 space before "="; 0 found
(#1530) Expected 1 space after "="; 0 found
(#1530) Expected 1 space before "?"; 0 found
(#1530) Expected 1 space after "?"; 0 found
(#1530) Expected 1 space before ":"; 0 found
(#1530) Expected 1 space after ":"; 0 found
(#1530) Expected "foreach (...) {\n"; found "foreach(...){"
(#1530) Expected 1 space before "=>"; 0 found
(#1530) Expected 1 space after "=>"; 0 found
(#1530) Expected 1 space after "as"; 0 found
(#1531) Line indented incorrectly; expected at least 160 spaces, found 0
(#1531) Expected 1 space before "=>"; 0 found
(#1531) Expected 1 space after "=>"; 0 found
(#1531) Expected "if (...) {\n"; found "if(...){"
(#1531) Expected "foreach (...) {\n"; found "foreach(...){"
(#1531) Expected 1 space before "=>"; 0 found
(#1531) Expected 1 space after "=>"; 0 found
(#1531) Expected 1 space after "as"; 0 found
(#1532) Line indented incorrectly; expected at least 168 spaces, found 0
(#1532) Variable "Tf" must be all lower-case
(#1532) Expected 1 space before "=>"; 0 found
(#1532) Expected 1 space after "=>"; 0 found
(#1532) Variable "X" must be all lower-case
(#1532) Inline control structures are not allowed
(#1532) Variable "Tf" must be all lower-case
(#1532) Variable "Tf" must be all lower-case
(#1532) Commas (,) must be followed by white space.
(#1532) Variable "J" must be all lower-case
(#1532) Expected 1 space before ".="; 0 found
(#1532) Expected 1 space after ".="; 0 found
(#1532) Variable "X" must be all lower-case
(#1532) Closing brace must be on a line by itself
(#1532) Inline control structures are not allowed
(#1532) Commas (,) must be followed by white space.
(#1532) Variable "J" must be all lower-case
(#1532) Expected 1 space before ".="; 0 found
(#1532) Expected 1 space after ".="; 0 found
(#1532) Closing brace must be on a line by itself
(#1532) Closing brace must be on a line by itself
(#1532) Inline control structures are not allowed
(#1532) Variable "J" must be all lower-case
(#1532) Expected 1 space before "="; 0 found
(#1532) Expected 1 space after "="; 0 found
(#1532) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1532) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1532) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1533) Line indented incorrectly; expected at least 156 spaces, found 0
(#1533) Commas (,) must be followed by white space.
(#1533) Variable "J" must be all lower-case
(#1533) Closing brace must be on a line by itself
(#1533) method name "Adminer::editInput" must be in lower-case letters only
(#1533) Visibility must be declared on method "editInput"
(#1534) Line indented incorrectly; expected at least 156 spaces, found 0
(#1534) Variable "R" must be all lower-case
(#1534) Commas (,) must be followed by white space.
(#1534) Commas (,) must be followed by white space.
(#1534) Variable "Ka" must be all lower-case
(#1534) Commas (,) must be followed by white space.
(#1534) Variable "Y" must be all lower-case
(#1534) Expected 1 space after closing parenthesis; found 0
(#1534) Opening brace must be the last content on the line
(#1534) Inline control structures are not allowed
(#1534) Expected 1 space before "=="; 0 found
(#1534) Expected 1 space after "=="; 0 found
(#1534) Expected 1 space before "?"; 0 found
(#1534) Expected 1 space after "?"; 0 found
(#1534) Variable "Ka" must be all lower-case
(#1534) Expected 1 space before ":"; 0 found
(#1534) Expected 1 space after ":"; 0 found
(#1534) Expected 1 space before "?"; 0 found
(#1534) Expected 1 space after "?"; 0 found
(#1534) Variable "Ka" must be all lower-case
(#1534) Variable "Y" must be all lower-case
(#1534) Expected 1 space before "!=="; 0 found
(#1534) Expected 1 space after "!=="; 0 found
(#1534) Expected 1 space before "?"; 0 found
(#1534) Expected 1 space after "?"; 0 found
(#1534) Expected 1 space before ":"; 0 found
(#1534) Expected 1 space after ":"; 0 found
(#1534) Expected 1 space before ":"; 0 found
(#1534) Expected 1 space after ":"; 0 found
(#1534) Commas (,) must be followed by white space.
(#1534) Variable "Ka" must be all lower-case
(#1534) Commas (,) must be followed by white space.
(#1534) Commas (,) must be followed by white space.
(#1534) Variable "Y" must be all lower-case
(#1534) Commas (,) must be followed by white space.
(#1534) Closing brace must be on a line by itself
(#1534) Line exceeds maximum limit of 180 characters; contains 340 characters
(#1534) method name "Adminer::editHint" must be in lower-case letters only
(#1534) Visibility must be declared on method "editHint"
(#1534) Line exceeds maximum limit of 180 characters; contains 340 characters
(#1534) Line exceeds maximum limit of 180 characters; contains 340 characters
(#1535) Line indented incorrectly; expected at least 156 spaces, found 0
(#1535) Variable "R" must be all lower-case
(#1535) Commas (,) must be followed by white space.
(#1535) Commas (,) must be followed by white space.
(#1535) Variable "Y" 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) Closing brace must be on a line by itself
(#1535) method name "Adminer::processInput" must be in lower-case letters only
(#1535) Visibility must be declared on method "processInput"
(#1536) Line indented incorrectly; expected at least 156 spaces, found 0
(#1536) Commas (,) must be followed by white space.
(#1536) Variable "Y" must be all lower-case
(#1536) Commas (,) must be followed by white space.
(#1536) Expected 1 space after closing parenthesis; found 0
(#1536) Opening brace must be the last content on the line
(#1536) Inline control structures are not allowed
(#1536) Expected 1 space before "=="; 0 found
(#1536) Expected 1 space after "=="; 0 found
(#1536) Variable "Y" must be all lower-case
(#1536) Variable "D" must be all lower-case
(#1536) Expected 1 space before "="; 0 found
(#1536) Expected 1 space after "="; 0 found
(#1536) Variable "J" must be all lower-case
(#1536) Expected 1 space before "="; 0 found
(#1536) Expected 1 space after "="; 0 found
(#1536) Variable "Y" must be all lower-case
(#1536) Inline control structures are not allowed
(#1536) Commas (,) must be followed by white space.
(#1536) Variable "J" must be all lower-case
(#1536) Expected 1 space before "="; 0 found
(#1536) Expected 1 space after "="; 0 found
(#1536) Inline control structures are not allowed
(#1536) Usage of ELSEIF not allowed; use ELSE IF instead
(#1536) Commas (,) must be followed by white space.
(#1536) Variable "J" must be all lower-case
(#1536) Expected 1 space before "="; 0 found
(#1536) Expected 1 space after "="; 0 found
(#1536) Inline control structures are not allowed
(#1536) Usage of ELSEIF not allowed; use ELSE IF instead
(#1536) Commas (,) must be followed by white space.
(#1536) Variable "J" must be all lower-case
(#1536) Expected 1 space before "="; 0 found
(#1536) Expected 1 space after "="; 0 found
(#1536) Variable "D" must be all lower-case
(#1536) Inline control structures are not allowed
(#1536) Usage of ELSEIF not allowed; use ELSE IF instead
(#1536) Commas (,) must be followed by white space.
(#1536) Variable "J" must be all lower-case
(#1536) Expected 1 space before "="; 0 found
(#1536) Expected 1 space after "="; 0 found
(#1536) Variable "D" must be all lower-case
(#1536) Commas (,) must be followed by white space.
(#1536) Variable "Y" must be all lower-case
(#1536) Expected 1 space before "?"; 0 found
(#1536) Expected 1 space after "?"; 0 found
(#1536) Variable "Y" must be all lower-case
(#1536) Expected 1 space before ":"; 0 found
(#1536) Expected 1 space after ":"; 0 found
(#1536) Variable "J" must be all lower-case
(#1536) Inline control structures are not allowed
(#1536) Usage of ELSEIF not allowed; use ELSE IF instead
(#1536) Commas (,) must be followed by white space.
(#1536) Variable "J" must be all lower-case
(#1536) Expected 1 space before "="; 0 found
(#1536) Expected 1 space after "="; 0 found
(#1536) Variable "D" must be all lower-case
(#1536) Variable "J" must be all lower-case
(#1536) Inline control structures are not allowed
(#1536) Usage of ELSEIF not allowed; use ELSE IF instead
(#1536) Commas (,) must be followed by white space.
(#1536) Variable "J" must be all lower-case
(#1536) Expected 1 space before "="; 0 found
(#1536) Expected 1 space after "="; 0 found
(#1536) Line exceeds maximum limit of 180 characters; contains 537 characters
(#1536) Line exceeds maximum limit of 180 characters; contains 537 characters
(#1536) Line exceeds maximum limit of 180 characters; contains 537 characters
(#1537) Line indented incorrectly; expected at least 160 spaces, found 0
(#1537) Commas (,) must be followed by white space.
(#1537) Variable "J" must be all lower-case
(#1537) Closing brace must be on a line by itself
(#1537) method name "Adminer::dumpOutput" must be in lower-case letters only
(#1537) Visibility must be declared on method "dumpOutput"
(#1538) Line indented incorrectly; expected at least 156 spaces, found 0
(#1538) Expected 1 space after closing parenthesis; found 0
(#1538) Opening brace must be the last content on the line
(#1538) Variable "J" must be all lower-case
(#1538) Expected 1 space before "="; 0 found
(#1538) Expected 1 space after "="; 0 found
(#1538) Expected 1 space before "=>"; 0 found
(#1538) Expected 1 space after "=>"; 0 found
(#1538) Commas (,) must be followed by white space.
(#1538) Expected 1 space before "=>"; 0 found
(#1538) Expected 1 space after "=>"; 0 found
(#1538) Inline control structures are not allowed
(#1538) Variable "J" must be all lower-case
(#1538) Expected 1 space before "="; 0 found
(#1538) Expected 1 space after "="; 0 found
(#1538) Variable "J" must be all lower-case
(#1538) Closing brace must be on a line by itself
(#1538) method name "Adminer::dumpFormat" must be in lower-case letters only
(#1538) Visibility must be declared on method "dumpFormat"
(#1539) Line indented incorrectly; expected at least 156 spaces, found 0
(#1539) Expected 1 space after closing parenthesis; found 0
(#1539) Opening brace must be the last content on the line
(#1540) Line indented incorrectly; expected at least 160 spaces, found 0
(#1540) Expected 1 space before "=>"; 0 found
(#1540) Expected 1 space after "=>"; 0 found
(#1540) Commas (,) must be followed by white space.
(#1540) Expected 1 space before "=>"; 0 found
(#1540) Expected 1 space after "=>"; 0 found
(#1540) Commas (,) must be followed by white space.
(#1540) Expected 1 space before "=>"; 0 found
(#1540) Expected 1 space after "=>"; 0 found
(#1540) Commas (,) must be followed by white space.
(#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) method name "Adminer::dumpDatabase" must be in lower-case letters only
(#1540) Visibility must be declared on method "dumpDatabase"
(#1541) Line indented incorrectly; expected at least 156 spaces, found 0
(#1541) Closing brace must be on a line by itself
(#1541) method name "Adminer::dumpTable" must be in lower-case letters only
(#1541) Visibility must be declared on method "dumpTable"
(#1542) Line indented incorrectly; expected at least 156 spaces, found 0
(#1542) Variable "R" must be all lower-case
(#1542) Commas (,) must be followed by white space.
(#1542) Variable "Ah" must be all lower-case
(#1542) Commas (,) must be followed by white space.
(#1542) Variable "Vd" must be all lower-case
(#1542) Expected 1 space after closing parenthesis; found 0
(#1542) Opening brace must be the last content on the line
(#1542) Expected "if (...) {\n"; found "if(...){"
(#1542) Expected 1 space before "!="; 0 found
(#1542) Expected 1 space after "!="; 0 found
(#1542) Inline control structures are not allowed
(#1542) Variable "Ah" must be all lower-case
(#1542) Variable "R" must be all lower-case
(#1542) Closing brace must be on a line by itself
(#1542) Expected "} else {\n"; found "}else{"
(#1542) Expected "if (...) {\n"; found "if(...){"
(#1542) Variable "Vd" must be all lower-case
(#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) Inline control structures are not allowed
(#1542) Expected 1 space before "=>"; 0 found
(#1542) Expected 1 space after "=>"; 0 found
(#1542) Expected 1 space before "as"; 0 found
(#1542) Expected 1 space after "as"; 0 found
(#1542) Variable "R" must be all lower-case
(#1542) Variable "D" must be all lower-case
(#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) Variable "D" must be all lower-case
(#1542) Expected 1 space before "="; 0 found
(#1542) Expected 1 space after "="; 0 found
(#1542) Variable "R" must be all lower-case
(#1542) Commas (,) must be followed by white space.
(#1542) Closing brace must be on a line by itself
(#1542) Inline control structures are not allowed
(#1542) Expected 1 space before "="; 0 found
(#1542) Expected 1 space after "="; 0 found
(#1542) Variable "R" must be all lower-case
(#1542) Commas (,) must be followed by white space.
(#1542) Commas (,) must be followed by white space.
(#1542) Variable "Ah" must be all lower-case
(#1542) Expected "if (...) {\n"; found "if(...){"
(#1542) Variable "Ah" must be all lower-case
(#1542) Inline control structures are not allowed
(#1542) Variable "Ah" must be all lower-case
(#1542) Expected 1 space before "=="; 0 found
(#1542) Expected 1 space after "=="; 0 found
(#1542) Variable "Vd" must be all lower-case
(#1542) Expected 1 space before "=="; 0 found
(#1542) Expected 1 space after "=="; 0 found
(#1542) Variable "Vd" must be all lower-case
(#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) Variable "R" must be all lower-case
(#1542) Inline control structures are not allowed
(#1542) Variable "Vd" must be all lower-case
(#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
(#1542) Closing brace must be on a line by itself
(#1542) Closing brace must be on a line by itself
(#1542) Line exceeds maximum limit of 180 characters; contains 491 characters
(#1542) method name "Adminer::dumpData" must be in lower-case letters only
(#1542) Visibility must be declared on method "dumpData"
(#1542) Line exceeds maximum limit of 180 characters; contains 491 characters
(#1542) Line exceeds maximum limit of 180 characters; contains 491 characters
(#1543) Line indented incorrectly; expected at least 156 spaces, found 0
(#1543) Variable "R" must be all lower-case
(#1543) Commas (,) must be followed by white space.
(#1543) Variable "Ah" must be all lower-case
(#1543) Commas (,) must be followed by white space.
(#1543) Variable "H" must be all lower-case
(#1543) Expected 1 space after closing parenthesis; found 0
(#1543) Opening brace must be the last content on the line
(#1543) Commas (,) must be followed by white space.
(#1543) Variable "Ae" must be all lower-case
(#1543) Expected 1 space before "="; 0 found
(#1543) Expected 1 space after "="; 0 found
(#1543) Expected 1 space before "=="; 0 found
(#1543) Expected 1 space after "=="; 0 found
(#1543) Expected 1 space before "?"; 0 found
(#1543) Expected 1 space after "?"; 0 found
(#1543) Expected 1 space before ":"; 0 found
(#1543) Expected 1 space after ":"; 0 found
(#1543) Expected "if (...) {\n"; found "if(...){"
(#1543) Variable "Ah" must be all lower-case
(#1543) Expected "if (...) {\n"; found "if(...){"
(#1543) Expected 1 space before "=="; 0 found
(#1543) Expected 1 space after "=="; 0 found
(#1543) Inline control structures are not allowed
(#1543) Variable "Ah" must be all lower-case
(#1543) Expected 1 space before "=="; 0 found
(#1543) Expected 1 space after "=="; 0 found
(#1544) Line indented incorrectly; expected at least 168 spaces, found 0
(#1544) Variable "R" must be all lower-case
(#1544) Expected 1 space before "="; 0 found
(#1544) Expected 1 space after "="; 0 found
(#1544) Variable "R" must be all lower-case
(#1544) Closing brace must be on a line by itself
(#1544) Variable "I" must be all lower-case
(#1544) Expected 1 space before "="; 0 found
(#1544) Expected 1 space after "="; 0 found
(#1544) Variable "H" must be all lower-case
(#1544) Commas (,) must be followed by white space.
(#1544) Expected "if (...) {\n"; found "if(...){"
(#1544) Variable "I" must be all lower-case
(#1544) Variable "Od" must be all lower-case
(#1544) Expected 1 space before "="; 0 found
(#1544) Expected 1 space after "="; 0 found
(#1544) Variable "Ya" 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) Variable "Ch" must be all lower-case
(#1544) Expected 1 space before "="; 0 found
(#1544) Expected 1 space after "="; 0 found
(#1544) Variable "Qc" must be all lower-case
(#1544) Expected 1 space before "="; 0 found
(#1544) Expected 1 space after "="; 0 found
(#1544) Variable "R" 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) Expected 1 space before ":"; 0 found
(#1544) Expected 1 space after ":"; 0 found
(#1544) Expected "while (...) {\n"; found "while(...){"
(#1544) Variable "K" must be all lower-case
(#1544) Expected 1 space before "="; 0 found
(#1544) Expected 1 space after "="; 0 found
(#1544) Variable "I" must be all lower-case
(#1544) Variable "Qc" must be all lower-case
(#1544) Expected "if (...) {\n"; found "if(...){"
(#1544) Variable "Ni" must be all lower-case
(#1544) Expected 1 space before "="; 0 found
(#1544) Expected 1 space after "="; 0 found
(#1544) Expected "foreach (...) {\n"; found "foreach(...){"
(#1544) Expected 1 space after "as"; 0 found
(#1544) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1544) Variable "K" must be all lower-case
(#1544) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1544) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1545) Line indented incorrectly; expected at least 168 spaces, found 0
(#1545) Variable "X" must be all lower-case
(#1545) Expected 1 space before "="; 0 found
(#1545) Expected 1 space after "="; 0 found
(#1545) Variable "I" must be all lower-case
(#1545) Expected 1 space before "="; 0 found
(#1545) Expected 1 space after "="; 0 found
(#1545) Expected 1 space before "="; 0 found
(#1545) Expected 1 space after "="; 0 found
(#1545) Variable "Ni" must be all lower-case
(#1545) Expected 1 space before "="; 0 found
(#1545) Expected 1 space after "="; 0 found
(#1545) Closing brace must be on a line by itself
(#1545) Variable "Ch" must be all lower-case
(#1545) Expected 1 space before "="; 0 found
(#1545) Expected 1 space after "="; 0 found
(#1545) Variable "Ah" must be all lower-case
(#1545) Expected 1 space before "=="; 0 found
(#1545) Expected 1 space after "=="; 0 found
(#1545) Expected 1 space before "?"; 0 found
(#1545) Expected 1 space after "?"; 0 found
(#1545) Commas (,) must be followed by white space.
(#1545) Variable "Ni" must be all lower-case
(#1545) Expected 1 space before ":"; 0 found
(#1545) Expected 1 space after ":"; 0 found
(#1545) Closing brace must be on a line by itself
(#1545) Expected "if (...) {\n"; found "if(...){"
(#1545) Expected 1 space before "!="; 0 found
(#1545) Expected 1 space after "!="; 0 found
(#1545) Expected "if (...) {\n"; found "if(...){"
(#1545) Variable "Ah" must be all lower-case
(#1545) Expected 1 space before "=="; 0 found
(#1545) Expected 1 space after "=="; 0 found
(#1545) Variable "Ah" must be all lower-case
(#1545) Expected 1 space before "="; 0 found
(#1545) Expected 1 space after "="; 0 found
(#1545) Closing brace must be on a line by itself
(#1545) Variable "K" must be all lower-case
(#1545) Closing brace must be on a line by itself
(#1545) Expected "} else {\n"; found "}else{"
(#1545) Inline control structures are not allowed
(#1545) Variable "Od" must be all lower-case
(#1545) Variable "Od" must be all lower-case
(#1545) Expected 1 space before "="; 0 found
(#1545) Expected 1 space after "="; 0 found
(#1545) Variable "R" must be all lower-case
(#1545) Commas (,) must be followed by white space.
(#1545) Commas (,) must be followed by white space.
(#1545) Expected "foreach (...) {\n"; found "foreach(...){"
(#1545) Expected 1 space before "=>"; 0 found
(#1545) Expected 1 space after "=>"; 0 found
(#1545) Expected 1 space after "as"; 0 found
(#1545) Line exceeds maximum limit of 180 characters; contains 372 characters
(#1545) Variable "K" must be all lower-case
(#1545) Line exceeds maximum limit of 180 characters; contains 372 characters
(#1545) Line exceeds maximum limit of 180 characters; contains 372 characters
(#1546) Line indented incorrectly; expected at least 172 spaces, found 0
(#1546) Expected 1 space before "=>"; 0 found
(#1546) Expected 1 space after "=>"; 0 found
(#1546) Variable "X" must be all lower-case
(#1546) Expected 1 space before "="; 0 found
(#1546) Expected 1 space after "="; 0 found
(#1546) Variable "K" must be all lower-case
(#1546) Expected 1 space before "="; 0 found
(#1546) Expected 1 space after "="; 0 found
(#1546) Variable "X" must be all lower-case
(#1546) Expected 1 space before "!=="; 0 found
(#1546) Expected 1 space after "!=="; 0 found
(#1546) Expected 1 space before "?"; 0 found
(#1546) Expected 1 space after "?"; 0 found
(#1546) Commas (,) must be followed by white space.
(#1546) Commas (,) must be followed by white space.
(#1546) Variable "X" must be all lower-case
(#1546) Expected 1 space before "!="; 0 found
(#1546) Expected 1 space after "!="; 0 found
(#1546) Expected 1 space before "?"; 0 found
(#1546) Expected 1 space after "?"; 0 found
(#1546) Variable "X" must be all lower-case
(#1546) Expected 1 space before ":"; 0 found
(#1546) Expected 1 space after ":"; 0 found
(#1546) Variable "X" must be all lower-case
(#1546) Expected 1 space before ":"; 0 found
(#1546) Expected 1 space after ":"; 0 found
(#1546) Closing brace must be on a line by itself
(#1546) Variable "Rg" must be all lower-case
(#1546) Expected 1 space before "="; 0 found
(#1546) Expected 1 space after "="; 0 found
(#1546) Variable "Ae" must be all lower-case
(#1546) Expected 1 space before "?"; 0 found
(#1546) Expected 1 space after "?"; 0 found
(#1546) Expected 1 space before ":"; 0 found
(#1546) Expected 1 space after ":"; 0 found
(#1546) Commas (,) must be followed by white space.
(#1546) Variable "K" must be all lower-case
(#1546) Inline control structures are not allowed
(#1546) Variable "Ya" must be all lower-case
(#1546) Variable "Ya" must be all lower-case
(#1546) Expected 1 space before "="; 0 found
(#1546) Expected 1 space after "="; 0 found
(#1546) Variable "Od" must be all lower-case
(#1546) Variable "Rg" must be all lower-case
(#1546) Inline control structures are not allowed
(#1546) Usage of ELSEIF not allowed; use ELSE IF instead
(#1546) Variable "Ya" must be all lower-case
(#1546) Expected 1 space before "+"; 0 found
(#1546) Expected 1 space after "+"; 0 found
(#1546) Expected 1 space before "+"; 0 found
(#1546) Expected 1 space after "+"; 0 found
(#1546) Variable "Rg" must be all lower-case
(#1546) Expected 1 space before "+"; 0 found
(#1546) Expected 1 space after "+"; 0 found
(#1546) Variable "Ch" must be all lower-case
(#1546) Expected 1 space before "<"; 0 found
(#1546) Expected 1 space after "<"; 0 found
(#1546) Variable "Ae" must be all lower-case
(#1546) Variable "Ya" must be all lower-case
(#1546) Expected 1 space before ".="; 0 found
(#1546) Expected 1 space after ".="; 0 found
(#1546) Variable "Rg" must be all lower-case
(#1546) Variable "Ya" must be all lower-case
(#1546) Variable "Ch" must be all lower-case
(#1546) Variable "Ya" must be all lower-case
(#1546) Expected 1 space before "="; 0 found
(#1546) Expected 1 space after "="; 0 found
(#1546) Variable "Od" must be all lower-case
(#1546) Variable "Rg" must be all lower-case
(#1546) Closing brace must be on a line by itself
(#1546) Closing brace must be on a line by itself
(#1546) Closing brace must be on a line by itself
(#1546) Inline control structures are not allowed
(#1546) Variable "Ya" must be all lower-case
(#1546) Variable "Ya" must be all lower-case
(#1546) Variable "Ch" must be all lower-case
(#1546) Closing brace must be on a line by itself
(#1546) Inline control structures are not allowed
(#1546) Usage of ELSEIF not allowed; use ELSE IF instead
(#1546) Expected 1 space before "=="; 0 found
(#1546) Expected 1 space after "=="; 0 found
(#1546) Commas (,) must be followed by white space.
(#1546) Commas (,) must be followed by white space.
(#1546) Closing brace must be on a line by itself
(#1546) Closing brace must be on a line by itself
(#1546) Line exceeds maximum limit of 180 characters; contains 387 characters
(#1546) method name "Adminer::dumpFilename" must be in lower-case letters only
(#1546) Visibility must be declared on method "dumpFilename"
(#1546) Line exceeds maximum limit of 180 characters; contains 387 characters
(#1546) Line exceeds maximum limit of 180 characters; contains 387 characters
(#1547) Line indented incorrectly; expected at least 156 spaces, found 0
(#1547) Variable "_d" must not contain underscores.
(#1547) Expected 1 space after closing parenthesis; found 0
(#1547) Opening brace must be the last content on the line
(#1548) Line indented incorrectly; expected at least 160 spaces, found 0
(#1548) Variable "_d" must not contain underscores.
(#1548) Expected 1 space before "!="; 0 found
(#1548) Expected 1 space after "!="; 0 found
(#1548) Expected 1 space before "?"; 0 found
(#1548) Expected 1 space after "?"; 0 found
(#1548) Variable "_d" must not contain underscores.
(#1548) Expected 1 space before ":"; 0 found
(#1548) Expected 1 space after ":"; 0 found
(#1548) Expected 1 space before "!="; 0 found
(#1548) Expected 1 space after "!="; 0 found
(#1548) Expected 1 space before "?"; 0 found
(#1548) Expected 1 space after "?"; 0 found
(#1548) Expected 1 space before ":"; 0 found
(#1548) Expected 1 space after ":"; 0 found
(#1548) Closing brace must be on a line by itself
(#1548) method name "Adminer::dumpHeaders" must be in lower-case letters only
(#1548) Visibility must be declared on method "dumpHeaders"
(#1549) Line indented incorrectly; expected at least 172 spaces, found 0
(#1549) Variable "_d" must not contain underscores.
(#1549) Commas (,) must be followed by white space.
(#1549) Variable "Pe" must be all lower-case
(#1549) Expected 1 space after closing parenthesis; found 0
(#1549) Opening brace must be the last content on the line
(#1549) Variable "Df" must be all lower-case
(#1549) Expected 1 space before "="; 0 found
(#1549) Expected 1 space after "="; 0 found
(#1549) Variable "Ic" must be all lower-case
(#1549) Expected 1 space before "="; 0 found
(#1549) Expected 1 space after "="; 0 found
(#1549) Commas (,) must be followed by white space.
(#1549) Expected 1 space before "?"; 0 found
(#1549) Expected 1 space after "?"; 0 found
(#1549) Expected 1 space before ":"; 0 found
(#1549) Expected 1 space after ":"; 0 found
(#1549) Variable "Pe" must be all lower-case
(#1549) Expected 1 space before "?"; 0 found
(#1549) Expected 1 space after "?"; 0 found
(#1549) Expected 1 space before ":"; 0 found
(#1549) Expected 1 space after ":"; 0 found
(#1549) Variable "Df" must be all lower-case
(#1549) Expected 1 space before "=="; 0 found
(#1549) Expected 1 space after "=="; 0 found
(#1549) Expected 1 space before "?"; 0 found
(#1549) Expected 1 space after "?"; 0 found
(#1549) Expected 1 space before ":"; 0 found
(#1549) Expected 1 space after ":"; 0 found
(#1549) Variable "Ic" must be all lower-case
(#1549) Expected 1 space before "=="; 0 found
(#1549) Expected 1 space after "=="; 0 found
(#1549) Expected 1 space before "?"; 0 found
(#1549) Expected 1 space after "?"; 0 found
(#1549) Expected 1 space before ":"; 0 found
(#1549) Expected 1 space after ":"; 0 found
(#1549) Variable "Ic" must be all lower-case
(#1549) Expected 1 space before "=="; 0 found
(#1549) Expected 1 space after "=="; 0 found
(#1549) Variable "Df" must be all lower-case
(#1549) Expected 1 space before "!="; 0 found
(#1549) Expected 1 space after "!="; 0 found
(#1549) Expected 1 space before "?"; 0 found
(#1549) Expected 1 space after "?"; 0 found
(#1549) Expected 1 space before ":"; 0 found
(#1549) Expected 1 space after ":"; 0 found
(#1549) Inline control structures are not allowed
(#1549) Variable "Df" must be all lower-case
(#1549) Expected 1 space before "=="; 0 found
(#1549) Expected 1 space after "=="; 0 found
(#1549) Commas (,) must be followed by white space.
(#1549) Variable "Ic" must be all lower-case
(#1549) Closing brace must be on a line by itself
(#1549) Line exceeds maximum limit of 180 characters; contains 334 characters
(#1549) method name "Adminer::importServerPath" must be in lower-case letters only
(#1549) Visibility must be declared on method "importServerPath"
(#1549) Line exceeds maximum limit of 180 characters; contains 334 characters
(#1549) Line exceeds maximum limit of 180 characters; contains 334 characters
(#1550) Line indented incorrectly; expected at least 172 spaces, found 0
(#1550) Expected 1 space after closing parenthesis; found 0
(#1550) Opening brace must be the last content on the line
(#1550) Closing brace must be on a line by itself
(#1550) Visibility must be declared on method "homepage"
(#1551) Line indented incorrectly; expected at least 172 spaces, found 0
(#1551) Expected 1 space after closing parenthesis; found 0
(#1551) Opening brace must be the last content on the line
(#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) 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) 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) Expected 1 space before ":"; 0 found
(#1551) Expected 1 space after ":"; 0 found
(#1551) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1551) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1551) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1552) Line indented incorrectly; expected at least 176 spaces, found 0
(#1552) Closing brace must be on a line by itself
(#1552) Visibility must be declared on method "navigation"
(#1553) Line indented incorrectly; expected at least 172 spaces, found 0
(#1553) Variable "Oe" must be all lower-case
(#1553) Expected 1 space after closing parenthesis; found 0
(#1553) Opening brace must be the last content on the line
(#1553) Commas (,) must be followed by white space.
(#1553) Commas (,) must be followed by white space.
(#1553) Commas (,) must be followed by white space.
(#1554) Commas (,) must be followed by white space.
(#1554) Commas (,) must be followed by white space.
(#1554) Commas (,) must be followed by white space.
(#1554) Commas (,) must be followed by white space.
(#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) 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 1 space before ":"; 0 found
(#1555) Expected 1 space after ":"; 0 found
(#1555) Commas (,) must be followed by white space.
(#1555) Line exceeds 132 characters; contains 169 characters
(#1555) Line exceeds 132 characters; contains 169 characters
(#1555) Line exceeds 132 characters; contains 169 characters
(#1557) Expected "if (...) {\n"; found "if(...){"
(#1557) Variable "Oe" must be all lower-case
(#1557) Expected 1 space before "=="; 0 found
(#1557) Expected 1 space after "=="; 0 found
(#1557) Variable "Wc" must be all lower-case
(#1557) Expected 1 space before "="; 0 found
(#1557) Expected 1 space after "="; 0 found
(#1557) Expected "foreach (...) {\n"; found "foreach(...){"
(#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) Variable "Pi" must be all lower-case
(#1557) Expected 1 space before "=>"; 0 found
(#1557) Expected 1 space after "=>"; 0 found
(#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
(#1558) Line indented incorrectly; expected at least 184 spaces, found 0
(#1558) Variable "O" must be all lower-case
(#1558) Expected 1 space before "=>"; 0 found
(#1558) Expected 1 space after "=>"; 0 found
(#1558) Variable "Ki" must be all lower-case
(#1558) Expected "foreach (...) {\n"; found "foreach(...){"
(#1558) Expected 1 space before "=>"; 0 found
(#1558) Expected 1 space after "=>"; 0 found
(#1558) Expected 1 space after "as"; 0 found
(#1558) Variable "Ki" must be all lower-case
(#1559) Line indented incorrectly; expected at least 188 spaces, found 0
(#1559) Variable "V" must be all lower-case
(#1559) Expected 1 space before "=>"; 0 found
(#1559) Expected 1 space after "=>"; 0 found
(#1559) Variable "G" must be all lower-case
(#1559) Expected "if (...) {\n"; found "if(...){"
(#1559) Variable "G" must be all lower-case
(#1559) Expected 1 space before "!=="; 0 found
(#1559) Expected 1 space after "!=="; 0 found
(#1559) Expected "if (...) {\n"; found "if(...){"
(#1559) Variable "Wc" must be all lower-case
(#1559) Variable "Wc" must be all lower-case
(#1559) Expected 1 space before "="; 0 found
(#1559) Expected 1 space after "="; 0 found
(#1559) Closing brace must be on a line by itself
(#1559) Variable "Qb" must be all lower-case
(#1559) Expected 1 space before "="; 0 found
(#1559) Expected 1 space after "="; 0 found
(#1559) Variable "Pi" must be all lower-case
(#1559) Variable "O" must be all lower-case
(#1559) Variable "V" must be all lower-case
(#1559) Inline control structures are not allowed
(#1559) Expected 1 space before "as"; 0 found
(#1559) Expected 1 space after "as"; 0 found
(#1559) Variable "Qb" must be all lower-case
(#1559) Expected 1 space before "?"; 0 found
(#1559) Expected 1 space after "?"; 0 found
(#1559) Variable "Qb" must be all lower-case
(#1559) Expected 1 space before ":"; 0 found
(#1559) Expected 1 space after ":"; 0 found
(#1559) Variable "Pi" must be all lower-case
(#1559) Commas (,) must be followed by white space.
(#1559) Variable "O" must be all lower-case
(#1559) Commas (,) must be followed by white space.
(#1559) Variable "V" must be all lower-case
(#1559) Commas (,) must be followed by white space.
(#1559) Variable "V" must be all lower-case
(#1559) Variable "O" 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) Variable "O" 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) 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) Closing brace must be on a line by itself
(#1559) Closing brace must be on a line by itself
(#1559) Expected "} else {\n"; found "}else{"
(#1559) Expected "if (...) {\n"; found "if(...){"
(#1559) Expected 1 space before "!=="; 0 found
(#1559) Expected 1 space after "!=="; 0 found
(#1559) Variable "Oe" must be all lower-case
(#1559) Expected 1 space before "!="; 0 found
(#1559) Expected 1 space after "!="; 0 found
(#1559) Variable "T" must be all lower-case
(#1559) Expected 1 space before "="; 0 found
(#1559) Expected 1 space after "="; 0 found
(#1559) Commas (,) must be followed by white space.
(#1559) Closing brace must be on a line by itself
(#1559) Line exceeds maximum limit of 180 characters; contains 448 characters
(#1559) Line exceeds maximum limit of 180 characters; contains 448 characters
(#1559) Line exceeds maximum limit of 180 characters; contains 448 characters
(#1560) Line indented incorrectly; expected at least 4 spaces, found 0
(#1560) Commas (,) must be followed by white space.
(#1560) Commas (,) must be followed by white space.
(#1560) Expected "if (...) {\n"; found "if(...){"
(#1560) Commas (,) must be followed by white space.
(#1560) Commas (,) must be followed by white space.
(#1561) Expected "if (...) {\n"; found "if(...){"
(#1561) Variable "T" must be all lower-case
(#1561) Expected 1 space before "="; 0 found
(#1561) Expected 1 space after "="; 0 found
(#1561) Inline control structures are not allowed
(#1561) Expected 1 space before "=>"; 0 found
(#1561) Expected 1 space after "=>"; 0 found
(#1561) Expected 1 space after "as"; 0 found
(#1561) Variable "T" must be all lower-case
(#1562) Line indented incorrectly; expected at least 12 spaces, found 0
(#1562) Variable "R" must be all lower-case
(#1562) Expected 1 space before "=>"; 0 found
(#1562) Expected 1 space after "=>"; 0 found
(#1562) Variable "U" must be all lower-case
(#1562) Expected 1 space before "="; 0 found
(#1562) Expected 1 space after "="; 0 found
(#1562) Variable "R" must be all lower-case
(#1562) Commas (,) must be followed by white space.
(#1562) Expected 1 space before "?"; 0 found
(#1562) Expected 1 space after "?"; 0 found
(#1562) Expected 1 space before ":"; 0 found
(#1562) Expected 1 space after ":"; 0 found
(#1562) Commas (,) must be followed by white space.
(#1562) Inline control structures are not allowed
(#1562) Expected 1 space before "as"; 0 found
(#1562) Expected 1 space after "as"; 0 found
(#1562) Commas (,) must be followed by white space.
(#1562) Commas (,) must be followed by white space.
(#1562) Commas (,) must be followed by white space.
(#1562) Variable "X" must be all lower-case
(#1562) Variable "X" must be all lower-case
(#1562) Closing brace must be on a line by itself
(#1562) Expected 1 space before "="; 0 found
(#1562) Expected 1 space after "="; 0 found
(#1562) Commas (,) must be followed by white space.
(#1562) Expected 1 space before "?"; 0 found
(#1562) Expected 1 space after "?"; 0 found
(#1562) Commas (,) must be followed by white space.
(#1562) Commas (,) must be followed by white space.
(#1562) Expected 1 space before ":"; 0 found
(#1562) Expected 1 space after ":"; 0 found
(#1562) Commas (,) must be followed by white space.
(#1562) Commas (,) must be followed by white space.
(#1562) Commas (,) must be followed by white space.
(#1562) Expected 1 space before "?"; 0 found
(#1562) Expected 1 space after "?"; 0 found
(#1562) Expected 1 space before ":"; 0 found
(#1562) Expected 1 space after ":"; 0 found
(#1562) Commas (,) must be followed by white space.
(#1562) Line exceeds maximum limit of 180 characters; contains 411 characters
(#1562) Line exceeds maximum limit of 180 characters; contains 411 characters
(#1562) Line exceeds maximum limit of 180 characters; contains 411 characters
(#1564) Closing brace must be on a line by itself
(#1564) Variable "Oe" must be all lower-case
(#1564) Expected "if (...) {\n"; found "if(...){"
(#1564) Expected 1 space before "=="; 0 found
(#1564) Expected 1 space after "=="; 0 found
(#1564) Variable "Oe" must be all lower-case
(#1564) Expected 1 space before "?"; 0 found
(#1564) Expected 1 space after "?"; 0 found
(#1564) Expected 1 space before ":"; 0 found
(#1564) Expected 1 space after ":"; 0 found
(#1564) Inline control structures are not allowed
(#1564) Expected 1 space before "?"; 0 found
(#1564) Expected 1 space after "?"; 0 found
(#1564) Expected 1 space before ":"; 0 found
(#1564) Expected 1 space after ":"; 0 found
(#1564) Closing brace must be on a line by itself
(#1564) Expected "if (...) {\n"; found "if(...){"
(#1564) Expected 1 space before "!=="; 0 found
(#1564) Expected 1 space after "!=="; 0 found
(#1564) Variable "Oe" must be all lower-case
(#1564) Expected 1 space before "!="; 0 found
(#1564) Expected 1 space after "!="; 0 found
(#1564) Expected 1 space before "==="; 0 found
(#1564) Expected 1 space after "==="; 0 found
(#1564) Inline control structures are not allowed
(#1564) Variable "T" must be all lower-case
(#1564) Inline control structures are not allowed
(#1564) Variable "T" must be all lower-case
(#1564) Closing brace must be on a line by itself
(#1564) Closing brace must be on a line by itself
(#1564) Closing brace must be on a line by itself
(#1564) Line exceeds maximum limit of 180 characters; contains 648 characters
(#1564) method name "Adminer::databasesPrint" must be in lower-case letters only
(#1564) Visibility must be declared on method "databasesPrint"
(#1564) Line exceeds maximum limit of 180 characters; contains 648 characters
(#1564) Line exceeds maximum limit of 180 characters; contains 648 characters
(#1565) Line indented incorrectly; expected at least 176 spaces, found 0
(#1565) Variable "Oe" must be all lower-case
(#1565) Expected 1 space after closing parenthesis; found 0
(#1565) Opening brace must be the last content on the line
(#1565) Commas (,) must be followed by white space.
(#1565) Expected 1 space before "="; 0 found
(#1565) Expected 1 space after "="; 0 found
(#1567) Variable "Ob" must be all lower-case
(#1567) Expected 1 space before "="; 0 found
(#1567) Expected 1 space after "="; 0 found
(#1567) Expected 1 space before "?"; 0 found
(#1567) Expected 1 space after "?"; 0 found
(#1567) Expected 1 space before "=>"; 0 found
(#1567) Expected 1 space after "=>"; 0 found
(#1567) Expected 1 space before "+"; 0 found
(#1567) Expected 1 space after "+"; 0 found
(#1567) Commas (,) must be followed by white space.
(#1567) Variable "Ob" must be all lower-case
(#1567) Expected 1 space before ":"; 0 found
(#1567) Expected 1 space after ":"; 0 found
(#1567) Commas (,) must be followed by white space.
(#1567) Expected 1 space before "?"; 0 found
(#1567) Expected 1 space after "?"; 0 found
(#1567) Expected 1 space before ":"; 0 found
(#1567) Expected 1 space after ":"; 0 found
(#1567) Expected "if (...) {\n"; found "if(...){"
(#1567) Variable "Oe" must be all lower-case
(#1567) Expected 1 space before "!="; 0 found
(#1567) Expected 1 space after "!="; 0 found
(#1567) Expected 1 space before "!="; 0 found
(#1567) Expected 1 space after "!="; 0 found
(#1567) Expected "if (...) {\n"; found "if(...){"
(#1567) Expected 1 space before "=>"; 0 found
(#1567) Expected 1 space after "=>"; 0 found
(#1567) Expected 1 space before "+"; 0 found
(#1567) Expected 1 space after "+"; 0 found
(#1567) Commas (,) must be followed by white space.
(#1567) Variable "Ob" must be all lower-case
(#1567) Inline control structures are not allowed
(#1567) Expected 1 space before "!="; 0 found
(#1567) Expected 1 space after "!="; 0 found
(#1567) Closing brace must be on a line by itself
(#1567) Closing brace must be on a line by itself
(#1567) Expected 1 space before "?"; 0 found
(#1567) Expected 1 space after "?"; 0 found
(#1567) Expected 1 space before ":"; 0 found
(#1567) Expected 1 space after ":"; 0 found
(#1567) Expected 1 space before "?"; 0 found
(#1567) Expected 1 space after "?"; 0 found
(#1567) Expected 1 space before ":"; 0 found
(#1567) Expected 1 space after ":"; 0 found
(#1567) Expected 1 space before "?"; 0 found
(#1567) Expected 1 space after "?"; 0 found
(#1567) Expected 1 space before ":"; 0 found
(#1567) Expected 1 space after ":"; 0 found
(#1567) Expected 1 space before "?"; 0 found
(#1567) Expected 1 space after "?"; 0 found
(#1567) Expected 1 space before ":"; 0 found
(#1567) Expected 1 space after ":"; 0 found
(#1567) Commas (,) must be followed by white space.
(#1567) Closing brace must be on a line by itself
(#1567) Line exceeds maximum limit of 180 characters; contains 907 characters
(#1567) method name "Adminer::tablesPrint" must be in lower-case letters only
(#1567) Visibility must be declared on method "tablesPrint"
(#1567) Line exceeds maximum limit of 180 characters; contains 907 characters
(#1567) Line exceeds maximum limit of 180 characters; contains 907 characters
(#1568) Variable "T" must be all lower-case
(#1568) Expected 1 space after closing parenthesis; found 0
(#1568) Opening brace must be the last content on the line
(#1568) Expected "foreach (...) {\n"; found "foreach(...){"
(#1568) Expected 1 space before "=>"; 0 found
(#1568) Expected 1 space after "=>"; 0 found
(#1568) Expected 1 space after "as"; 0 found
(#1568) Variable "T" must be all lower-case
(#1569) Line indented incorrectly; expected at least 4 spaces, found 0
(#1569) Variable "R" must be all lower-case
(#1569) Expected 1 space before "=>"; 0 found
(#1569) Expected 1 space after "=>"; 0 found
(#1569) Variable "D" must be all lower-case
(#1569) Expected 1 space before "="; 0 found
(#1569) Expected 1 space after "="; 0 found
(#1569) Expected "if (...) {\n"; found "if(...){"
(#1569) Variable "D" must be all lower-case
(#1569) Expected 1 space before "!="; 0 found
(#1569) Expected 1 space after "!="; 0 found
(#1569) Variable "R" must be all lower-case
(#1569) Expected 1 space before "=="; 0 found
(#1569) Expected 1 space after "=="; 0 found
(#1569) Variable "R" must be all lower-case
(#1569) Expected 1 space before "=="; 0 found
(#1569) Expected 1 space after "=="; 0 found
(#1569) Variable "R" must be all lower-case
(#1569) Commas (,) must be followed by white space.
(#1569) Commas (,) must be followed by white space.
(#1569) Expected 1 space before "?"; 0 found
(#1569) Expected 1 space after "?"; 0 found
(#1569) Variable "R" must be all lower-case
(#1569) Variable "R" must be all lower-case
(#1569) Commas (,) must be followed by white space.
(#1569) Commas (,) must be followed by white space.
(#1569) Commas (,) must be followed by white space.
(#1569) Commas (,) must be followed by white space.
(#1569) Commas (,) must be followed by white space.
(#1569) Commas (,) must be followed by white space.
(#1569) Expected 1 space before "?"; 0 found
(#1569) Expected 1 space after "?"; 0 found
(#1569) Expected 1 space before ":"; 0 found
(#1569) Expected 1 space after ":"; 0 found
(#1569) Variable "D" must be all lower-case
(#1569) Expected 1 space before ":"; 0 found
(#1569) Expected 1 space after ":"; 0 found
(#1569) Variable "D" must be all lower-case
(#1569) Closing brace must be on a line by itself
(#1569) Closing brace must be on a line by itself
(#1569) Closing brace must be on a line by itself
(#1569) Closing brace must be on a line by itself
(#1569) Expected 1 space before "="; 0 found
(#1569) Expected 1 space after "="; 0 found
(#1569) Expected 1 space before "?"; 0 found
(#1569) Expected 1 space after "?"; 0 found
(#1569) Expected 1 space before ":"; 0 found
(#1569) Expected 1 space after ":"; 0 found
(#1569) Line exceeds maximum limit of 180 characters; contains 532 characters
(#1569) Line exceeds maximum limit of 180 characters; contains 532 characters
(#1569) Line exceeds maximum limit of 180 characters; contains 532 characters
(#1570) Line indented incorrectly; expected at least 156 spaces, found 0
(#1570) Inline control structures are not allowed
(#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
(#1571) Line indented incorrectly; expected at least 156 spaces, found 0
(#1571) Variable "Zh" must be all lower-case
(#1571) Commas (,) must be followed by white space.
(#1571) Commas (,) must be followed by white space.
(#1571) Variable "Xa" must be all lower-case
(#1571) Commas (,) must be followed by white space.
(#1571) Expected 1 space after closing parenthesis; found 0
(#1571) Opening brace must be the last content on the line
(#1571) Commas (,) must be followed by white space.
(#1571) Commas (,) must be followed by white space.
(#1571) Commas (,) must be followed by white space.
(#1571) Commas (,) must be followed by white space.
(#1571) Expected "if (...) {\n"; found "if(...){"
(#1571) Closing brace must be on a line by itself
(#1571) Expected 1 space before "="; 0 found
(#1571) Expected 1 space after "="; 0 found
(#1571) Variable "Zh" must be all lower-case
(#1571) Expected 1 space before "!="; 0 found
(#1571) Expected 1 space after "!="; 0 found
(#1571) Expected 1 space before "?"; 0 found
(#1571) Expected 1 space after "?"; 0 found
(#1571) Expected 1 space before ":"; 0 found
(#1571) Expected 1 space after ":"; 0 found
(#1571) Expected 1 space before "="; 0 found
(#1571) Expected 1 space after "="; 0 found
(#1571) Expected 1 space before "!="; 0 found
(#1571) Expected 1 space after "!="; 0 found
(#1571) Expected 1 space before "!="; 0 found
(#1571) Expected 1 space after "!="; 0 found
(#1571) Expected 1 space before "?"; 0 found
(#1571) Expected 1 space after "?"; 0 found
(#1571) Expected 1 space before ":"; 0 found
(#1571) Expected 1 space after ":"; 0 found
(#1571) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1571) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1571) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1572) Commas (,) must be followed by white space.
(#1572) Commas (,) must be followed by white space.
(#1572) Commas (,) must be followed by white space.
(#1572) Commas (,) must be followed by white space.
(#1575) Commas (,) must be followed by white space.
(#1575) 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.
(#1576) 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) Expected "if (...) {\n"; found "if(...){"
(#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) Line exceeds maximum limit of 180 characters; contains 223 characters
(#1577) Line exceeds maximum limit of 180 characters; contains 223 characters
(#1577) Line exceeds maximum limit of 180 characters; contains 223 characters
(#1578) Commas (,) must be followed by white space.
(#1578) Commas (,) must be followed by white space.
(#1578) Commas (,) must be followed by white space.
(#1578) Commas (,) must be followed by white space.
(#1579) Expected "foreach (...) {\n"; found "foreach(...){"
(#1579) Expected 1 space before "as"; 0 found
(#1579) Expected 1 space after "as"; 0 found
(#1579) Variable "Ib" must be all lower-case
(#1579) Commas (,) must be followed by white space.
(#1579) Variable "Ib" must be all lower-case
(#1579) Commas (,) must be followed by white space.
(#1580) Closing brace must be on a line by itself
(#1580) Closing brace must be on a line by itself
(#1581) Commas (,) must be followed by white space.
(#1581) Commas (,) must be followed by white space.
(#1582) Variable "Uc" must be all lower-case
(#1582) Expected 1 space before "="; 0 found
(#1582) Expected 1 space after "="; 0 found
(#1582) Expected "if (...) {\n"; found "if(...){"
(#1582) Variable "Uc" must be all lower-case
(#1582) Variable "Uc" 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) Variable "Qi" must be all lower-case
(#1582) Expected 1 space before "="; 0 found
(#1582) Expected 1 space after "="; 0 found
(#1582) Variable "Uc" must be all lower-case
(#1582) Expected 1 space before "="; 0 found
(#1582) Expected 1 space after "="; 0 found
(#1582) Line exceeds maximum limit of 180 characters; contains 226 characters
(#1582) Line exceeds maximum limit of 180 characters; contains 226 characters
(#1582) Line exceeds maximum limit of 180 characters; contains 226 characters
(#1591) Inline control structures are not allowed
(#1591) Variable "Qi" must be all lower-case
(#1591) Commas (,) must be followed by white space.
(#1591) Variable "Qi" must be all lower-case
(#1591) Commas (,) must be followed by white space.
(#1591) Expected 1 space before "=="; 0 found
(#1591) Expected 1 space after "=="; 0 found
(#1591) Expected 1 space before "="; 0 found
(#1591) Expected 1 space after "="; 0 found
(#1591) Variable "Qi" must be all lower-case
(#1591) Closing brace must be on a line by itself
(#1591) Commas (,) must be followed by white space.
(#1591) Commas (,) must be followed by white space.
(#1591) Line exceeds 132 characters; contains 143 characters
(#1591) Line exceeds 132 characters; contains 143 characters
(#1591) Line exceeds 132 characters; contains 143 characters
(#1592) Commas (,) must be followed by white space.
(#1592) Expected 1 space before "?"; 0 found
(#1592) Expected 1 space after "?"; 0 found
(#1592) Expected 1 space before ":"; 0 found
(#1592) Expected 1 space after ":"; 0 found
(#1592) Line exceeds maximum limit of 180 characters; contains 193 characters
(#1592) Line exceeds maximum limit of 180 characters; contains 193 characters
(#1592) Line exceeds maximum limit of 180 characters; contains 193 characters
(#1595) Commas (,) must be followed by white space.
(#1596) Commas (,) must be followed by white space.
(#1596) Commas (,) must be followed by white space.
(#1599) Commas (,) must be followed by white space.
(#1599) Commas (,) must be followed by white space.
(#1600) Commas (,) must be followed by white space.
(#1600) Commas (,) must be followed by white space.
(#1602) Expected "if (...) {\n"; found "if(...){"
(#1602) Variable "Xa" must be all lower-case
(#1602) Expected 1 space before "!=="; 0 found
(#1602) Expected 1 space after "!=="; 0 found
(#1602) Variable "A" 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) Commas (,) must be followed by white space.
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "A" must be all lower-case
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Variable "A" must be all lower-case
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Variable "A" 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) Commas (,) must be followed by white space.
(#1602) Commas (,) must be followed by white space.
(#1602) Variable "O" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "O" must be all lower-case
(#1602) Expected 1 space before "="; 0 found
(#1602) Expected 1 space after "="; 0 found
(#1602) Variable "O" 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 "O" 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 "Xa" must be all lower-case
(#1602) Expected 1 space before "==="; 0 found
(#1602) Expected 1 space after "==="; 0 found
(#1602) Variable "O" must be all lower-case
(#1602) Variable "A" must be all lower-case
(#1602) Expected 1 space before "?"; 0 found
(#1602) Expected 1 space after "?"; 0 found
(#1602) Variable "A" must be all lower-case
(#1602) Expected 1 space before ":"; 0 found
(#1602) Expected 1 space after ":"; 0 found
(#1602) Variable "O" must be all lower-case
(#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) Variable "Xa" must be all lower-case
(#1602) Variable "A" 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 "Xa" must be all lower-case
(#1602) Inline control structures are not allowed
(#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) Expected "foreach (...) {\n"; found "foreach(...){"
(#1602) Expected 1 space before "=>"; 0 found
(#1602) Expected 1 space after "=>"; 0 found
(#1602) Expected 1 space after "as"; 0 found
(#1602) Line exceeds maximum limit of 180 characters; contains 650 characters
(#1602) Line exceeds maximum limit of 180 characters; contains 650 characters
(#1602) Variable "Xa" must be all lower-case
(#1602) Line exceeds maximum limit of 180 characters; contains 650 characters
(#1603) Line indented incorrectly; expected at least 12 spaces, found 0
(#1603) Expected 1 space before "=>"; 0 found
(#1603) Expected 1 space after "=>"; 0 found
(#1603) Variable "X" must be all lower-case
(#1603) Variable "Wb" must be all lower-case
(#1603) Expected 1 space before "="; 0 found
(#1603) Expected 1 space after "="; 0 found
(#1603) Variable "X" must be all lower-case
(#1603) Expected 1 space before "?"; 0 found
(#1603) Expected 1 space after "?"; 0 found
(#1603) Variable "X" must be all lower-case
(#1603) Expected 1 space before ":"; 0 found
(#1603) Expected 1 space after ":"; 0 found
(#1603) Variable "X" must be all lower-case
(#1603) Inline control structures are not allowed
(#1603) Variable "Wb" must be all lower-case
(#1603) Expected 1 space before "!="; 0 found
(#1603) Expected 1 space after "!="; 0 found
(#1603) Variable "X" must be all lower-case
(#1603) Expected 1 space before "?"; 0 found
(#1603) Expected 1 space after "?"; 0 found
(#1603) Variable "X" must be all lower-case
(#1603) Expected 1 space before ":"; 0 found
(#1603) Expected 1 space after ":"; 0 found
(#1603) Variable "X" must be all lower-case
(#1603) Variable "Wb" must be all lower-case
(#1603) Closing brace must be on a line by itself
(#1603) Closing brace must be on a line by itself
(#1603) Variable "Zh" must be all lower-case
(#1603) Closing brace must be on a line by itself
(#1603) Closing brace must be on a line by itself
(#1603) Commas (,) must be followed by white space.
(#1603) Inline control structures are not allowed
(#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) Expected 1 space before "="; 0 found
(#1603) Expected 1 space after "="; 0 found
(#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 377 characters
(#1603) Line exceeds maximum limit of 180 characters; contains 377 characters
(#1603) Line exceeds maximum limit of 180 characters; contains 377 characters
(#1604) Line indented incorrectly; expected at least 156 spaces, found 0
(#1604) Expected 1 space after closing parenthesis; found 0
(#1604) Opening brace must be the last content on the line
(#1604) Expected "foreach (...) {\n"; found "foreach(...){"
(#1604) Expected 1 space before "as"; 0 found
(#1604) Expected 1 space after "as"; 0 found
(#1604) Variable "Hb" must be all lower-case
(#1604) Expected 1 space before "="; 0 found
(#1604) Expected 1 space after "="; 0 found
(#1604) Inline control structures are not allowed
(#1604) Expected 1 space before "=>"; 0 found
(#1604) Expected 1 space after "=>"; 0 found
(#1604) Expected 1 space after "as"; 0 found
(#1604) Line exceeds maximum limit of 180 characters; contains 310 characters
(#1604) Line exceeds maximum limit of 180 characters; contains 310 characters
(#1604) Variable "Hb" must be all lower-case
(#1604) Line exceeds maximum limit of 180 characters; contains 310 characters
(#1605) Line indented incorrectly; expected at least 164 spaces, found 0
(#1605) Expected 1 space before "=>"; 0 found
(#1605) Expected 1 space after "=>"; 0 found
(#1605) Variable "X" must be all lower-case
(#1605) Expected 1 space before "="; 0 found
(#1605) Expected 1 space after "="; 0 found
(#1605) Commas (,) must be followed by white space.
(#1605) Closing brace must be on a line by itself
(#1605) Closing brace must be on a line by itself
(#1606) Line indented incorrectly; expected at least 12 spaces, found 0
(#1606) Expected 1 space after closing parenthesis; found 0
(#1606) Opening brace must be the last content on the line
(#1607) Line indented incorrectly; expected at least 16 spaces, found 0
(#1607) Expected 1 space before "=>"; 0 found
(#1607) Expected 1 space after "=>"; 0 found
(#1607) Commas (,) must be followed by white space.
(#1607) Expected 1 space before "=>"; 0 found
(#1607) Expected 1 space after "=>"; 0 found
(#1607) Commas (,) must be followed by white space.
(#1607) Expected 1 space before "=>"; 0 found
(#1607) Expected 1 space after "=>"; 0 found
(#1607) Commas (,) must be followed by white space.
(#1607) Expected 1 space before "=>"; 0 found
(#1607) Expected 1 space after "=>"; 0 found
(#1607) Commas (,) must be followed by white space.
(#1607) Expected 1 space before "=>"; 0 found
(#1607) Expected 1 space after "=>"; 0 found
(#1607) Commas (,) must be followed by white space.
(#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) Closing brace must be on a line by itself
(#1607) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1607) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1607) Line exceeds maximum limit of 180 characters; contains 236 characters
(#1608) Line indented incorrectly; expected at least 164 spaces, found 0
(#1608) Expected 1 space after closing parenthesis; found 0
(#1608) Opening brace must be the last content on the line
(#1608) Scope keyword "static" must be followed by a single space
(#1608) Variable "Ye" must be all lower-case
(#1608) Inline control structures are not allowed
(#1608) Variable "Ye" must be all lower-case
(#1608) Variable "Ye" must be all lower-case
(#1608) Expected 1 space before "="; 0 found
(#1608) Expected 1 space after "="; 0 found
(#1608) Variable "Ye" must be all lower-case
(#1608) Closing brace must be on a line by itself
(#1609) Line indented incorrectly; expected at least 164 spaces, found 0
(#1609) Expected 1 space after closing parenthesis; found 0
(#1609) Opening brace must be the last content on the line
(#1609) Variable "Di" must be all lower-case
(#1609) Expected 1 space before "="; 0 found
(#1609) Expected 1 space after "="; 0 found
(#1609) Commas (,) must be followed by white space.
(#1609) Commas (,) must be followed by white space.
(#1609) Variable "Ke" must be all lower-case
(#1609) Expected 1 space before "="; 0 found
(#1609) Expected 1 space after "="; 0 found
(#1609) Variable "Di" must be all lower-case
(#1609) Expected "if (...) {\n"; found "if(...){"
(#1609) Variable "Ke" must be all lower-case
(#1609) Commas (,) must be followed by white space.
(#1609) Variable "Ke" must be all lower-case
(#1609) Variable "Di" must be all lower-case
(#1609) Closing brace must be on a line by itself
(#1609) Inline control structures are not allowed
(#1609) Closing brace must be on a line by itself
(#1609) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1609) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1609) Line exceeds maximum limit of 180 characters; contains 308 characters
(#1610) Line indented incorrectly; expected at least 164 spaces, found 0
(#1610) Variable "Oe" must be all lower-case
(#1610) Expected 1 space after closing parenthesis; found 0
(#1610) Opening brace must be the last content on the line
(#1610) Commas (,) must be followed by white space.
(#1612) Expected "if (...) {\n"; found "if(...){"
(#1612) Variable "Oe" must be all lower-case
(#1612) Expected 1 space before "!="; 0 found
(#1612) Expected 1 space after "!="; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Commas (,) must be followed by white space.
(#1615) Commas (,) must be followed by white space.
(#1615) Commas (,) must be followed by white space.
(#1618) Closing brace must be on a line by itself
(#1619) Variable "Oe" must be all lower-case
(#1620) Commas (,) must be followed by white space.
(#1620) Closing brace must be on a line by itself
(#1621) Line indented incorrectly; expected at least 164 spaces, found 0
(#1621) Variable "Re" must be all lower-case
(#1621) Expected 1 space after closing parenthesis; found 0
(#1621) Opening brace must be the last content on the line
(#1621) Inline control structures are not allowed
(#1621) Variable "Re" must be all lower-case
(#1621) Expected 1 space before ">="; 0 found
(#1621) Expected 1 space after ">="; 0 found
(#1621) Variable "Re" must be all lower-case
(#1621) Expected 1 space before "-="; 0 found
(#1621) Expected 1 space after "-="; 0 found
(#1621) Inline control structures are not allowed
(#1621) Variable "Re" must be all lower-case
(#1621) Expected 1 space before "<="; 0 found
(#1621) Expected 1 space after "<="; 0 found
(#1621) Variable "Re" must be all lower-case
(#1621) Expected 1 space before "+="; 0 found
(#1621) Expected 1 space after "+="; 0 found
(#1621) Variable "Re" must be all lower-case
(#1621) Closing brace must be on a line by itself
(#1622) Line indented incorrectly; expected at least 164 spaces, found 0
(#1622) Variable "W" must be all lower-case
(#1622) Commas (,) must be followed by white space.
(#1622) Variable "Ui" must be all lower-case
(#1622) Expected 1 space after closing parenthesis; found 0
(#1622) Opening brace must be the last content on the line
(#1622) Variable "Rg" must be all lower-case
(#1622) Expected 1 space before "="; 0 found
(#1622) Expected 1 space after "="; 0 found
(#1622) Inline control structures are not allowed
(#1622) Expected 1 space after "as"; 0 found
(#1622) Variable "W" must be all lower-case
(#1623) Line indented incorrectly; expected at least 168 spaces, found 0
(#1623) Variable "X" must be all lower-case
(#1623) Variable "Rg" must be all lower-case
(#1623) Expected 1 space before ".="; 0 found
(#1623) Expected 1 space after ".="; 0 found
(#1623) Commas (,) must be followed by white space.
(#1623) Variable "X" must be all lower-case
(#1623) Inline control structures are not allowed
(#1623) Variable "Ui" must be all lower-case
(#1624) Line indented incorrectly; expected at least 168 spaces, found 0
(#1624) Variable "Rg" must be all lower-case
(#1624) Commas (,) must be followed by white space.
(#1624) Commas (,) must be followed by white space.
(#1624) Variable "W" must be all lower-case
(#1624) Variable "Rg" must be all lower-case
(#1624) Closing brace must be on a line by itself
(#1625) Line indented incorrectly; expected at least 164 spaces, found 0
(#1625) Variable "Rg" must be all lower-case
(#1625) Commas (,) must be followed by white space.
(#1625) Variable "Ui" must be all lower-case
(#1625) Expected 1 space after closing parenthesis; found 0
(#1625) Opening brace must be the last content on the line
(#1625) Variable "W" must be all lower-case
(#1625) Expected 1 space before "="; 0 found
(#1625) Expected 1 space after "="; 0 found
(#1625) Commas (,) must be followed by white space.
(#1625) Variable "Rg" must be all lower-case
(#1625) Commas (,) must be followed by white space.
(#1625) Expected 1 space before "*"; 0 found
(#1625) Expected 1 space after "*"; 0 found
(#1625) Variable "Rg" must be all lower-case
(#1625) Expected 1 space before "/"; 0 found
(#1625) Expected 1 space after "/"; 0 found
(#1625) Commas (,) must be followed by white space.
(#1625) Inline control structures are not allowed
(#1625) Variable "Ui" must be all lower-case
(#1625) Variable "W" must be all lower-case
(#1625) Expected 1 space before "="; 0 found
(#1625) Expected 1 space after "="; 0 found
(#1625) Variable "Rg" must be all lower-case
(#1625) Variable "W" must be all lower-case
(#1625) Closing brace must be on a line by itself
(#1626) Line indented incorrectly; expected at least 164 spaces, found 0
(#1626) Commas (,) must be followed by white space.
(#1626) Commas (,) must be followed by white space.
(#1626) Variable "Dh" must be all lower-case
(#1626) Commas (,) must be followed by white space.
(#1626) Variable "Yd" must be all lower-case
(#1626) Expected 1 space after closing parenthesis; found 0
(#1626) Opening brace must be the last content on the line
(#1627) Line indented incorrectly; expected at least 168 spaces, found 0
(#1627) Expected 1 space before ">>"; 0 found
(#1627) Expected 1 space after ">>"; 0 found
(#1627) Expected 1 space before "&" operator; 0 found
(#1627) Expected 1 space after "&" operator; 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 "&" operator; 0 found
(#1627) Expected 1 space after "&" operator; 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) Variable "Dh" 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) Variable "Yd" must be all lower-case
(#1627) Expected 1 space before "^"; 0 found
(#1627) Expected 1 space after "^"; 0 found
(#1627) Closing brace must be on a line by itself
(#1628) Line indented incorrectly; expected at least 164 spaces, found 0
(#1628) Commas (,) must be followed by white space.
(#1628) Expected 1 space after closing parenthesis; found 0
(#1628) Opening brace must be the last content on the line
(#1628) Inline control structures are not allowed
(#1628) Expected 1 space before "=="; 0 found
(#1628) Expected 1 space after "=="; 0 found
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Commas (,) must be followed by white space.
(#1628) Commas (,) must be followed by white space.
(#1628) Variable "W" must be all lower-case
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Commas (,) must be followed by white space.
(#1628) Variable "Re" must be all lower-case
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Variable "W" must be all lower-case
(#1628) Expected 1 space before "-"; 0 found
(#1628) Expected 1 space after "-"; 0 found
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Variable "W" must be all lower-case
(#1628) Variable "Re" must be all lower-case
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Variable "W" must be all lower-case
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Expected 1 space before "+"; 0 found
(#1628) Expected 1 space after "+"; 0 found
(#1628) Expected 1 space before "/"; 0 found
(#1628) Expected 1 space after "/"; 0 found
(#1628) Variable "Re" must be all lower-case
(#1628) Expected 1 space before "+"; 0 found
(#1628) Expected 1 space after "+"; 0 found
(#1628) Variable "Dh" must be all lower-case
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Expected "while (...) {\n"; found "while(...){"
(#1628) Expected 1 space before ">"; 0 found
(#1628) Expected 1 space after ">"; 0 found
(#1628) Variable "Dh" must be all lower-case
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Variable "Dh" must be all lower-case
(#1628) Expected 1 space before "+"; 0 found
(#1628) Expected 1 space after "+"; 0 found
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Variable "Dh" must be all lower-case
(#1628) Expected 1 space before ">>"; 0 found
(#1628) Expected 1 space after ">>"; 0 found
(#1628) Expected 1 space before "&" operator; 0 found
(#1628) Expected 1 space after "&" operator; 0 found
(#1628) Expected "for (...) {\n"; found "for(...){"
(#1628) Expected 1 space after first semicolon of FOR loop; 0 found
(#1628) Expected 1 space after second semicolon of FOR loop; 0 found
(#1628) Variable "Ef" must be all lower-case
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Variable "Ef" must be all lower-case
(#1628) Expected 1 space before "<"; 0 found
(#1628) Expected 1 space after "<"; 0 found
(#1628) Variable "Re" must be all lower-case
(#1628) Variable "Ef" must be all lower-case
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Variable "W" must be all lower-case
(#1628) Variable "Ef" must be all lower-case
(#1628) Expected 1 space before "+"; 0 found
(#1628) Expected 1 space after "+"; 0 found
(#1628) Variable "Qe" must be all lower-case
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Commas (,) must be followed by white space.
(#1628) Commas (,) must be followed by white space.
(#1628) Variable "Dh" must be all lower-case
(#1628) Commas (,) must be followed by white space.
(#1628) Variable "Ef" must be all lower-case
(#1628) Expected 1 space before "&" operator; 0 found
(#1628) Expected 1 space after "&" operator; 0 found
(#1628) Expected 1 space before "^"; 0 found
(#1628) Expected 1 space after "^"; 0 found
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Variable "W" must be all lower-case
(#1628) Variable "Ef" must be all lower-case
(#1628) Expected 1 space before "+"; 0 found
(#1628) Expected 1 space after "+"; 0 found
(#1628) Variable "Qe" must be all lower-case
(#1628) Variable "W" must be all lower-case
(#1628) Variable "Ef" must be all lower-case
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Closing brace must be on a line by itself
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Variable "W" must be all lower-case
(#1628) Variable "Qe" must be all lower-case
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Commas (,) must be followed by white space.
(#1628) Commas (,) must be followed by white space.
(#1628) Variable "Dh" must be all lower-case
(#1628) Commas (,) must be followed by white space.
(#1628) Variable "Ef" must be all lower-case
(#1628) Expected 1 space before "&" operator; 0 found
(#1628) Expected 1 space after "&" operator; 0 found
(#1628) Expected 1 space before "^"; 0 found
(#1628) Expected 1 space after "^"; 0 found
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Variable "W" must be all lower-case
(#1628) Variable "Re" must be all lower-case
(#1628) Expected 1 space before "+"; 0 found
(#1628) Expected 1 space after "+"; 0 found
(#1628) Variable "Qe" must be all lower-case
(#1628) Variable "W" must be all lower-case
(#1628) Variable "Re" must be all lower-case
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Closing brace must be on a line by itself
(#1628) Line exceeds maximum limit of 180 characters; contains 443 characters
(#1628) Line exceeds maximum limit of 180 characters; contains 443 characters
(#1628) Line exceeds maximum limit of 180 characters; contains 443 characters
(#1629) Line indented incorrectly; expected at least 168 spaces, found 0
(#1629) Variable "W" must be all lower-case
(#1629) Commas (,) must be followed by white space.
(#1629) Closing brace must be on a line by itself
(#1630) Line indented incorrectly; expected at least 168 spaces, found 0
(#1630) Commas (,) must be followed by white space.
(#1630) Expected 1 space after closing parenthesis; found 0
(#1630) Opening brace must be the last content on the line
(#1630) Inline control structures are not allowed
(#1630) Expected 1 space before "=="; 0 found
(#1630) Expected 1 space after "=="; 0 found
(#1630) Inline control structures are not allowed
(#1631) Line indented incorrectly; expected at least 172 spaces, found 0
(#1631) Expected 1 space before "="; 0 found
(#1631) Expected 1 space after "="; 0 found
(#1631) Commas (,) must be followed by white space.
(#1631) Commas (,) must be followed by white space.
(#1631) Variable "W" must be all lower-case
(#1631) Expected 1 space before "="; 0 found
(#1631) Expected 1 space after "="; 0 found
(#1631) Commas (,) must be followed by white space.
(#1631) Variable "Re" must be all lower-case
(#1631) Expected 1 space before "="; 0 found
(#1631) Expected 1 space after "="; 0 found
(#1631) Variable "W" must be all lower-case
(#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) Variable "W" must be all lower-case
(#1631) Variable "Re" must be all lower-case
(#1631) Expected 1 space before "="; 0 found
(#1631) Expected 1 space after "="; 0 found
(#1631) Variable "W" must be all lower-case
(#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) Expected 1 space before "/"; 0 found
(#1631) Expected 1 space after "/"; 0 found
(#1631) Variable "Re" must be all lower-case
(#1631) Expected 1 space before "+"; 0 found
(#1631) Expected 1 space after "+"; 0 found
(#1631) Variable "Dh" must be all lower-case
(#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) Expected "while (...) {\n"; found "while(...){"
(#1631) Variable "Dh" must be all lower-case
(#1631) Expected 1 space before "="; 0 found
(#1631) Expected 1 space after "="; 0 found
(#1631) Variable "Dh" must be all lower-case
(#1631) Expected 1 space before ">>"; 0 found
(#1631) Expected 1 space after ">>"; 0 found
(#1631) Expected 1 space before "&" operator; 0 found
(#1631) Expected 1 space after "&" operator; 0 found
(#1631) Expected "for (...) {\n"; found "for(...){"
(#1631) Expected 1 space after first semicolon of FOR loop; 0 found
(#1631) Expected 1 space after second semicolon of FOR loop; 0 found
(#1631) Variable "Ef" must be all lower-case
(#1631) Expected 1 space before "="; 0 found
(#1631) Expected 1 space after "="; 0 found
(#1631) Variable "Re" must be all lower-case
(#1631) Variable "Ef" must be all lower-case
(#1631) Expected 1 space before ">"; 0 found
(#1631) Expected 1 space after ">"; 0 found
(#1631) Variable "Ef" must be all lower-case
(#1631) Expected 1 space before "="; 0 found
(#1631) Expected 1 space after "="; 0 found
(#1631) Variable "W" must be all lower-case
(#1631) Variable "Ef" must be all lower-case
(#1631) Expected 1 space before "-"; 0 found
(#1631) Expected 1 space after "-"; 0 found
(#1631) Variable "Qe" must be all lower-case
(#1631) Expected 1 space before "="; 0 found
(#1631) Expected 1 space after "="; 0 found
(#1631) Commas (,) must be followed by white space.
(#1631) Commas (,) must be followed by white space.
(#1631) Variable "Dh" must be all lower-case
(#1631) Commas (,) must be followed by white space.
(#1631) Variable "Ef" must be all lower-case
(#1631) Expected 1 space before "&" operator; 0 found
(#1631) Expected 1 space after "&" operator; 0 found
(#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) Variable "W" must be all lower-case
(#1631) Variable "Ef" must be all lower-case
(#1631) Expected 1 space before "-"; 0 found
(#1631) Expected 1 space after "-"; 0 found
(#1631) Variable "Qe" must be all lower-case
(#1631) Variable "W" must be all lower-case
(#1631) Variable "Ef" must be all lower-case
(#1631) Expected 1 space before "="; 0 found
(#1631) Expected 1 space after "="; 0 found
(#1631) Closing brace must be on a line by itself
(#1631) Expected 1 space before "="; 0 found
(#1631) Expected 1 space after "="; 0 found
(#1631) Variable "W" must be all lower-case
(#1631) Variable "Re" must be all lower-case
(#1631) Variable "Qe" must be all lower-case
(#1631) Expected 1 space before "="; 0 found
(#1631) Expected 1 space after "="; 0 found
(#1631) Commas (,) must be followed by white space.
(#1631) Commas (,) must be followed by white space.
(#1631) Variable "Dh" must be all lower-case
(#1631) Commas (,) must be followed by white space.
(#1631) Variable "Ef" must be all lower-case
(#1631) Expected 1 space before "&" operator; 0 found
(#1631) Expected 1 space after "&" operator; 0 found
(#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) Variable "W" must be all lower-case
(#1631) Expected 1 space before "-"; 0 found
(#1631) Expected 1 space after "-"; 0 found
(#1631) Variable "Qe" must be all lower-case
(#1631) Variable "W" must be all lower-case
(#1631) Expected 1 space before "="; 0 found
(#1631) Expected 1 space after "="; 0 found
(#1631) Variable "Dh" must be all lower-case
(#1631) Expected 1 space before "="; 0 found
(#1631) Expected 1 space after "="; 0 found
(#1631) Variable "Dh" must be all lower-case
(#1631) Expected 1 space before "-"; 0 found
(#1631) Expected 1 space after "-"; 0 found
(#1631) Closing brace must be on a line by itself
(#1631) Line exceeds maximum limit of 180 characters; contains 421 characters
(#1631) Line exceeds maximum limit of 180 characters; contains 421 characters
(#1631) Line exceeds maximum limit of 180 characters; contains 421 characters
(#1632) Line indented incorrectly; expected at least 172 spaces, found 0
(#1632) Variable "W" must be all lower-case
(#1632) Commas (,) must be followed by white space.
(#1632) Closing brace must be on a line by itself
(#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) Inline control structures are not allowed
(#1632) Expected 1 space before "="; 0 found
(#1632) Expected 1 space after "="; 0 found
(#1632) Commas (,) must be followed by white space.
(#1632) Expected 1 space before "="; 0 found
(#1632) Expected 1 space after "="; 0 found
(#1632) Variable "Uf" must be all lower-case
(#1632) Expected 1 space before "="; 0 found
(#1632) Expected 1 space after "="; 0 found
(#1632) Expected "if (...) {\n"; found "if(...){"
(#1632) Expected "foreach (...) {\n"; found "foreach(...){"
(#1632) Expected 1 space before "as"; 0 found
(#1632) Expected 1 space after "as"; 0 found
(#1632) Commas (,) must be followed by white space.
(#1632) Variable "X" must be all lower-case
(#1632) Expected 1 space before "="; 0 found
(#1632) Expected 1 space after "="; 0 found
(#1632) Commas (,) must be followed by white space.
(#1632) Variable "X" must be all lower-case
(#1632) Variable "Uf" must be all lower-case
(#1632) Expected 1 space before "="; 0 found
(#1632) Expected 1 space after "="; 0 found
(#1632) Variable "X" must be all lower-case
(#1632) Closing brace must be on a line by itself
(#1632) Closing brace must be on a line by itself
(#1632) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1632) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1632) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1633) Line indented incorrectly; expected at least 168 spaces, found 0
(#1633) Expected 1 space after closing parenthesis; found 0
(#1633) Opening brace must be the last content on the line
(#1633) Expected 1 space before "="; 0 found
(#1633) Expected 1 space after "="; 0 found
(#1633) Inline control structures are not allowed
(#1633) Variable "Rd" must be all lower-case
(#1633) Expected 1 space before "="; 0 found
(#1633) Expected 1 space after "="; 0 found
(#1633) Variable "Wh" must be all lower-case
(#1633) Expected 1 space before "="; 0 found
(#1633) Expected 1 space after "="; 0 found
(#1633) Expected "if (...) {\n"; found "if(...){"
(#1633) Variable "Rd" must be all lower-case
(#1633) Expected "foreach (...) {\n"; found "foreach(...){"
(#1633) Expected 1 space before "=>"; 0 found
(#1633) Expected 1 space after "=>"; 0 found
(#1633) Expected 1 space after "as"; 0 found
(#1633) Line exceeds 132 characters; contains 170 characters
(#1633) Line exceeds 132 characters; contains 170 characters
(#1633) Line exceeds 132 characters; contains 170 characters
(#1633) Variable "Rd" must be all lower-case
(#1634) Line indented incorrectly; expected at least 176 spaces, found 0
(#1634) Variable "Sd" must be all lower-case
(#1634) Expected 1 space before "=>"; 0 found
(#1634) Expected 1 space after "=>"; 0 found
(#1634) Variable "X" must be all lower-case
(#1634) Inline control structures are not allowed
(#1634) Variable "X" must be all lower-case
(#1634) Expected 1 space before "<"; 0 found
(#1634) Expected 1 space after "<"; 0 found
(#1634) Variable "Wh" must be all lower-case
(#1634) Variable "Rd" must be all lower-case
(#1634) Variable "Sd" must be all lower-case
(#1634) Closing brace must be on a line by itself
(#1634) Closing brace must be on a line by itself
(#1634) Variable "Qd" must be all lower-case
(#1634) Variable "Rd" must be all lower-case
(#1634) Inline control structures are not allowed
(#1634) Variable "Qd" must be all lower-case
(#1634) Variable "Qd" must be all lower-case
(#1634) Expected 1 space before "="; 0 found
(#1634) Expected 1 space after "="; 0 found
(#1634) Variable "Wh" must be all lower-case
(#1634) Expected 1 space before "+"; 0 found
(#1634) Expected 1 space after "+"; 0 found
(#1634) Expected 1 space before "*"; 0 found
(#1634) Expected 1 space after "*"; 0 found
(#1634) Commas (,) must be followed by white space.
(#1634) Variable "Qd" must be all lower-case
(#1634) Commas (,) must be followed by white space.
(#1634) Variable "Rd" must be all lower-case
(#1634) Closing brace must be on a line by itself
(#1634) Line exceeds 132 characters; contains 159 characters
(#1634) Line exceeds 132 characters; contains 159 characters
(#1634) Line exceeds 132 characters; contains 159 characters
(#1635) Line indented incorrectly; expected at least 172 spaces, found 0
(#1635) Expected 1 space after closing parenthesis; found 0
(#1635) Opening brace must be the last content on the line
(#1635) Variable "Rd" must be all lower-case
(#1635) Expected 1 space before "="; 0 found
(#1635) Expected 1 space after "="; 0 found
(#1635) Variable "Qd" must be all lower-case
(#1635) Expected 1 space before "="; 0 found
(#1635) Expected 1 space after "="; 0 found
(#1635) Variable "Rd" must be all lower-case
(#1635) Variable "Xe" must be all lower-case
(#1635) Expected 1 space before "="; 0 found
(#1635) Expected 1 space after "="; 0 found
(#1635) Variable "Qd" 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) Variable "Qd" 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) Inline control structures are not allowed
(#1635) Variable "Xe" must be all lower-case
(#1635) Expected 1 space before ">"; 0 found
(#1635) Expected 1 space after ">"; 0 found
(#1635) Commas (,) must be followed by white space.
(#1635) Variable "Xe" must be all lower-case
(#1635) Expected 1 space before "/"; 0 found
(#1635) Expected 1 space after "/"; 0 found
(#1635) Closing brace must be on a line by itself
(#1635) Variable "La" must be all lower-case
(#1635) Expected 1 space before "="; 0 found
(#1635) Expected 1 space after "="; 0 found
(#1635) Expected "if (...) {\n"; found "if(...){"
(#1635) Variable "La" must be all lower-case
(#1635) Variable "Pi" must be all lower-case
(#1635) Expected 1 space before "="; 0 found
(#1635) Expected 1 space after "="; 0 found
(#1635) Variable "La" must be all lower-case
(#1635) Variable "O" must be all lower-case
(#1635) Expected 1 space before "="; 0 found
(#1635) Expected 1 space after "="; 0 found
(#1635) Variable "La" must be all lower-case
(#1635) Variable "V" must be all lower-case
(#1635) Expected 1 space before "="; 0 found
(#1635) Expected 1 space after "="; 0 found
(#1635) Variable "La" must be all lower-case
(#1635) Variable "G" must be all lower-case
(#1635) Expected 1 space before "="; 0 found
(#1635) Expected 1 space after "="; 0 found
(#1635) Variable "La" must be all lower-case
(#1635) Expected 1 space before "="; 0 found
(#1635) Expected 1 space after "="; 0 found
(#1635) Variable "La" must be all lower-case
(#1635) Variable "Pi" must be all lower-case
(#1635) Commas (,) must be followed by white space.
(#1635) Variable "O" must be all lower-case
(#1635) Commas (,) must be followed by white space.
(#1635) Variable "V" must be all lower-case
(#1635) Commas (,) must be followed by white space.
(#1635) Variable "G" must be all lower-case
(#1635) Variable "Pi" must be all lower-case
(#1635) Variable "O" must be all lower-case
(#1635) Variable "V" must be all lower-case
(#1635) Expected 1 space before "="; 0 found
(#1635) Expected 1 space after "="; 0 found
(#1635) Expected "if (...) {\n"; found "if(...){"
(#1635) Variable "La" must be all lower-case
(#1635) Expected 1 space before "="; 0 found
(#1635) Expected 1 space after "="; 0 found
(#1635) Variable "Pi" must be all lower-case
(#1635) Variable "O" must be all lower-case
(#1635) Variable "V" must be all lower-case
(#1635) Expected 1 space before "="; 0 found
(#1635) Expected 1 space after "="; 0 found
(#1635) Variable "Uf" 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) Variable "G" must be all lower-case
(#1635) Commas (,) must be followed by white space.
(#1635) Expected 1 space before ":"; 0 found
(#1635) Expected 1 space after ":"; 0 found
(#1635) Commas (,) must be followed by white space.
(#1635) Commas (,) must be followed by white space.
(#1635) Variable "Uf" must be all lower-case
(#1635) Closing brace must be on a line by itself
(#1635) Inline control structures are not allowed
(#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) Variable "Pi" must be all lower-case
(#1635) Expected 1 space before "!="; 0 found
(#1635) Expected 1 space after "!="; 0 found
(#1635) Variable "O" must be all lower-case
(#1635) Expected 1 space before "!=="; 0 found
(#1635) Expected 1 space after "!=="; 0 found
(#1635) Variable "V" must be all lower-case
(#1635) Expected 1 space before "!="; 0 found
(#1635) Expected 1 space after "!="; 0 found
(#1635) Variable "Pi" must be all lower-case
(#1635) Commas (,) must be followed by white space.
(#1635) Variable "O" must be all lower-case
(#1635) Commas (,) must be followed by white space.
(#1635) Variable "V" must be all lower-case
(#1635) Commas (,) must be followed by white space.
(#1635) Closing brace must be on a line by itself
(#1635) Usage of ELSEIF not allowed; use ELSE IF instead
(#1635) Expected "if (...) {\n"; found "if(...){"
(#1635) Commas (,) must be followed by white space.
(#1635) Closing brace must be on a line by itself
(#1635) Expected "} else {\n"; found "}else{"
(#1635) Inline control structures are not allowed
(#1635) Expected 1 space before "as"; 0 found
(#1635) Expected 1 space after "as"; 0 found
(#1635) Commas (,) must be followed by white space.
(#1635) Commas (,) must be followed by white space.
(#1635) Commas (,) must be followed by white space.
(#1635) Commas (,) must be followed by white space.
(#1635) Commas (,) must be followed by white space.
(#1635) Commas (,) must be followed by white space.
(#1635) Commas (,) must be followed by white space.
(#1635) Commas (,) must be followed by white space.
(#1635) Commas (,) must be followed by white space.
(#1635) Commas (,) must be followed by white space.
(#1635) Closing brace must be on a line by itself
(#1635) Closing brace must be on a line by itself
(#1635) Usage of ELSEIF not allowed; use ELSE IF instead
(#1635) Variable "Uf" must be all lower-case
(#1635) Expected 1 space before "="; 0 found
(#1635) Expected 1 space after "="; 0 found
(#1635) Expected "foreach (...) {\n"; found "foreach(...){"
(#1635) Expected 1 space before "=>"; 0 found
(#1635) Expected 1 space after "=>"; 0 found
(#1635) Expected 1 space after "as"; 0 found
(#1635) Line exceeds maximum limit of 180 characters; contains 1231 characters
(#1635) Line exceeds maximum limit of 180 characters; contains 1231 characters
(#1635) Variable "Uf" must be all lower-case
(#1635) Line exceeds maximum limit of 180 characters; contains 1231 characters
(#1636) Line indented incorrectly; expected at least 176 spaces, found 0
(#1636) Expected 1 space before "=>"; 0 found
(#1636) Expected 1 space after "=>"; 0 found
(#1636) Variable "X" must be all lower-case
(#1636) Commas (,) must be followed by white space.
(#1636) Expected 1 space before "="; 0 found
(#1636) Expected 1 space after "="; 0 found
(#1636) Commas (,) must be followed by white space.
(#1636) Variable "X" must be all lower-case
(#1636) Variable "Pi" must be all lower-case
(#1636) Commas (,) must be followed by white space.
(#1636) Variable "O" must be all lower-case
(#1636) Commas (,) must be followed by white space.
(#1636) Variable "V" must be all lower-case
(#1636) Commas (,) must be followed by white space.
(#1636) Expected 1 space before "="; 0 found
(#1636) Expected 1 space after "="; 0 found
(#1636) Commas (,) must be followed by white space.
(#1636) Commas (,) must be followed by white space.
(#1636) Variable "Pi" must be all lower-case
(#1636) Commas (,) must be followed by white space.
(#1636) Variable "O" must be all lower-case
(#1636) Commas (,) must be followed by white space.
(#1636) Variable "V" must be all lower-case
(#1636) Commas (,) must be followed by white space.
(#1636) Commas (,) must be followed by white space.
(#1636) Variable "Pi" must be all lower-case
(#1636) Variable "O" must be all lower-case
(#1636) Variable "V" must be all lower-case
(#1636) Expected 1 space before "="; 0 found
(#1636) Expected 1 space after "="; 0 found
(#1636) Closing brace must be on a line by itself
(#1636) Closing brace must be on a line by itself
(#1636) Line exceeds maximum limit of 180 characters; contains 210 characters
(#1636) Line exceeds maximum limit of 180 characters; contains 210 characters
(#1636) Line exceeds maximum limit of 180 characters; contains 210 characters
(#1637) Line indented incorrectly; expected at least 172 spaces, found 0
(#1637) Expected 1 space after closing parenthesis; found 0
(#1637) Opening brace must be the last content on the line
(#1637) Variable "Uf" must be all lower-case
(#1637) Expected "foreach (...) {\n"; found "foreach(...){"
(#1637) Expected 1 space before "=>"; 0 found
(#1637) Expected 1 space after "=>"; 0 found
(#1637) Expected 1 space after "as"; 0 found
(#1637) Variable "Uf" must be all lower-case
(#1638) Line indented incorrectly; expected at least 176 spaces, found 0
(#1638) Expected 1 space before "=>"; 0 found
(#1638) Expected 1 space after "=>"; 0 found
(#1638) Variable "X" must be all lower-case
(#1638) Variable "Pi" must be all lower-case
(#1638) Commas (,) must be followed by white space.
(#1638) Variable "O" must be all lower-case
(#1638) Commas (,) must be followed by white space.
(#1638) Variable "V" must be all lower-case
(#1638) Commas (,) must be followed by white space.
(#1638) Expected 1 space before "="; 0 found
(#1638) Expected 1 space after "="; 0 found
(#1638) Commas (,) must be followed by white space.
(#1638) Commas (,) must be followed by white space.
(#1638) Inline control structures are not allowed
(#1638) Variable "Pi" must be all lower-case
(#1638) Expected 1 space before "=="; 0 found
(#1638) Expected 1 space after "=="; 0 found
(#1638) Variable "O" must be all lower-case
(#1638) Expected 1 space before "=="; 0 found
(#1638) Expected 1 space after "=="; 0 found
(#1638) Variable "V" must be all lower-case
(#1638) Expected 1 space before "=="; 0 found
(#1638) Expected 1 space after "=="; 0 found
(#1638) Expected 1 space before "=="; 0 found
(#1638) Expected 1 space after "=="; 0 found
(#1638) Variable "Uf" must be all lower-case
(#1638) Closing brace must be on a line by itself
(#1638) Commas (,) must be followed by white space.
(#1638) Commas (,) must be followed by white space.
(#1638) Variable "Uf" must be all lower-case
(#1638) Closing brace must be on a line by itself
(#1638) Line exceeds maximum limit of 180 characters; contains 200 characters
(#1638) Line exceeds maximum limit of 180 characters; contains 200 characters
(#1638) Line exceeds maximum limit of 180 characters; contains 200 characters
(#1639) Line indented incorrectly; expected at least 176 spaces, found 0
(#1639) Expected 1 space after closing parenthesis; found 0
(#1639) Opening brace must be the last content on the line
(#1639) Commas (,) must be followed by white space.
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Expected "if (...) {\n"; found "if(...){"
(#1639) Inline control structures are not allowed
(#1639) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after "="; 0 found
(#1639) Variable "G" 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) Variable "G" must be all lower-case
(#1639) Expected 1 space before "!=="; 0 found
(#1639) Expected 1 space after "!=="; 0 found
(#1639) Inline control structures are not allowed
(#1639) Variable "G" 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) Commas (,) must be followed by white space.
(#1639) Commas (,) must be followed by white space.
(#1639) Commas (,) must be followed by white space.
(#1639) Commas (,) must be followed by white space.
(#1639) Commas (,) must be followed by white space.
(#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) Variable "Hf" 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) 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 "Hf" must be all lower-case
(#1639) Commas (,) must be followed by white space.
(#1639) Commas (,) must be followed by white space.
(#1639) Commas (,) must be followed by white space.
(#1639) Inline control structures are not allowed
(#1639) Commas (,) must be followed by white space.
(#1639) Closing brace must be on a line by itself
(#1639) Expected "if (...) {\n"; found "if(...){"
(#1639) Expected "if (...) {\n"; found "if(...){"
(#1639) Commas (,) must be followed by white space.
(#1639) Commas (,) must be followed by white space.
(#1639) Commas (,) must be followed by white space.
(#1639) Commas (,) must be followed by white space.
(#1639) Closing brace must be on a line by itself
(#1639) Commas (,) must be followed by white space.
(#1639) Variable "Wf" 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) Commas (,) must be followed by white space.
(#1639) Inline control structures are not allowed
(#1639) Variable "Wf" must be all lower-case
(#1639) Variable "Wf" 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) Line exceeds maximum limit of 180 characters; contains 1127 characters
(#1639) Line exceeds maximum limit of 180 characters; contains 1127 characters
(#1639) Line exceeds maximum limit of 180 characters; contains 1127 characters
(#1640) Line indented incorrectly; expected at least 180 spaces, found 0
(#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) Inline control structures are not allowed
(#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 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) Expected 1 space before ":"; 0 found
(#1640) Expected 1 space after ":"; 0 found
(#1640) Inline control structures are not allowed
(#1640) Variable "La" 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 "if (...) {\n"; found "if(...){"
(#1640) Expected "if (...) {\n"; found "if(...){"
(#1640) Variable "Ld" must be all lower-case
(#1640) Expected 1 space before "="; 0 found
(#1640) Expected 1 space after "="; 0 found
(#1640) Variable "Ee" must be all lower-case
(#1640) Expected 1 space before "="; 0 found
(#1640) Expected 1 space after "="; 0 found
(#1640) Variable "Ld" must be all lower-case
(#1640) Expected "if (...) {\n"; found "if(...){"
(#1640) Expected "foreach (...) {\n"; found "foreach(...){"
(#1640) Expected 1 space before "as"; 0 found
(#1640) Expected 1 space after "as"; 0 found
(#1640) Commas (,) must be followed by white space.
(#1640) Variable "X" must be all lower-case
(#1640) Expected 1 space before "="; 0 found
(#1640) Expected 1 space after "="; 0 found
(#1640) Expected "if (...) {\n"; found "if(...){"
(#1640) Variable "X" must be all lower-case
(#1640) Variable "Ee" must be all lower-case
(#1640) Variable "X" must be all lower-case
(#1640) Expected 1 space before "<"; 0 found
(#1640) Expected 1 space after "<"; 0 found
(#1640) Variable "Ee" must be all lower-case
(#1640) Variable "Ld" must be all lower-case
(#1640) Expected 1 space before "="; 0 found
(#1640) Expected 1 space after "="; 0 found
(#1640) Variable "Ee" must be all lower-case
(#1640) Expected 1 space before "="; 0 found
(#1640) Expected 1 space after "="; 0 found
(#1640) Variable "X" must be all lower-case
(#1640) Closing brace must be on a line by itself
(#1640) Closing brace must be on a line by itself
(#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 "Ee" must be all lower-case
(#1640) Expected 1 space before "?"; 0 found
(#1640) Expected 1 space after "?"; 0 found
(#1640) Commas (,) must be followed by white space.
(#1640) Variable "Ld" 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) Closing brace must be on a line by itself
(#1640) Usage of ELSEIF not allowed; use ELSE IF instead
(#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) Inline control structures are not allowed
(#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) Inline control structures are not allowed
(#1640) Commas (,) must be followed by white space.
(#1640) Expected 1 space before "!=="; 0 found
(#1640) Expected 1 space after "!=="; 0 found
(#1640) Line exceeds maximum limit of 180 characters; contains 737 characters
(#1640) Line exceeds maximum limit of 180 characters; contains 737 characters
(#1640) Line exceeds maximum limit of 180 characters; contains 737 characters
(#1641) Line indented incorrectly; expected at least 176 spaces, found 0
(#1641) Variable "I" must be all lower-case
(#1641) Commas (,) must be followed by white space.
(#1641) Commas (,) must be followed by white space.
(#1641) Commas (,) must be followed by white space.
(#1641) Variable "_" must not contain underscores.
(#1641) Expected 1 space after closing parenthesis; found 0
(#1641) Opening brace must be the last content on the line
(#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 "Ua" must be all lower-case
(#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 "J" must be all lower-case
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1641) Expected "for (...) {\n"; found "for(...){"
(#1641) Expected 1 space after first semicolon of FOR loop; 0 found
(#1641) Expected 1 space after second semicolon of FOR loop; 0 found
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1641) Variable "_" must not contain underscores.
(#1641) Expected 1 space before "<"; 0 found
(#1641) Expected 1 space after "<"; 0 found
(#1641) Variable "_" must not contain underscores.
(#1641) Variable "K" must be all lower-case
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1641) Variable "I" must be all lower-case
(#1641) Expected "if (...) {\n"; found "if(...){"
(#1641) Commas (,) must be followed by white space.
(#1641) Expected "for (...) {\n"; found "for(...){"
(#1641) Expected 1 space after first semicolon of FOR loop; 0 found
(#1641) Expected 1 space after second semicolon of FOR loop; 0 found
(#1641) Variable "Xd" must be all lower-case
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1641) Variable "Xd" must be all lower-case
(#1641) Expected 1 space before "<"; 0 found
(#1641) Expected 1 space after "<"; 0 found
(#1641) Variable "K" must be all lower-case
(#1641) Variable "Xd" must be all lower-case
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1641) Variable "I" must be all lower-case
(#1641) Variable "D" must be all lower-case
(#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 "J" must be all lower-case
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1641) Inline control structures are not allowed
(#1641) Expected 1 space before "=="; 0 found
(#1641) Expected 1 space after "=="; 0 found
(#1641) Variable "Xd" must be all lower-case
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1641) Variable "D" must be all lower-case
(#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 "D" must be all lower-case
(#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) Usage of ELSEIF not allowed; use ELSE IF instead
(#1641) Expected 1 space before "!="; 0 found
(#1641) Expected 1 space after "!="; 0 found
(#1641) Expected "if (...) {\n"; found "if(...){"
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1641) Expected "foreach (...) {\n"; found "foreach(...){"
(#1641) Expected 1 space before "as"; 0 found
(#1641) Expected 1 space after "as"; 0 found
(#1641) Commas (,) must be followed by white space.
(#1641) Expected "if (...) {\n"; found "if(...){"
(#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) Closing brace must be on a line by itself
(#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 "if (...) {\n"; found "if(...){"
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1641) Variable "Xd" must be all lower-case
(#1641) Variable "Xd" 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
(#1641) Closing brace must be on a line by itself
(#1641) Inline control structures are not allowed
(#1641) Expected 1 space before "=="; 0 found
(#1641) Expected 1 space after "=="; 0 found
(#1641) Variable "Ua" must be all lower-case
(#1641) Variable "Xd" must be all lower-case
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1641) Variable "Xd" must be all lower-case
(#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) 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) 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 "D" must be all lower-case
(#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 "D" must be all lower-case
(#1641) Commas (,) must be followed by white space.
(#1641) Expected 1 space before "=>"; 0 found
(#1641) Expected 1 space after "=>"; 0 found
(#1641) Commas (,) must be followed by white space.
(#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) Closing brace must be on a line by itself
(#1641) Expected "foreach (...) {\n"; found "foreach(...){"
(#1641) Expected 1 space before "=>"; 0 found
(#1641) Expected 1 space after "=>"; 0 found
(#1641) Expected 1 space after "as"; 0 found
(#1641) Line exceeds maximum limit of 180 characters; contains 1018 characters
(#1641) Line exceeds maximum limit of 180 characters; contains 1018 characters
(#1641) Variable "K" must be all lower-case
(#1641) Line exceeds maximum limit of 180 characters; contains 1018 characters
(#1642) Line indented incorrectly; expected at least 184 spaces, found 0
(#1642) Expected 1 space before "=>"; 0 found
(#1642) Expected 1 space after "=>"; 0 found
(#1642) Variable "X" must be all lower-case
(#1642) Inline control structures are not allowed
(#1642) Variable "X" must be all lower-case
(#1642) Expected 1 space before "==="; 0 found
(#1642) Expected 1 space after "==="; 0 found
(#1642) Variable "X" must be all lower-case
(#1642) Expected 1 space before "="; 0 found
(#1642) Expected 1 space after "="; 0 found
(#1642) Inline control structures are not allowed
(#1642) Usage of ELSEIF not allowed; use ELSE IF instead
(#1642) Variable "Ua" must be all lower-case
(#1642) Variable "X" must be all lower-case
(#1642) Variable "X" must be all lower-case
(#1642) Expected 1 space before "="; 0 found
(#1642) Expected 1 space after "="; 0 found
(#1642) Commas (,) must be followed by white space.
(#1642) Variable "X" must be all lower-case
(#1642) Inline control structures are not allowed
(#1642) Usage of ELSEIF not allowed; use ELSE IF instead
(#1642) Variable "X" must be all lower-case
(#1642) Variable "X" must be all lower-case
(#1642) Expected 1 space before "="; 0 found
(#1642) Expected 1 space after "="; 0 found
(#1642) Variable "X" must be all lower-case
(#1642) Expected 1 space before "="; 0 found
(#1642) Expected 1 space after "="; 0 found
(#1642) Variable "X" must be all lower-case
(#1642) Inline control structures are not allowed
(#1642) Expected 1 space before "=="; 0 found
(#1642) Expected 1 space after "=="; 0 found
(#1642) Variable "X" must be all lower-case
(#1642) Expected 1 space before "="; 0 found
(#1642) Expected 1 space after "="; 0 found
(#1642) Variable "X" must be all lower-case
(#1642) Closing brace must be on a line by itself
(#1642) Expected "if (...) {\n"; found "if(...){"
(#1642) Expected "if (...) {\n"; found "if(...){"
(#1642) Expected 1 space before "=="; 0 found
(#1642) Expected 1 space after "=="; 0 found
(#1642) Variable "R" must be all lower-case
(#1642) Expected 1 space before "="; 0 found
(#1642) Expected 1 space after "="; 0 found
(#1642) Variable "K" must be all lower-case
(#1642) Commas (,) must be followed by white space.
(#1642) Variable "A" must be all lower-case
(#1642) Expected 1 space before "="; 0 found
(#1642) Expected 1 space after "="; 0 found
(#1642) Variable "R" must be all lower-case
(#1642) Expected 1 space before "!="; 0 found
(#1642) Expected 1 space after "!="; 0 found
(#1642) Expected 1 space before "?"; 0 found
(#1642) Expected 1 space after "?"; 0 found
(#1642) Variable "R" must be all lower-case
(#1642) Expected 1 space before ":"; 0 found
(#1642) Expected 1 space after ":"; 0 found
(#1642) Variable "R" must be all lower-case
(#1642) Closing brace must be on a line by itself
(#1642) Expected "} else {\n"; found "}else{"
(#1642) Variable "A" must be all lower-case
(#1642) Expected 1 space before "="; 0 found
(#1642) Expected 1 space after "="; 0 found
(#1642) Inline control structures are not allowed
(#1642) Expected 1 space before "=>"; 0 found
(#1642) Expected 1 space after "=>"; 0 found
(#1642) Expected 1 space before "as"; 0 found
(#1642) Expected 1 space after "as"; 0 found
(#1642) Expected 1 space before "=>"; 0 found
(#1642) Expected 1 space after "=>"; 0 found
(#1642) Variable "Xd" must be all lower-case
(#1642) Variable "A" must be all lower-case
(#1642) Expected 1 space before ".="; 0 found
(#1642) Expected 1 space after ".="; 0 found
(#1642) Variable "K" must be all lower-case
(#1642) Variable "Xd" must be all lower-case
(#1642) Closing brace must be on a line by itself
(#1642) Variable "X" must be all lower-case
(#1642) Expected 1 space before "="; 0 found
(#1642) Expected 1 space after "="; 0 found
(#1642) Variable "A" must be all lower-case
(#1642) Variable "X" must be all lower-case
(#1642) Closing brace must be on a line by itself
(#1642) Variable "X" must be all lower-case
(#1642) Closing brace must be on a line by itself
(#1642) Closing brace must be on a line by itself
(#1642) Expected 1 space before "?"; 0 found
(#1642) Expected 1 space after "?"; 0 found
(#1642) Expected 1 space before ":"; 0 found
(#1642) Expected 1 space after ":"; 0 found
(#1642) Variable "J" must be all lower-case
(#1642) Closing brace must be on a line by itself
(#1642) Line exceeds maximum limit of 180 characters; contains 586 characters
(#1642) Line exceeds maximum limit of 180 characters; contains 586 characters
(#1642) Line exceeds maximum limit of 180 characters; contains 586 characters
(#1643) Line indented incorrectly; expected at least 180 spaces, found 0
(#1643) Expected 1 space after closing parenthesis; found 0
(#1643) Opening brace must be the last content on the line
(#1643) Variable "J" must be all lower-case
(#1643) Expected 1 space before "="; 0 found
(#1643) Expected 1 space after "="; 0 found
(#1643) Expected "foreach (...) {\n"; found "foreach(...){"
(#1643) Expected 1 space before "=>"; 0 found
(#1643) Expected 1 space after "=>"; 0 found
(#1643) Expected 1 space before "as"; 0 found
(#1643) Expected 1 space after "as"; 0 found
(#1643) Commas (,) must be followed by white space.
(#1643) Variable "Hh" must be all lower-case
(#1643) Expected 1 space before "=>"; 0 found
(#1643) Expected 1 space after "=>"; 0 found
(#1643) Variable "R" must be all lower-case
(#1643) Expected "if (...) {\n"; found "if(...){"
(#1643) Variable "Hh" must be all lower-case
(#1643) Expected 1 space before "!="; 0 found
(#1643) Expected 1 space after "!="; 0 found
(#1643) Variable "R" must be all lower-case
(#1643) Expected "foreach (...) {\n"; found "foreach(...){"
(#1643) Expected 1 space before "as"; 0 found
(#1643) Expected 1 space after "as"; 0 found
(#1643) Variable "Hh" must be all lower-case
(#1643) Expected "if (...) {\n"; found "if(...){"
(#1643) Expected "if (...) {\n"; found "if(...){"
(#1643) Variable "J" must be all lower-case
(#1643) Variable "Hh" must be all lower-case
(#1643) Variable "J" must be all lower-case
(#1643) Variable "Hh" must be all lower-case
(#1643) Closing brace must be on a line by itself
(#1643) Variable "J" must be all lower-case
(#1643) Variable "Hh" must be all lower-case
(#1643) Expected 1 space before "="; 0 found
(#1643) Expected 1 space after "="; 0 found
(#1643) Closing brace must be on a line by itself
(#1643) Closing brace must be on a line by itself
(#1643) Closing brace must be on a line by itself
(#1643) Closing brace must be on a line by itself
(#1643) Variable "J" must be all lower-case
(#1643) Closing brace must be on a line by itself
(#1643) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1643) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1643) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1644) Line indented incorrectly; expected at least 180 spaces, found 0
(#1644) Variable "D" must be all lower-case
(#1644) Commas (,) must be followed by white space.
(#1644) Variable "Y" must be all lower-case
(#1644) Commas (,) must be followed by white space.
(#1644) Variable "L" must be all lower-case
(#1644) Commas (,) must be followed by white space.
(#1644) Expected 1 space after closing parenthesis; found 0
(#1644) Opening brace must be the last content on the line
(#1644) Variable "D" must be all lower-case
(#1644) Expected "if (...) {\n"; found "if(...){"
(#1644) Variable "Y" must be all lower-case
(#1644) Inline control structures are not allowed
(#1644) Expected 1 space after "as"; 0 found
(#1644) Line exceeds 132 characters; contains 167 characters
(#1644) Line exceeds 132 characters; contains 167 characters
(#1644) Line exceeds 132 characters; contains 167 characters
(#1644) Variable "Y" must be all lower-case
(#1645) Line indented incorrectly; expected at least 188 spaces, found 0
(#1645) Variable "X" must be all lower-case
(#1646) Line indented incorrectly; expected at least 188 spaces, found 0
(#1646) Variable "X" must be all lower-case
(#1646) Closing brace must be on a line by itself
(#1646) Inline control structures are not allowed
(#1647) Line indented incorrectly; expected at least 180 spaces, found 0
(#1648) Line indented incorrectly; expected at least 180 spaces, found 0
(#1648) Variable "Y" must be all lower-case
(#1648) Closing brace must be on a line by itself
(#1649) Line indented incorrectly; expected at least 180 spaces, found 0
(#1649) Commas (,) must be followed by white space.
(#1649) Commas (,) must be followed by white space.
(#1649) Commas (,) must be followed by white space.
(#1649) Commas (,) must be followed by white space.
(#1649) Variable "Lc" must be all lower-case
(#1649) Expected 1 space after closing parenthesis; found 0
(#1649) Opening brace must be the last content on the line
(#1649) Variable "_h" must not contain underscores.
(#1649) Commas (,) must be followed by white space.
(#1649) Commas (,) must be followed by white space.
(#1649) Variable "Bi" must be all lower-case
(#1649) Commas (,) must be followed by white space.
(#1649) Variable "U" must be all lower-case
(#1649) Expected 1 space before "="; 0 found
(#1649) Expected 1 space after "="; 0 found
(#1649) Commas (,) must be followed by white space.
(#1649) Commas (,) must be followed by white space.
(#1649) Inline control structures are not allowed
(#1649) Variable "U" must be all lower-case
(#1649) Variable "U" must be all lower-case
(#1649) Variable "U" must be all lower-case
(#1649) Variable "U" must be all lower-case
(#1649) Commas (,) must be followed by white space.
(#1649) Variable "Lc" must be all lower-case
(#1649) Variable "Lc" must be all lower-case
(#1649) Expected 1 space before "="; 0 found
(#1649) Expected 1 space after "="; 0 found
(#1649) Variable "U" must be all lower-case
(#1649) Inline control structures are not allowed
(#1649) Variable "_h" must not contain underscores.
(#1649) Expected 1 space before "="; 0 found
(#1649) Expected 1 space after "="; 0 found
(#1649) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1649) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1649) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1650) Line indented incorrectly; expected at least 184 spaces, found 0
(#1650) Variable "Lc" must be all lower-case
(#1650) Commas (,) must be followed by white space.
(#1650) Variable "_h" must not contain underscores.
(#1650) Commas (,) must be followed by white space.
(#1650) Variable "U" must be all lower-case
(#1650) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Variable "U" must be all lower-case
(#1651) Expected 1 space before "?"; 0 found
(#1651) Expected 1 space after "?"; 0 found
(#1651) Expected 1 space before ":"; 0 found
(#1651) Expected 1 space after ":"; 0 found
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Variable "U" must be all lower-case
(#1651) Expected 1 space before "?"; 0 found
(#1651) Expected 1 space after "?"; 0 found
(#1651) Expected 1 space before ":"; 0 found
(#1651) Expected 1 space after ":"; 0 found
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Variable "Bi" must be all lower-case
(#1651) Expected 1 space before "?"; 0 found
(#1651) Expected 1 space after "?"; 0 found
(#1651) Variable "U" must be all lower-case
(#1651) Commas (,) must be followed by white space.
(#1651) Variable "U" must be all lower-case
(#1651) Expected 1 space before "?"; 0 found
(#1651) Expected 1 space after "?"; 0 found
(#1651) Expected 1 space before ":"; 0 found
(#1651) Expected 1 space after ":"; 0 found
(#1651) Variable "Bi" must be all lower-case
(#1651) Commas (,) must be followed by white space.
(#1651) Expected 1 space before ":"; 0 found
(#1651) Expected 1 space after ":"; 0 found
(#1651) Commas (,) must be followed by white space.
(#1651) Expected 1 space before "?"; 0 found
(#1651) Expected 1 space after "?"; 0 found
(#1651) Commas (,) must be followed by white space.
(#1651) Variable "U" must be all lower-case
(#1651) Expected 1 space before "?"; 0 found
(#1651) Expected 1 space after "?"; 0 found
(#1651) Expected 1 space before ":"; 0 found
(#1651) Expected 1 space after ":"; 0 found
(#1651) Expected 1 space before "=>"; 0 found
(#1651) Expected 1 space after "=>"; 0 found
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Expected 1 space before ":"; 0 found
(#1651) Expected 1 space after ":"; 0 found
(#1651) Commas (,) must be followed by white space.
(#1651) Expected 1 space before "?"; 0 found
(#1651) Expected 1 space after "?"; 0 found
(#1651) The use of backticks in strings is not recommended
(#1651) Commas (,) must be followed by white space.
(#1651) Variable "U" must be all lower-case
(#1651) Expected 1 space before "?"; 0 found
(#1651) Expected 1 space after "?"; 0 found
(#1651) Expected 1 space before ":"; 0 found
(#1651) Expected 1 space after ":"; 0 found
(#1651) Commas (,) must be followed by white space.
(#1651) Commas (,) must be followed by white space.
(#1651) Expected 1 space before ":"; 0 found
(#1651) Expected 1 space after ":"; 0 found
(#1651) Closing brace must be on a line by itself
(#1651) Line exceeds maximum limit of 180 characters; contains 1221 characters
(#1651) Line exceeds maximum limit of 180 characters; contains 1221 characters
(#1651) Line exceeds maximum limit of 180 characters; contains 1221 characters
(#1652) Line indented incorrectly; expected at least 180 spaces, found 0
(#1652) Expected 1 space after closing parenthesis; found 0
(#1652) Opening brace must be the last content on the line
(#1652) Commas (,) must be followed by white space.
(#1652) Commas (,) must be followed by white space.
(#1652) Commas (,) must be followed by white space.
(#1652) Expected 1 space before "?"; 0 found
(#1652) Expected 1 space after "?"; 0 found
(#1652) Commas (,) must be followed by white space.
(#1652) Expected 1 space before ":"; 0 found
(#1652) Expected 1 space after ":"; 0 found
(#1652) Commas (,) must be followed by white space.
(#1652) Commas (,) must be followed by white space.
(#1652) Commas (,) must be followed by white space.
(#1652) Commas (,) must be followed by white space.
(#1652) Closing brace must be on a line by itself
(#1652) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1652) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1652) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1653) Line indented incorrectly; expected at least 180 spaces, found 0
(#1653) Commas (,) must be followed by white space.
(#1653) Expected 1 space after closing parenthesis; found 0
(#1653) Opening brace must be the last content on the line
(#1653) Variable "Bi" must be all lower-case
(#1653) Commas (,) must be followed by white space.
(#1653) Commas (,) must be followed by white space.
(#1653) Variable "Bi" must be all lower-case
(#1653) Expected 1 space before "?"; 0 found
(#1653) Expected 1 space after "?"; 0 found
(#1653) Expected 1 space before ":"; 0 found
(#1653) Expected 1 space after ":"; 0 found
(#1653) Commas (,) must be followed by white space.
(#1653) Expected 1 space before "?"; 0 found
(#1653) Expected 1 space after "?"; 0 found
(#1653) Expected 1 space before ":"; 0 found
(#1653) Expected 1 space after ":"; 0 found
(#1653) Closing brace must be on a line by itself
(#1653) Line exceeds maximum limit of 180 characters; contains 280 characters
(#1653) Line exceeds maximum limit of 180 characters; contains 280 characters
(#1653) Line exceeds maximum limit of 180 characters; contains 280 characters
(#1654) Line indented incorrectly; expected at least 180 spaces, found 0
(#1654) Commas (,) must be followed by white space.
(#1654) Expected 1 space after closing parenthesis; found 0
(#1654) Opening brace must be the last content on the line
(#1655) Line indented incorrectly; expected at least 184 spaces, found 0
(#1655) Commas (,) must be followed by white space.
(#1655) Commas (,) must be followed by white space.
(#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) Commas (,) must be followed by white space.
(#1655) Commas (,) must be followed by white space.
(#1655) Commas (,) must be followed by white space.
(#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) Commas (,) must be followed by white space.
(#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) Expected 1 space before ":"; 0 found
(#1655) Expected 1 space after ":"; 0 found
(#1655) Commas (,) must be followed by white space.
(#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) Commas (,) must be followed by white space.
(#1655) Closing brace must be on a line by itself
(#1655) Line exceeds maximum limit of 180 characters; contains 328 characters
(#1655) Line exceeds maximum limit of 180 characters; contains 328 characters
(#1655) Line exceeds maximum limit of 180 characters; contains 328 characters
(#1656) Line indented incorrectly; expected at least 180 spaces, found 0
(#1656) Expected 1 space after closing parenthesis; found 0
(#1656) Opening brace must be the last content on the line
(#1656) Variable "Sb" must be all lower-case
(#1656) Expected 1 space before "="; 0 found
(#1656) Expected 1 space after "="; 0 found
(#1656) Variable "Sb" must be all lower-case
(#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) Variable "Sb" must be all lower-case
(#1656) Expected 1 space before "?"; 0 found
(#1656) Expected 1 space after "?"; 0 found
(#1656) Variable "Sb" must be all lower-case
(#1656) Expected 1 space before ":"; 0 found
(#1656) Expected 1 space after ":"; 0 found
(#1656) Variable "Sb" must be all lower-case
(#1656) Closing brace must be on a line by itself
(#1656) Line exceeds 132 characters; contains 178 characters
(#1656) Line exceeds 132 characters; contains 178 characters
(#1656) Line exceeds 132 characters; contains 178 characters
(#1657) Line indented incorrectly; expected at least 180 spaces, found 0
(#1657) Variable "U" must be all lower-case
(#1657) Expected 1 space after closing parenthesis; found 0
(#1657) Opening brace must be the last content on the line
(#1657) Expected "foreach (...) {\n"; found "foreach(...){"
(#1657) Expected 1 space before "=>"; 0 found
(#1657) Expected 1 space after "=>"; 0 found
(#1657) Expected 1 space before "as"; 0 found
(#1657) Expected 1 space after "as"; 0 found
(#1657) Expected 1 space before "=>"; 0 found
(#1657) Expected 1 space after "=>"; 0 found
(#1657) Commas (,) must be followed by white space.
(#1657) Expected 1 space before "=>"; 0 found
(#1657) Expected 1 space after "=>"; 0 found
(#1657) Commas (,) must be followed by white space.
(#1657) Expected 1 space before "=>"; 0 found
(#1657) Expected 1 space after "=>"; 0 found
(#1657) Commas (,) must be followed by white space.
(#1657) Expected 1 space before "=>"; 0 found
(#1657) Expected 1 space after "=>"; 0 found
(#1657) Commas (,) must be followed by white space.
(#1657) Expected 1 space before "=>"; 0 found
(#1657) Expected 1 space after "=>"; 0 found
(#1657) Variable "X" must be all lower-case
(#1657) Inline control structures are not allowed
(#1657) Commas (,) must be followed by white space.
(#1657) Variable "U" must be all lower-case
(#1657) Closing brace must be on a line by itself
(#1657) Closing brace must be on a line by itself
(#1657) Line exceeds 132 characters; contains 164 characters
(#1657) Line exceeds 132 characters; contains 164 characters
(#1657) Line exceeds 132 characters; contains 164 characters
(#1658) Line indented incorrectly; expected at least 180 spaces, found 0
(#1658) Commas (,) must be followed by white space.
(#1658) Commas (,) must be followed by white space.
(#1658) Variable "U" must be all lower-case
(#1658) Commas (,) must be followed by white space.
(#1658) Commas (,) must be followed by white space.
(#1658) Expected 1 space after closing parenthesis; found 0
(#1658) Opening brace must be the last content on the line
(#1658) Variable "Md" must be all lower-case
(#1658) Expected 1 space before "="; 0 found
(#1658) Expected 1 space after "="; 0 found
(#1659) Expected "if (...) {\n"; found "if(...){"
(#1659) Variable "U" must be all lower-case
(#1659) Expected 1 space before "=="; 0 found
(#1659) Expected 1 space after "=="; 0 found
(#1659) Closing brace must be on a line by itself
(#1659) Commas (,) must be followed by white space.
(#1659) Variable "U" must be all lower-case
(#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) Expected 1 space before ":"; 0 found
(#1659) Expected 1 space after ":"; 0 found
(#1659) Commas (,) must be followed by white space.
(#1659) Commas (,) must be followed by white space.
(#1659) Commas (,) must be followed by white space.
(#1659) Commas (,) must be followed by white space.
(#1659) Commas (,) must be followed by white space.
(#1659) Commas (,) must be followed by white space.
(#1659) Commas (,) must be followed by white space.
(#1659) Commas (,) must be followed by white space.
(#1659) Expected "if (...) {\n"; found "if(...){"
(#1659) Variable "U" must be all lower-case
(#1659) Expected 1 space before "=="; 0 found
(#1659) Expected 1 space after "=="; 0 found
(#1659) Line exceeds maximum limit of 180 characters; contains 377 characters
(#1659) Line exceeds maximum limit of 180 characters; contains 377 characters
(#1659) Line exceeds maximum limit of 180 characters; contains 377 characters
(#1660) Commas (,) must be followed by white space.
(#1660) Commas (,) must be followed by white space.
(#1660) Commas (,) must be followed by white space.
(#1660) Expected 1 space before "=>"; 0 found
(#1660) Expected 1 space after "=>"; 0 found
(#1660) Commas (,) must be followed by white space.
(#1660) Expected 1 space before "=>"; 0 found
(#1660) Expected 1 space after "=>"; 0 found
(#1660) Commas (,) must be followed by white space.
(#1660) Expected 1 space before "=>"; 0 found
(#1660) Expected 1 space after "=>"; 0 found
(#1660) Commas (,) must be followed by white space.
(#1660) Expected 1 space before "=>"; 0 found
(#1660) Expected 1 space after "=>"; 0 found
(#1660) Commas (,) must be followed by white space.
(#1660) Expected 1 space before "=>"; 0 found
(#1660) Expected 1 space after "=>"; 0 found
(#1660) Commas (,) must be followed by white space.
(#1660) Commas (,) must be followed by white space.
(#1660) Commas (,) must be followed by white space.
(#1660) Commas (,) must be followed by white space.
(#1660) Expected 1 space before "?"; 0 found
(#1660) Expected 1 space after "?"; 0 found
(#1660) Expected 1 space before "?"; 0 found
(#1660) Expected 1 space after "?"; 0 found
(#1660) Expected 1 space before ":"; 0 found
(#1660) Expected 1 space after ":"; 0 found
(#1660) Expected 1 space before ":"; 0 found
(#1660) Expected 1 space after ":"; 0 found
(#1660) Closing brace must be on a line by itself
(#1660) Commas (,) must be followed by white space.
(#1660) Expected 1 space before "?"; 0 found
(#1660) Expected 1 space after "?"; 0 found
(#1660) Expected 1 space before ":"; 0 found
(#1660) Expected 1 space after ":"; 0 found
(#1660) Commas (,) must be followed by white space.
(#1660) Commas (,) must be followed by white space.
(#1660) Commas (,) must be followed by white space.
(#1660) Line exceeds maximum limit of 180 characters; contains 672 characters
(#1660) Line exceeds maximum limit of 180 characters; contains 672 characters
(#1660) Line exceeds maximum limit of 180 characters; contains 672 characters
(#1662) Commas (,) must be followed by white space.
(#1662) Expected "foreach (...) {\n"; found "foreach(...){"
(#1662) Expected 1 space before "=>"; 0 found
(#1662) Expected 1 space after "=>"; 0 found
(#1662) Expected 1 space after "as"; 0 found
(#1663) Expected 1 space before "=>"; 0 found
(#1663) Expected 1 space after "=>"; 0 found
(#1663) Expected 1 space before "="; 0 found
(#1663) Expected 1 space after "="; 0 found
(#1663) Expected 1 space before "?"; 0 found
(#1663) Expected 1 space after "?"; 0 found
(#1663) Expected 1 space before ":"; 0 found
(#1663) Expected 1 space after ":"; 0 found
(#1663) Expected 1 space before "="; 0 found
(#1663) Expected 1 space after "="; 0 found
(#1663) Expected 1 space before "-"; 0 found
(#1663) Expected 1 space after "-"; 0 found
(#1663) Expected 1 space before "=="; 0 found
(#1663) Expected 1 space after "=="; 0 found
(#1663) Commas (,) must be followed by white space.
(#1663) Expected 1 space before "?"; 0 found
(#1663) Expected 1 space after "?"; 0 found
(#1663) Expected 1 space before ":"; 0 found
(#1663) Expected 1 space after ":"; 0 found
(#1663) Commas (,) must be followed by white space.
(#1663) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1663) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1663) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1664) Commas (,) must be followed by white space.
(#1664) Variable "U" must be all lower-case
(#1664) Expected 1 space before "=="; 0 found
(#1664) Expected 1 space after "=="; 0 found
(#1664) Expected 1 space before "?"; 0 found
(#1664) Expected 1 space after "?"; 0 found
(#1664) Commas (,) must be followed by white space.
(#1664) Commas (,) must be followed by white space.
(#1664) Variable "Md" must be all lower-case
(#1664) Commas (,) must be followed by white space.
(#1664) Expected 1 space before ":"; 0 found
(#1664) Expected 1 space after ":"; 0 found
(#1664) Commas (,) must be followed by white space.
(#1664) Expected "if (...) {\n"; found "if(...){"
(#1664) Commas (,) must be followed by white space.
(#1664) Commas (,) must be followed by white space.
(#1664) Commas (,) must be followed by white space.
(#1664) Commas (,) must be followed by white space.
(#1664) Commas (,) must be followed by white space.
(#1664) Expected 1 space before "!="; 0 found
(#1664) Expected 1 space after "!="; 0 found
(#1664) Expected 1 space before ">"; 0 found
(#1664) Expected 1 space after ">"; 0 found
(#1664) Expected 1 space before "?"; 0 found
(#1664) Expected 1 space after "?"; 0 found
(#1664) Expected 1 space before ":"; 0 found
(#1664) Expected 1 space after ":"; 0 found
(#1664) Commas (,) must be followed by white space.
(#1664) Closing brace must be on a line by itself
(#1664) Commas (,) must be followed by white space.
(#1664) Commas (,) must be followed by white space.
(#1664) Commas (,) must be followed by white space.
(#1664) Commas (,) must be followed by white space.
(#1664) Line exceeds maximum limit of 180 characters; contains 465 characters
(#1664) Line exceeds maximum limit of 180 characters; contains 465 characters
(#1664) Line exceeds maximum limit of 180 characters; contains 465 characters
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Expected "if (...) {\n"; found "if(...){"
(#1665) Variable "U" must be all lower-case
(#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) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Expected "if (...) {\n"; found "if(...){"
(#1665) Closing brace must be on a line by itself
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Expected 1 space before "?"; 0 found
(#1665) Expected 1 space after "?"; 0 found
(#1665) Expected 1 space before "?"; 0 found
(#1665) Expected 1 space after "?"; 0 found
(#1665) Expected 1 space before ":"; 0 found
(#1665) Expected 1 space after ":"; 0 found
(#1665) Expected 1 space before "?"; 0 found
(#1665) Expected 1 space after "?"; 0 found
(#1665) Expected 1 space before ":"; 0 found
(#1665) Expected 1 space after ":"; 0 found
(#1665) Expected 1 space before ":"; 0 found
(#1665) Expected 1 space after ":"; 0 found
(#1665) Closing brace must be on a line by itself
(#1665) Commas (,) must be followed by white space.
(#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) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Commas (,) must be followed by white space.
(#1665) Expected 1 space before ":"; 0 found
(#1665) Expected 1 space after ":"; 0 found
(#1665) Commas (,) must be followed by white space.
(#1665) Expected 1 space before "=="; 0 found
(#1665) Expected 1 space after "=="; 0 found
(#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) Expected 1 space before ":"; 0 found
(#1665) Expected 1 space after ":"; 0 found
(#1665) Closing brace must be on a line by itself
(#1665) Closing brace must be on a line by itself
(#1665) Line exceeds maximum limit of 180 characters; contains 1419 characters
(#1665) Line exceeds maximum limit of 180 characters; contains 1419 characters
(#1665) Line exceeds maximum limit of 180 characters; contains 1419 characters
(#1666) Line indented incorrectly; expected at least 180 spaces, found 0
(#1666) Expected 1 space after closing parenthesis; found 0
(#1666) Opening brace must be the last content on the line
(#1666) Variable "E" must be all lower-case
(#1666) Expected 1 space before "="; 0 found
(#1666) Expected 1 space after "="; 0 found
(#1666) Expected "if (...) {\n"; found "if(...){"
(#1666) Expected 1 space before "="; 0 found
(#1666) Expected 1 space after "="; 0 found
(#1666) Expected "foreach (...) {\n"; found "foreach(...){"
(#1666) Expected 1 space before "=>"; 0 found
(#1666) Expected 1 space after "=>"; 0 found
(#1666) Expected 1 space after "as"; 0 found
(#1667) Line indented incorrectly; expected at least 188 spaces, found 0
(#1667) Expected 1 space before "=>"; 0 found
(#1667) Expected 1 space after "=>"; 0 found
(#1667) Expected "if (...) {\n"; found "if(...){"
(#1667) Expected 1 space before "=="; 0 found
(#1667) Expected 1 space after "=="; 0 found
(#1667) Commas (,) must be followed by white space.
(#1667) Commas (,) must be followed by white space.
(#1667) Commas (,) must be followed by white space.
(#1667) Closing brace must be on a line by itself
(#1667) Inline control structures are not allowed
(#1667) Expected 1 space before "="; 0 found
(#1667) Expected 1 space after "="; 0 found
(#1667) Variable "E" must be all lower-case
(#1667) Variable "E" must be all lower-case
(#1667) Closing brace must be on a line by itself
(#1667) Closing brace must be on a line by itself
(#1667) Usage of ELSEIF not allowed; use ELSE IF instead
(#1667) Expected 1 space before "="; 0 found
(#1667) Expected 1 space after "="; 0 found
(#1667) Expected "foreach (...) {\n"; found "foreach(...){"
(#1667) Expected 1 space before "=>"; 0 found
(#1667) Expected 1 space after "=>"; 0 found
(#1667) Expected 1 space after "as"; 0 found
(#1667) Line exceeds 132 characters; contains 169 characters
(#1667) Line exceeds 132 characters; contains 169 characters
(#1667) Line exceeds 132 characters; contains 169 characters
(#1668) Line indented incorrectly; expected at least 184 spaces, found 0
(#1668) Expected 1 space before "=>"; 0 found
(#1668) Expected 1 space after "=>"; 0 found
(#1668) Expected "if (...) {\n"; found "if(...){"
(#1668) Commas (,) must be followed by white space.
(#1668) Variable "E" must be all lower-case
(#1668) Commas (,) must be followed by white space.
(#1668) Commas (,) must be followed by white space.
(#1668) Closing brace must be on a line by itself
(#1668) Inline control structures are not allowed
(#1668) Expected 1 space before "=="; 0 found
(#1668) Expected 1 space after "=="; 0 found
(#1668) Expected 1 space before "="; 0 found
(#1668) Expected 1 space after "="; 0 found
(#1668) Variable "E" must be all lower-case
(#1668) Closing brace must be on a line by itself
(#1668) Closing brace must be on a line by itself
(#1668) Usage of ELSEIF not allowed; use ELSE IF instead
(#1668) Expected 1 space before "="; 0 found
(#1668) Expected 1 space after "="; 0 found
(#1668) Commas (,) must be followed by white space.
(#1668) Commas (,) must be followed by white space.
(#1668) Commas (,) must be followed by white space.
(#1668) Closing brace must be on a line by itself
(#1668) Inline control structures are not allowed
(#1668) Usage of ELSEIF not allowed; use ELSE IF instead
(#1668) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1668) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1668) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1669) Line indented incorrectly; expected at least 188 spaces, found 0
(#1670) Line indented incorrectly; expected at least 188 spaces, found 0
(#1670) Closing brace must be on a line by itself
(#1671) Variable "C" must be all lower-case
(#1671) Expected 1 space after closing parenthesis; found 0
(#1671) Opening brace must be the last content on the line
(#1671) Commas (,) must be followed by white space.
(#1671) Commas (,) must be followed by white space.
(#1671) Variable "C" must be all lower-case
(#1671) Variable "C" must be all lower-case
(#1671) Commas (,) must be followed by white space.
(#1671) Variable "C" must be all lower-case
(#1671) Commas (,) must be followed by white space.
(#1671) Variable "C" must be all lower-case
(#1671) Commas (,) must be followed by white space.
(#1671) Commas (,) must be followed by white space.
(#1671) Commas (,) must be followed by white space.
(#1671) Closing brace must be on a line by itself
(#1671) Line exceeds 132 characters; contains 156 characters
(#1671) Line exceeds 132 characters; contains 156 characters
(#1671) Line exceeds 132 characters; contains 156 characters
(#1672) Commas (,) must be followed by white space.
(#1672) Commas (,) must be followed by white space.
(#1672) Commas (,) must be followed by white space.
(#1672) Expected 1 space after closing parenthesis; found 0
(#1672) Opening brace must be the last content on the line
(#1672) Inline control structures are not allowed
(#1673) Line indented incorrectly; expected at least 4 spaces, found 0
(#1673) Inline control structures are not allowed
(#1673) Expected 1 space before "=="; 0 found
(#1673) Expected 1 space after "=="; 0 found
(#1673) Commas (,) must be followed by white space.
(#1673) Expected 1 space before "=="; 0 found
(#1673) Expected 1 space after "=="; 0 found
(#1673) Expected 1 space before "?"; 0 found
(#1673) Expected 1 space after "?"; 0 found
(#1673) Expected 1 space before ":"; 0 found
(#1673) Expected 1 space after ":"; 0 found
(#1673) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1673) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1673) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1674) Line indented incorrectly; expected at least 4 spaces, found 0
(#1674) Commas (,) must be followed by white space.
(#1674) Commas (,) must be followed by white space.
(#1674) Commas (,) must be followed by white space.
(#1674) Closing brace must be on a line by itself
(#1675) Commas (,) must be followed by white space.
(#1675) Commas (,) must be followed by white space.
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "Th" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "B" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "Je" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "He" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "Ie" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "Ue" must be all lower-case
(#1675) Expected 1 space after closing parenthesis; found 0
(#1675) Opening brace must be the last content on the line
(#1675) Inline control structures are not allowed
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "B" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "Je" must be all lower-case
(#1675) Inline control structures are not allowed
(#1675) Usage of ELSEIF not allowed; use ELSE IF instead
(#1675) Expected 1 space before "=="; 0 found
(#1675) Expected 1 space after "=="; 0 found
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "B" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "Ie" must be all lower-case
(#1675) Usage of ELSEIF not allowed; use ELSE IF instead
(#1675) Expected 1 space before "!="; 0 found
(#1675) Expected 1 space after "!="; 0 found
(#1675) Variable "Ue" must be all lower-case
(#1675) Variable "Gb" must be all lower-case
(#1675) Expected 1 space before "="; 0 found
(#1675) Expected 1 space after "="; 0 found
(#1675) Variable "B" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "He" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "Gb" must be all lower-case
(#1675) Inline control structures are not allowed
(#1675) Variable "Gb" must be all lower-case
(#1675) Closing brace must be on a line by itself
(#1675) Line exceeds maximum limit of 180 characters; contains 242 characters
(#1675) Line exceeds maximum limit of 180 characters; contains 242 characters
(#1675) Inline control structures are not allowed
(#1675) Line exceeds maximum limit of 180 characters; contains 242 characters
(#1676) Line indented incorrectly; expected at least 4 spaces, found 0
(#1676) Variable "B" must be all lower-case
(#1676) Commas (,) must be followed by white space.
(#1676) Variable "He" must be all lower-case
(#1676) Commas (,) must be followed by white space.
(#1676) Variable "Th" must be all lower-case
(#1676) Closing brace must be on a line by itself
(#1677) Line indented incorrectly; expected at least 4 spaces, found 0
(#1677) Commas (,) must be followed by white space.
(#1677) Variable "K" must be all lower-case
(#1677) Expected 1 space after closing parenthesis; found 0
(#1677) Opening brace must be the last content on the line
(#1677) Variable "Yh" must be all lower-case
(#1677) Expected 1 space before "="; 0 found
(#1677) Expected 1 space after "="; 0 found
(#1677) Variable "K" must be all lower-case
(#1677) Variable "K" must be all lower-case
(#1677) Expected 1 space before "=="; 0 found
(#1677) Expected 1 space after "=="; 0 found
(#1677) Expected 1 space before "?"; 0 found
(#1677) Expected 1 space after "?"; 0 found
(#1677) Variable "K" must be all lower-case
(#1677) Expected 1 space before ":"; 0 found
(#1677) Expected 1 space after ":"; 0 found
(#1677) Variable "K" must be all lower-case
(#1677) Expected 1 space before "=="; 0 found
(#1677) Expected 1 space after "=="; 0 found
(#1677) Expected 1 space before "?"; 0 found
(#1677) Expected 1 space after "?"; 0 found
(#1677) Variable "Yh" must be all lower-case
(#1677) Expected 1 space before ":"; 0 found
(#1677) Expected 1 space after ":"; 0 found
(#1677) Variable "Yh" must be all lower-case
(#1677) Variable "K" must be all lower-case
(#1677) Commas (,) must be followed by white space.
(#1677) Closing brace must be on a line by itself
(#1677) Line exceeds maximum limit of 180 characters; contains 246 characters
(#1677) Line exceeds maximum limit of 180 characters; contains 246 characters
(#1677) Line exceeds maximum limit of 180 characters; contains 246 characters
(#1678) Line indented incorrectly; expected at least 4 spaces, found 0
(#1678) Variable "Ng" must be all lower-case
(#1678) Commas (,) must be followed by white space.
(#1678) Variable "K" must be all lower-case
(#1678) Expected 1 space after closing parenthesis; found 0
(#1678) Opening brace must be the last content on the line
(#1678) Variable "Md" must be all lower-case
(#1678) Commas (,) must be followed by white space.
(#1678) Variable "P" must be all lower-case
(#1678) Expected 1 space before "="; 0 found
(#1678) Expected 1 space after "="; 0 found
(#1678) Expected 1 space before "="; 0 found
(#1678) Expected 1 space after "="; 0 found
(#1678) Variable "K" must be all lower-case
(#1678) Expected "foreach (...) {\n"; found "foreach(...){"
(#1678) Expected 1 space after "as"; 0 found
(#1679) Line indented incorrectly; expected at least 8 spaces, found 0
(#1679) Inline control structures are not allowed
(#1679) Expected 1 space before "!="; 0 found
(#1679) Expected 1 space after "!="; 0 found
(#1679) Variable "P" must be all lower-case
(#1679) Expected 1 space before "="; 0 found
(#1679) Expected 1 space after "="; 0 found
(#1679) Variable "Md" must be all lower-case
(#1679) Commas (,) must be followed by white space.
(#1679) Expected 1 space before "?"; 0 found
(#1679) Expected 1 space after "?"; 0 found
(#1679) Expected 1 space before ":"; 0 found
(#1679) Expected 1 space after ":"; 0 found
(#1679) Commas (,) must be followed by white space.
(#1679) Closing brace must be on a line by itself
(#1679) Variable "Tb" must be all lower-case
(#1679) Expected 1 space before "="; 0 found
(#1679) Expected 1 space after "="; 0 found
(#1679) Variable "K" must be all lower-case
(#1679) Commas (,) must be followed by white space.
(#1679) Variable "Ng" must be all lower-case
(#1679) Variable "K" must be all lower-case
(#1679) Commas (,) must be followed by white space.
(#1679) Variable "P" must be all lower-case
(#1679) Expected 1 space before "?"; 0 found
(#1679) Expected 1 space after "?"; 0 found
(#1679) Variable "K" must be all lower-case
(#1679) Commas (,) must be followed by white space.
(#1679) Expected 1 space before ":"; 0 found
(#1679) Expected 1 space after ":"; 0 found
(#1679) Variable "K" must be all lower-case
(#1679) Expected 1 space before "?"; 0 found
(#1679) Expected 1 space after "?"; 0 found
(#1679) Variable "K" must be all lower-case
(#1679) Expected 1 space before ":"; 0 found
(#1679) Expected 1 space after ":"; 0 found
(#1679) Expected 1 space before "=="; 0 found
(#1679) Expected 1 space after "=="; 0 found
(#1679) Expected 1 space before "?"; 0 found
(#1679) Expected 1 space after "?"; 0 found
(#1679) Variable "Tb" must be all lower-case
(#1679) Expected 1 space before ":"; 0 found
(#1679) Expected 1 space after ":"; 0 found
(#1679) Variable "Tb" must be all lower-case
(#1679) Closing brace must be on a line by itself
(#1679) Line exceeds maximum limit of 180 characters; contains 426 characters
(#1679) Line exceeds maximum limit of 180 characters; contains 426 characters
(#1679) Line exceeds maximum limit of 180 characters; contains 426 characters
(#1680) Line indented incorrectly; expected at least 4 spaces, found 0
(#1680) Variable "H" must be all lower-case
(#1680) Expected 1 space after closing parenthesis; found 0
(#1680) Opening brace must be the last content on the line
(#1681) Line indented incorrectly; expected at least 8 spaces, found 0
(#1681) The use of backticks in strings is not recommended
(#1681) Commas (,) must be followed by white space.
(#1681) The use of backticks in strings is not recommended
(#1681) Commas (,) must be followed by white space.
(#1681) The use of backticks in strings is not recommended
(#1681) Commas (,) must be followed by white space.
(#1681) Commas (,) must be followed by white space.
(#1681) Variable "H" must be all lower-case
(#1681) Closing brace must be on a line by itself
(#1682) Line indented incorrectly; expected at least 8 spaces, found 0
(#1682) Expected 1 space after closing parenthesis; found 0
(#1682) Opening brace must be the last content on the line
(#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) 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) Commas (,) must be followed by white space.
(#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) Closing brace must be on a line by itself
(#1682) Line exceeds maximum limit of 180 characters; contains 357 characters
(#1682) Line exceeds maximum limit of 180 characters; contains 357 characters
(#1682) Line exceeds maximum limit of 180 characters; contains 357 characters
(#1683) Line indented incorrectly; expected at least 8 spaces, found 0
(#1683) Variable "Uc" must be all lower-case
(#1683) Commas (,) must be followed by white space.
(#1683) Expected 1 space after closing parenthesis; found 0
(#1683) Opening brace must be the last content on the line
(#1683) Variable "J" must be all lower-case
(#1683) Expected 1 space before "="; 0 found
(#1683) Expected 1 space after "="; 0 found
(#1683) Commas (,) must be followed by white space.
(#1683) Variable "Uc" must be all lower-case
(#1683) Commas (,) must be followed by white space.
(#1683) Commas (,) must be followed by white space.
(#1683) Commas (,) must be followed by white space.
(#1683) Commas (,) must be followed by white space.
(#1683) Commas (,) must be followed by white space.
(#1683) Expected 1 space before "="; 0 found
(#1683) Expected 1 space after "="; 0 found
(#1683) Expected 1 space before "*"; 0 found
(#1683) Expected 1 space after "*"; 0 found
(#1683) Inline control structures are not allowed
(#1683) Expected 1 space after first semicolon of FOR loop; 0 found
(#1683) Expected 1 space after second semicolon of FOR loop; 0 found
(#1683) Expected 1 space before "="; 0 found
(#1683) Expected 1 space after "="; 0 found
(#1683) Expected 1 space before "<"; 0 found
(#1683) Expected 1 space after "<"; 0 found
(#1683) Variable "J" must be all lower-case
(#1683) Expected 1 space before "+="; 0 found
(#1683) Expected 1 space after "+="; 0 found
(#1683) Variable "J" must be all lower-case
(#1683) Variable "J" must be all lower-case
(#1683) Expected 1 space before ".="; 0 found
(#1683) Expected 1 space after ".="; 0 found
(#1683) Commas (,) must be followed by white space.
(#1683) Variable "J" must be all lower-case
(#1683) Commas (,) must be followed by white space.
(#1683) Commas (,) must be followed by white space.
(#1683) Expected 1 space before "-"; 0 found
(#1683) Expected 1 space after "-"; 0 found
(#1683) Variable "J" must be all lower-case
(#1683) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1683) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1683) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1684) Line indented incorrectly; expected at least 12 spaces, found 0
(#1684) Commas (,) must be followed by white space.
(#1684) Expected 1 space before "-"; 0 found
(#1684) Expected 1 space after "-"; 0 found
(#1684) Expected 1 space before "+"; 0 found
(#1684) Expected 1 space after "+"; 0 found
(#1684) Expected 1 space before "%"; 0 found
(#1684) Expected 1 space after "%"; 0 found
(#1684) Closing brace must be on a line by itself
(#1685) Line indented incorrectly; expected at least 8 spaces, found 0
(#1685) Variable "Ld" must be all lower-case
(#1685) Expected 1 space after closing parenthesis; found 0
(#1685) Opening brace must be the last content on the line
(#1685) Variable "X" must be all lower-case
(#1685) Expected 1 space before "="; 0 found
(#1685) Expected 1 space after "="; 0 found
(#1685) Variable "Ld" must be all lower-case
(#1685) Variable "X" must be all lower-case
(#1685) Commas (,) must be followed by white space.
(#1685) Variable "X" must be all lower-case
(#1685) Expected 1 space before "*="; 0 found
(#1685) Expected 1 space after "*="; 0 found
(#1685) Variable "X" must be all lower-case
(#1685) Expected 1 space before "*="; 0 found
(#1685) Expected 1 space after "*="; 0 found
(#1685) Variable "X" must be all lower-case
(#1685) Expected 1 space before "*="; 0 found
(#1685) Expected 1 space after "*="; 0 found
(#1685) Closing brace must be on a line by itself
(#1685) Closing brace must be on a line by itself
(#1685) Closing brace must be on a line by itself
(#1685) Closing brace must be on a line by itself
(#1685) Variable "X" must be all lower-case
(#1685) Closing brace must be on a line by itself
(#1685) Line exceeds 132 characters; contains 135 characters
(#1685) Line exceeds 132 characters; contains 135 characters
(#1685) Line exceeds 132 characters; contains 135 characters
(#1686) Line indented incorrectly; expected at least 8 spaces, found 0
(#1686) Variable "Sf" must be all lower-case
(#1686) Commas (,) must be followed by white space.
(#1686) Variable "Uh" must be all lower-case
(#1686) Expected 1 space after closing parenthesis; found 0
(#1686) Opening brace must be the last content on the line
(#1686) Commas (,) must be followed by white space.
(#1686) Expected 1 space before "="; 0 found
(#1686) Expected 1 space after "="; 0 found
(#1686) Variable "Qi" must be all lower-case
(#1686) Expected 1 space before "="; 0 found
(#1686) Expected 1 space after "="; 0 found
(#1686) Commas (,) must be followed by white space.
(#1686) Commas (,) must be followed by white space.
(#1686) Variable "Gi" must be all lower-case
(#1686) Expected 1 space before "="; 0 found
(#1686) Expected 1 space after "="; 0 found
(#1686) Expected 1 space before "=>"; 0 found
(#1686) Expected 1 space after "=>"; 0 found
(#1686) Variable "Qi" must be all lower-case
(#1686) Commas (,) must be followed by white space.
(#1686) Expected 1 space before "=>"; 0 found
(#1686) Expected 1 space after "=>"; 0 found
(#1686) Commas (,) must be followed by white space.
(#1686) Expected 1 space before "=>"; 0 found
(#1686) Expected 1 space after "=>"; 0 found
(#1686) Variable "Qi" must be all lower-case
(#1686) Commas (,) must be followed by white space.
(#1686) Expected 1 space before "=>"; 0 found
(#1686) Expected 1 space after "=>"; 0 found
(#1686) Commas (,) must be followed by white space.
(#1686) Expected 1 space before "=>"; 0 found
(#1686) Expected 1 space after "=>"; 0 found
(#1686) Commas (,) must be followed by white space.
(#1686) Expected "if (...) {\n"; found "if(...){"
(#1686) Commas (,) must be followed by white space.
(#1686) Variable "Gi" must be all lower-case
(#1686) Expected 1 space before "="; 0 found
(#1686) Expected 1 space after "="; 0 found
(#1686) Variable "Sf" must be all lower-case
(#1686) Expected 1 space before "="; 0 found
(#1686) Expected 1 space after "="; 0 found
(#1686) Variable "Sf" must be all lower-case
(#1686) Expected 1 space before "?"; 0 found
(#1686) Expected 1 space after "?"; 0 found
(#1686) Variable "Sf" must be all lower-case
(#1686) Expected 1 space before ":"; 0 found
(#1686) Expected 1 space after ":"; 0 found
(#1686) Commas (,) must be followed by white space.
(#1686) Commas (,) must be followed by white space.
(#1686) Variable "Sf" must be all lower-case
(#1686) Closing brace must be on a line by itself
(#1686) Variable "Sf" must be all lower-case
(#1686) Expected 1 space before "?"; 0 found
(#1686) Expected 1 space after "?"; 0 found
(#1686) Variable "Gi" must be all lower-case
(#1686) Variable "Uh" must be all lower-case
(#1686) Expected 1 space before ":"; 0 found
(#1686) Expected 1 space after ":"; 0 found
(#1686) Closing brace must be on a line by itself
(#1686) Line exceeds maximum limit of 180 characters; contains 647 characters
(#1686) Line exceeds maximum limit of 180 characters; contains 647 characters
(#1686) Line exceeds maximum limit of 180 characters; contains 647 characters
(#1687) Line indented incorrectly; expected at least 8 spaces, found 0
(#1687) Variable "Q" must be all lower-case
(#1687) Expected 1 space after closing parenthesis; found 0
(#1687) Opening brace must be the last content on the line
(#1688) Line indented incorrectly; expected at least 12 spaces, found 0
(#1688) Variable "Q" must be all lower-case
(#1688) Closing brace must be on a line by itself
(#1689) Line indented incorrectly; expected at least 8 spaces, found 0
(#1689) Expected 1 space after closing parenthesis; found 0
(#1689) Opening brace must be the last content on the line
(#1689) Inline control structures are not allowed
(#1689) Variable "J" must be all lower-case
(#1689) Expected 1 space before "="; 0 found
(#1689) Expected 1 space after "="; 0 found
(#1689) Inline control structures are not allowed
(#1689) Expected 1 space before "as"; 0 found
(#1689) Expected 1 space after "as"; 0 found
(#1689) Variable "S" must be all lower-case
(#1689) Variable "J" must be all lower-case
(#1689) Expected 1 space before "+="; 0 found
(#1689) Expected 1 space after "+="; 0 found
(#1689) Variable "S" must be all lower-case
(#1689) Expected 1 space before "+"; 0 found
(#1689) Expected 1 space after "+"; 0 found
(#1689) Variable "S" must be all lower-case
(#1690) Line indented incorrectly; expected at least 12 spaces, found 0
(#1690) Variable "J" must be all lower-case
(#1690) Closing brace must be on a line by itself
(#1691) Line indented incorrectly; expected at least 12 spaces, found 0
(#1691) Expected 1 space after closing parenthesis; found 0
(#1691) Opening brace must be the last content on the line
(#1691) Scope keyword "static" must be followed by a single space
(#1691) Variable "P" must be all lower-case
(#1691) Expected 1 space before "="; 0 found
(#1691) Expected 1 space after "="; 0 found
(#1691) Expected "if (...) {\n"; found "if(...){"
(#1691) Variable "P" must be all lower-case
(#1691) Commas (,) must be followed by white space.
(#1691) Variable "P" must be all lower-case
(#1691) Expected 1 space before "="; 0 found
(#1691) Expected 1 space after "="; 0 found
(#1691) Closing brace must be on a line by itself
(#1691) Closing brace must be on a line by itself
(#1691) Line exceeds 132 characters; contains 134 characters
(#1691) Line exceeds 132 characters; contains 134 characters
(#1691) Line exceeds 132 characters; contains 134 characters
(#1692) Line indented incorrectly; expected at least 12 spaces, found 0
(#1692) Expected 1 space after closing parenthesis; found 0
(#1692) Opening brace must be the last content on the line
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Expected "if (...) {\n"; found "if(...){"
(#1692) Expected 1 space before "!="; 0 found
(#1692) Expected 1 space after "!="; 0 found
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Closing brace must be on a line by itself
(#1692) Expected "} else {\n"; found "}else{"
(#1692) Inline control structures are not allowed
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Expected "foreach (...) {\n"; found "foreach(...){"
(#1692) Expected 1 space before "=>"; 0 found
(#1692) Expected 1 space after "=>"; 0 found
(#1692) Expected 1 space before "as"; 0 found
(#1692) Expected 1 space after "as"; 0 found
(#1692) Expected 1 space before "=>"; 0 found
(#1692) Expected 1 space after "=>"; 0 found
(#1692) Commas (,) must be followed by white space.
(#1692) Expected 1 space before "=>"; 0 found
(#1692) Expected 1 space after "=>"; 0 found
(#1692) Commas (,) must be followed by white space.
(#1692) Expected 1 space before "=>"; 0 found
(#1692) Expected 1 space after "=>"; 0 found
(#1692) Commas (,) must be followed by white space.
(#1692) Expected 1 space before "=>"; 0 found
(#1692) Expected 1 space after "=>"; 0 found
(#1692) Commas (,) must be followed by white space.
(#1692) Expected 1 space before "=>"; 0 found
(#1692) Expected 1 space after "=>"; 0 found
(#1692) Commas (,) must be followed by white space.
(#1692) Expected 1 space before "=>"; 0 found
(#1692) Expected 1 space after "=>"; 0 found
(#1692) Variable "X" must be all lower-case
(#1692) Inline control structures are not allowed
(#1692) Closing brace must be on a line by itself
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Expected 1 space before "="; 0 found
(#1692) Expected 1 space after "="; 0 found
(#1692) Expected "if (...) {\n"; found "if(...){"
(#1692) Variable "Ug" must be all lower-case
(#1692) Expected 1 space before "="; 0 found
(#1692) Expected 1 space after "="; 0 found
(#1692) Expected 1 space before "="; 0 found
(#1692) Expected 1 space after "="; 0 found
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Commas (,) must be followed by white space.
(#1692) Expected 1 space before "?"; 0 found
(#1692) Expected 1 space after "?"; 0 found
(#1692) Expected 1 space before ":"; 0 found
(#1692) Expected 1 space after ":"; 0 found
(#1692) Commas (,) must be followed by white space.
(#1692) Expected 1 space before "="; 0 found
(#1692) Expected 1 space after "="; 0 found
(#1692) Expected 1 space before "?"; 0 found
(#1692) Expected 1 space after "?"; 0 found
(#1692) Expected 1 space before ":"; 0 found
(#1692) Expected 1 space after ":"; 0 found
(#1692) Expected "foreach (...) {\n"; found "foreach(...){"
(#1692) Expected 1 space before "=>"; 0 found
(#1692) Expected 1 space after "=>"; 0 found
(#1692) Expected 1 space after "as"; 0 found
(#1692) Line exceeds maximum limit of 180 characters; contains 1257 characters
(#1692) Line exceeds maximum limit of 180 characters; contains 1257 characters
(#1692) Line exceeds maximum limit of 180 characters; contains 1257 characters
(#1693) Line indented incorrectly; expected at least 24 spaces, found 0
(#1693) Expected 1 space before "=>"; 0 found
(#1693) Expected 1 space after "=>"; 0 found
(#1693) Variable "T" must be all lower-case
(#1693) Variable "Mg" must be all lower-case
(#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) 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) 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) Commas (,) must be followed by white space.
(#1693) Variable "Mg" must be all lower-case
(#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) Variable "Mg" must be all lower-case
(#1693) Variable "Ug" must be all lower-case
(#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) Expected 1 space before ":"; 0 found
(#1693) Expected 1 space after ":"; 0 found
(#1693) Commas (,) must be followed by white space.
(#1693) Variable "Mg" must be all lower-case
(#1693) Expected 1 space before "?"; 0 found
(#1693) Expected 1 space after "?"; 0 found
(#1693) Variable "T" must be all lower-case
(#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) Expected 1 space before ":"; 0 found
(#1693) Expected 1 space after ":"; 0 found
(#1693) Commas (,) must be followed by white space.
(#1693) Closing brace must be on a line by itself
(#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) Commas (,) must be followed by white space.
(#1693) Commas (,) must be followed by white space.
(#1693) Closing brace must be on a line by itself
(#1693) Closing brace must be on a line by itself
(#1693) Closing brace must be on a line by itself
(#1693) Inline control structures are not allowed
(#1693) Expected 1 space before "="; 0 found
(#1693) Expected 1 space after "="; 0 found
(#1693) Inline control structures are not allowed
(#1693) Expected 1 space before "="; 0 found
(#1693) Expected 1 space after "="; 0 found
(#1693) Expected "if (...) {\n"; found "if(...){"
(#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) 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) Expected 1 space before "=="; 0 found
(#1693) Expected 1 space after "=="; 0 found
(#1693) Expected "if (...) {\n"; found "if(...){"
(#1693) Expected 1 space before "!="; 0 found
(#1693) Expected 1 space after "!="; 0 found
(#1693) Commas (,) must be followed by white space.
(#1693) Closing brace must be on a line by itself
(#1693) Closing brace must be on a line by itself
(#1693) Expected "if (...) {\n"; found "if(...){"
(#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) Inline control structures are not allowed
(#1693) Commas (,) must be followed by white space.
(#1693) Commas (,) must be followed by white space.
(#1693) Expected "if (...) {\n"; found "if(...){"
(#1693) Commas (,) must be followed by white space.
(#1693) Commas (,) must be followed by white space.
(#1693) Closing brace must be on a line by itself
(#1693) Closing brace must be on a line by itself
(#1693) Expected 1 space before "="; 0 found
(#1693) Expected 1 space after "="; 0 found
(#1693) Line exceeds maximum limit of 180 characters; contains 1896 characters
(#1693) Line exceeds maximum limit of 180 characters; contains 1896 characters
(#1693) Line exceeds maximum limit of 180 characters; contains 1896 characters
(#1694) Line indented incorrectly; expected at least 12 spaces, found 0
(#1694) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1694) Scope modifier not specified for member variable "$handler"
(#1694) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1694) Scope modifier not specified for member variable "$size"
(#1694) Visibility must be declared on method "__construct"
(#1695) Line indented incorrectly; expected at least 16 spaces, found 0
(#1695) Expected 1 space after closing parenthesis; found 0
(#1695) Opening brace must be the last content on the line
(#1695) Expected 1 space before "="; 0 found
(#1695) Expected 1 space after "="; 0 found
(#1695) Closing brace must be on a line by itself
(#1695) Visibility must be declared on method "write"
(#1696) Line indented incorrectly; expected at least 16 spaces, found 0
(#1696) Variable "Ab" must be all lower-case
(#1696) Expected 1 space after closing parenthesis; found 0
(#1696) Opening brace must be the last content on the line
(#1696) Expected 1 space before "+="; 0 found
(#1696) Expected 1 space after "+="; 0 found
(#1696) Variable "Ab" must be all lower-case
(#1696) Commas (,) must be followed by white space.
(#1696) Variable "Ab" must be all lower-case
(#1696) Closing brace must be on a line by itself
(#1696) Visibility must be declared on method "send"
(#1697) Line indented incorrectly; expected at least 16 spaces, found 0
(#1697) Expected 1 space after closing parenthesis; found 0
(#1697) Opening brace must be the last content on the line
(#1697) Commas (,) must be followed by white space.
(#1697) Closing brace must be on a line by itself
(#1697) Closing brace must be on a line by itself
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Variable "Md" must be all lower-case
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Inline control structures are not allowed
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Inline control structures are not allowed
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Inline control structures are not allowed
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Expected "if (...) {\n"; found "if(...){"
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Commas (,) must be followed by white space.
(#1697) Variable "M" must be all lower-case
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Variable "I" must be all lower-case
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Commas (,) must be followed by white space.
(#1697) Variable "M" must be all lower-case
(#1697) Commas (,) must be followed by white space.
(#1697) Commas (,) must be followed by white space.
(#1697) Commas (,) must be followed by white space.
(#1697) Variable "M" must be all lower-case
(#1697) Variable "K" must be all lower-case
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Variable "I" must be all lower-case
(#1697) Expected 1 space before "?"; 0 found
(#1697) Expected 1 space after "?"; 0 found
(#1697) Variable "I" must be all lower-case
(#1697) Expected 1 space before ":"; 0 found
(#1697) Expected 1 space after ":"; 0 found
(#1697) Variable "K" must be all lower-case
(#1697) Commas (,) must be followed by white space.
(#1697) Closing brace must be on a line by itself
(#1697) Usage of ELSEIF not allowed; use ELSE IF instead
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Inline control structures are not allowed
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Variable "S" must be all lower-case
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Commas (,) must be followed by white space.
(#1697) Variable "D" must be all lower-case
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Variable "S" must be all lower-case
(#1697) Variable "S" must be all lower-case
(#1697) Expected 1 space before "?"; 0 found
(#1697) Expected 1 space after "?"; 0 found
(#1697) Variable "S" must be all lower-case
(#1697) Expected 1 space before "=="; 0 found
(#1697) Expected 1 space after "=="; 0 found
(#1697) Expected 1 space before "?"; 0 found
(#1697) Expected 1 space after "?"; 0 found
(#1697) Expected 1 space before ":"; 0 found
(#1697) Expected 1 space after ":"; 0 found
(#1697) Expected 1 space before ":"; 0 found
(#1697) Expected 1 space after ":"; 0 found
(#1697) Variable "D" must be all lower-case
(#1697) Expected 1 space before "!="; 0 found
(#1697) Expected 1 space after "!="; 0 found
(#1697) Expected 1 space before "?"; 0 found
(#1697) Expected 1 space after "?"; 0 found
(#1697) Variable "D" must be all lower-case
(#1697) Expected 1 space before ":"; 0 found
(#1697) Expected 1 space after ":"; 0 found
(#1697) Commas (,) must be followed by white space.
(#1697) Variable "S" must be all lower-case
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Variable "S" must be all lower-case
(#1697) Inline control structures are not allowed
(#1697) Expected 1 space before "!="; 0 found
(#1697) Expected 1 space after "!="; 0 found
(#1697) Inline control structures are not allowed
(#1697) Expected "if (...) {\n"; found "if(...){"
(#1697) Variable "S" must be all lower-case
(#1697) Expected "if (...) {\n"; found "if(...){"
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Inline control structures are not allowed
(#1697) Closing brace must be on a line by itself
(#1697) Expected "if (...) {\n"; found "if(...){"
(#1697) Variable "S" must be all lower-case
(#1697) Expected 1 space before "="; 0 found
(#1697) Expected 1 space after "="; 0 found
(#1697) Expected "if (...) {\n"; found "if(...){"
(#1697) Commas (,) must be followed by white space.
(#1697) Expected "foreach (...) {\n"; found "foreach(...){"
(#1697) Expected 1 space before "=>"; 0 found
(#1697) Expected 1 space after "=>"; 0 found
(#1697) Expected 1 space after "as"; 0 found
(#1697) Line exceeds maximum limit of 180 characters; contains 1617 characters
(#1697) Line exceeds maximum limit of 180 characters; contains 1617 characters
(#1697) Line exceeds maximum limit of 180 characters; contains 1617 characters
(#1698) Line indented incorrectly; expected at least 40 spaces, found 0
(#1698) Variable "D" must be all lower-case
(#1698) Expected 1 space before "=>"; 0 found
(#1698) Expected 1 space after "=>"; 0 found
(#1698) Variable "D" 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) 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) 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) 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) 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) 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 "D" 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) 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) Variable "S" 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 "if (...) {\n"; found "if(...){"
(#1698) Inline control structures are not allowed
(#1698) Expected 1 space before "=>"; 0 found
(#1698) Expected 1 space after "=>"; 0 found
(#1698) Expected 1 space after "as"; 0 found
(#1698) Line exceeds maximum limit of 180 characters; contains 910 characters
(#1698) Line exceeds maximum limit of 180 characters; contains 910 characters
(#1698) Line exceeds maximum limit of 180 characters; contains 910 characters
(#1699) Line indented incorrectly; expected at least 24 spaces, found 0
(#1699) Expected 1 space before "=>"; 0 found
(#1699) Expected 1 space after "=>"; 0 found
(#1699) Variable "X" must be all lower-case
(#1699) Variable "X" must be all lower-case
(#1699) Variable "X" must be all lower-case
(#1699) Closing brace must be on a line by itself
(#1699) Closing brace must be on a line by itself
(#1699) Closing brace must be on a line by itself
(#1699) Usage of ELSEIF not allowed; use ELSE IF instead
(#1699) Commas (,) must be followed by white space.
(#1699) Commas (,) must be followed by white space.
(#1699) Commas (,) must be followed by white space.
(#1699) Expected 1 space before "?"; 0 found
(#1699) Expected 1 space after "?"; 0 found
(#1699) Expected 1 space before ":"; 0 found
(#1699) Expected 1 space after ":"; 0 found
(#1699) Variable "Jh" must be all lower-case
(#1699) Expected 1 space before "="; 0 found
(#1699) Expected 1 space after "="; 0 found
(#1699) Variable "Kh" must be all lower-case
(#1699) Expected 1 space before "="; 0 found
(#1699) Expected 1 space after "="; 0 found
(#1699) Expected 1 space before "="; 0 found
(#1699) Expected 1 space after "="; 0 found
(#1699) Expected 1 space before "?"; 0 found
(#1699) Expected 1 space after "?"; 0 found
(#1699) Expected 1 space before ":"; 0 found
(#1699) Expected 1 space after ":"; 0 found
(#1699) Commas (,) must be followed by white space.
(#1699) Commas (,) must be followed by white space.
(#1699) Commas (,) must be followed by white space.
(#1699) Commas (,) must be followed by white space.
(#1699) Commas (,) must be followed by white space.
(#1699) Expected "foreach (...) {\n"; found "foreach(...){"
(#1699) Expected 1 space before "=>"; 0 found
(#1699) Expected 1 space after "=>"; 0 found
(#1699) Expected 1 space after "as"; 0 found
(#1699) Line exceeds maximum limit of 180 characters; contains 580 characters
(#1699) Line exceeds maximum limit of 180 characters; contains 580 characters
(#1699) Line exceeds maximum limit of 180 characters; contains 580 characters
(#1700) Line indented incorrectly; expected at least 20 spaces, found 0
(#1700) Expected 1 space before "=>"; 0 found
(#1700) Expected 1 space after "=>"; 0 found
(#1700) Variable "C" must be all lower-case
(#1700) Variable "Jh" must be all lower-case
(#1700) Variable "C" must be all lower-case
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Variable "C" must be all lower-case
(#1700) Commas (,) must be followed by white space.
(#1700) Variable "C" must be all lower-case
(#1700) Variable "Kh" must be all lower-case
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Variable "C" must be all lower-case
(#1700) Variable "C" must be all lower-case
(#1700) Closing brace must be on a line by itself
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Variable "Ra" must be all lower-case
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Variable "Tg" must be all lower-case
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Expected "foreach (...) {\n"; found "foreach(...){"
(#1700) Expected 1 space before "=>"; 0 found
(#1700) Expected 1 space after "=>"; 0 found
(#1700) Expected 1 space before "as"; 0 found
(#1700) Expected 1 space after "as"; 0 found
(#1700) Commas (,) must be followed by white space.
(#1700) Variable "R" must be all lower-case
(#1700) Expected 1 space before "=>"; 0 found
(#1700) Expected 1 space after "=>"; 0 found
(#1700) Variable "S" must be all lower-case
(#1700) Inline control structures are not allowed
(#1700) Variable "S" must be all lower-case
(#1700) Variable "Xf" must be all lower-case
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Variable "Tg" must be all lower-case
(#1700) Variable "R" must be all lower-case
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Expected "foreach (...) {\n"; found "foreach(...){"
(#1700) Expected 1 space before "=>"; 0 found
(#1700) Expected 1 space after "=>"; 0 found
(#1700) Expected 1 space before "as"; 0 found
(#1700) Expected 1 space after "as"; 0 found
(#1700) Variable "R" must be all lower-case
(#1700) Variable "D" must be all lower-case
(#1700) Expected 1 space before "=>"; 0 found
(#1700) Expected 1 space after "=>"; 0 found
(#1700) Variable "Xf" must be all lower-case
(#1700) Expected 1 space before "+="; 0 found
(#1700) Expected 1 space after "+="; 0 found
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Variable "Xf" must be all lower-case
(#1700) Variable "Tg" must be all lower-case
(#1700) Variable "R" must be all lower-case
(#1700) Variable "D" must be all lower-case
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Closing brace must be on a line by itself
(#1700) Variable "Tg" must be all lower-case
(#1700) Variable "R" must be all lower-case
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Variable "Jh" must be all lower-case
(#1700) Variable "R" must be all lower-case
(#1700) Expected 1 space before "?"; 0 found
(#1700) Expected 1 space after "?"; 0 found
(#1700) Variable "Jh" must be all lower-case
(#1700) Variable "R" must be all lower-case
(#1700) Expected 1 space before ":"; 0 found
(#1700) Expected 1 space after ":"; 0 found
(#1700) Commas (,) must be followed by white space.
(#1700) Expected "foreach (...) {\n"; found "foreach(...){"
(#1700) Expected 1 space before "as"; 0 found
(#1700) Expected 1 space after "as"; 0 found
(#1700) Variable "R" must be all lower-case
(#1700) Variable "X" must be all lower-case
(#1700) Expected "if (...) {\n"; found "if(...){"
(#1700) Variable "X" must be all lower-case
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Variable "Ra" must be all lower-case
(#1700) Inline control structures are not allowed
(#1700) Variable "Jh" must be all lower-case
(#1700) Variable "R" must be all lower-case
(#1700) Variable "Jh" must be all lower-case
(#1700) Variable "X" must be all lower-case
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Variable "Jh" must be all lower-case
(#1700) Variable "R" must be all lower-case
(#1700) Commas (,) must be followed by white space.
(#1700) Variable "Jh" must be all lower-case
(#1700) Variable "X" must be all lower-case
(#1700) Expected 1 space before "-"; 0 found
(#1700) Expected 1 space after "-"; 0 found
(#1700) Inline control structures are not allowed
(#1700) Variable "Ra" must be all lower-case
(#1700) Expected 1 space before "-="; 0 found
(#1700) Expected 1 space after "-="; 0 found
(#1700) Inline control structures are not allowed
(#1700) Expected 1 space before "-="; 0 found
(#1700) Expected 1 space after "-="; 0 found
(#1700) Variable "Tg" must be all lower-case
(#1700) Variable "R" must be all lower-case
(#1700) Variable "X" must be all lower-case
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Variable "X" must be all lower-case
(#1700) Commas (,) must be followed by white space.
(#1700) Variable "X" must be all lower-case
(#1700) Variable "X" must be all lower-case
(#1700) Variable "R" must be all lower-case
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Variable "X" must be all lower-case
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Closing brace must be on a line by itself
(#1700) Closing brace must be on a line by itself
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Commas (,) must be followed by white space.
(#1700) Variable "Tg" must be all lower-case
(#1700) Variable "R" must be all lower-case
(#1700) Expected 1 space before "+"; 0 found
(#1700) Expected 1 space after "+"; 0 found
(#1700) Expected 1 space before "+"; 0 found
(#1700) Expected 1 space after "+"; 0 found
(#1700) Variable "Xf" must be all lower-case
(#1700) Closing brace must be on a line by itself
(#1700) Commas (,) must be followed by white space.
(#1700) Commas (,) must be followed by white space.
(#1700) Line exceeds maximum limit of 180 characters; contains 801 characters
(#1700) Line exceeds maximum limit of 180 characters; contains 801 characters
(#1700) Line exceeds maximum limit of 180 characters; contains 801 characters
(#1701) Commas (,) must be followed by white space.
(#1701) Commas (,) must be followed by white space.
(#1703) Commas (,) must be followed by white space.
(#1703) Commas (,) must be followed by white space.
(#1703) Variable "Kh" must be all lower-case
(#1703) Commas (,) must be followed by white space.
(#1704) Commas (,) must be followed by white space.
(#1704) Commas (,) must be followed by white space.
(#1706) Commas (,) must be followed by white space.
(#1706) Commas (,) must be followed by white space.
(#1708) Expected "foreach (...) {\n"; found "foreach(...){"
(#1708) Expected 1 space before "=>"; 0 found
(#1708) Expected 1 space after "=>"; 0 found
(#1708) Expected 1 space after "as"; 0 found
(#1708) Variable "Tg" must be all lower-case
(#1709) Line indented incorrectly; expected at least 20 spaces, found 0
(#1709) Variable "D" must be all lower-case
(#1709) Expected 1 space before "=>"; 0 found
(#1709) Expected 1 space after "=>"; 0 found
(#1709) Variable "R" must be all lower-case
(#1709) Variable "R" must be all lower-case
(#1709) Variable "R" must be all lower-case
(#1709) Commas (,) must be followed by white space.
(#1709) Variable "D" must be all lower-case
(#1709) Variable "D" must be all lower-case
(#1709) Commas (,) must be followed by white space.
(#1709) Expected "foreach (...) {\n"; found "foreach(...){"
(#1709) Expected 1 space before "as"; 0 found
(#1709) Expected 1 space after "as"; 0 found
(#1709) Variable "R" must be all lower-case
(#1709) Variable "X" must be all lower-case
(#1709) Expected 1 space before "="; 0 found
(#1709) Expected 1 space after "="; 0 found
(#1709) Expected 1 space before "?"; 0 found
(#1709) Expected 1 space after "?"; 0 found
(#1709) Expected 1 space before ":"; 0 found
(#1709) Expected 1 space after ":"; 0 found
(#1709) Expected 1 space before "?"; 0 found
(#1709) Expected 1 space after "?"; 0 found
(#1709) Variable "X" must be all lower-case
(#1709) Expected 1 space before ":"; 0 found
(#1709) Expected 1 space after ":"; 0 found
(#1709) Variable "X" must be all lower-case
(#1709) Closing brace must be on a line by itself
(#1709) Expected "foreach (...) {\n"; found "foreach(...){"
(#1709) Expected 1 space before "=>"; 0 found
(#1709) Expected 1 space after "=>"; 0 found
(#1709) Expected 1 space before "as"; 0 found
(#1709) Expected 1 space after "as"; 0 found
(#1709) Variable "R" must be all lower-case
(#1709) Variable "Qh" must be all lower-case
(#1709) Expected 1 space before "=>"; 0 found
(#1709) Expected 1 space after "=>"; 0 found
(#1709) Variable "_g" must not contain underscores.
(#1709) Expected "foreach (...) {\n"; found "foreach(...){"
(#1709) Expected 1 space before "=>"; 0 found
(#1709) Expected 1 space after "=>"; 0 found
(#1709) Expected 1 space after "as"; 0 found
(#1709) Line exceeds maximum limit of 180 characters; contains 454 characters
(#1709) Line exceeds maximum limit of 180 characters; contains 454 characters
(#1709) Variable "_g" must not contain underscores.
(#1709) Line exceeds maximum limit of 180 characters; contains 454 characters
(#1710) Line indented incorrectly; expected at least 28 spaces, found 0
(#1710) Expected 1 space before "=>"; 0 found
(#1710) Expected 1 space after "=>"; 0 found
(#1710) Expected 1 space before "="; 0 found
(#1710) Expected 1 space after "="; 0 found
(#1710) Expected 1 space before "-"; 0 found
(#1710) Expected 1 space after "-"; 0 found
(#1710) Variable "Jh" must be all lower-case
(#1710) Variable "D" must be all lower-case
(#1710) Expected 1 space before "="; 0 found
(#1710) Expected 1 space after "="; 0 found
(#1710) Inline control structures are not allowed
(#1710) Expected 1 space before "as"; 0 found
(#1710) Expected 1 space after "as"; 0 found
(#1710) Variable "Qh" must be all lower-case
(#1710) Variable "R" must be all lower-case
(#1710) Closing brace must be on a line by itself
(#1710) Closing brace must be on a line by itself
(#1710) Expected "foreach (...) {\n"; found "foreach(...){"
(#1710) Expected 1 space before "=>"; 0 found
(#1710) Expected 1 space after "=>"; 0 found
(#1710) Expected 1 space before "as"; 0 found
(#1710) Expected 1 space after "as"; 0 found
(#1710) Variable "D" must be all lower-case
(#1710) Variable "Qh" must be all lower-case
(#1710) Expected 1 space before "=>"; 0 found
(#1710) Expected 1 space after "=>"; 0 found
(#1710) Variable "_g" must not contain underscores.
(#1710) Expected "foreach (...) {\n"; found "foreach(...){"
(#1710) Expected 1 space before "=>"; 0 found
(#1710) Expected 1 space after "=>"; 0 found
(#1710) Expected 1 space after "as"; 0 found
(#1710) Line exceeds maximum limit of 180 characters; contains 333 characters
(#1710) Line exceeds maximum limit of 180 characters; contains 333 characters
(#1710) Variable "_g" must not contain underscores.
(#1710) Line exceeds maximum limit of 180 characters; contains 333 characters
(#1711) Line indented incorrectly; expected at least 24 spaces, found 0
(#1711) Expected 1 space before "=>"; 0 found
(#1711) Expected 1 space after "=>"; 0 found
(#1711) Expected 1 space before "="; 0 found
(#1711) Expected 1 space after "="; 0 found
(#1711) Expected 1 space before "-"; 0 found
(#1711) Expected 1 space after "-"; 0 found
(#1711) Variable "Jh" must be all lower-case
(#1711) Variable "D" must be all lower-case
(#1711) Expected 1 space before "="; 0 found
(#1711) Expected 1 space after "="; 0 found
(#1711) Inline control structures are not allowed
(#1711) Expected 1 space after "as"; 0 found
(#1712) Line indented incorrectly; expected at least 28 spaces, found 0
(#1712) Variable "Ph" must be all lower-case
(#1712) Variable "Qh" must be all lower-case
(#1712) Variable "R" must be all lower-case
(#1712) Variable "Ph" must be all lower-case
(#1712) Commas (,) must be followed by white space.
(#1712) Commas (,) must be followed by white space.
(#1712) Closing brace must be on a line by itself
(#1712) Closing brace must be on a line by itself
(#1712) Closing brace must be on a line by itself
(#1712) Expected "foreach (...) {\n"; found "foreach(...){"
(#1712) Expected 1 space before "=>"; 0 found
(#1712) Expected 1 space after "=>"; 0 found
(#1712) Expected 1 space after "as"; 0 found
(#1712) Line exceeds maximum limit of 180 characters; contains 391 characters
(#1712) Line exceeds maximum limit of 180 characters; contains 391 characters
(#1712) Variable "Tg" must be all lower-case
(#1712) Line exceeds maximum limit of 180 characters; contains 391 characters
(#1713) Variable "D" must be all lower-case
(#1713) Expected 1 space before "=>"; 0 found
(#1713) Expected 1 space after "=>"; 0 found
(#1713) Variable "R" must be all lower-case
(#1713) Expected "foreach (...) {\n"; found "foreach(...){"
(#1713) Expected 1 space before "=>"; 0 found
(#1713) Expected 1 space after "=>"; 0 found
(#1713) Expected 1 space before "as"; 0 found
(#1713) Expected 1 space after "as"; 0 found
(#1713) Variable "R" must be all lower-case
(#1713) Variable "Qh" must be all lower-case
(#1713) Expected 1 space before "=>"; 0 found
(#1713) Expected 1 space after "=>"; 0 found
(#1713) Variable "_g" must not contain underscores.
(#1713) Expected "foreach (...) {\n"; found "foreach(...){"
(#1713) Expected 1 space before "=>"; 0 found
(#1713) Expected 1 space after "=>"; 0 found
(#1713) Expected 1 space after "as"; 0 found
(#1713) Variable "_g" must not contain underscores.
(#1714) Line indented incorrectly; expected at least 8 spaces, found 0
(#1714) Expected 1 space before "=>"; 0 found
(#1714) Expected 1 space after "=>"; 0 found
(#1714) Variable "Ne" must be all lower-case
(#1714) Expected 1 space before "="; 0 found
(#1714) Expected 1 space after "="; 0 found
(#1714) Variable "Ce" must be all lower-case
(#1714) Expected 1 space before "="; 0 found
(#1714) Expected 1 space after "="; 0 found
(#1714) Expected "foreach (...) {\n"; found "foreach(...){"
(#1714) Expected 1 space before "=>"; 0 found
(#1714) Expected 1 space after "=>"; 0 found
(#1714) Expected 1 space before "as"; 0 found
(#1714) Expected 1 space after "as"; 0 found
(#1714) Expected 1 space before "=>"; 0 found
(#1714) Expected 1 space after "=>"; 0 found
(#1714) Variable "Yf" must be all lower-case
(#1714) Expected 1 space before "="; 0 found
(#1714) Expected 1 space after "="; 0 found
(#1714) Variable "R" must be all lower-case
(#1714) Expected 1 space before "+"; 0 found
(#1714) Expected 1 space after "+"; 0 found
(#1714) Variable "R" must be all lower-case
(#1714) Variable "Zf" must be all lower-case
(#1714) Expected 1 space before "="; 0 found
(#1714) Expected 1 space after "="; 0 found
(#1714) Variable "Tg" must be all lower-case
(#1714) Variable "Qh" must be all lower-case
(#1714) Expected 1 space before "+"; 0 found
(#1714) Expected 1 space after "+"; 0 found
(#1714) Variable "Tg" must be all lower-case
(#1714) Variable "Qh" must be all lower-case
(#1714) Variable "Ne" must be all lower-case
(#1714) Expected 1 space before "="; 0 found
(#1714) Expected 1 space after "="; 0 found
(#1714) Variable "Ne" must be all lower-case
(#1714) Commas (,) must be followed by white space.
(#1714) Variable "Yf" must be all lower-case
(#1714) Commas (,) must be followed by white space.
(#1714) Variable "Zf" must be all lower-case
(#1714) Variable "Ce" must be all lower-case
(#1714) Expected 1 space before "="; 0 found
(#1714) Expected 1 space after "="; 0 found
(#1714) Variable "Ce" must be all lower-case
(#1714) Commas (,) must be followed by white space.
(#1714) Variable "Yf" must be all lower-case
(#1714) Commas (,) must be followed by white space.
(#1714) Variable "Zf" must be all lower-case
(#1714) Closing brace must be on a line by itself
(#1714) Variable "Ne" must be all lower-case
(#1714) Variable "Ce" must be all lower-case
(#1714) Expected 1 space before "-"; 0 found
(#1714) Expected 1 space after "-"; 0 found
(#1714) Variable "Ne" must be all lower-case
(#1714) Closing brace must be on a line by itself
(#1714) Closing brace must be on a line by itself
(#1714) Closing brace must be on a line by itself
(#1714) Line exceeds maximum limit of 180 characters; contains 412 characters
(#1714) Line exceeds maximum limit of 180 characters; contains 412 characters
(#1714) Line exceeds maximum limit of 180 characters; contains 412 characters
(#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.
(#1716) Closing brace must be on a line by itself
(#1716) Usage of ELSEIF not allowed; use ELSE IF instead
(#1716) Expected 1 space before "="; 0 found
(#1716) Expected 1 space after "="; 0 found
(#1716) Expected "if (...) {\n"; found "if(...){"
(#1716) Variable "Db" must be all lower-case
(#1716) Expected 1 space before "="; 0 found
(#1716) Expected 1 space after "="; 0 found
(#1716) Inline control structures are not allowed
(#1716) Expected 1 space before "as"; 0 found
(#1716) Expected 1 space after "as"; 0 found
(#1716) Commas (,) must be followed by white space.
(#1716) Commas (,) must be followed by white space.
(#1716) Commas (,) must be followed by white space.
(#1716) Commas (,) must be followed by white space.
(#1716) Commas (,) must be followed by white space.
(#1716) Commas (,) must be followed by white space.
(#1716) Commas (,) must be followed by white space.
(#1716) Commas (,) must be followed by white space.
(#1716) Variable "Db" must be all lower-case
(#1716) Expected 1 space before ".="; 0 found
(#1716) Expected 1 space after ".="; 0 found
(#1716) Commas (,) must be followed by white space.
(#1716) Variable "Db" must be all lower-case
(#1716) Commas (,) must be followed by white space.
(#1716) Variable "T" must be all lower-case
(#1716) Expected 1 space before "="; 0 found
(#1716) Expected 1 space after "="; 0 found
(#1716) Expected 1 space before "+"; 0 found
(#1716) Expected 1 space after "+"; 0 found
(#1716) Variable "Ic" must be all lower-case
(#1716) Expected 1 space before "="; 0 found
(#1716) Expected 1 space after "="; 0 found
(#1716) Variable "T" must be all lower-case
(#1716) Expected 1 space before "=="; 0 found
(#1716) Expected 1 space after "=="; 0 found
(#1716) Expected 1 space before "?"; 0 found
(#1716) Expected 1 space after "?"; 0 found
(#1716) Variable "T" must be all lower-case
(#1716) Expected 1 space before ":"; 0 found
(#1716) Expected 1 space after ":"; 0 found
(#1716) Commas (,) must be followed by white space.
(#1716) Expected 1 space before "=="; 0 found
(#1716) Expected 1 space after "=="; 0 found
(#1716) Variable "T" must be all lower-case
(#1716) Expected 1 space before ">"; 0 found
(#1716) Expected 1 space after ">"; 0 found
(#1716) Variable "Ud" must be all lower-case
(#1716) Expected 1 space before "="; 0 found
(#1716) Expected 1 space after "="; 0 found
(#1716) Commas (,) must be followed by white space.
(#1716) Expected "if (...) {\n"; found "if(...){"
(#1716) Variable "Ud" must be all lower-case
(#1716) Expected "if (...) {\n"; found "if(...){"
(#1716) Expected 1 space before "=="; 0 found
(#1716) Expected 1 space after "=="; 0 found
(#1716) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1716) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1716) Line exceeds maximum limit of 180 characters; contains 536 characters
(#1718) Expected 1 space before "?"; 0 found
(#1718) Expected 1 space after "?"; 0 found
(#1720) Expected 1 space before ":"; 0 found
(#1720) Expected 1 space after ":"; 0 found
(#1721) Closing brace must be on a line by itself
(#1721) Closing brace must be on a line by itself
(#1721) Variable "Ah" must be all lower-case
(#1721) Expected 1 space before "="; 0 found
(#1721) Expected 1 space after "="; 0 found
(#1721) Expected 1 space before "="; 0 found
(#1721) Expected 1 space after "="; 0 found
(#1721) Expected "if (...) {\n"; found "if(...){"
(#1721) Expected 1 space before "=="; 0 found
(#1721) Expected 1 space after "=="; 0 found
(#1721) Expected 1 space before "="; 0 found
(#1721) Expected 1 space after "="; 0 found
(#1721) Inline control structures are not allowed
(#1721) Expected 1 space before "="; 0 found
(#1721) Expected 1 space after "="; 0 found
(#1721) Commas (,) must be followed by white space.
(#1721) Commas (,) must be followed by white space.
(#1721) Commas (,) must be followed by white space.
(#1721) Commas (,) must be followed by white space.
(#1721) Closing brace must be on a line by itself
(#1721) Expected "foreach (...) {\n"; found "foreach(...){"
(#1721) Expected 1 space after "as"; 0 found
(#1721) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1721) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1721) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1722) Expected "if (...) {\n"; found "if(...){"
(#1722) Expected "if (...) {\n"; found "if(...){"
(#1722) Variable "Ud" must be all lower-case
(#1722) Commas (,) must be followed by white space.
(#1722) Variable "Ah" must be all lower-case
(#1722) Expected 1 space before "="; 0 found
(#1722) Expected 1 space after "="; 0 found
(#1722) Commas (,) must be followed by white space.
(#1722) Inline control structures are not allowed
(#1722) Variable "Ah" must be all lower-case
(#1722) Expected 1 space before "=="; 0 found
(#1722) Expected 1 space after "=="; 0 found
(#1722) Closing brace must be on a line by itself
(#1722) Expected "if (...) {\n"; found "if(...){"
(#1722) Variable "Ud" must be all lower-case
(#1722) Inline control structures are not allowed
(#1722) Variable "Ah" must be all lower-case
(#1722) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1722) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1722) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1723) Line indented incorrectly; expected at least 12 spaces, found 0
(#1723) Variable "Cf" must be all lower-case
(#1723) Expected 1 space before "="; 0 found
(#1723) Expected 1 space after "="; 0 found
(#1723) Expected "if (...) {\n"; found "if(...){"
(#1723) Expected "foreach (...) {\n"; found "foreach(...){"
(#1723) Expected 1 space before "as"; 0 found
(#1723) Expected 1 space after "as"; 0 found
(#1723) Commas (,) must be followed by white space.
(#1723) Variable "Ng" must be all lower-case
(#1723) Expected "foreach (...) {\n"; found "foreach(...){"
(#1723) Expected 1 space before "as"; 0 found
(#1723) Expected 1 space after "as"; 0 found
(#1723) Variable "Ng" must be all lower-case
(#1723) Commas (,) must be followed by white space.
(#1723) Commas (,) must be followed by white space.
(#1723) Variable "K" must be all lower-case
(#1723) Expected 1 space before "="; 0 found
(#1723) Expected 1 space after "="; 0 found
(#1723) Variable "Ng" must be all lower-case
(#1723) Variable "K" must be all lower-case
(#1723) Commas (,) must be followed by white space.
(#1723) Variable "Cf" must be all lower-case
(#1723) Expected 1 space before ".="; 0 found
(#1723) Expected 1 space after ".="; 0 found
(#1723) Variable "Ah" must be all lower-case
(#1723) Expected 1 space before "!="; 0 found
(#1723) Expected 1 space after "!="; 0 found
(#1723) Expected 1 space before "?"; 0 found
(#1723) Expected 1 space after "?"; 0 found
(#1723) Variable "Ng" must be all lower-case
(#1723) Variable "K" must be all lower-case
(#1723) Expected 1 space before ":"; 0 found
(#1723) Expected 1 space after ":"; 0 found
(#1723) Closing brace must be on a line by itself
(#1723) Closing brace must be on a line by itself
(#1723) Closing brace must be on a line by itself
(#1723) Expected "if (...) {\n"; found "if(...){"
(#1723) Expected "foreach (...) {\n"; found "foreach(...){"
(#1723) Expected 1 space before "as"; 0 found
(#1723) Expected 1 space after "as"; 0 found
(#1723) Commas (,) must be followed by white space.
(#1723) Commas (,) must be followed by white space.
(#1723) Variable "K" must be all lower-case
(#1723) Expected 1 space before "="; 0 found
(#1723) Expected 1 space after "="; 0 found
(#1723) Variable "K" must be all lower-case
(#1723) Commas (,) must be followed by white space.
(#1723) Variable "Cf" must be all lower-case
(#1723) Expected 1 space before ".="; 0 found
(#1723) Expected 1 space after ".="; 0 found
(#1723) Variable "Ah" must be all lower-case
(#1723) Expected 1 space before "!="; 0 found
(#1723) Expected 1 space after "!="; 0 found
(#1723) Expected 1 space before "?"; 0 found
(#1723) Expected 1 space after "?"; 0 found
(#1723) Variable "K" must be all lower-case
(#1723) Expected 1 space before ":"; 0 found
(#1723) Expected 1 space after ":"; 0 found
(#1723) Closing brace must be on a line by itself
(#1723) Closing brace must be on a line by itself
(#1723) Inline control structures are not allowed
(#1723) Variable "Cf" must be all lower-case
(#1723) Variable "Cf" must be all lower-case
(#1723) Closing brace must be on a line by itself
(#1723) Expected "if (...) {\n"; found "if(...){"
(#1723) Variable "Si" must be all lower-case
(#1723) Expected 1 space before "="; 0 found
(#1723) Expected 1 space after "="; 0 found
(#1723) Expected "foreach (...) {\n"; found "foreach(...){"
(#1723) Expected 1 space before "=>"; 0 found
(#1723) Expected 1 space after "=>"; 0 found
(#1723) Expected 1 space before "as"; 0 found
(#1723) Expected 1 space after "as"; 0 found
(#1723) Commas (,) must be followed by white space.
(#1723) Variable "D" must be all lower-case
(#1723) Expected 1 space before "=>"; 0 found
(#1723) Expected 1 space after "=>"; 0 found
(#1723) Variable "S" must be all lower-case
(#1723) Variable "R" must be all lower-case
(#1723) Expected 1 space before "="; 0 found
(#1723) Expected 1 space after "="; 0 found
(#1723) Expected 1 space before "=="; 0 found
(#1723) Expected 1 space after "=="; 0 found
(#1723) Variable "D" must be all lower-case
(#1723) Commas (,) must be followed by white space.
(#1723) Variable "Lb" must be all lower-case
(#1723) Expected 1 space before "="; 0 found
(#1723) Expected 1 space after "="; 0 found
(#1723) Expected 1 space before "=="; 0 found
(#1723) Expected 1 space after "=="; 0 found
(#1723) Variable "D" must be all lower-case
(#1723) Commas (,) must be followed by white space.
(#1723) Expected "if (...) {\n"; found "if(...){"
(#1723) Variable "R" must be all lower-case
(#1723) Variable "Lb" must be all lower-case
(#1723) Expected "if (...) {\n"; found "if(...){"
(#1723) Variable "Ic" must be all lower-case
(#1723) Expected 1 space before "=="; 0 found
(#1723) Expected 1 space after "=="; 0 found
(#1723) Expected 1 space before "="; 0 found
(#1723) Expected 1 space after "="; 0 found
(#1723) Line exceeds maximum limit of 180 characters; contains 892 characters
(#1723) Line exceeds maximum limit of 180 characters; contains 892 characters
(#1723) Line exceeds maximum limit of 180 characters; contains 892 characters
(#1724) Line indented incorrectly; expected at least 16 spaces, found 0
(#1724) Commas (,) must be followed by white space.
(#1724) Commas (,) must be followed by white space.
(#1724) Closing brace must be on a line by itself
(#1724) Variable "D" must be all lower-case
(#1724) Commas (,) must be followed by white space.
(#1724) Variable "R" must be all lower-case
(#1724) Expected 1 space before "?"; 0 found
(#1724) Expected 1 space after "?"; 0 found
(#1724) Expected 1 space before ":"; 0 found
(#1724) Expected 1 space after ":"; 0 found
(#1724) Commas (,) must be followed by white space.
(#1724) Variable "S" must be all lower-case
(#1724) Expected 1 space before "?"; 0 found
(#1724) Expected 1 space after "?"; 0 found
(#1724) Expected 1 space before ":"; 0 found
(#1724) Expected 1 space after ":"; 0 found
(#1724) Inline control structures are not allowed
(#1724) Variable "S" must be all lower-case
(#1724) Variable "Si" must be all lower-case
(#1724) Expected 1 space before "="; 0 found
(#1724) Expected 1 space after "="; 0 found
(#1724) Variable "D" must be all lower-case
(#1724) Usage of ELSEIF not allowed; use ELSE IF instead
(#1724) Variable "Lb" must be all lower-case
(#1724) Expected 1 space before "="; 0 found
(#1724) Expected 1 space after "="; 0 found
(#1724) Variable "D" must be all lower-case
(#1724) Variable "D" must be all lower-case
(#1724) Commas (,) must be followed by white space.
(#1724) Commas (,) must be followed by white space.
(#1724) Commas (,) must be followed by white space.
(#1724) Variable "D" must be all lower-case
(#1724) Closing brace must be on a line by itself
(#1724) Inline control structures are not allowed
(#1724) Variable "Ud" must be all lower-case
(#1724) Variable "R" must be all lower-case
(#1724) Expected 1 space before "="; 0 found
(#1724) Expected 1 space after "="; 0 found
(#1724) Variable "D" must be all lower-case
(#1724) Expected "if (...) {\n"; found "if(...){"
(#1724) Variable "Ic" must be all lower-case
(#1724) Expected 1 space before "=="; 0 found
(#1724) Expected 1 space after "=="; 0 found
(#1724) Expected 1 space before "!="; 0 found
(#1724) Expected 1 space after "!="; 0 found
(#1724) Expected 1 space before "?"; 0 found
(#1724) Expected 1 space after "?"; 0 found
(#1724) Expected 1 space before ":"; 0 found
(#1724) Expected 1 space after ":"; 0 found
(#1724) Variable "D" must be all lower-case
(#1724) Commas (,) must be followed by white space.
(#1724) Closing brace must be on a line by itself
(#1724) Inline control structures are not allowed
(#1724) Usage of ELSEIF not allowed; use ELSE IF instead
(#1724) Variable "Ud" must be all lower-case
(#1724) Closing brace must be on a line by itself
(#1724) Closing brace must be on a line by itself
(#1724) Inline control structures are not allowed
(#1724) Expected 1 space after "as"; 0 found
(#1724) Line exceeds maximum limit of 180 characters; contains 449 characters
(#1724) Line exceeds maximum limit of 180 characters; contains 449 characters
(#1724) Variable "Si" must be all lower-case
(#1724) Line exceeds maximum limit of 180 characters; contains 449 characters
(#1725) Line indented incorrectly; expected at least 12 spaces, found 0
(#1725) Variable "Ri" must be all lower-case
(#1725) Variable "Ri" must be all lower-case
(#1725) Commas (,) must be followed by white space.
(#1725) Commas (,) must be followed by white space.
(#1725) Inline control structures are not allowed
(#1725) Variable "Ic" must be all lower-case
(#1725) Expected 1 space before "=="; 0 found
(#1725) Expected 1 space after "=="; 0 found
(#1726) Line indented incorrectly; expected at least 12 spaces, found 0
(#1726) Closing brace must be on a line by itself
(#1726) Closing brace must be on a line by itself
(#1726) Closing brace must be on a line by itself
(#1726) Inline control structures are not allowed
(#1726) Variable "Ud" must be all lower-case
(#1726) Closing brace must be on a line by itself
(#1726) Commas (,) must be followed by white space.
(#1726) Commas (,) must be followed by white space.
(#1726) Expected 1 space before "!="; 0 found
(#1726) Expected 1 space after "!="; 0 found
(#1726) Expected 1 space before "?"; 0 found
(#1726) Expected 1 space after "?"; 0 found
(#1726) Expected 1 space before "=>"; 0 found
(#1726) Expected 1 space after "=>"; 0 found
(#1726) Expected 1 space before ":"; 0 found
(#1726) Expected 1 space after ":"; 0 found
(#1726) Commas (,) must be followed by white space.
(#1726) Line exceeds 132 characters; contains 169 characters
(#1726) Line exceeds 132 characters; contains 169 characters
(#1726) Line exceeds 132 characters; contains 169 characters
(#1729) Variable "Pb" must be all lower-case
(#1729) Expected 1 space before "="; 0 found
(#1729) Expected 1 space after "="; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Commas (,) must be followed by white space.
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "Lh" must be all lower-case
(#1729) Expected 1 space before "="; 0 found
(#1729) Expected 1 space after "="; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "Mb" must be all lower-case
(#1729) Expected 1 space before "="; 0 found
(#1729) Expected 1 space after "="; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Commas (,) must be followed by white space.
(#1729) Inline control structures are not allowed
(#1729) Expected 1 space before "=="; 0 found
(#1729) Expected 1 space after "=="; 0 found
(#1729) Variable "Mb" must be all lower-case
(#1729) Expected 1 space before "="; 0 found
(#1729) Expected 1 space after "="; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "K" must be all lower-case
(#1729) Inline control structures are not allowed
(#1729) Variable "K" must be all lower-case
(#1729) Variable "K" must be all lower-case
(#1729) Expected 1 space before "="; 0 found
(#1729) Expected 1 space after "="; 0 found
(#1729) Expected 1 space before "=>"; 0 found
(#1729) Expected 1 space after "=>"; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before "=>"; 0 found
(#1729) Expected 1 space after "=>"; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before "=>"; 0 found
(#1729) Expected 1 space after "=>"; 0 found
(#1729) Expected 1 space before "!="; 0 found
(#1729) Expected 1 space after "!="; 0 found
(#1729) Expected 1 space before "?"; 0 found
(#1729) Expected 1 space after "?"; 0 found
(#1729) Expected 1 space before ":"; 0 found
(#1729) Expected 1 space after ":"; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before "=>"; 0 found
(#1729) Expected 1 space after "=>"; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before "=>"; 0 found
(#1729) Expected 1 space after "=>"; 0 found
(#1729) Expected "if (...) {\n"; found "if(...){"
(#1729) Variable "K" must be all lower-case
(#1729) Variable "K" must be all lower-case
(#1729) Expected 1 space before "="; 0 found
(#1729) Expected 1 space after "="; 0 found
(#1729) Variable "K" must be all lower-case
(#1729) Expected 1 space before "="; 0 found
(#1729) Expected 1 space after "="; 0 found
(#1729) Expected 1 space before "=="; 0 found
(#1729) Expected 1 space after "=="; 0 found
(#1729) Variable "K" must be all lower-case
(#1729) Expected 1 space before "="; 0 found
(#1729) Expected 1 space after "="; 0 found
(#1729) Variable "K" must be all lower-case
(#1729) Closing brace must be on a line by itself
(#1729) Commas (,) must be followed by white space.
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "K" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Commas (,) must be followed by white space.
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "K" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before "=="; 0 found
(#1729) Expected 1 space after "=="; 0 found
(#1729) Expected 1 space before "?"; 0 found
(#1729) Expected 1 space after "?"; 0 found
(#1729) Expected 1 space before ":"; 0 found
(#1729) Expected 1 space after ":"; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "Pb" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "K" must be all lower-case
(#1729) Expected 1 space before "?"; 0 found
(#1729) Expected 1 space after "?"; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "K" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before ":"; 0 found
(#1729) Expected 1 space after ":"; 0 found
(#1729) Expected 1 space before "?"; 0 found
(#1729) Expected 1 space after "?"; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "K" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before ":"; 0 found
(#1729) Expected 1 space after ":"; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "Lh" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "K" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "K" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before "?"; 0 found
(#1729) Expected 1 space after "?"; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "K" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before ":"; 0 found
(#1729) Expected 1 space after ":"; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "Mb" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "K" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Line exceeds maximum limit of 180 characters; contains 1145 characters
(#1729) Line exceeds maximum limit of 180 characters; contains 1145 characters
(#1729) Line exceeds maximum limit of 180 characters; contains 1145 characters
(#1730) Commas (,) must be followed by white space.
(#1730) Commas (,) must be followed by white space.
(#1731) Commas (,) must be followed by white space.
(#1731) Commas (,) must be followed by white space.
(#1734) Commas (,) must be followed by white space.
(#1734) Expected 1 space before "="; 0 found
(#1734) Expected 1 space after "="; 0 found
(#1734) Expected "if (...) {\n"; found "if(...){"
(#1734) Expected 1 space before "!="; 0 found
(#1734) Expected 1 space after "!="; 0 found
(#1734) Expected 1 space before "="; 0 found
(#1734) Expected 1 space after "="; 0 found
(#1734) Expected 1 space before "!="; 0 found
(#1734) Expected 1 space after "!="; 0 found
(#1734) Expected 1 space before "?"; 0 found
(#1734) Expected 1 space after "?"; 0 found
(#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) Commas (,) must be followed by white space.
(#1734) Commas (,) must be followed by white space.
(#1734) Commas (,) must be followed by white space.
(#1734) Variable "Si" must be all lower-case
(#1734) Expected 1 space before "="; 0 found
(#1734) Expected 1 space after "="; 0 found
(#1734) Variable "Mh" must be all lower-case
(#1734) Expected 1 space before "="; 0 found
(#1734) Expected 1 space after "="; 0 found
(#1734) Expected "foreach (...) {\n"; found "foreach(...){"
(#1734) Expected 1 space before "=>"; 0 found
(#1734) Expected 1 space after "=>"; 0 found
(#1734) Expected 1 space after "as"; 0 found
(#1734) Line exceeds maximum limit of 180 characters; contains 550 characters
(#1734) Line exceeds maximum limit of 180 characters; contains 550 characters
(#1734) Variable "Mh" must be all lower-case
(#1734) Line exceeds maximum limit of 180 characters; contains 550 characters
(#1735) Line indented incorrectly; expected at least 4 spaces, found 0
(#1735) Variable "D" must be all lower-case
(#1735) Expected 1 space before "=>"; 0 found
(#1735) Expected 1 space after "=>"; 0 found
(#1735) Variable "U" must be all lower-case
(#1735) Expected 1 space before "="; 0 found
(#1735) Expected 1 space after "="; 0 found
(#1735) Commas (,) must be followed by white space.
(#1735) Commas (,) must be followed by white space.
(#1735) Variable "D" must be all lower-case
(#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) 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) Variable "D" must be all lower-case
(#1735) Expected 1 space before "="; 0 found
(#1735) Expected 1 space after "="; 0 found
(#1735) Commas (,) must be followed by white space.
(#1735) Variable "D" must be all lower-case
(#1735) Commas (,) must be followed by white space.
(#1735) Commas (,) must be followed by white space.
(#1735) Variable "D" must be all lower-case
(#1735) Commas (,) must be followed by white space.
(#1735) Commas (,) must be followed by white space.
(#1735) Inline control structures are not allowed
(#1735) Variable "U" must be all lower-case
(#1735) Expected 1 space before "!=="; 0 found
(#1735) Expected 1 space after "!=="; 0 found
(#1735) Commas (,) must be followed by white space.
(#1735) Variable "U" must be all lower-case
(#1735) Variable "Si" must be all lower-case
(#1735) Expected 1 space before ".="; 0 found
(#1735) Expected 1 space after ".="; 0 found
(#1735) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1735) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1735) Inline control structures are not allowed
(#1735) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1736) Line indented incorrectly; expected at least 8 spaces, found 0
(#1736) Variable "D" must be all lower-case
(#1736) Commas (,) must be followed by white space.
(#1736) Variable "D" must be all lower-case
(#1736) Commas (,) must be followed by white space.
(#1736) Closing brace must be on a line by itself
(#1736) Variable "Si" must be all lower-case
(#1736) Inline control structures are not allowed
(#1736) Variable "Mh" must be all lower-case
(#1736) Line exceeds 132 characters; contains 152 characters
(#1736) Line exceeds 132 characters; contains 152 characters
(#1736) Line exceeds 132 characters; contains 152 characters
(#1737) Closing brace must be on a line by itself
(#1737) Expected "} else {\n"; found "}else{"
(#1737) Commas (,) must be followed by white space.
(#1737) Expected 1 space before "=="; 0 found
(#1737) Expected 1 space after "=="; 0 found
(#1737) Expected 1 space before "?"; 0 found
(#1737) Expected 1 space after "?"; 0 found
(#1737) Expected 1 space before ":"; 0 found
(#1737) Expected 1 space after ":"; 0 found
(#1737) Commas (,) must be followed by white space.
(#1737) Commas (,) must be followed by white space.
(#1737) Commas (,) must be followed by white space.
(#1737) Expected 1 space before "="; 0 found
(#1737) Expected 1 space after "="; 0 found
(#1737) Expected "if (...) {\n"; found "if(...){"
(#1737) Expected "foreach (...) {\n"; found "foreach(...){"
(#1737) Expected 1 space after "as"; 0 found
(#1737) Line exceeds maximum limit of 180 characters; contains 353 characters
(#1737) Line exceeds maximum limit of 180 characters; contains 353 characters
(#1737) Line exceeds maximum limit of 180 characters; contains 353 characters
(#1738) Line indented incorrectly; expected at least 8 spaces, found 0
(#1738) Expected "if (...) {\n"; found "if(...){"
(#1738) Expected 1 space before "="; 0 found
(#1738) Expected 1 space after "="; 0 found
(#1738) Commas (,) must be followed by white space.
(#1738) Commas (,) must be followed by white space.
(#1738) Commas (,) must be followed by white space.
(#1738) Commas (,) must be followed by white space.
(#1738) Expected 1 space before "=="; 0 found
(#1738) Expected 1 space after "=="; 0 found
(#1738) Expected 1 space before "=="; 0 found
(#1738) Expected 1 space after "=="; 0 found
(#1738) Commas (,) must be followed by white space.
(#1738) Commas (,) must be followed by white space.
(#1738) Commas (,) must be followed by white space.
(#1738) Closing brace must be on a line by itself
(#1738) Closing brace must be on a line by itself
(#1738) Closing brace must be on a line by itself
(#1738) Line exceeds 132 characters; contains 164 characters
(#1738) Line exceeds 132 characters; contains 164 characters
(#1738) Line exceeds 132 characters; contains 164 characters
(#1738) Inline control structures are not allowed
(#1739) Closing brace must be on a line by itself
(#1741) Variable "Wc" must be all lower-case
(#1741) Expected 1 space before "="; 0 found
(#1741) Expected 1 space after "="; 0 found
(#1741) Expected "foreach (...) {\n"; found "foreach(...){"
(#1741) Expected 1 space before "=>"; 0 found
(#1741) Expected 1 space after "=>"; 0 found
(#1741) Expected 1 space after "as"; 0 found
(#1742) Expected 1 space before "=>"; 0 found
(#1742) Expected 1 space after "=>"; 0 found
(#1742) Variable "X" must be all lower-case
(#1742) Expected "if (...) {\n"; found "if(...){"
(#1742) Expected 1 space before "!="; 0 found
(#1742) Expected 1 space after "!="; 0 found
(#1742) Variable "X" must be all lower-case
(#1742) Expected 1 space before ">"; 0 found
(#1742) Expected 1 space after ">"; 0 found
(#1742) Variable "Wc" must be all lower-case
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Variable "Wc" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Closing brace must be on a line by itself
(#1742) Closing brace must be on a line by itself
(#1742) Closing brace must be on a line by itself
(#1742) Usage of ELSEIF not allowed; use ELSE IF instead
(#1742) Variable "I" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Expected 1 space before "=="; 0 found
(#1742) Expected 1 space after "=="; 0 found
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Variable "I" must be all lower-case
(#1742) Inline control structures are not allowed
(#1742) Variable "I" must be all lower-case
(#1742) Variable "I" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Commas (,) must be followed by white space.
(#1742) Inline control structures are not allowed
(#1742) Variable "K" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Variable "I" must be all lower-case
(#1742) Variable "K" must be all lower-case
(#1742) Variable "K" must be all lower-case
(#1742) Variable "K" must be all lower-case
(#1742) Variable "K" must be all lower-case
(#1742) Inline control structures are not allowed
(#1742) Expected 1 space before "!="; 0 found
(#1742) Expected 1 space after "!="; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Closing brace must be on a line by itself
(#1742) Usage of ELSEIF not allowed; use ELSE IF instead
(#1742) Expected "if (...) {\n"; found "if(...){"
(#1742) Commas (,) must be followed by white space.
(#1742) Commas (,) must be followed by white space.
(#1742) Commas (,) must be followed by white space.
(#1742) Closing brace must be on a line by itself
(#1742) Expected "if (...) {\n"; found "if(...){"
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Closing brace must be on a line by itself
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Expected "if (...) {\n"; found "if(...){"
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Inline control structures are not allowed
(#1742) Variable "H" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Usage of ELSEIF not allowed; use ELSE IF instead
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "H" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Closing brace must be on a line by itself
(#1742) Inline control structures are not allowed
(#1742) Variable "H" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Expected "if (...) {\n"; found "if(...){"
(#1742) Variable "H" must be all lower-case
(#1742) Inline control structures are not allowed
(#1742) Commas (,) must be followed by white space.
(#1742) Commas (,) must be followed by white space.
(#1742) Expected 1 space before "*"; 0 found
(#1742) Expected 1 space after "*"; 0 found
(#1742) Variable "H" must be all lower-case
(#1742) Expected 1 space before "+"; 0 found
(#1742) Expected 1 space after "+"; 0 found
(#1742) Expected 1 space before "+"; 0 found
(#1742) Expected 1 space after "+"; 0 found
(#1742) Expected "if (...) {\n"; found "if(...){"
(#1742) Variable "H" must be all lower-case
(#1742) Expected 1 space before "!="; 0 found
(#1742) Expected 1 space after "!="; 0 found
(#1742) Variable "H" must be all lower-case
(#1742) Expected 1 space before "<"; 0 found
(#1742) Expected 1 space after "<"; 0 found
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Variable "H" must be all lower-case
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "H" must be all lower-case
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Expected "if (...) {\n"; found "if(...){"
(#1742) Expected 1 space before "!="; 0 found
(#1742) Expected 1 space after "!="; 0 found
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Commas (,) must be followed by white space.
(#1742) Closing brace must be on a line by itself
(#1742) Closing brace must be on a line by itself
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Variable "Vb" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Variable "E" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Inline control structures are not allowed
(#1742) Expected 1 space before "!="; 0 found
(#1742) Expected 1 space after "!="; 0 found
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Variable "Jf" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Expected 1 space before "=="; 0 found
(#1742) Expected 1 space after "=="; 0 found
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) The use of backticks in strings is not recommended
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Expected 1 space before "=="; 0 found
(#1742) Expected 1 space after "=="; 0 found
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) The use of backticks in strings is not recommended
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Expected 1 space before "=="; 0 found
(#1742) Expected 1 space after "=="; 0 found
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Expected 1 space before "=="; 0 found
(#1742) Expected 1 space after "=="; 0 found
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Expected "while (...) {\n"; found "while(...){"
(#1742) Variable "H" must be all lower-case
(#1742) Expected 1 space before "!="; 0 found
(#1742) Expected 1 space after "!="; 0 found
(#1742) Expected "if (...) {\n"; found "if(...){"
(#1742) Variable "E" must be all lower-case
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "H" must be all lower-case
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "C" must be all lower-case
(#1742) Variable "Vb" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Variable "C" must be all lower-case
(#1742) Variable "H" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Variable "H" must be all lower-case
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "C" must be all lower-case
(#1742) Closing brace must be on a line by itself
(#1742) Expected "} else {\n"; found "}else{"
(#1742) Variable "Vb" must be all lower-case
(#1742) Variable "Jf" must be all lower-case
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "H" must be all lower-case
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "C" must be all lower-case
(#1742) Commas (,) must be followed by white space.
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "E" must be all lower-case
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "Xf" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Variable "C" must be all lower-case
(#1742) Inline control structures are not allowed
(#1742) Variable "H" must be all lower-case
(#1742) Expected 1 space before ".="; 0 found
(#1742) Expected 1 space after ".="; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Inline control structures are not allowed
(#1742) Variable "H" must be all lower-case
(#1742) Expected 1 space before "=="; 0 found
(#1742) Expected 1 space after "=="; 0 found
(#1742) Variable "E" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Variable "Xf" must be all lower-case
(#1742) Expected 1 space before "+"; 0 found
(#1742) Expected 1 space after "+"; 0 found
(#1742) Expected "if (...) {\n"; found "if(...){"
(#1742) Expected 1 space before "!="; 0 found
(#1742) Expected 1 space after "!="; 0 found
(#1742) Variable "Vb" must be all lower-case
(#1742) Expected "while (...) {\n"; found "while(...){"
(#1742) Expected 1 space before "=="; 0 found
(#1742) Expected 1 space after "=="; 0 found
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Expected 1 space before "=="; 0 found
(#1742) Expected 1 space after "=="; 0 found
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "H" must be all lower-case
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "C" must be all lower-case
(#1742) Commas (,) must be followed by white space.
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "E" must be all lower-case
(#1742) Variable "Rg" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Variable "C" must be all lower-case
(#1742) Inline control structures are not allowed
(#1742) Variable "Rg" must be all lower-case
(#1742) Variable "H" must be all lower-case
(#1742) Expected 1 space before ".="; 0 found
(#1742) Expected 1 space after ".="; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "E" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Variable "C" must be all lower-case
(#1742) Expected 1 space before "+"; 0 found
(#1742) Expected 1 space after "+"; 0 found
(#1742) Variable "Rg" must be all lower-case
(#1742) Inline control structures are not allowed
(#1742) Variable "Rg" must be all lower-case
(#1742) Expected 1 space before "!="; 0 found
(#1742) Expected 1 space after "!="; 0 found
(#1742) Closing brace must be on a line by itself
(#1742) Closing brace must be on a line by itself
(#1742) Closing brace must be on a line by itself
(#1742) Expected "} else {\n"; found "}else{"
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Variable "H" must be all lower-case
(#1742) Commas (,) must be followed by white space.
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "Xf" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Expected "if (...) {\n"; found "if(...){"
(#1742) Expected 1 space before "=="; 0 found
(#1742) Expected 1 space after "=="; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Commas (,) must be followed by white space.
(#1742) Variable "C" must be all lower-case
(#1742) Commas (,) must be followed by white space.
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Inline control structures are not allowed
(#1742) Closing brace must be on a line by itself
(#1742) Expected "} else {\n"; found "}else{"
(#1742) Expected "if (...) {\n"; found "if(...){"
(#1742) Closing brace must be on a line by itself
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Inline control structures are not allowed
(#1742) Commas (,) must be followed by white space.
(#1742) Expected "do {\n...} while (...);\n"; found "do{...}while(...);"
(#1742) Variable "I" must be all lower-case
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Expected "if (...) {\n"; found "if(...){"
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Commas (,) must be followed by white space.
(#1742) Expected 1 space before "?"; 0 found
(#1742) Expected 1 space after "?"; 0 found
(#1742) Expected 1 space before ":"; 0 found
(#1742) Expected 1 space after ":"; 0 found
(#1742) Expected 1 space before "="; 0 found
(#1742) Expected 1 space after "="; 0 found
(#1742) Inline control structures are not allowed
(#1742) Line exceeds maximum limit of 180 characters; contains 3759 characters
(#1742) Line exceeds maximum limit of 180 characters; contains 3759 characters
(#1742) Line exceeds maximum limit of 180 characters; contains 3759 characters
(#1743) Line indented incorrectly; expected at least 40 spaces, found 0
(#1743) Closing brace must be on a line by itself
(#1743) Expected "} else {\n"; found "}else{"
(#1743) Variable "Wh" must be all lower-case
(#1743) Expected 1 space before "="; 0 found
(#1743) Expected 1 space after "="; 0 found
(#1743) Expected 1 space before "<"; 0 found
(#1743) Expected 1 space after "<"; 0 found
(#1743) Expected 1 space before "?"; 0 found
(#1743) Expected 1 space after "?"; 0 found
(#1743) Expected 1 space before ":"; 0 found
(#1743) Expected 1 space after ":"; 0 found
(#1743) Variable "_a" must not contain underscores.
(#1743) Expected 1 space before "="; 0 found
(#1743) Expected 1 space after "="; 0 found
(#1743) Variable "Vi" must be all lower-case
(#1743) Expected 1 space before "="; 0 found
(#1743) Expected 1 space after "="; 0 found
(#1743) Expected 1 space before "?"; 0 found
(#1743) Expected 1 space after "?"; 0 found
(#1743) Expected 1 space before ":"; 0 found
(#1743) Expected 1 space after ":"; 0 found
(#1743) Variable "Wi" must be all lower-case
(#1743) Expected 1 space before "="; 0 found
(#1743) Expected 1 space after "="; 0 found
(#1743) Inline control structures are not allowed
(#1743) Variable "Vi" must be all lower-case
(#1743) Variable "Wh" must be all lower-case
(#1743) Expected 1 space before ".="; 0 found
(#1743) Expected 1 space after ".="; 0 found
(#1743) Variable "Wi" must be all lower-case
(#1743) Variable "Wi" must be all lower-case
(#1743) Commas (,) must be followed by white space.
(#1743) Variable "Fc" must be all lower-case
(#1743) Expected 1 space before "="; 0 found
(#1743) Expected 1 space after "="; 0 found
(#1743) Variable "Gc" must be all lower-case
(#1743) Expected 1 space before "="; 0 found
(#1743) Expected 1 space after "="; 0 found
(#1743) Expected "if (...) {\n"; found "if(...){"
(#1743) Variable "I" must be all lower-case
(#1743) Variable "_" must not contain underscores.
(#1743) Expected 1 space before "="; 0 found
(#1743) Expected 1 space after "="; 0 found
(#1743) Expected 1 space before "="; 0 found
(#1743) Expected 1 space after "="; 0 found
(#1743) Variable "I" 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) Variable "_" must not contain underscores.
(#1743) Expected "if (...) {\n"; found "if(...){"
(#1743) Variable "Ze" must be all lower-case
(#1743) Expected 1 space before "="; 0 found
(#1743) Expected 1 space after "="; 0 found
(#1743) Variable "I" must be all lower-case
(#1743) Variable "Ze" must be all lower-case
(#1743) Expected 1 space before "?"; 0 found
(#1743) Expected 1 space after "?"; 0 found
(#1743) Variable "_" must not contain underscores.
(#1743) Variable "Ze" must be all lower-case
(#1743) Expected 1 space before ">"; 0 found
(#1743) Expected 1 space after ">"; 0 found
(#1743) Variable "_" must not contain underscores.
(#1743) Expected 1 space before "?"; 0 found
(#1743) Expected 1 space after "?"; 0 found
(#1743) Commas (,) must be followed by white space.
(#1743) Variable "_" must not contain underscores.
(#1743) Expected 1 space before ":"; 0 found
(#1743) Expected 1 space after ":"; 0 found
(#1743) Commas (,) must be followed by white space.
(#1743) Variable "Ze" 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) Variable "Wh" must be all lower-case
(#1743) Inline control structures are not allowed
(#1743) Commas (,) must be followed by white space.
(#1743) Variable "Fc" 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) Variable "Gc" must be all lower-case
(#1743) Variable "Gc" must be all lower-case
(#1743) Commas (,) must be followed by white space.
(#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) Closing brace must be on a line by itself
(#1743) Closing brace must be on a line by itself
(#1743) Expected "} else {\n"; found "}else{"
(#1743) Expected "if (...) {\n"; found "if(...){"
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Closing brace must be on a line by itself
(#1743) Inline control structures are not allowed
(#1743) Commas (,) must be followed by white space.
(#1743) Variable "_a" must not contain underscores.
(#1743) Variable "Wh" must be all lower-case
(#1743) Closing brace must be on a line by itself
(#1743) Variable "Vi" must be all lower-case
(#1743) Expected 1 space before "?"; 0 found
(#1743) Expected 1 space after "?"; 0 found
(#1743) Variable "Wi" must be all lower-case
(#1743) Expected 1 space before ":"; 0 found
(#1743) Expected 1 space after ":"; 0 found
(#1743) Expected "if (...) {\n"; found "if(...){"
(#1743) Variable "Fc" must be all lower-case
(#1743) Variable "Gc" must be all lower-case
(#1743) Variable "Fc" must be all lower-case
(#1743) Commas (,) must be followed by white space.
(#1743) Commas (,) must be followed by white space.
(#1743) Closing brace must be on a line by itself
(#1743) Closing brace must be on a line by itself
(#1743) Expected 1 space before "="; 0 found
(#1743) Expected 1 space after "="; 0 found
(#1743) Closing brace must be on a line by itself
(#1743) Closing brace must be on a line by itself
(#1743) Variable "H" must be all lower-case
(#1743) Expected 1 space before "="; 0 found
(#1743) Expected 1 space after "="; 0 found
(#1743) Variable "H" must be all lower-case
(#1743) Commas (,) must be followed by white space.
(#1743) Variable "E" must be all lower-case
(#1743) Variable "E" must be all lower-case
(#1743) Expected 1 space before "="; 0 found
(#1743) Expected 1 space after "="; 0 found
(#1743) Closing brace must be on a line by itself
(#1743) Closing brace must be on a line by itself
(#1743) Closing brace must be on a line by itself
(#1743) Closing brace must be on a line by itself
(#1743) Inline control structures are not allowed
(#1743) Usage of ELSEIF not allowed; use ELSE IF instead
(#1743) Commas (,) must be followed by white space.
(#1743) Expected 1 space before "-"; 0 found
(#1743) Expected 1 space after "-"; 0 found
(#1743) Commas (,) must be followed by white space.
(#1743) Closing brace must be on a line by itself
(#1743) Inline control structures are not allowed
(#1743) Usage of ELSEIF not allowed; use ELSE IF instead
(#1743) Expected 1 space before ">"; 0 found
(#1743) Expected 1 space after ">"; 0 found
(#1743) Commas (,) must be followed by white space.
(#1743) Closing brace must be on a line by itself
(#1743) Line exceeds maximum limit of 180 characters; contains 1911 characters
(#1743) Line exceeds maximum limit of 180 characters; contains 1911 characters
(#1743) Inline control structures are not allowed
(#1743) Line exceeds maximum limit of 180 characters; contains 1911 characters
(#1744) Variable "H" must be all lower-case
(#1744) Closing brace must be on a line by itself
(#1746) Variable "Cc" must be all lower-case
(#1746) Expected 1 space before "="; 0 found
(#1746) Expected 1 space after "="; 0 found
(#1746) Expected "if (...) {\n"; found "if(...){"
(#1746) Expected 1 space before "="; 0 found
(#1746) Expected 1 space after "="; 0 found
(#1746) Inline control structures are not allowed
(#1746) Expected 1 space before "="; 0 found
(#1746) Expected 1 space after "="; 0 found
(#1746) Inline control structures are not allowed
(#1746) Usage of ELSEIF not allowed; use ELSE IF instead
(#1746) Expected 1 space before "=="; 0 found
(#1746) Expected 1 space after "=="; 0 found
(#1746) Expected 1 space before "="; 0 found
(#1746) Expected 1 space after "="; 0 found
(#1746) Inline control structures are not allowed
(#1746) Usage of ELSEIF not allowed; use ELSE IF instead
(#1746) Expected 1 space before "!="; 0 found
(#1746) Expected 1 space after "!="; 0 found
(#1746) Expected 1 space before "="; 0 found
(#1746) Expected 1 space after "="; 0 found
(#1746) Commas (,) must be followed by white space.
(#1746) Commas (,) must be followed by white space.
(#1746) Expected 1 space before "?"; 0 found
(#1746) Expected 1 space after "?"; 0 found
(#1746) Expected 1 space before ":"; 0 found
(#1746) Expected 1 space after ":"; 0 found
(#1746) Commas (,) must be followed by white space.
(#1746) Variable "Cc" must be all lower-case
(#1746) Commas (,) must be followed by white space.
(#1746) Expected 1 space before "?"; 0 found
(#1746) Expected 1 space after "?"; 0 found
(#1746) Expected 1 space before ":"; 0 found
(#1746) Expected 1 space after ":"; 0 found
(#1746) Closing brace must be on a line by itself
(#1746) Expected "} else {\n"; found "}else{"
(#1746) Commas (,) must be followed by white space.
(#1746) Expected 1 space before "?"; 0 found
(#1746) Expected 1 space after "?"; 0 found
(#1746) Variable "Cc" must be all lower-case
(#1746) Expected 1 space before ":"; 0 found
(#1746) Expected 1 space after ":"; 0 found
(#1746) Commas (,) must be followed by white space.
(#1746) Commas (,) must be followed by white space.
(#1746) Commas (,) must be followed by white space.
(#1746) Commas (,) must be followed by white space.
(#1746) Expected 1 space before "?"; 0 found
(#1746) Expected 1 space after "?"; 0 found
(#1746) Expected 1 space before ":"; 0 found
(#1746) Expected 1 space after ":"; 0 found
(#1746) Commas (,) must be followed by white space.
(#1746) Commas (,) must be followed by white space.
(#1746) Commas (,) must be followed by white space.
(#1746) Closing brace must be on a line by itself
(#1746) Line exceeds maximum limit of 180 characters; contains 910 characters
(#1746) Line exceeds maximum limit of 180 characters; contains 910 characters
(#1746) Line exceeds maximum limit of 180 characters; contains 910 characters
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1747) Expected 1 space before "?"; 0 found
(#1747) Expected 1 space after "?"; 0 found
(#1747) Expected 1 space before ":"; 0 found
(#1747) Expected 1 space after ":"; 0 found
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1747) Expected 1 space before "?"; 0 found
(#1747) Expected 1 space after "?"; 0 found
(#1747) Expected 1 space before ":"; 0 found
(#1747) Expected 1 space after ":"; 0 found
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1747) Expected "if (...) {\n"; found "if(...){"
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1747) Expected 1 space before "!="; 0 found
(#1747) Expected 1 space after "!="; 0 found
(#1747) Expected "for (...) {\n"; found "for(...){"
(#1747) Expected 1 space after first semicolon of FOR loop; 0 found
(#1747) Expected 1 space after second semicolon of FOR loop; 0 found
(#1747) Variable "X" must be all lower-case
(#1747) Expected 1 space before "="; 0 found
(#1747) Expected 1 space after "="; 0 found
(#1747) Variable "X" must be all lower-case
(#1747) Variable "X" must be all lower-case
(#1747) Expected 1 space before "="; 0 found
(#1747) Expected 1 space after "="; 0 found
(#1747) Expected 1 space before "="; 0 found
(#1747) Expected 1 space after "="; 0 found
(#1747) Commas (,) must be followed by white space.
(#1747) Variable "Wh" must be all lower-case
(#1747) Commas (,) must be followed by white space.
(#1747) Expected 1 space before "="; 0 found
(#1747) Expected 1 space after "="; 0 found
(#1747) Variable "X" must be all lower-case
(#1747) Commas (,) must be followed by white space.
(#1747) Variable "Wh" must be all lower-case
(#1747) Commas (,) must be followed by white space.
(#1747) Variable "Wh" must be all lower-case
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1747) Expected 1 space before "?"; 0 found
(#1747) Expected 1 space after "?"; 0 found
(#1747) Expected 1 space before ":"; 0 found
(#1747) Expected 1 space after ":"; 0 found
(#1747) Closing brace must be on a line by itself
(#1747) Commas (,) must be followed by white space.
(#1747) Commas (,) must be followed by white space.
(#1747) Closing brace must be on a line by itself
(#1747) Line exceeds maximum limit of 180 characters; contains 896 characters
(#1747) Line exceeds maximum limit of 180 characters; contains 896 characters
(#1747) Line exceeds maximum limit of 180 characters; contains 896 characters
(#1748) Closing brace must be on a line by itself
(#1748) Usage of ELSEIF not allowed; use ELSE IF instead
(#1748) Expected 1 space before "="; 0 found
(#1748) Expected 1 space after "="; 0 found
(#1748) Expected 1 space before "="; 0 found
(#1748) Expected 1 space after "="; 0 found
(#1748) Variable "Z" must be all lower-case
(#1748) Expected 1 space before "="; 0 found
(#1748) Expected 1 space after "="; 0 found
(#1748) Expected 1 space before "?"; 0 found
(#1748) Expected 1 space after "?"; 0 found
(#1748) Expected 1 space before "=="; 0 found
(#1748) Expected 1 space after "=="; 0 found
(#1748) Expected 1 space before "?"; 0 found
(#1748) Expected 1 space after "?"; 0 found
(#1748) Commas (,) must be followed by white space.
(#1748) Expected 1 space before ":"; 0 found
(#1748) Expected 1 space after ":"; 0 found
(#1748) Expected 1 space before ":"; 0 found
(#1748) Expected 1 space after ":"; 0 found
(#1748) Commas (,) must be followed by white space.
(#1748) Variable "Ci" must be all lower-case
(#1748) Expected 1 space before "="; 0 found
(#1748) Expected 1 space after "="; 0 found
(#1748) Expected 1 space before "?"; 0 found
(#1748) Expected 1 space after "?"; 0 found
(#1748) Expected 1 space before ":"; 0 found
(#1748) Expected 1 space after ":"; 0 found
(#1748) Variable "Z" must be all lower-case
(#1748) Expected "foreach (...) {\n"; found "foreach(...){"
(#1748) Expected 1 space before "=>"; 0 found
(#1748) Expected 1 space after "=>"; 0 found
(#1748) Expected 1 space after "as"; 0 found
(#1748) Line exceeds maximum limit of 180 characters; contains 247 characters
(#1748) Line exceeds maximum limit of 180 characters; contains 247 characters
(#1748) Line exceeds maximum limit of 180 characters; contains 247 characters
(#1749) Line indented incorrectly; expected at least 4 spaces, found 0
(#1749) Variable "D" must be all lower-case
(#1749) Expected 1 space before "=>"; 0 found
(#1749) Expected 1 space after "=>"; 0 found
(#1749) Inline control structures are not allowed
(#1749) Variable "Ci" must be all lower-case
(#1749) Expected 1 space before "?"; 0 found
(#1749) Expected 1 space after "?"; 0 found
(#1749) Expected 1 space before ":"; 0 found
(#1749) Expected 1 space after ":"; 0 found
(#1749) Expected 1 space before "=="; 0 found
(#1749) Expected 1 space after "=="; 0 found
(#1749) Variable "D" must be all lower-case
(#1749) Closing brace must be on a line by itself
(#1749) Expected "if (...) {\n"; found "if(...){"
(#1749) Variable "B" must be all lower-case
(#1749) Expected 1 space before "="; 0 found
(#1749) Expected 1 space after "="; 0 found
(#1749) Inline control structures are not allowed
(#1749) Variable "B" must be all lower-case
(#1749) Expected 1 space before "="; 0 found
(#1749) Expected 1 space after "="; 0 found
(#1749) Variable "Ci" must be all lower-case
(#1749) Expected 1 space before "?"; 0 found
(#1749) Expected 1 space after "?"; 0 found
(#1749) Expected 1 space before ":"; 0 found
(#1749) Expected 1 space after ":"; 0 found
(#1749) Inline control structures are not allowed
(#1749) Usage of ELSEIF not allowed; use ELSE IF instead
(#1749) Commas (,) must be followed by white space.
(#1749) Variable "B" must be all lower-case
(#1749) Variable "B" must be all lower-case
(#1749) Expected 1 space before "="; 0 found
(#1749) Expected 1 space after "="; 0 found
(#1749) Expected 1 space before "="; 0 found
(#1749) Expected 1 space after "="; 0 found
(#1749) Expected 1 space before "="; 0 found
(#1749) Expected 1 space after "="; 0 found
(#1749) Commas (,) must be followed by white space.
(#1749) Expected 1 space before "="; 0 found
(#1749) Expected 1 space after "="; 0 found
(#1749) Variable "Z" must be all lower-case
(#1749) Inline control structures are not allowed
(#1749) Variable "B" must be all lower-case
(#1749) Commas (,) must be followed by white space.
(#1749) Commas (,) must be followed by white space.
(#1749) Commas (,) must be followed by white space.
(#1749) Commas (,) must be followed by white space.
(#1749) Variable "P" must be all lower-case
(#1749) Expected 1 space before "="; 0 found
(#1749) Expected 1 space after "="; 0 found
(#1749) Expected "foreach (...) {\n"; found "foreach(...){"
(#1749) Expected 1 space before "=>"; 0 found
(#1749) Expected 1 space after "=>"; 0 found
(#1749) Expected 1 space after "as"; 0 found
(#1749) Line exceeds maximum limit of 180 characters; contains 467 characters
(#1749) Line exceeds maximum limit of 180 characters; contains 467 characters
(#1749) Line exceeds maximum limit of 180 characters; contains 467 characters
(#1750) Line indented incorrectly; expected at least 12 spaces, found 0
(#1750) Variable "D" 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) Inline control structures are not allowed
(#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) Variable "P" must be all lower-case
(#1750) Variable "D" 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) Closing brace must be on a line by itself
(#1750) Expected "if (...) {\n"; found "if(...){"
(#1750) Variable "Ci" must be all lower-case
(#1750) Inline control structures are not allowed
(#1750) Variable "P" must be all lower-case
(#1750) Variable "B" must be all lower-case
(#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) Commas (,) must be followed by white space.
(#1750) Variable "P" must be all lower-case
(#1750) Commas (,) must be followed by white space.
(#1750) Commas (,) must be followed by white space.
(#1750) Expected "if (...) {\n"; found "if(...){"
(#1750) Closing brace must be on a line by itself
(#1750) Closing brace must be on a line by itself
(#1750) Expected "} else {\n"; found "}else{"
(#1750) Variable "I" must be all lower-case
(#1750) Expected 1 space before "="; 0 found
(#1750) Expected 1 space after "="; 0 found
(#1750) Commas (,) must be followed by white space.
(#1750) Variable "P" 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 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 "B" must be all lower-case
(#1750) Commas (,) must be followed by white space.
(#1750) Commas (,) must be followed by white space.
(#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) Commas (,) must be followed by white space.
(#1750) Variable "I" must be all lower-case
(#1750) Closing brace must be on a line by itself
(#1750) Closing brace must be on a line by itself
(#1750) Closing brace must be on a line by itself
(#1750) Variable "K" 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) Variable "K" must be all lower-case
(#1750) Expected 1 space before "="; 0 found
(#1750) Expected 1 space after "="; 0 found
(#1750) Usage of ELSEIF not allowed; use ELSE IF instead
(#1750) Variable "Z" must be all lower-case
(#1750) Variable "M" must be all lower-case
(#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 "=>"; 0 found
(#1750) Expected 1 space after "=>"; 0 found
(#1750) Expected 1 space after "as"; 0 found
(#1750) Line exceeds maximum limit of 180 characters; contains 412 characters
(#1750) Line exceeds maximum limit of 180 characters; contains 412 characters
(#1750) Line exceeds maximum limit of 180 characters; contains 412 characters
(#1751) Line indented incorrectly; expected at least 8 spaces, found 0
(#1751) Variable "D" 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) Variable "Ha" 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) Variable "Ha" 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) Expected 1 space before "=="; 0 found
(#1751) Expected 1 space after "=="; 0 found
(#1751) Commas (,) must be followed by white space.
(#1751) Variable "Ha" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Variable "D" must be all lower-case
(#1751) Variable "M" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Variable "Ha" must be all lower-case
(#1751) Expected 1 space before "?"; 0 found
(#1751) Expected 1 space after "?"; 0 found
(#1751) Variable "Ha" must be all lower-case
(#1751) Expected 1 space before ":"; 0 found
(#1751) Expected 1 space after ":"; 0 found
(#1751) Variable "D" 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) Variable "K" 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) Variable "M" 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) Variable "M" must be all lower-case
(#1751) Variable "I" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Commas (,) must be followed by white space.
(#1751) Variable "M" must be all lower-case
(#1751) Commas (,) must be followed by white space.
(#1751) Variable "Z" must be all lower-case
(#1751) Commas (,) must be followed by white space.
(#1751) Variable "M" must be all lower-case
(#1751) Commas (,) must be followed by white space.
(#1751) Commas (,) must be followed by white space.
(#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 "I" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Variable "K" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Variable "I" must be all lower-case
(#1751) Inline control structures are not allowed
(#1751) Variable "K" must be all lower-case
(#1751) Variable "K" 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) Inline control structures are not allowed
(#1751) Variable "K" must be all lower-case
(#1751) Variable "I" must be all lower-case
(#1751) Variable "K" 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) Expected "if (...) {\n"; found "if(...){"
(#1751) Expected "if (...) {\n"; found "if(...){"
(#1751) Variable "Z" must be all lower-case
(#1751) Variable "I" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Commas (,) must be followed by white space.
(#1751) Commas (,) must be followed by white space.
(#1751) Variable "Z" must be all lower-case
(#1751) Commas (,) must be followed by white space.
(#1751) Variable "K" must be all lower-case
(#1751) Expected 1 space before "="; 0 found
(#1751) Expected 1 space after "="; 0 found
(#1751) Variable "I" must be all lower-case
(#1751) Expected 1 space before "?"; 0 found
(#1751) Expected 1 space after "?"; 0 found
(#1751) Variable "I" 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) Variable "K" must be all lower-case
(#1751) Variable "K" 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) Closing brace must be on a line by itself
(#1751) Expected "if (...) {\n"; found "if(...){"
(#1751) Variable "K" must be all lower-case
(#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 651 characters
(#1751) Line exceeds maximum limit of 180 characters; contains 651 characters
(#1751) Variable "K" must be all lower-case
(#1751) Line exceeds maximum limit of 180 characters; contains 651 characters
(#1752) Line indented incorrectly; expected at least 20 spaces, found 0
(#1752) Expected 1 space before "=>"; 0 found
(#1752) Expected 1 space after "=>"; 0 found
(#1752) Variable "X" must be all lower-case
(#1752) Inline control structures are not allowed
(#1752) Variable "Z" must be all lower-case
(#1752) Variable "K" must be all lower-case
(#1752) Expected 1 space before "="; 0 found
(#1752) Expected 1 space after "="; 0 found
(#1752) Expected 1 space before "="; 0 found
(#1752) Expected 1 space after "="; 0 found
(#1752) Expected 1 space before "=>"; 0 found
(#1752) Expected 1 space after "=>"; 0 found
(#1752) Commas (,) must be followed by white space.
(#1752) Expected 1 space before "=>"; 0 found
(#1752) Expected 1 space after "=>"; 0 found
(#1752) Expected 1 space before "!="; 0 found
(#1752) Expected 1 space after "!="; 0 found
(#1752) Commas (,) must be followed by white space.
(#1752) Expected 1 space before "=>"; 0 found
(#1752) Expected 1 space after "=>"; 0 found
(#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) Commas (,) must be followed by white space.
(#1752) Commas (,) must be followed by white space.
(#1752) Variable "K" must be all lower-case
(#1752) Commas (,) must be followed by white space.
(#1752) Variable "Ci" must be all lower-case
(#1752) Closing brace must be on a line by itself
(#1752) Usage of ELSEIF not allowed; use ELSE IF instead
(#1752) Expected 1 space before "="; 0 found
(#1752) Expected 1 space after "="; 0 found
(#1752) Variable "Lf" must be all lower-case
(#1752) Expected 1 space before "="; 0 found
(#1752) Expected 1 space after "="; 0 found
(#1752) Inline control structures are not allowed
(#1752) Expected 1 space before "as"; 0 found
(#1752) Expected 1 space after "as"; 0 found
(#1752) Commas (,) must be followed by white space.
(#1752) Commas (,) must be followed by white space.
(#1752) Commas (,) must be followed by white space.
(#1752) Commas (,) must be followed by white space.
(#1752) Commas (,) must be followed by white space.
(#1752) Variable "Lf" must be all lower-case
(#1752) Expected 1 space before "="; 0 found
(#1752) Expected 1 space after "="; 0 found
(#1752) Expected 1 space before "="; 0 found
(#1752) Expected 1 space after "="; 0 found
(#1752) Expected 1 space before "="; 0 found
(#1752) Expected 1 space after "="; 0 found
(#1752) Inline control structures are not allowed
(#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 344 characters
(#1752) Line exceeds maximum limit of 180 characters; contains 344 characters
(#1752) Line exceeds maximum limit of 180 characters; contains 344 characters
(#1753) Line indented incorrectly; expected at least 4 spaces, found 0
(#1753) Variable "Hh" must be all lower-case
(#1753) Expected 1 space before "=>"; 0 found
(#1753) Expected 1 space after "=>"; 0 found
(#1753) The use of backticks in strings is not recommended
(#1753) Commas (,) must be followed by white space.
(#1753) The use of backticks in strings is not recommended
(#1753) Commas (,) must be followed by white space.
(#1753) Variable "Hh" must be all lower-case
(#1753) The use of backticks in strings is not recommended
(#1753) The use of backticks in strings is not recommended
(#1753) Commas (,) must be followed by white space.
(#1753) The use of backticks in strings is not recommended
(#1753) Commas (,) must be followed by white space.
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Variable "Hh" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Variable "S" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Expected "if (...) {\n"; found "if(...){"
(#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 "S" 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) Variable "S" 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) Variable "K" 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 "K" must be all lower-case
(#1753) Inline control structures are not allowed
(#1753) Variable "K" must be all lower-case
(#1753) Variable "K" must be all lower-case
(#1753) Variable "K" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Expected "if (...) {\n"; found "if(...){"
(#1753) Variable "K" must be all lower-case
(#1753) Inline control structures are not allowed
(#1753) Commas (,) must be followed by white space.
(#1753) Commas (,) must be followed by white space.
(#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) Variable "Ea" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Variable "Hi" 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 "Ba" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Expected "foreach (...) {\n"; found "foreach(...){"
(#1753) Expected 1 space before "=>"; 0 found
(#1753) Expected 1 space after "=>"; 0 found
(#1753) Expected 1 space before "as"; 0 found
(#1753) Expected 1 space after "as"; 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) 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) 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 "if (...) {\n"; found "if(...){"
(#1753) Expected 1 space before "!="; 0 found
(#1753) Expected 1 space after "!="; 0 found
(#1753) Inline control structures are not allowed
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Inline control structures are not allowed
(#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) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Commas (,) must be followed by white space.
(#1753) Variable "Ea" must be all lower-case
(#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) Variable "Ba" must be all lower-case
(#1753) Expected "if (...) {\n"; found "if(...){"
(#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) Commas (,) must be followed by white space.
(#1753) Commas (,) must be followed by white space.
(#1753) Variable "Ba" must be all lower-case
(#1753) Inline control structures are not allowed
(#1753) Expected 1 space before "!="; 0 found
(#1753) Expected 1 space after "!="; 0 found
(#1753) Variable "Ba" must be all lower-case
(#1753) Variable "Hi" 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) Inline control structures are not allowed
(#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) 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) 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) 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 1 space before "=>"; 0 found
(#1753) Expected 1 space after "=>"; 0 found
(#1753) Commas (,) must be followed by white space.
(#1753) Variable "Ba" 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) Usage of ELSEIF not allowed; use ELSE IF instead
(#1753) Expected 1 space before "!="; 0 found
(#1753) Expected 1 space after "!="; 0 found
(#1753) Variable "Hi" 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) Closing brace must be on a line by itself
(#1753) Expected "if (...) {\n"; found "if(...){"
(#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) Inline control structures are not allowed
(#1753) Variable "Ba" 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) Closing brace must be on a line by itself
(#1753) Variable "Nf" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Expected "if (...) {\n"; found "if(...){"
(#1753) Variable "Lf" must be all lower-case
(#1753) Variable "K" must be all lower-case
(#1753) Variable "Of" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#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 "K" must be all lower-case
(#1753) Expected 1 space before "=="; 0 found
(#1753) Expected 1 space after "=="; 0 found
(#1753) Expected "foreach (...) {\n"; found "foreach(...){"
(#1753) Expected 1 space before "=>"; 0 found
(#1753) Expected 1 space after "=>"; 0 found
(#1753) Expected 1 space before "as"; 0 found
(#1753) Expected 1 space after "as"; 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 "X" must be all lower-case
(#1753) Variable "Y" 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) Variable "Of" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Variable "X" must be all lower-case
(#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 "Y" 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) Variable "Y" 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) Closing brace must be on a line by itself
(#1753) Variable "Nf" 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) Variable "Of" must be all lower-case
(#1753) Expected 1 space before "?"; 0 found
(#1753) Expected 1 space after "?"; 0 found
(#1753) Commas (,) must be followed by white space.
(#1753) Variable "Of" 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 "K" 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) Inline control structures are not allowed
(#1753) Usage of ELSEIF not allowed; use ELSE IF instead
(#1753) Commas (,) must be followed by white space.
(#1753) Variable "S" must be all lower-case
(#1753) Variable "Nf" must be all lower-case
(#1753) Expected 1 space before ".="; 0 found
(#1753) Expected 1 space after ".="; 0 found
(#1753) Variable "Ge" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Expected "if (...) {\n"; found "if(...){"
(#1753) Expected 1 space before "=="; 0 found
(#1753) Expected 1 space after "=="; 0 found
(#1753) Commas (,) must be followed by white space.
(#1753) Variable "K" must be all lower-case
(#1753) Variable "Ge" 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) Variable "D" 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) Expected 1 space before ":"; 0 found
(#1753) Expected 1 space after ":"; 0 found
(#1753) Variable "D" must be all lower-case
(#1753) Commas (,) must be followed by white space.
(#1753) Variable "Ge" must be all lower-case
(#1753) Commas (,) must be followed by white space.
(#1753) Commas (,) must be followed by white space.
(#1753) Variable "D" must be all lower-case
(#1753) Commas (,) must be followed by white space.
(#1753) Expected 1 space before "=="; 0 found
(#1753) Expected 1 space after "=="; 0 found
(#1753) Variable "Hi" must be all lower-case
(#1753) Expected 1 space before "?"; 0 found
(#1753) Expected 1 space after "?"; 0 found
(#1753) Variable "Ea" must be all lower-case
(#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) Variable "K" must be all lower-case
(#1753) Expected 1 space before "!="; 0 found
(#1753) Expected 1 space after "!="; 0 found
(#1753) Variable "S" 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) Commas (,) must be followed by white space.
(#1753) Variable "K" must be all lower-case
(#1753) Variable "K" must be all lower-case
(#1753) Expected 1 space before "!="; 0 found
(#1753) Expected 1 space after "!="; 0 found
(#1753) Variable "S" 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) Commas (,) must be followed by white space.
(#1753) Variable "K" must be all lower-case
(#1753) Variable "K" must be all lower-case
(#1753) Expected 1 space before "!="; 0 found
(#1753) Expected 1 space after "!="; 0 found
(#1753) Variable "S" 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) Commas (,) must be followed by white space.
(#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) Variable "K" must be all lower-case
(#1753) Expected 1 space before ":"; 0 found
(#1753) Expected 1 space after ":"; 0 found
(#1753) Commas (,) must be followed by white space.
(#1753) Variable "Nf" 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) 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) 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) 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) 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) 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) 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) 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 "S" must be all lower-case
(#1753) Variable "K" 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) Inline control structures are not allowed
(#1753) Variable "K" must be all lower-case
(#1753) Expected 1 space before "="; 0 found
(#1753) Expected 1 space after "="; 0 found
(#1753) Expected "foreach (...) {\n"; found "foreach(...){"
(#1753) Expected 1 space after "as"; 0 found
(#1753) Line exceeds maximum limit of 180 characters; contains 2669 characters
(#1753) Line exceeds maximum limit of 180 characters; contains 2669 characters
(#1753) Line exceeds maximum limit of 180 characters; contains 2669 characters
(#1754) Line indented incorrectly; expected at least 12 spaces, found 0
(#1754) Expected 1 space before "="; 0 found
(#1754) Expected 1 space after "="; 0 found
(#1754) Variable "K" must be all lower-case
(#1754) Expected 1 space before "="; 0 found
(#1754) Expected 1 space after "="; 0 found
(#1754) Closing brace must be on a line by itself
(#1754) Expected "if (...) {\n"; found "if(...){"
(#1754) Expected 1 space before "="; 0 found
(#1754) Expected 1 space after "="; 0 found
(#1754) Variable "I" must be all lower-case
(#1754) Expected 1 space before "="; 0 found
(#1754) Expected 1 space after "="; 0 found
(#1754) Variable "K" must be all lower-case
(#1754) Commas (,) must be followed by white space.
(#1754) Variable "K" must be all lower-case
(#1754) Commas (,) must be followed by white space.
(#1754) Variable "K" must be all lower-case
(#1754) Expected 1 space before "="; 0 found
(#1754) Expected 1 space after "="; 0 found
(#1754) Variable "I" must be all lower-case
(#1754) Variable "Of" must be all lower-case
(#1754) Expected 1 space before "="; 0 found
(#1754) Expected 1 space after "="; 0 found
(#1754) Variable "Of" must be all lower-case
(#1754) Expected 1 space before "="; 0 found
(#1754) Expected 1 space after "="; 0 found
(#1754) Variable "K" must be all lower-case
(#1754) Expected 1 space before "="; 0 found
(#1754) Expected 1 space after "="; 0 found
(#1754) Variable "Of" must be all lower-case
(#1754) Variable "K" must be all lower-case
(#1754) Expected 1 space before "="; 0 found
(#1754) Expected 1 space after "="; 0 found
(#1754) Variable "Of" must be all lower-case
(#1754) Closing brace must be on a line by itself
(#1754) Closing brace must be on a line by itself
(#1754) Closing brace must be on a line by itself
(#1754) Expected 1 space before "="; 0 found
(#1754) Expected 1 space after "="; 0 found
(#1754) Expected 1 space before "="; 0 found
(#1754) Expected 1 space after "="; 0 found
(#1754) Expected "foreach (...) {\n"; found "foreach(...){"
(#1754) Expected 1 space after "as"; 0 found
(#1754) Line exceeds maximum limit of 180 characters; contains 670 characters
(#1754) Line exceeds maximum limit of 180 characters; contains 670 characters
(#1754) Line exceeds maximum limit of 180 characters; contains 670 characters
(#1755) Line indented incorrectly; expected at least 4 spaces, found 0
(#1755) Expected "if (...) {\n"; found "if(...){"
(#1755) Commas (,) must be followed by white space.
(#1755) Variable "K" must be all lower-case
(#1755) Variable "K" must be all lower-case
(#1755) Expected 1 space before "="; 0 found
(#1755) Expected 1 space after "="; 0 found
(#1755) Closing brace must be on a line by itself
(#1755) Closing brace must be on a line by itself
(#1758) Expected "if (...) {\n"; found "if(...){"
(#1758) Expected 1 space before "=="; 0 found
(#1758) Expected 1 space after "=="; 0 found
(#1759) Line indented incorrectly; expected at least 8 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.
(#1760) Inline control structures are not allowed
(#1760) Expected 1 space before "=="; 0 found
(#1760) Expected 1 space after "=="; 0 found
(#1761) Line indented incorrectly; expected at least 8 spaces, found 0
(#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 1 space before "+"; 0 found
(#1761) Expected 1 space after "+"; 0 found
(#1761) Commas (,) must be followed by white space.
(#1761) Variable "K" must be all lower-case
(#1761) Commas (,) must be followed by white space.
(#1761) Expected 1 space before ":"; 0 found
(#1761) Expected 1 space after ":"; 0 found
(#1761) Commas (,) must be followed by white space.
(#1761) 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) 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) Commas (,) must be followed by white space.
(#1761) Variable "K" must be all lower-case
(#1761) Expected 1 space before ":"; 0 found
(#1761) Expected 1 space after ":"; 0 found
(#1761) Commas (,) must be followed by white space.
(#1761) Commas (,) must be followed by white space.
(#1761) Commas (,) must be followed by white space.
(#1761) Line exceeds maximum limit of 180 characters; contains 392 characters
(#1761) Line exceeds maximum limit of 180 characters; contains 392 characters
(#1761) Line exceeds maximum limit of 180 characters; contains 392 characters
(#1762) Closing brace must be on a line by itself
(#1763) Expected "if (...) {\n"; found "if(...){"
(#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 "K" must be all lower-case
(#1764) Expected 1 space before "!="; 0 found
(#1764) Expected 1 space after "!="; 0 found
(#1764) Expected "if (...) {\n"; found "if(...){"
(#1764) Expected "foreach (...) {\n"; found "foreach(...){"
(#1764) Expected 1 space before "as"; 0 found
(#1764) Expected 1 space after "as"; 0 found
(#1764) Variable "K" must be all lower-case
(#1764) Expected "if (...) {\n"; found "if(...){"
(#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) Variable "K" must be all lower-case
(#1764) Commas (,) must be followed by white space.
(#1764) Commas (,) must be followed by white space.
(#1764) Commas (,) must be followed by white space.
(#1764) Commas (,) must be followed by white space.
(#1764) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1764) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1764) Line exceeds maximum limit of 180 characters; contains 195 characters
(#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) Variable "K" must be all lower-case
(#1766) Commas (,) must be followed by white space.
(#1767) Commas (,) must be followed by white space.
(#1767) Commas (,) must be followed by white space.
(#1767) Commas (,) must be followed by white space.
(#1767) Commas (,) must be followed by white space.
(#1767) Commas (,) must be followed by white space.
(#1767) Commas (,) must be followed by white space.
(#1767) Commas (,) must be followed by white space.
(#1767) Expected 1 space before "?"; 0 found
(#1767) Expected 1 space after "?"; 0 found
(#1767) Expected 1 space before ":"; 0 found
(#1767) Expected 1 space after ":"; 0 found
(#1767) Commas (,) must be followed by white space.
(#1767) Expected 1 space before "?"; 0 found
(#1767) Expected 1 space after "?"; 0 found
(#1767) Expected 1 space before "?"; 0 found
(#1767) Expected 1 space after "?"; 0 found
(#1767) Expected 1 space before ":"; 0 found
(#1767) Expected 1 space after ":"; 0 found
(#1767) Variable "K" must be all lower-case
(#1767) Expected 1 space before "?"; 0 found
(#1767) Expected 1 space after "?"; 0 found
(#1767) Expected 1 space before ":"; 0 found
(#1767) Expected 1 space after ":"; 0 found
(#1767) Expected 1 space before "?"; 0 found
(#1767) Expected 1 space after "?"; 0 found
(#1767) Expected 1 space before ":"; 0 found
(#1767) Expected 1 space after ":"; 0 found
(#1767) Expected 1 space before ":"; 0 found
(#1767) Expected 1 space after ":"; 0 found
(#1767) Commas (,) must be followed by white space.
(#1767) Line exceeds maximum limit of 180 characters; contains 490 characters
(#1767) Line exceeds maximum limit of 180 characters; contains 490 characters
(#1767) Line exceeds maximum limit of 180 characters; contains 490 characters
(#1768) Commas (,) must be followed by white space.
(#1768) Commas (,) must be followed by white space.
(#1769) Closing brace must be on a line by itself
(#1770) Expected "if (...) {\n"; found "if(...){"
(#1770) Expected 1 space before "!="; 0 found
(#1770) Expected 1 space after "!="; 0 found
(#1770) Commas (,) must be followed by white space.
(#1770) Commas (,) must be followed by white space.
(#1770) Commas (,) must be followed by white space.
(#1770) Commas (,) must be followed by white space.
(#1770) Closing brace must be on a line by itself
(#1770) Expected "if (...) {\n"; found "if(...){"
(#1770) Variable "Mf" must be all lower-case
(#1770) Expected 1 space before "="; 0 found
(#1770) Expected 1 space after "="; 0 found
(#1770) Commas (,) must be followed by white space.
(#1770) Variable "K" must be all lower-case
(#1770) Commas (,) must be followed by white space.
(#1770) Commas (,) must be followed by white space.
(#1770) Variable "K" must be all lower-case
(#1770) Line exceeds maximum limit of 180 characters; contains 241 characters
(#1770) Line exceeds maximum limit of 180 characters; contains 241 characters
(#1770) Line exceeds maximum limit of 180 characters; contains 241 characters
(#1771) Commas (,) must be followed by white space.
(#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) Variable "Lf" must be all lower-case
(#1771) Commas (,) must be followed by white space.
(#1771) Variable "K" must be all lower-case
(#1771) Commas (,) must be followed by white space.
(#1771) Commas (,) must be followed by white space.
(#1771) Commas (,) must be followed by white space.
(#1771) Variable "K" must be all lower-case
(#1771) Commas (,) must be followed by white space.
(#1771) Line exceeds maximum limit of 180 characters; contains 275 characters
(#1771) Line exceeds maximum limit of 180 characters; contains 275 characters
(#1771) Line exceeds maximum limit of 180 characters; contains 275 characters
(#1772) Commas (,) must be followed by white space.
(#1772) Commas (,) must be followed by white space.
(#1772) Commas (,) must be followed by white space.
(#1772) Variable "Mf" must be all lower-case
(#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) Commas (,) must be followed by white space.
(#1772) Commas (,) must be followed by white space.
(#1772) Variable "K" must be all lower-case
(#1772) Commas (,) must be followed by white space.
(#1772) Line exceeds 132 characters; contains 142 characters
(#1772) Line exceeds 132 characters; contains 142 characters
(#1772) Line exceeds 132 characters; contains 142 characters
(#1773) Commas (,) must be followed by white space.
(#1773) Variable "Mf" 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.
(#1774) Commas (,) must be followed by white space.
(#1774) Commas (,) must be followed by white space.
(#1774) Commas (,) must be followed by white space.
(#1774) Commas (,) must be followed by white space.
(#1775) Expected "foreach (...) {\n"; found "foreach(...){"
(#1775) Expected 1 space before "=>"; 0 found
(#1775) Expected 1 space after "=>"; 0 found
(#1775) Expected 1 space before "as"; 0 found
(#1775) Expected 1 space after "as"; 0 found
(#1775) Variable "K" must be all lower-case
(#1775) Expected 1 space before "=>"; 0 found
(#1775) Expected 1 space after "=>"; 0 found
(#1775) Variable "X" must be all lower-case
(#1775) Commas (,) must be followed by white space.
(#1775) Variable "X" must be all lower-case
(#1775) Commas (,) must be followed by white space.
(#1775) Expected 1 space before "=="; 0 found
(#1775) Expected 1 space after "=="; 0 found
(#1775) Variable "K" must be all lower-case
(#1775) Expected 1 space before "-"; 0 found
(#1775) Expected 1 space after "-"; 0 found
(#1775) Expected 1 space before "?"; 0 found
(#1775) Expected 1 space after "?"; 0 found
(#1775) Expected 1 space before ":"; 0 found
(#1775) Expected 1 space after ":"; 0 found
(#1775) Commas (,) must be followed by white space.
(#1775) Variable "K" must be all lower-case
(#1775) Closing brace must be on a line by itself
(#1775) Line exceeds maximum limit of 180 characters; contains 320 characters
(#1775) Line exceeds maximum limit of 180 characters; contains 320 characters
(#1775) Line exceeds maximum limit of 180 characters; contains 320 characters
(#1777) Closing brace must be on a line by itself
(#1777) Commas (,) must be followed by white space.
(#1777) Commas (,) must be followed by white space.
(#1779) Commas (,) must be followed by white space.
(#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) Closing brace must be on a line by itself
(#1779) Usage of ELSEIF not allowed; use ELSE IF instead
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Variable "Ed" 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 "S" 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) Inline control structures are not allowed
(#1779) Commas (,) must be followed by white space.
(#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) Commas (,) must be followed by white space.
(#1779) Variable "S" must be all lower-case
(#1779) Variable "Ed" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Inline control structures are not allowed
(#1779) Commas (,) must be followed by white space.
(#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) Commas (,) must be followed by white space.
(#1779) Variable "S" must be all lower-case
(#1779) Variable "Ed" 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) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Expected "if (...) {\n"; found "if(...){"
(#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 "Ed" must be all lower-case
(#1779) Closing brace must be on a line by itself
(#1779) Variable "K" 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 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Expected "foreach (...) {\n"; found "foreach(...){"
(#1779) Expected 1 space before "as"; 0 found
(#1779) Expected 1 space after "as"; 0 found
(#1779) Variable "K" must be all lower-case
(#1779) Variable "D" 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) Commas (,) must be followed by white space.
(#1779) Variable "Ed" 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 "Xb" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Variable "P" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#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) Expected 1 space before "=>"; 0 found
(#1779) Expected 1 space after "=>"; 0 found
(#1779) Expected "if (...) {\n"; found "if(...){"
(#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 "Wb" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Variable "P" 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) Expected 1 space before ":"; 0 found
(#1779) Expected 1 space after ":"; 0 found
(#1779) Variable "Wb" 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) 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) 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 "Xb" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Variable "Wb" must be all lower-case
(#1779) Closing brace must be on a line by itself
(#1779) Closing brace must be on a line by itself
(#1779) Expected "if (...) {\n"; found "if(...){"
(#1779) Variable "Dc" must be all lower-case
(#1779) Expected 1 space before "="; 0 found
(#1779) Expected 1 space after "="; 0 found
(#1779) Variable "D" must be all lower-case
(#1779) Expected "if (...) {\n"; found "if(...){"
(#1779) Variable "Dc" must be all lower-case
(#1779) Variable "Dc" must be all lower-case
(#1779) Variable "Dc" must be all lower-case
(#1779) Variable "Dc" must be all lower-case
(#1779) Expected "if (...) {\n"; found "if(...){"
(#1779) Expected 1 space before "=="; 0 found
(#1779) Expected 1 space after "=="; 0 found
(#1779) Variable "Dc" must be all lower-case
(#1779) Variable "Dc" must be all lower-case
(#1779) Expected 1 space before "==="; 0 found
(#1779) Expected 1 space after "==="; 0 found
(#1779) Variable "Dc" must be all lower-case
(#1779) Variable "Dc" must be all lower-case
(#1779) Expected 1 space before "==="; 0 found
(#1779) Expected 1 space after "==="; 0 found
(#1779) Variable "Dc" must be all lower-case
(#1779) Expected 1 space before "==="; 0 found
(#1779) Expected 1 space after "==="; 0 found
(#1779) Variable "Xb" must be all lower-case
(#1779) Variable "D" must be all lower-case
(#1779) Closing brace must be on a line by itself
(#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) Commas (,) must be followed by white space.
(#1779) Variable "D" must be all lower-case
(#1779) Commas (,) must be followed by white space.
(#1779) Variable "P" must be all lower-case
(#1779) Closing brace must be on a line by itself
(#1779) Closing brace must be on a line by itself
(#1779) Closing brace must be on a line by itself
(#1779) Inline control structures are not allowed
(#1779) Expected 1 space before "=>"; 0 found
(#1779) Expected 1 space after "=>"; 0 found
(#1779) Expected 1 space after "as"; 0 found
(#1779) Line exceeds maximum limit of 180 characters; contains 1254 characters
(#1779) Line exceeds maximum limit of 180 characters; contains 1254 characters
(#1779) Line exceeds maximum limit of 180 characters; contains 1254 characters
(#1780) Line indented incorrectly; expected at least 28 spaces, found 0
(#1780) Variable "D" must be all lower-case
(#1780) Expected 1 space before "=>"; 0 found
(#1780) Expected 1 space after "=>"; 0 found
(#1780) Variable "Dc" must be all lower-case
(#1780) Expected 1 space before "="; 0 found
(#1780) Expected 1 space after "="; 0 found
(#1780) Variable "Dc" must be all lower-case
(#1780) Commas (,) must be followed by white space.
(#1780) Variable "D" must be all lower-case
(#1780) Commas (,) must be followed by white space.
(#1780) Inline control structures are not allowed
(#1780) Commas (,) must be followed by white space.
(#1780) Commas (,) must be followed by white space.
(#1780) Commas (,) must be followed by white space.
(#1780) Closing brace must be on a line by itself
(#1780) Commas (,) must be followed by white space.
(#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) Expected 1 space before "="; 0 found
(#1780) Expected 1 space after "="; 0 found
(#1780) Expected "if (...) {\n"; found "if(...){"
(#1780) Expected "foreach (...) {\n"; found "foreach(...){"
(#1780) Expected 1 space before "=>"; 0 found
(#1780) Expected 1 space after "=>"; 0 found
(#1780) Expected 1 space before "as"; 0 found
(#1780) Expected 1 space after "as"; 0 found
(#1780) Variable "K" must be all lower-case
(#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 "!="; 0 found
(#1780) Expected 1 space after "!="; 0 found
(#1780) Variable "K" must be all lower-case
(#1780) Expected 1 space before "="; 0 found
(#1780) Expected 1 space after "="; 0 found
(#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) Variable "K" must be all lower-case
(#1780) Inline control structures are not allowed
(#1780) Commas (,) must be followed by white space.
(#1780) Variable "K" must be all lower-case
(#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) Expected 1 space before "=>"; 0 found
(#1780) Expected 1 space after "=>"; 0 found
(#1780) Closing brace must be on a line by itself
(#1780) Expected "if (...) {\n"; found "if(...){"
(#1780) Variable "K" must be all lower-case
(#1780) Expected "foreach (...) {\n"; found "foreach(...){"
(#1780) Expected 1 space before "=>"; 0 found
(#1780) Expected 1 space after "=>"; 0 found
(#1780) Expected 1 space after "as"; 0 found
(#1780) Line exceeds maximum limit of 180 characters; contains 515 characters
(#1780) Line exceeds maximum limit of 180 characters; contains 515 characters
(#1780) Line exceeds maximum limit of 180 characters; contains 515 characters
(#1781) Line indented incorrectly; expected at least 4 spaces, found 0
(#1781) Expected 1 space before "=>"; 0 found
(#1781) Expected 1 space after "=>"; 0 found
(#1781) Expected 1 space before "="; 0 found
(#1781) Expected 1 space after "="; 0 found
(#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) Expected 1 space before "="; 0 found
(#1781) Expected 1 space after "="; 0 found
(#1781) Expected 1 space before "=>"; 0 found
(#1781) Expected 1 space after "=>"; 0 found
(#1781) Expected 1 space before "=>"; 0 found
(#1781) Expected 1 space after "=>"; 0 found
(#1781) Variable "K" 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
(#1785) Commas (,) must be followed by white space.
(#1785) Commas (,) must be followed by white space.
(#1785) Commas (,) must be followed by white space.
(#1785) Commas (,) must be followed by white space.
(#1785) Commas (,) must be followed by white space.
(#1786) Line exceeds 132 characters; contains 168 characters
(#1786) Line exceeds 132 characters; contains 168 characters
(#1786) Line exceeds 132 characters; contains 168 characters
(#1787) Commas (,) must be followed by white space.
(#1789) Expected "if (...) {\n"; found "if(...){"
(#1789) Expected "foreach (...) {\n"; found "foreach(...){"
(#1789) Expected 1 space before "=>"; 0 found
(#1789) Expected 1 space after "=>"; 0 found
(#1789) Expected 1 space before "as"; 0 found
(#1789) Expected 1 space after "as"; 0 found
(#1789) Expected 1 space before "=>"; 0 found
(#1789) Expected 1 space after "=>"; 0 found
(#1790) Line indented incorrectly; expected at least 8 spaces, found 0
(#1790) Commas (,) must be followed by white space.
(#1790) Commas (,) must be followed by white space.
(#1790) Commas (,) must be followed by white space.
(#1790) Closing brace must be on a line by itself
(#1790) Closing brace must be on a line by itself
(#1790) Variable "Xd" 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 "K" must be all lower-case
(#1790) Expected "if (...) {\n"; found "if(...){"
(#1790) Variable "Xd" must be all lower-case
(#1790) Expected 1 space before "!="; 0 found
(#1790) Expected 1 space after "!="; 0 found
(#1790) Variable "Xd" must be all lower-case
(#1790) Commas (,) must be followed by white space.
(#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 "Ed" must be all lower-case
(#1790) Commas (,) must be followed by white space.
(#1790) Commas (,) must be followed by white space.
(#1790) Variable "Xd" must be all lower-case
(#1790) Expected 1 space before "=="; 0 found
(#1790) Expected 1 space after "=="; 0 found
(#1790) Variable "K" 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) 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) Expected "foreach (...) {\n"; found "foreach(...){"
(#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 "Xd" must be all lower-case
(#1790) Commas (,) must be followed by white space.
(#1790) Expected 1 space before "?"; 0 found
(#1790) Expected 1 space after "?"; 0 found
(#1790) Commas (,) must be followed by white space.
(#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) 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) 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) 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 "Xd" must be all lower-case
(#1790) Expected 1 space before ":"; 0 found
(#1790) Expected 1 space after ":"; 0 found
(#1790) Commas (,) must be followed by white space.
(#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 "Xd" must be all lower-case
(#1790) Commas (,) must be followed by white space.
(#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) Commas (,) must be followed by white space.
(#1790) Closing brace must be on a line by itself
(#1790) Variable "Xd" must be all lower-case
(#1790) Commas (,) must be followed by white space.
(#1790) Variable "Xd" must be all lower-case
(#1790) Commas (,) must be followed by white space.
(#1790) Commas (,) must be followed by white space.
(#1790) Closing brace must be on a line by itself
(#1790) Variable "Xd" must be all lower-case
(#1790) Closing brace must be on a line by itself
(#1790) Line exceeds maximum limit of 180 characters; contains 1302 characters
(#1790) Line exceeds maximum limit of 180 characters; contains 1302 characters
(#1790) Line exceeds maximum limit of 180 characters; contains 1302 characters
(#1792) Commas (,) must be followed by white space.
(#1792) Commas (,) must be followed by white space.
(#1793) Commas (,) must be followed by white space.
(#1793) Commas (,) must be followed by white space.
(#1795) Closing brace must be on a line by itself
(#1795) Usage of ELSEIF not allowed; use ELSE IF instead
(#1795) Variable "K" must be all lower-case
(#1795) Expected 1 space before "="; 0 found
(#1795) Expected 1 space after "="; 0 found
(#1795) Expected "if (...) {\n"; found "if(...){"
(#1795) Variable "D" must be all lower-case
(#1795) Expected 1 space before "="; 0 found
(#1795) Expected 1 space after "="; 0 found
(#1795) Variable "K" must be all lower-case
(#1795) Expected "if (...) {\n"; found "if(...){"
(#1795) Expected 1 space before "="; 0 found
(#1795) Expected 1 space after "="; 0 found
(#1795) Commas (,) must be followed by white space.
(#1795) Commas (,) must be followed by white space.
(#1795) Closing brace must be on a line by itself
(#1795) Usage of ELSEIF not allowed; use ELSE IF instead
(#1795) Expected 1 space before "!=="; 0 found
(#1795) Expected 1 space after "!=="; 0 found
(#1795) Variable "D" must be all lower-case
(#1795) Expected "if (...) {\n"; found "if(...){"
(#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) Variable "D" must be all lower-case
(#1795) Commas (,) must be followed by white space.
(#1795) Commas (,) must be followed by white space.
(#1795) Variable "D" must be all lower-case
(#1795) Commas (,) must be followed by white space.
(#1795) Commas (,) must be followed by white space.
(#1795) Variable "D" must be all lower-case
(#1795) Commas (,) must be followed by white space.
(#1795) Variable "K" must be all lower-case
(#1795) Closing brace must be on a line by itself
(#1795) Expected "} else {\n"; found "}else{"
(#1795) Expected 1 space before "="; 0 found
(#1795) Expected 1 space after "="; 0 found
(#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) Variable "D" must be all lower-case
(#1795) Variable "Bh" must be all lower-case
(#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) Expected "foreach (...) {\n"; found "foreach(...){"
(#1795) Expected 1 space after "as"; 0 found
(#1795) Line exceeds maximum limit of 180 characters; contains 462 characters
(#1795) Line exceeds maximum limit of 180 characters; contains 462 characters
(#1795) Line exceeds maximum limit of 180 characters; contains 462 characters
(#1796) Line indented incorrectly; expected at least 16 spaces, found 0
(#1796) Expected "if (...) {\n"; found "if(...){"
(#1796) Expected 1 space before "=="; 0 found
(#1796) Expected 1 space after "=="; 0 found
(#1796) Expected 1 space before "!="; 0 found
(#1796) Expected 1 space after "!="; 0 found
(#1796) Inline control structures are not allowed
(#1796) Commas (,) must be followed by white space.
(#1796) Variable "K" must be all lower-case
(#1796) Variable "Bh" must be all lower-case
(#1796) Expected 1 space before "="; 0 found
(#1796) Expected 1 space after "="; 0 found
(#1796) Expected 1 space before "="; 0 found
(#1796) Expected 1 space after "="; 0 found
(#1796) Closing brace must be on a line by itself
(#1796) Closing brace must be on a line by itself
(#1796) Commas (,) must be followed by white space.
(#1796) Commas (,) must be followed by white space.
(#1796) Commas (,) must be followed by white space.
(#1796) Variable "Bh" must be all lower-case
(#1796) Closing brace must be on a line by itself
(#1796) Closing brace must be on a line by itself
(#1796) Expected "} else {\n"; found "}else{"
(#1796) Inline control structures are not allowed
(#1796) Variable "K" must be all lower-case
(#1796) Commas (,) must be followed by white space.
(#1796) Commas (,) must be followed by white space.
(#1796) Variable "D" must be all lower-case
(#1796) Commas (,) must be followed by white space.
(#1796) Variable "K" must be all lower-case
(#1796) Expected 1 space before "?"; 0 found
(#1796) Expected 1 space after "?"; 0 found
(#1796) Variable "K" must be all lower-case
(#1796) Expected 1 space before ":"; 0 found
(#1796) Expected 1 space after ":"; 0 found
(#1796) Commas (,) must be followed by white space.
(#1796) Commas (,) must be followed by white space.
(#1796) Commas (,) must be followed by white space.
(#1796) Commas (,) must be followed by white space.
(#1796) Closing brace must be on a line by itself
(#1796) Closing brace must be on a line by itself
(#1796) Expected 1 space before "!="; 0 found
(#1796) Expected 1 space after "!="; 0 found
(#1796) Expected 1 space before "?"; 0 found
(#1796) Expected 1 space after "?"; 0 found
(#1796) Expected 1 space before ":"; 0 found
(#1796) Expected 1 space after ":"; 0 found
(#1796) Commas (,) must be followed by white space.
(#1796) Commas (,) must be followed by white space.
(#1796) Commas (,) must be followed by white space.
(#1796) Expected 1 space before "="; 0 found
(#1796) Expected 1 space after "="; 0 found
(#1796) Variable "D" must be all lower-case
(#1796) Expected 1 space before "="; 0 found
(#1796) Expected 1 space after "="; 0 found
(#1796) Inline control structures are not allowed
(#1796) Variable "D" must be all lower-case
(#1796) Expected 1 space before "="; 0 found
(#1796) Expected 1 space after "="; 0 found
(#1796) Variable "K" must be all lower-case
(#1796) Inline control structures are not allowed
(#1796) Usage of ELSEIF not allowed; use ELSE IF instead
(#1796) Expected 1 space before "!="; 0 found
(#1796) Expected 1 space after "!="; 0 found
(#1796) Variable "K" must be all lower-case
(#1796) Expected 1 space before "="; 0 found
(#1796) Expected 1 space after "="; 0 found
(#1796) Commas (,) must be followed by white space.
(#1796) Usage of ELSEIF not allowed; use ELSE IF instead
(#1796) Expected 1 space before "=="; 0 found
(#1796) Expected 1 space after "=="; 0 found
(#1796) Expected "foreach (...) {\n"; found "foreach(...){"
(#1796) Expected 1 space before "as"; 0 found
(#1796) Expected 1 space after "as"; 0 found
(#1796) Expected "if (...) {\n"; found "if(...){"
(#1796) The use of backticks in strings is not recommended
(#1796) Commas (,) must be followed by white space.
(#1796) Commas (,) must be followed by white space.
(#1796) Variable "C" must be all lower-case
(#1796) Variable "C" must be all lower-case
(#1796) Variable "D" must be all lower-case
(#1796) Expected 1 space before "="; 0 found
(#1796) Expected 1 space after "="; 0 found
(#1796) Variable "C" must be all lower-case
(#1796) Closing brace must be on a line by itself
(#1796) Closing brace must be on a line by itself
(#1796) Closing brace must be on a line by itself
(#1796) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1796) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1796) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1799) Commas (,) must be followed by white space.
(#1799) Variable "D" must be all lower-case
(#1799) Commas (,) must be followed by white space.
(#1799) Expected 1 space before "?"; 0 found
(#1799) Expected 1 space after "?"; 0 found
(#1799) Variable "D" must be all lower-case
(#1799) Expected 1 space before ":"; 0 found
(#1799) Expected 1 space after ":"; 0 found
(#1799) Variable "D" must be all lower-case
(#1799) Expected 1 space before "?"; 0 found
(#1799) Expected 1 space after "?"; 0 found
(#1799) Commas (,) must be followed by white space.
(#1799) Expected 1 space before "=>"; 0 found
(#1799) Expected 1 space after "=>"; 0 found
(#1799) Expected 1 space before "+"; 0 found
(#1799) Expected 1 space after "+"; 0 found
(#1799) Commas (,) must be followed by white space.
(#1799) Variable "K" must be all lower-case
(#1799) Expected 1 space before "=>"; 0 found
(#1799) Expected 1 space after "=>"; 0 found
(#1799) Commas (,) must be followed by white space.
(#1799) Expected 1 space before "=>"; 0 found
(#1799) Expected 1 space after "=>"; 0 found
(#1799) Commas (,) must be followed by white space.
(#1799) Expected 1 space before "=>"; 0 found
(#1799) Expected 1 space after "=>"; 0 found
(#1799) Commas (,) must be followed by white space.
(#1799) Expected 1 space before ":"; 0 found
(#1799) Expected 1 space after ":"; 0 found
(#1799) Commas (,) must be followed by white space.
(#1799) Commas (,) must be followed by white space.
(#1799) Commas (,) must be followed by white space.
(#1799) Commas (,) must be followed by white space.
(#1799) Line exceeds maximum limit of 180 characters; contains 498 characters
(#1799) Line exceeds maximum limit of 180 characters; contains 498 characters
(#1799) Line exceeds maximum limit of 180 characters; contains 498 characters
(#1800) Inline control structures are not allowed
(#1800) Expected 1 space before "!="; 0 found
(#1800) Expected 1 space after "!="; 0 found
(#1800) Commas (,) must be followed by white space.
(#1800) Inline control structures are not allowed
(#1800) Usage of ELSEIF not allowed; use ELSE IF instead
(#1800) Expected 1 space before "=="; 0 found
(#1800) Expected 1 space after "=="; 0 found
(#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.
(#1800) Line exceeds maximum limit of 180 characters; contains 354 characters
(#1800) Line exceeds maximum limit of 180 characters; contains 354 characters
(#1800) Line exceeds maximum limit of 180 characters; contains 354 characters
(#1802) Closing brace must be on a line by itself
(#1802) Usage of ELSEIF not allowed; use ELSE IF instead
(#1802) Variable "K" must be all lower-case
(#1802) Expected 1 space before "="; 0 found
(#1802) Expected 1 space after "="; 0 found
(#1802) Expected "if (...) {\n"; found "if(...){"
(#1802) Variable "A" must be all lower-case
(#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) Inline control structures are not allowed
(#1802) Commas (,) must be followed by white space.
(#1802) Variable "A" must be all lower-case
(#1802) Commas (,) must be followed by white space.
(#1802) Variable "D" must be all lower-case
(#1802) Expected 1 space before "="; 0 found
(#1802) Expected 1 space after "="; 0 found
(#1802) Variable "K" must be all lower-case
(#1802) Variable "A" must be all lower-case
(#1802) Expected 1 space before ".="; 0 found
(#1802) Expected 1 space after ".="; 0 found
(#1802) Variable "D" must be all lower-case
(#1802) Inline control structures are not allowed
(#1802) Expected 1 space before "=="; 0 found
(#1802) Expected 1 space after "=="; 0 found
(#1802) Variable "D" must be all lower-case
(#1802) Commas (,) must be followed by white space.
(#1802) Variable "A" must be all lower-case
(#1802) Commas (,) must be followed by white space.
(#1802) Inline control structures are not allowed
(#1802) Usage of ELSEIF not allowed; use ELSE IF instead
(#1802) Expected 1 space before "!="; 0 found
(#1802) Expected 1 space after "!="; 0 found
(#1802) Variable "D" must be all lower-case
(#1802) Variable "D" must be all lower-case
(#1802) Commas (,) must be followed by white space.
(#1802) Variable "A" must be all lower-case
(#1802) Commas (,) must be followed by white space.
(#1802) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1802) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1802) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1802) Inline control structures are not allowed
(#1803) Line indented incorrectly; expected at least 12 spaces, found 0
(#1803) Variable "A" 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) 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) Commas (,) must be followed by white space.
(#1803) Inline control structures are not allowed
(#1803) Variable "K" must be all lower-case
(#1803) Variable "K" must be all lower-case
(#1803) Expected 1 space before "="; 0 found
(#1803) Expected 1 space after "="; 0 found
(#1805) Commas (,) must be followed by white space.
(#1805) Variable "K" must be all lower-case
(#1805) Commas (,) must be followed by white space.
(#1806) Commas (,) must be followed by white space.
(#1806) Commas (,) must be followed by white space.
(#1806) Commas (,) must be followed by white space.
(#1806) Commas (,) must be followed by white space.
(#1807) Inline control structures are not allowed
(#1807) Expected 1 space before "!="; 0 found
(#1807) Expected 1 space after "!="; 0 found
(#1807) Commas (,) must be followed by white space.
(#1807) Commas (,) must be followed by white space.
(#1807) Commas (,) must be followed by white space.
(#1807) Line exceeds 132 characters; contains 174 characters
(#1807) Line exceeds 132 characters; contains 174 characters
(#1807) Line exceeds 132 characters; contains 174 characters
(#1809) Closing brace must be on a line by itself
(#1809) Usage of ELSEIF not allowed; use ELSE IF instead
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Expected 1 space before "?"; 0 found
(#1809) Expected 1 space after "?"; 0 found
(#1809) Expected 1 space before ":"; 0 found
(#1809) Expected 1 space after ":"; 0 found
(#1809) Commas (,) must be followed by white space.
(#1809) Variable "Ng" must be all lower-case
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Commas (,) must be followed by white space.
(#1809) Expected 1 space before "?"; 0 found
(#1809) Expected 1 space after "?"; 0 found
(#1809) Expected 1 space before ":"; 0 found
(#1809) Expected 1 space after ":"; 0 found
(#1809) Variable "Cd" must be all lower-case
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Variable "Cf" must be all lower-case
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Expected "foreach (...) {\n"; found "foreach(...){"
(#1809) Expected 1 space before "=>"; 0 found
(#1809) Expected 1 space after "=>"; 0 found
(#1809) Expected 1 space before "as"; 0 found
(#1809) Expected 1 space after "as"; 0 found
(#1809) Variable "Ng" must be all lower-case
(#1809) Expected 1 space before "=>"; 0 found
(#1809) Expected 1 space after "=>"; 0 found
(#1809) Inline control structures are not allowed
(#1809) Commas (,) must be followed by white space.
(#1809) Expected 1 space before "=="; 0 found
(#1809) Expected 1 space after "=="; 0 found
(#1809) Variable "Cf" must be all lower-case
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Inline control structures are not allowed
(#1809) Commas (,) must be followed by white space.
(#1809) Commas (,) must be followed by white space.
(#1809) Expected 1 space before "=="; 0 found
(#1809) Expected 1 space after "=="; 0 found
(#1809) Variable "Cd" must be all lower-case
(#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) Expected "if (...) {\n"; found "if(...){"
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Expected "foreach (...) {\n"; found "foreach(...){"
(#1809) Expected 1 space before "=>"; 0 found
(#1809) Expected 1 space after "=>"; 0 found
(#1809) Expected 1 space before "as"; 0 found
(#1809) Expected 1 space after "as"; 0 found
(#1809) Variable "Ng" must be all lower-case
(#1809) Expected 1 space before "=>"; 0 found
(#1809) Expected 1 space after "=>"; 0 found
(#1809) Expected "if (...) {\n"; found "if(...){"
(#1809) Commas (,) must be followed by white space.
(#1809) Variable "Cd" must be all lower-case
(#1809) Variable "X" must be all lower-case
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Inline control structures are not allowed
(#1809) Variable "X" must be all lower-case
(#1809) Expected 1 space before "==="; 0 found
(#1809) Expected 1 space after "==="; 0 found
(#1809) Variable "X" must be all lower-case
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Inline control structures are not allowed
(#1809) Variable "Cf" must be all lower-case
(#1809) Variable "X" 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) Variable "Cf" must be all lower-case
(#1809) Expected 1 space before "?"; 0 found
(#1809) Expected 1 space after "?"; 0 found
(#1809) Expected 1 space before ":"; 0 found
(#1809) Expected 1 space after ":"; 0 found
(#1809) Variable "X" must be all lower-case
(#1809) Closing brace must be on a line by itself
(#1809) Variable "H" must be all lower-case
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Expected 1 space before "?"; 0 found
(#1809) Expected 1 space after "?"; 0 found
(#1809) Expected 1 space before ":"; 0 found
(#1809) Expected 1 space after ":"; 0 found
(#1809) Commas (,) must be followed by white space.
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Variable "I" must be all lower-case
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Variable "H" must be all lower-case
(#1809) Variable "_a" must not contain underscores.
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Variable "H" must be all lower-case
(#1809) Commas (,) must be followed by white space.
(#1809) Commas (,) must be followed by white space.
(#1809) Variable "I" must be all lower-case
(#1809) Inline control structures are not allowed
(#1809) Variable "I" must be all lower-case
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Inline control structures are not allowed
(#1809) Expected "do {\n...} while (...);\n"; found "do{...}while(...);"
(#1809) Variable "I" must be all lower-case
(#1809) Expected 1 space before "="; 0 found
(#1809) Expected 1 space after "="; 0 found
(#1809) Inline control structures are not allowed
(#1809) Variable "I" must be all lower-case
(#1809) Variable "I" must be all lower-case
(#1809) Commas (,) must be followed by white space.
(#1809) Line exceeds maximum limit of 180 characters; contains 998 characters
(#1809) Line exceeds maximum limit of 180 characters; contains 998 characters
(#1809) Line exceeds maximum limit of 180 characters; contains 998 characters
(#1809) Inline control structures are not allowed
(#1810) Line indented incorrectly; expected at least 16 spaces, found 0
(#1810) Commas (,) must be followed by white space.
(#1810) Variable "_a" must not contain underscores.
(#1810) Closing brace must be on a line by itself
(#1810) Inline control structures are not allowed
(#1810) Variable "Cf" must be all lower-case
(#1810) Commas (,) must be followed by white space.
(#1810) Variable "Cf" must be all lower-case
(#1810) Closing brace must be on a line by itself
(#1810) Closing brace must be on a line by itself
(#1812) Expected "if (...) {\n"; found "if(...){"
(#1812) Variable "Cd" must be all lower-case
(#1812) Expected "foreach (...) {\n"; found "foreach(...){"
(#1812) Expected 1 space after "as"; 0 found
(#1812) Variable "Cd" must be all lower-case
(#1813) Line indented incorrectly; expected at least 4 spaces, found 0
(#1813) Expected 1 space before "="; 0 found
(#1813) Expected 1 space after "="; 0 found
(#1813) Variable "Ng" must be all lower-case
(#1813) Variable "D" must be all lower-case
(#1813) Expected 1 space before "="; 0 found
(#1813) Expected 1 space after "="; 0 found
(#1813) Variable "Y" must be all lower-case
(#1813) Expected 1 space before "="; 0 found
(#1813) Expected 1 space after "="; 0 found
(#1813) Variable "D" must be all lower-case
(#1813) Expected "if (...) {\n"; found "if(...){"
(#1813) Variable "Y" must be all lower-case
(#1813) Expected 1 space before "!="; 0 found
(#1813) Expected 1 space after "!="; 0 found
(#1813) Inline control structures are not allowed
(#1813) Expected 1 space before "=="; 0 found
(#1813) Expected 1 space after "=="; 0 found
(#1813) Variable "Y" must be all lower-case
(#1813) Expected 1 space before "="; 0 found
(#1813) Expected 1 space after "="; 0 found
(#1813) Variable "Y" must be all lower-case
(#1813) Inline control structures are not allowed
(#1813) Expected 1 space before "=="; 0 found
(#1813) Expected 1 space after "=="; 0 found
(#1813) Variable "Y" must be all lower-case
(#1813) Expected 1 space before "="; 0 found
(#1813) Expected 1 space after "="; 0 found
(#1813) Variable "Y" must be all lower-case
(#1813) Closing brace must be on a line by itself
(#1813) Commas (,) must be followed by white space.
(#1813) Variable "Y" must be all lower-case
(#1813) Commas (,) must be followed by white space.
(#1813) Variable "D" must be all lower-case
(#1813) Closing brace must be on a line by itself
(#1813) Closing brace must be on a line by itself
(#1813) Line exceeds maximum limit of 180 characters; contains 258 characters
(#1813) Line exceeds maximum limit of 180 characters; contains 258 characters
(#1813) Line exceeds maximum limit of 180 characters; contains 258 characters
(#1814) Commas (,) must be followed by white space.
(#1814) Commas (,) must be followed by white space.
(#1815) Commas (,) must be followed by white space.
(#1815) Commas (,) must be followed by white space.
(#1817) Closing brace must be on a line by itself
(#1817) Usage of ELSEIF not allowed; use ELSE IF instead
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Variable "D" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Variable "K" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Expected "if (...) {\n"; found "if(...){"
(#1817) Variable "Ge" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Expected 1 space before "?"; 0 found
(#1817) Expected 1 space after "?"; 0 found
(#1817) Expected 1 space before ":"; 0 found
(#1817) Expected 1 space after ":"; 0 found
(#1817) Variable "D" must be all lower-case
(#1817) Expected 1 space before "!="; 0 found
(#1817) Expected 1 space after "!="; 0 found
(#1817) Expected 1 space before "?"; 0 found
(#1817) Expected 1 space after "?"; 0 found
(#1817) Expected 1 space before ":"; 0 found
(#1817) Expected 1 space after ":"; 0 found
(#1817) Variable "B" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Expected "if (...) {\n"; found "if(...){"
(#1817) Variable "K" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Variable "K" must be all lower-case
(#1817) Commas (,) must be followed by white space.
(#1817) Variable "K" must be all lower-case
(#1817) Variable "Ph" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Inline control structures are not allowed
(#1817) Expected 1 space before "=>"; 0 found
(#1817) Expected 1 space after "=>"; 0 found
(#1817) Expected 1 space before "as"; 0 found
(#1817) Expected 1 space after "as"; 0 found
(#1817) Variable "K" must be all lower-case
(#1817) Expected 1 space before "=>"; 0 found
(#1817) Expected 1 space after "=>"; 0 found
(#1817) Variable "X" must be all lower-case
(#1817) Variable "Ph" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Variable "K" must be all lower-case
(#1817) Variable "K" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Variable "Ph" must be all lower-case
(#1817) Closing brace must be on a line by itself
(#1817) Inline control structures are not allowed
(#1817) Expected 1 space before "=="; 0 found
(#1817) Expected 1 space after "=="; 0 found
(#1817) Variable "B" must be all lower-case
(#1817) Commas (,) must be followed by white space.
(#1817) Variable "Ge" must be all lower-case
(#1817) Commas (,) must be followed by white space.
(#1817) Commas (,) must be followed by white space.
(#1817) Commas (,) must be followed by white space.
(#1817) Commas (,) must be followed by white space.
(#1817) Commas (,) must be followed by white space.
(#1817) Variable "D" must be all lower-case
(#1817) Expected 1 space before "=>"; 0 found
(#1817) Expected 1 space after "=>"; 0 found
(#1817) Expected 1 space before "?"; 0 found
(#1817) Expected 1 space after "?"; 0 found
(#1817) Expected 1 space before ":"; 0 found
(#1817) Expected 1 space after ":"; 0 found
(#1817) Variable "K" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Expected 1 space before "=="; 0 found
(#1817) Expected 1 space after "=="; 0 found
(#1817) Expected 1 space before "?"; 0 found
(#1817) Expected 1 space after "?"; 0 found
(#1817) Expected 1 space before ":"; 0 found
(#1817) Expected 1 space after ":"; 0 found
(#1817) Variable "D" must be all lower-case
(#1817) Inline control structures are not allowed
(#1817) Commas (,) must be followed by white space.
(#1817) Variable "B" must be all lower-case
(#1817) Commas (,) must be followed by white space.
(#1817) Variable "Ge" must be all lower-case
(#1817) Variable "D" must be all lower-case
(#1817) Expected 1 space before "!="; 0 found
(#1817) Expected 1 space after "!="; 0 found
(#1817) Expected 1 space before "?"; 0 found
(#1817) Expected 1 space after "?"; 0 found
(#1817) Expected 1 space before ":"; 0 found
(#1817) Expected 1 space after ":"; 0 found
(#1817) Variable "K" must be all lower-case
(#1817) Commas (,) must be followed by white space.
(#1817) Variable "B" must be all lower-case
(#1817) Commas (,) must be followed by white space.
(#1817) Variable "Ge" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Closing brace must be on a line by itself
(#1817) Closing brace must be on a line by itself
(#1817) Closing brace must be on a line by itself
(#1817) Commas (,) must be followed by white space.
(#1817) Commas (,) must be followed by white space.
(#1817) Expected 1 space before "=>"; 0 found
(#1817) Expected 1 space after "=>"; 0 found
(#1817) Commas (,) must be followed by white space.
(#1817) Expected "if (...) {\n"; found "if(...){"
(#1817) Variable "K" must be all lower-case
(#1817) Inline control structures are not allowed
(#1817) Variable "K" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Inline control structures are not allowed
(#1817) Usage of ELSEIF not allowed; use ELSE IF instead
(#1817) Variable "K" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Closing brace must be on a line by itself
(#1817) Usage of ELSEIF not allowed; use ELSE IF instead
(#1817) Variable "D" must be all lower-case
(#1817) Expected 1 space before "!="; 0 found
(#1817) Expected 1 space after "!="; 0 found
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Variable "K" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Variable "D" must be all lower-case
(#1817) Variable "K" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Closing brace must be on a line by itself
(#1817) Expected "} else {\n"; found "}else{"
(#1817) Variable "K" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Variable "K" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Closing brace must be on a line by itself
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Variable "Ph" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Expected 1 space before "==="; 0 found
(#1817) Expected 1 space after "==="; 0 found
(#1817) Variable "K" must be all lower-case
(#1817) Expected 1 space before "?"; 0 found
(#1817) Expected 1 space after "?"; 0 found
(#1817) Expected 1 space before ":"; 0 found
(#1817) Expected 1 space after ":"; 0 found
(#1817) Variable "K" must be all lower-case
(#1817) Expected 1 space before "="; 0 found
(#1817) Expected 1 space after "="; 0 found
(#1817) Commas (,) must be followed by white space.
(#1817) Commas (,) must be followed by white space.
(#1817) Line exceeds maximum limit of 180 characters; contains 1264 characters
(#1817) Line exceeds maximum limit of 180 characters; contains 1264 characters
(#1817) Line exceeds maximum limit of 180 characters; contains 1264 characters
(#1820) Expected "if (...) {\n"; found "if(...){"
(#1820) Variable "K" must be all lower-case
(#1820) Expected 1 space before "=="; 0 found
(#1820) Expected 1 space after "=="; 0 found
(#1820) Variable "K" must be all lower-case
(#1820) Expected 1 space before "=="; 0 found
(#1820) Expected 1 space after "=="; 0 found
(#1821) Line indented incorrectly; expected at least 8 spaces, found 0
(#1821) Commas (,) must be followed by white space.
(#1822) Commas (,) must be followed by white space.
(#1822) Commas (,) must be followed by white space.
(#1822) Commas (,) must be followed by white space.
(#1822) Variable "K" must be all lower-case
(#1822) Commas (,) must be followed by white space.
(#1822) Commas (,) must be followed by white space.
(#1822) Line exceeds 132 characters; contains 145 characters
(#1822) Line exceeds 132 characters; contains 145 characters
(#1822) Line exceeds 132 characters; contains 145 characters
(#1823) Commas (,) must be followed by white space.
(#1823) Commas (,) must be followed by white space.
(#1825) Commas (,) must be followed by white space.
(#1825) Commas (,) must be followed by white space.
(#1825) Commas (,) must be followed by white space.
(#1825) Commas (,) must be followed by white space.
(#1826) Variable "Xd" must be all lower-case
(#1826) Expected 1 space before "="; 0 found
(#1826) Expected 1 space after "="; 0 found
(#1826) Expected "foreach (...) {\n"; found "foreach(...){"
(#1826) Expected 1 space before "=>"; 0 found
(#1826) Expected 1 space after "=>"; 0 found
(#1826) Expected 1 space before "as"; 0 found
(#1826) Expected 1 space after "as"; 0 found
(#1826) Variable "K" must be all lower-case
(#1826) Expected 1 space before "=>"; 0 found
(#1826) Expected 1 space after "=>"; 0 found
(#1826) Variable "X" must be all lower-case
(#1826) Commas (,) must be followed by white space.
(#1826) Commas (,) must be followed by white space.
(#1826) Expected 1 space before "=>"; 0 found
(#1826) Expected 1 space after "=>"; 0 found
(#1826) Expected 1 space before "+"; 0 found
(#1826) Expected 1 space after "+"; 0 found
(#1826) Commas (,) must be followed by white space.
(#1826) Variable "X" must be all lower-case
(#1826) Commas (,) must be followed by white space.
(#1826) Variable "Xd" must be all lower-case
(#1826) Expected 1 space before "=="; 0 found
(#1826) Expected 1 space after "=="; 0 found
(#1826) Variable "K" must be all lower-case
(#1826) Expected 1 space before "-"; 0 found
(#1826) Expected 1 space after "-"; 0 found
(#1826) Expected 1 space before "?"; 0 found
(#1826) Expected 1 space after "?"; 0 found
(#1826) Expected 1 space before ":"; 0 found
(#1826) Expected 1 space after ":"; 0 found
(#1826) Commas (,) must be followed by white space.
(#1826) Commas (,) must be followed by white space.
(#1826) Commas (,) must be followed by white space.
(#1826) Variable "Ph" must be all lower-case
(#1826) Commas (,) must be followed by white space.
(#1826) Variable "K" must be all lower-case
(#1826) Commas (,) must be followed by white space.
(#1826) Commas (,) must be followed by white space.
(#1826) Variable "Xd" must be all lower-case
(#1826) Closing brace must be on a line by itself
(#1826) Line exceeds maximum limit of 180 characters; contains 282 characters
(#1826) Line exceeds maximum limit of 180 characters; contains 282 characters
(#1826) Line exceeds maximum limit of 180 characters; contains 282 characters
(#1828) Commas (,) must be followed by white space.
(#1828) Commas (,) must be followed by white space.
(#1828) Commas (,) must be followed by white space.
(#1828) Commas (,) must be followed by white space.
(#1828) Expected 1 space before "=>"; 0 found
(#1828) Expected 1 space after "=>"; 0 found
(#1828) Expected 1 space before "+"; 0 found
(#1828) Expected 1 space after "+"; 0 found
(#1828) Commas (,) must be followed by white space.
(#1828) Commas (,) must be followed by white space.
(#1828) Variable "K" must be all lower-case
(#1828) Commas (,) must be followed by white space.
(#1828) Commas (,) must be followed by white space.
(#1828) Commas (,) must be followed by white space.
(#1828) Commas (,) must be followed by white space.
(#1828) Commas (,) must be followed by white space.
(#1828) Expected 1 space before "=>"; 0 found
(#1828) Expected 1 space after "=>"; 0 found
(#1828) Expected 1 space before "+"; 0 found
(#1828) Expected 1 space after "+"; 0 found
(#1828) Commas (,) must be followed by white space.
(#1828) Commas (,) must be followed by white space.
(#1828) Variable "K" must be all lower-case
(#1828) Commas (,) must be followed by white space.
(#1828) Expected 1 space before "=>"; 0 found
(#1828) Expected 1 space after "=>"; 0 found
(#1828) Commas (,) must be followed by white space.
(#1828) Expected 1 space before "=>"; 0 found
(#1828) Expected 1 space after "=>"; 0 found
(#1828) Commas (,) must be followed by white space.
(#1828) Expected 1 space before "=>"; 0 found
(#1828) Expected 1 space after "=>"; 0 found
(#1828) Commas (,) must be followed by white space.
(#1828) Expected 1 space before "=>"; 0 found
(#1828) Expected 1 space after "=>"; 0 found
(#1828) Commas (,) must be followed by white space.
(#1828) Expected 1 space before "=>"; 0 found
(#1828) Expected 1 space after "=>"; 0 found
(#1828) Commas (,) must be followed by white space.
(#1828) Commas (,) must be followed by white space.
(#1828) Line exceeds maximum limit of 180 characters; contains 402 characters
(#1828) Line exceeds maximum limit of 180 characters; contains 402 characters
(#1828) Line exceeds maximum limit of 180 characters; contains 402 characters
(#1829) Commas (,) must be followed by white space.
(#1829) Commas (,) must be followed by white space.
(#1830) Commas (,) must be followed by white space.
(#1830) Commas (,) must be followed by white space.
(#1831) Closing brace must be on a line by itself
(#1831) Expected "if (...) {\n"; found "if(...){"
(#1831) Variable "D" must be all lower-case
(#1831) Expected 1 space before "!="; 0 found
(#1831) Expected 1 space after "!="; 0 found
(#1831) Commas (,) must be followed by white space.
(#1831) Commas (,) must be followed by white space.
(#1831) Commas (,) must be followed by white space.
(#1831) Commas (,) must be followed by white space.
(#1831) Variable "D" must be all lower-case
(#1831) Closing brace must be on a line by itself
(#1831) Commas (,) must be followed by white space.
(#1831) Commas (,) must be followed by white space.
(#1831) Line exceeds 132 characters; contains 154 characters
(#1831) Line exceeds 132 characters; contains 154 characters
(#1831) Line exceeds 132 characters; contains 154 characters
(#1833) Closing brace must be on a line by itself
(#1833) Usage of ELSEIF not allowed; use ELSE IF instead
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Variable "K" must be all lower-case
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Variable "_f" must not contain underscores.
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Expected "if (...) {\n"; found "if(...){"
(#1833) Expected 1 space before "=="; 0 found
(#1833) Expected 1 space after "=="; 0 found
(#1833) Expected 1 space before "!="; 0 found
(#1833) Expected 1 space after "!="; 0 found
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Variable "_f" must not contain underscores.
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Closing brace must be on a line by itself
(#1833) Expected "if (...) {\n"; found "if(...){"
(#1833) Variable "D" must be all lower-case
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Variable "K" must be all lower-case
(#1833) Variable "Ha" must be all lower-case
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Variable "K" must be all lower-case
(#1833) Variable "B" must be all lower-case
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Variable "D" must be all lower-case
(#1833) Variable "Ge" must be all lower-case
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Variable "U" must be all lower-case
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Expected 1 space before "?"; 0 found
(#1833) Expected 1 space after "?"; 0 found
(#1833) Expected 1 space before ":"; 0 found
(#1833) Expected 1 space after ":"; 0 found
(#1833) Inline control structures are not allowed
(#1833) Expected 1 space before "=="; 0 found
(#1833) Expected 1 space after "=="; 0 found
(#1833) Variable "D" must be all lower-case
(#1833) Expected 1 space before "!="; 0 found
(#1833) Expected 1 space after "!="; 0 found
(#1833) Variable "U" must be all lower-case
(#1833) Expected 1 space before "=="; 0 found
(#1833) Expected 1 space after "=="; 0 found
(#1833) Variable "_f" must not contain underscores.
(#1833) Expected 1 space before "=="; 0 found
(#1833) Expected 1 space after "=="; 0 found
(#1833) Expected 1 space before "=="; 0 found
(#1833) Expected 1 space after "=="; 0 found
(#1833) Expected 1 space before "?"; 0 found
(#1833) Expected 1 space after "?"; 0 found
(#1833) Expected 1 space before ":"; 0 found
(#1833) Expected 1 space after ":"; 0 found
(#1833) Variable "D" must be all lower-case
(#1833) Variable "Ha" must be all lower-case
(#1833) Commas (,) must be followed by white space.
(#1833) Variable "B" must be all lower-case
(#1833) Commas (,) must be followed by white space.
(#1833) Variable "Ge" must be all lower-case
(#1833) Variable "Rh" must be all lower-case
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Variable "D" must be all lower-case
(#1833) Variable "_f" must not contain underscores.
(#1833) Commas (,) must be followed by white space.
(#1833) Variable "U" must be all lower-case
(#1833) Variable "D" must be all lower-case
(#1833) Variable "Ha" must be all lower-case
(#1833) Commas (,) must be followed by white space.
(#1833) Variable "U" must be all lower-case
(#1833) Variable "D" must be all lower-case
(#1833) Commas (,) must be followed by white space.
(#1833) Variable "U" must be all lower-case
(#1833) Variable "Rh" must be all lower-case
(#1833) Variable "Ha" must be all lower-case
(#1833) Commas (,) must be followed by white space.
(#1833) Variable "U" must be all lower-case
(#1833) Variable "Rh" must be all lower-case
(#1833) Commas (,) must be followed by white space.
(#1833) Expected 1 space before "?"; 0 found
(#1833) Expected 1 space after "?"; 0 found
(#1833) Commas (,) must be followed by white space.
(#1833) Commas (,) must be followed by white space.
(#1833) Expected 1 space before ":"; 0 found
(#1833) Expected 1 space after ":"; 0 found
(#1833) Variable "B" must be all lower-case
(#1833) Commas (,) must be followed by white space.
(#1833) Commas (,) must be followed by white space.
(#1833) Variable "Ge" must be all lower-case
(#1833) Commas (,) must be followed by white space.
(#1833) Commas (,) must be followed by white space.
(#1833) Commas (,) must be followed by white space.
(#1833) Variable "D" must be all lower-case
(#1833) Closing brace must be on a line by itself
(#1833) Closing brace must be on a line by itself
(#1833) Expected "if (...) {\n"; found "if(...){"
(#1833) Expected 1 space before "!="; 0 found
(#1833) Expected 1 space after "!="; 0 found
(#1833) Variable "K" must be all lower-case
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Variable "K" must be all lower-case
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Variable "K" must be all lower-case
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Variable "_f" must not contain underscores.
(#1833) Expected 1 space before "!="; 0 found
(#1833) Expected 1 space after "!="; 0 found
(#1833) Inline control structures are not allowed
(#1833) Expected 1 space before "="; 0 found
(#1833) Expected 1 space after "="; 0 found
(#1833) Closing brace must be on a line by itself
(#1833) Expected 1 space before "!="; 0 found
(#1833) Expected 1 space after "!="; 0 found
(#1833) Expected 1 space before "?"; 0 found
(#1833) Expected 1 space after "?"; 0 found
(#1833) Expected 1 space before ":"; 0 found
(#1833) Expected 1 space after ":"; 0 found
(#1833) Commas (,) must be followed by white space.
(#1833) Commas (,) must be followed by white space.
(#1833) Expected 1 space before "=>"; 0 found
(#1833) Expected 1 space after "=>"; 0 found
(#1833) Commas (,) must be followed by white space.
(#1833) Line exceeds maximum limit of 180 characters; contains 870 characters
(#1833) Line exceeds maximum limit of 180 characters; contains 870 characters
(#1833) Line exceeds maximum limit of 180 characters; contains 870 characters
(#1835) Commas (,) must be followed by white space.
(#1835) Commas (,) must be followed by white space.
(#1835) Commas (,) must be followed by white space.
(#1835) Variable "K" must be all lower-case
(#1835) Commas (,) must be followed by white space.
(#1836) Commas (,) must be followed by white space.
(#1836) Expected 1 space before "?"; 0 found
(#1836) Expected 1 space after "?"; 0 found
(#1836) Commas (,) must be followed by white space.
(#1836) Commas (,) must be followed by white space.
(#1836) Variable "K" must be all lower-case
(#1836) Commas (,) must be followed by white space.
(#1836) Expected 1 space before ":"; 0 found
(#1836) Expected 1 space after ":"; 0 found
(#1836) Commas (,) must be followed by white space.
(#1836) Commas (,) must be followed by white space.
(#1836) Variable "K" must be all lower-case
(#1836) Line exceeds 132 characters; contains 141 characters
(#1836) Line exceeds 132 characters; contains 141 characters
(#1836) Line exceeds 132 characters; contains 141 characters
(#1837) Commas (,) must be followed by white space.
(#1837) Commas (,) must be followed by white space.
(#1838) Expected "if (...) {\n"; found "if(...){"
(#1838) Expected 1 space before "!="; 0 found
(#1838) Expected 1 space after "!="; 0 found
(#1838) Commas (,) must be followed by white space.
(#1838) Commas (,) must be followed by white space.
(#1838) Commas (,) must be followed by white space.
(#1838) Commas (,) must be followed by white space.
(#1838) Closing brace must be on a line by itself
(#1838) Commas (,) must be followed by white space.
(#1838) Commas (,) must be followed by white space.
(#1838) Line exceeds 132 characters; contains 153 characters
(#1838) Line exceeds 132 characters; contains 153 characters
(#1838) Line exceeds 132 characters; contains 153 characters
(#1840) Closing brace must be on a line by itself
(#1840) Usage of ELSEIF not allowed; use ELSE IF instead
(#1840) Expected 1 space before "="; 0 found
(#1840) Expected 1 space after "="; 0 found
(#1840) Variable "Pd" must be all lower-case
(#1840) Expected 1 space before "="; 0 found
(#1840) Expected 1 space after "="; 0 found
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Expected 1 space before "="; 0 found
(#1840) Expected 1 space after "="; 0 found
(#1840) Expected 1 space before "=>"; 0 found
(#1840) Expected 1 space after "=>"; 0 found
(#1840) Commas (,) must be followed by white space.
(#1840) Expected 1 space before "=>"; 0 found
(#1840) Expected 1 space after "=>"; 0 found
(#1840) Commas (,) must be followed by white space.
(#1840) Expected 1 space before "=>"; 0 found
(#1840) Expected 1 space after "=>"; 0 found
(#1840) Variable "K" must be all lower-case
(#1840) Expected 1 space before "="; 0 found
(#1840) Expected 1 space after "="; 0 found
(#1840) Expected "if (...) {\n"; found "if(...){"
(#1840) Inline control structures are not allowed
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Usage of ELSEIF not allowed; use ELSE IF instead
(#1840) Variable "K" must be all lower-case
(#1840) Commas (,) must be followed by white space.
(#1840) Variable "Pd" must be all lower-case
(#1840) Variable "K" must be all lower-case
(#1840) Variable "Sg" must be all lower-case
(#1840) Expected 1 space before "="; 0 found
(#1840) Expected 1 space after "="; 0 found
(#1840) Variable "K" must be all lower-case
(#1840) Expected 1 space before "?"; 0 found
(#1840) Expected 1 space after "?"; 0 found
(#1840) Variable "K" must be all lower-case
(#1840) Variable "K" must be all lower-case
(#1840) Variable "K" must be all lower-case
(#1840) Expected 1 space before "?"; 0 found
(#1840) Expected 1 space after "?"; 0 found
(#1840) Variable "K" must be all lower-case
(#1840) Expected 1 space before ":"; 0 found
(#1840) Expected 1 space after ":"; 0 found
(#1840) Variable "K" must be all lower-case
(#1840) Expected 1 space before "?"; 0 found
(#1840) Expected 1 space after "?"; 0 found
(#1840) Variable "K" must be all lower-case
(#1840) Expected 1 space before ":"; 0 found
(#1840) Expected 1 space after ":"; 0 found
(#1840) Expected 1 space before ":"; 0 found
(#1840) Expected 1 space after ":"; 0 found
(#1840) Variable "K" must be all lower-case
(#1840) Variable "K" must be all lower-case
(#1840) Expected 1 space before "?"; 0 found
(#1840) Expected 1 space after "?"; 0 found
(#1840) Expected 1 space before ":"; 0 found
(#1840) Expected 1 space after ":"; 0 found
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Commas (,) must be followed by white space.
(#1840) Expected 1 space before "!="; 0 found
(#1840) Expected 1 space after "!="; 0 found
(#1840) Expected 1 space before "?"; 0 found
(#1840) Expected 1 space after "?"; 0 found
(#1840) Expected 1 space before ":"; 0 found
(#1840) Expected 1 space after ":"; 0 found
(#1840) Commas (,) must be followed by white space.
(#1840) Expected 1 space before "!="; 0 found
(#1840) Expected 1 space after "!="; 0 found
(#1840) Expected 1 space before "?"; 0 found
(#1840) Expected 1 space after "?"; 0 found
(#1840) Variable "Sg" must be all lower-case
(#1840) Expected 1 space before "!="; 0 found
(#1840) Expected 1 space after "!="; 0 found
(#1840) Variable "K" must be all lower-case
(#1840) Expected 1 space before "?"; 0 found
(#1840) Expected 1 space after "?"; 0 found
(#1840) Variable "K" must be all lower-case
(#1840) Expected 1 space before ":"; 0 found
(#1840) Expected 1 space after ":"; 0 found
(#1840) Expected 1 space before ":"; 0 found
(#1840) Expected 1 space after ":"; 0 found
(#1840) Variable "K" must be all lower-case
(#1840) Variable "Sg" must be all lower-case
(#1840) Variable "K" must be all lower-case
(#1840) Variable "K" must be all lower-case
(#1840) Variable "K" must be all lower-case
(#1840) Commas (,) must be followed by white space.
(#1840) Closing brace must be on a line by itself
(#1840) Closing brace must be on a line by itself
(#1840) Expected 1 space before "!="; 0 found
(#1840) Expected 1 space after "!="; 0 found
(#1840) Expected 1 space before "?"; 0 found
(#1840) Expected 1 space after "?"; 0 found
(#1840) Expected 1 space before ":"; 0 found
(#1840) Expected 1 space after ":"; 0 found
(#1840) Commas (,) must be followed by white space.
(#1840) Expected "if (...) {\n"; found "if(...){"
(#1840) Variable "K" must be all lower-case
(#1840) Expected 1 space before "!="; 0 found
(#1840) Expected 1 space after "!="; 0 found
(#1840) Variable "L" must be all lower-case
(#1840) Expected 1 space before "="; 0 found
(#1840) Expected 1 space after "="; 0 found
(#1840) Variable "K" must be all lower-case
(#1840) Expected 1 space before "="; 0 found
(#1840) Expected 1 space after "="; 0 found
(#1840) Variable "L" must be all lower-case
(#1840) Closing brace must be on a line by itself
(#1840) Line exceeds maximum limit of 180 characters; contains 1311 characters
(#1840) Line exceeds maximum limit of 180 characters; contains 1311 characters
(#1840) Line exceeds maximum limit of 180 characters; contains 1311 characters
(#1843) Commas (,) must be followed by white space.
(#1843) Commas (,) must be followed by white space.
(#1843) Commas (,) must be followed by white space.
(#1843) Variable "K" must be all lower-case
(#1843) Commas (,) must be followed by white space.
(#1844) Commas (,) must be followed by white space.
(#1844) Commas (,) must be followed by white space.
(#1844) Commas (,) must be followed by white space.
(#1844) Variable "K" must be all lower-case
(#1844) Commas (,) must be followed by white space.
(#1845) Commas (,) must be followed by white space.
(#1845) Commas (,) must be followed by white space.
(#1845) Commas (,) must be followed by white space.
(#1845) Variable "K" must be all lower-case
(#1845) Commas (,) must be followed by white space.
(#1846) Commas (,) must be followed by white space.
(#1846) Commas (,) must be followed by white space.
(#1846) Commas (,) must be followed by white space.
(#1846) Variable "K" must be all lower-case
(#1846) Commas (,) must be followed by white space.
(#1846) Commas (,) must be followed by white space.
(#1846) Commas (,) must be followed by white space.
(#1846) Variable "Pd" must be all lower-case
(#1846) Commas (,) must be followed by white space.
(#1846) Variable "K" must be all lower-case
(#1846) Commas (,) must be followed by white space.
(#1846) Commas (,) must be followed by white space.
(#1846) Commas (,) must be followed by white space.
(#1846) Commas (,) must be followed by white space.
(#1846) Commas (,) must be followed by white space.
(#1846) Commas (,) must be followed by white space.
(#1846) Variable "K" must be all lower-case
(#1846) Commas (,) must be followed by white space.
(#1846) Commas (,) must be followed by white space.
(#1846) Commas (,) must be followed by white space.
(#1846) Commas (,) must be followed by white space.
(#1846) Variable "K" must be all lower-case
(#1846) Commas (,) must be followed by white space.
(#1846) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1846) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1846) Line exceeds maximum limit of 180 characters; contains 345 characters
(#1847) Commas (,) must be followed by white space.
(#1847) Commas (,) must be followed by white space.
(#1847) Commas (,) must be followed by white space.
(#1847) Variable "K" must be all lower-case
(#1847) Expected 1 space before "=="; 0 found
(#1847) Expected 1 space after "=="; 0 found
(#1847) Commas (,) must be followed by white space.
(#1847) Commas (,) must be followed by white space.
(#1848) Commas (,) must be followed by white space.
(#1848) Variable "K" must be all lower-case
(#1849) Commas (,) must be followed by white space.
(#1849) Commas (,) must be followed by white space.
(#1850) Expected "if (...) {\n"; found "if(...){"
(#1850) Expected 1 space before "!="; 0 found
(#1850) Expected 1 space after "!="; 0 found
(#1850) Commas (,) must be followed by white space.
(#1850) Commas (,) must be followed by white space.
(#1850) Commas (,) must be followed by white space.
(#1850) Commas (,) must be followed by white space.
(#1850) Closing brace must be on a line by itself
(#1850) Commas (,) must be followed by white space.
(#1850) Commas (,) must be followed by white space.
(#1850) Line exceeds 132 characters; contains 155 characters
(#1850) Line exceeds 132 characters; contains 155 characters
(#1850) Line exceeds 132 characters; contains 155 characters
(#1852) Closing brace must be on a line by itself
(#1852) Usage of ELSEIF not allowed; use ELSE IF instead
(#1852) Expected 1 space before "="; 0 found
(#1852) Expected 1 space after "="; 0 found
(#1852) Expected 1 space before "?"; 0 found
(#1852) Expected 1 space after "?"; 0 found
(#1852) Expected 1 space before ":"; 0 found
(#1852) Expected 1 space after ":"; 0 found
(#1852) Variable "Ng" must be all lower-case
(#1852) Expected 1 space before "="; 0 found
(#1852) Expected 1 space after "="; 0 found
(#1852) Expected 1 space before "?"; 0 found
(#1852) Expected 1 space after "?"; 0 found
(#1852) Expected 1 space before ":"; 0 found
(#1852) Expected 1 space after ":"; 0 found
(#1852) Variable "K" must be all lower-case
(#1852) Expected 1 space before "="; 0 found
(#1852) Expected 1 space after "="; 0 found
(#1852) Variable "K" must be all lower-case
(#1852) Expected 1 space before "="; 0 found
(#1852) Expected 1 space after "="; 0 found
(#1852) Variable "K" must be all lower-case
(#1852) Expected "if (...) {\n"; found "if(...){"
(#1852) Variable "K" must be all lower-case
(#1852) Expected 1 space before "="; 0 found
(#1852) Expected 1 space after "="; 0 found
(#1852) Commas (,) must be followed by white space.
(#1852) Variable "Ng" must be all lower-case
(#1852) Variable "Rh" must be all lower-case
(#1852) Expected 1 space before "="; 0 found
(#1852) Expected 1 space after "="; 0 found
(#1852) Variable "K" must be all lower-case
(#1852) Variable "Ng" must be all lower-case
(#1852) Commas (,) must be followed by white space.
(#1852) Commas (,) must be followed by white space.
(#1852) Variable "Ng" must be all lower-case
(#1852) Commas (,) must be followed by white space.
(#1852) Variable "K" must be all lower-case
(#1852) Commas (,) must be followed by white space.
(#1852) Variable "Ng" must be all lower-case
(#1852) Variable "K" must be all lower-case
(#1852) Commas (,) must be followed by white space.
(#1852) Variable "K" must be all lower-case
(#1852) Commas (,) must be followed by white space.
(#1852) Variable "Ng" must be all lower-case
(#1852) Commas (,) must be followed by white space.
(#1852) Expected 1 space before "=>"; 0 found
(#1852) Expected 1 space after "=>"; 0 found
(#1852) Variable "Rh" must be all lower-case
(#1852) Expected 1 space before "+"; 0 found
(#1852) Expected 1 space after "+"; 0 found
(#1852) Variable "K" must be all lower-case
(#1852) Commas (,) must be followed by white space.
(#1852) Variable "Ng" must be all lower-case
(#1852) Variable "Rh" must be all lower-case
(#1852) Commas (,) must be followed by white space.
(#1852) Variable "K" must be all lower-case
(#1852) Commas (,) must be followed by white space.
(#1852) Commas (,) must be followed by white space.
(#1852) Commas (,) must be followed by white space.
(#1852) Commas (,) must be followed by white space.
(#1852) Commas (,) must be followed by white space.
(#1852) Commas (,) must be followed by white space.
(#1852) Commas (,) must be followed by white space.
(#1852) Commas (,) must be followed by white space.
(#1852) Variable "K" must be all lower-case
(#1852) Closing brace must be on a line by itself
(#1852) Expected 1 space before "!="; 0 found
(#1852) Expected 1 space after "!="; 0 found
(#1852) Expected 1 space before "?"; 0 found
(#1852) Expected 1 space after "?"; 0 found
(#1852) Expected 1 space before "?"; 0 found
(#1852) Expected 1 space after "?"; 0 found
(#1852) Expected 1 space before ":"; 0 found
(#1852) Expected 1 space after ":"; 0 found
(#1852) Expected 1 space before ":"; 0 found
(#1852) Expected 1 space after ":"; 0 found
(#1852) Expected 1 space before "?"; 0 found
(#1852) Expected 1 space after "?"; 0 found
(#1852) Expected 1 space before ":"; 0 found
(#1852) Expected 1 space after ":"; 0 found
(#1852) Commas (,) must be followed by white space.
(#1852) Expected "if (...) {\n"; found "if(...){"
(#1852) Expected 1 space before "!="; 0 found
(#1852) Expected 1 space after "!="; 0 found
(#1852) Variable "K" must be all lower-case
(#1852) Expected 1 space before "="; 0 found
(#1852) Expected 1 space after "="; 0 found
(#1852) Commas (,) must be followed by white space.
(#1852) Variable "Ng" must be all lower-case
(#1852) Variable "K" must be all lower-case
(#1852) Expected 1 space before "="; 0 found
(#1852) Expected 1 space after "="; 0 found
(#1852) Closing brace must be on a line by itself
(#1852) Expected 1 space before "="; 0 found
(#1852) Expected 1 space after "="; 0 found
(#1852) Variable "Og" must be all lower-case
(#1852) Expected 1 space before "="; 0 found
(#1852) Expected 1 space after "="; 0 found
(#1852) Line exceeds maximum limit of 180 characters; contains 822 characters
(#1852) Line exceeds maximum limit of 180 characters; contains 822 characters
(#1852) Line exceeds maximum limit of 180 characters; contains 822 characters
(#1854) Commas (,) must be followed by white space.
(#1854) Commas (,) must be followed by white space.
(#1854) Commas (,) must be followed by white space.
(#1854) Variable "K" must be all lower-case
(#1854) Commas (,) must be followed by white space.
(#1855) Commas (,) must be followed by white space.
(#1855) Variable "Og" must be all lower-case
(#1855) Expected 1 space before "?"; 0 found
(#1855) Expected 1 space after "?"; 0 found
(#1855) Commas (,) must be followed by white space.
(#1855) Variable "Og" must be all lower-case
(#1855) Commas (,) must be followed by white space.
(#1855) Variable "K" must be all lower-case
(#1855) Expected 1 space before ":"; 0 found
(#1855) Expected 1 space after ":"; 0 found
(#1855) Commas (,) must be followed by white space.
(#1855) Commas (,) must be followed by white space.
(#1855) Commas (,) must be followed by white space.
(#1857) Variable "K" must be all lower-case
(#1857) Commas (,) must be followed by white space.
(#1857) Commas (,) must be followed by white space.
(#1857) Variable "Ng" must be all lower-case
(#1857) Expected "if (...) {\n"; found "if(...){"
(#1857) Commas (,) must be followed by white space.
(#1857) Variable "K" must be all lower-case
(#1857) Commas (,) must be followed by white space.
(#1857) Commas (,) must be followed by white space.
(#1857) Commas (,) must be followed by white space.
(#1857) Expected 1 space before "=="; 0 found
(#1857) Expected 1 space after "=="; 0 found
(#1857) Expected 1 space before "?"; 0 found
(#1857) Expected 1 space after "?"; 0 found
(#1857) Commas (,) must be followed by white space.
(#1857) Expected 1 space before ":"; 0 found
(#1857) Expected 1 space after ":"; 0 found
(#1857) Closing brace must be on a line by itself
(#1857) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1857) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1857) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1858) Commas (,) must be followed by white space.
(#1858) Variable "K" must be all lower-case
(#1859) Commas (,) must be followed by white space.
(#1859) Commas (,) must be followed by white space.
(#1860) Expected "if (...) {\n"; found "if(...){"
(#1860) Expected 1 space before "!="; 0 found
(#1860) Expected 1 space after "!="; 0 found
(#1860) Commas (,) must be followed by white space.
(#1860) Commas (,) must be followed by white space.
(#1860) Commas (,) must be followed by white space.
(#1860) Commas (,) must be followed by white space.
(#1860) Closing brace must be on a line by itself
(#1860) Commas (,) must be followed by white space.
(#1860) Commas (,) must be followed by white space.
(#1860) Line exceeds 132 characters; contains 155 characters
(#1860) Line exceeds 132 characters; contains 155 characters
(#1860) Line exceeds 132 characters; contains 155 characters
(#1862) Closing brace must be on a line by itself
(#1862) Usage of ELSEIF not allowed; use ELSE IF instead
(#1862) Expected 1 space before "="; 0 found
(#1862) Expected 1 space after "="; 0 found
(#1862) Variable "K" must be all lower-case
(#1862) Expected 1 space before "="; 0 found
(#1862) Expected 1 space after "="; 0 found
(#1862) Expected "if (...) {\n"; found "if(...){"
(#1862) Variable "A" must be all lower-case
(#1862) Expected 1 space before "="; 0 found
(#1862) Expected 1 space after "="; 0 found
(#1862) Commas (,) must be followed by white space.
(#1862) Commas (,) must be followed by white space.
(#1862) Variable "D" must be all lower-case
(#1862) Expected 1 space before "="; 0 found
(#1862) Expected 1 space after "="; 0 found
(#1862) Variable "K" must be all lower-case
(#1862) Inline control structures are not allowed
(#1862) Commas (,) must be followed by white space.
(#1862) Variable "A" must be all lower-case
(#1862) Commas (,) must be followed by white space.
(#1862) Inline control structures are not allowed
(#1862) Usage of ELSEIF not allowed; use ELSE IF instead
(#1862) Expected 1 space before "=="; 0 found
(#1862) Expected 1 space after "=="; 0 found
(#1862) Variable "D" must be all lower-case
(#1862) Commas (,) must be followed by white space.
(#1862) Variable "A" must be all lower-case
(#1862) Commas (,) must be followed by white space.
(#1862) Inline control structures are not allowed
(#1862) Usage of ELSEIF not allowed; use ELSE IF instead
(#1862) Expected 1 space before "!="; 0 found
(#1862) Expected 1 space after "!="; 0 found
(#1862) Variable "D" must be all lower-case
(#1862) Variable "D" must be all lower-case
(#1862) Commas (,) must be followed by white space.
(#1862) Variable "A" must be all lower-case
(#1862) Commas (,) must be followed by white space.
(#1862) Line exceeds maximum limit of 180 characters; contains 392 characters
(#1862) Line exceeds maximum limit of 180 characters; contains 392 characters
(#1862) Line exceeds maximum limit of 180 characters; contains 392 characters
(#1862) Inline control structures are not allowed
(#1863) Line indented incorrectly; expected at least 8 spaces, found 0
(#1863) Variable "A" must be all lower-case
(#1863) Closing brace must be on a line by itself
(#1863) Expected 1 space before "!="; 0 found
(#1863) Expected 1 space after "!="; 0 found
(#1863) Expected 1 space before "?"; 0 found
(#1863) Expected 1 space after "?"; 0 found
(#1863) Expected 1 space before ":"; 0 found
(#1863) Expected 1 space after ":"; 0 found
(#1863) Commas (,) must be followed by white space.
(#1863) Inline control structures are not allowed
(#1863) Variable "K" must be all lower-case
(#1863) Variable "K" must be all lower-case
(#1863) Expected 1 space before "="; 0 found
(#1863) Expected 1 space after "="; 0 found
(#1865) Commas (,) must be followed by white space.
(#1865) Variable "K" must be all lower-case
(#1865) Commas (,) must be followed by white space.
(#1866) Commas (,) must be followed by white space.
(#1866) Commas (,) must be followed by white space.
(#1867) Inline control structures are not allowed
(#1867) Expected 1 space before "!="; 0 found
(#1867) Expected 1 space after "!="; 0 found
(#1867) Commas (,) must be followed by white space.
(#1867) Commas (,) must be followed by white space.
(#1867) Commas (,) must be followed by white space.
(#1867) Line exceeds 132 characters; contains 158 characters
(#1867) Line exceeds 132 characters; contains 158 characters
(#1867) Line exceeds 132 characters; contains 158 characters
(#1869) Closing brace must be on a line by itself
(#1869) Usage of ELSEIF not allowed; use ELSE IF instead
(#1869) Expected 1 space before "="; 0 found
(#1869) Expected 1 space after "="; 0 found
(#1869) Variable "K" must be all lower-case
(#1869) Expected 1 space before "="; 0 found
(#1869) Expected 1 space after "="; 0 found
(#1869) Expected "if (...) {\n"; found "if(...){"
(#1869) Variable "A" must be all lower-case
(#1869) Expected 1 space before "="; 0 found
(#1869) Expected 1 space after "="; 0 found
(#1869) Commas (,) must be followed by white space.
(#1869) Commas (,) must be followed by white space.
(#1869) Inline control structures are not allowed
(#1869) Commas (,) must be followed by white space.
(#1869) Variable "A" must be all lower-case
(#1869) Commas (,) must be followed by white space.
(#1869) Line exceeds 132 characters; contains 175 characters
(#1869) Line exceeds 132 characters; contains 175 characters
(#1869) Line exceeds 132 characters; contains 175 characters
(#1869) Inline control structures are not allowed
(#1870) Line indented incorrectly; expected at least 8 spaces, found 0
(#1870) Variable "K" must be all lower-case
(#1870) Variable "K" must be all lower-case
(#1870) Commas (,) must be followed by white space.
(#1870) Variable "A" must be all lower-case
(#1870) Commas (,) must be followed by white space.
(#1870) Closing brace must be on a line by itself
(#1870) Expected 1 space before "!="; 0 found
(#1870) Expected 1 space after "!="; 0 found
(#1870) Expected 1 space before "?"; 0 found
(#1870) Expected 1 space after "?"; 0 found
(#1870) Expected 1 space before ":"; 0 found
(#1870) Expected 1 space after ":"; 0 found
(#1870) Commas (,) must be followed by white space.
(#1870) Inline control structures are not allowed
(#1870) Variable "K" must be all lower-case
(#1870) Variable "K" must be all lower-case
(#1870) Expected 1 space before "="; 0 found
(#1870) Expected 1 space after "="; 0 found
(#1870) Line exceeds 132 characters; contains 167 characters
(#1870) Line exceeds 132 characters; contains 167 characters
(#1870) Line exceeds 132 characters; contains 167 characters
(#1873) Inline control structures are not allowed
(#1873) Expected 1 space before "!="; 0 found
(#1873) Expected 1 space after "!="; 0 found
(#1873) Commas (,) must be followed by white space.
(#1873) Variable "K" must be all lower-case
(#1873) Commas (,) must be followed by white space.
(#1873) Variable "K" must be all lower-case
(#1873) Closing brace must be on a line by itself
(#1873) Commas (,) must be followed by white space.
(#1873) Commas (,) must be followed by white space.
(#1873) Line exceeds maximum limit of 180 characters; contains 317 characters
(#1873) Line exceeds maximum limit of 180 characters; contains 317 characters
(#1873) Line exceeds maximum limit of 180 characters; contains 317 characters
(#1875) Closing brace must be on a line by itself
(#1875) Usage of ELSEIF not allowed; use ELSE IF instead
(#1875) Expected 1 space before "="; 0 found
(#1875) Expected 1 space after "="; 0 found
(#1875) Variable "D" must be all lower-case
(#1875) Expected 1 space before "="; 0 found
(#1875) Expected 1 space after "="; 0 found
(#1875) Expected 1 space before "="; 0 found
(#1875) Expected 1 space after "="; 0 found
(#1875) Variable "K" must be all lower-case
(#1875) Expected 1 space before "="; 0 found
(#1875) Expected 1 space after "="; 0 found
(#1875) Variable "D" must be all lower-case
(#1875) Expected 1 space before "+"; 0 found
(#1875) Expected 1 space after "+"; 0 found
(#1875) Expected 1 space before "=>"; 0 found
(#1875) Expected 1 space after "=>"; 0 found
(#1875) Expected "if (...) {\n"; found "if(...){"
(#1875) Expected "if (...) {\n"; found "if(...){"
(#1875) Commas (,) must be followed by white space.
(#1875) Commas (,) must be followed by white space.
(#1875) Commas (,) must be followed by white space.
(#1875) Expected 1 space before "="; 0 found
(#1875) Expected 1 space after "="; 0 found
(#1875) Expected 1 space before "="; 0 found
(#1875) Expected 1 space after "="; 0 found
(#1875) Variable "D" must be all lower-case
(#1875) Expected 1 space before "=="; 0 found
(#1875) Expected 1 space after "=="; 0 found
(#1875) Expected 1 space before "?"; 0 found
(#1875) Expected 1 space after "?"; 0 found
(#1875) Expected 1 space before ":"; 0 found
(#1875) Expected 1 space after ":"; 0 found
(#1875) Variable "B" must be all lower-case
(#1875) Expected 1 space before "="; 0 found
(#1875) Expected 1 space after "="; 0 found
(#1875) Inline control structures are not allowed
(#1875) Commas (,) must be followed by white space.
(#1875) Variable "B" must be all lower-case
(#1875) Commas (,) must be followed by white space.
(#1875) Inline control structures are not allowed
(#1875) Variable "D" must be all lower-case
(#1875) Expected 1 space before "!="; 0 found
(#1875) Expected 1 space after "!="; 0 found
(#1875) Variable "B" must be all lower-case
(#1875) Commas (,) must be followed by white space.
(#1875) Variable "D" must be all lower-case
(#1875) Expected 1 space before "!="; 0 found
(#1875) Expected 1 space after "!="; 0 found
(#1875) Expected 1 space before "?"; 0 found
(#1875) Expected 1 space after "?"; 0 found
(#1875) Expected 1 space before ":"; 0 found
(#1875) Expected 1 space after ":"; 0 found
(#1875) Commas (,) must be followed by white space.
(#1875) Commas (,) must be followed by white space.
(#1875) Inline control structures are not allowed
(#1875) Variable "D" must be all lower-case
(#1875) Expected 1 space before "!="; 0 found
(#1875) Expected 1 space after "!="; 0 found
(#1875) Commas (,) must be followed by white space.
(#1875) Variable "K" must be all lower-case
(#1875) Expected 1 space before "+"; 0 found
(#1875) Expected 1 space after "+"; 0 found
(#1875) Expected 1 space before "=>"; 0 found
(#1875) Expected 1 space after "=>"; 0 found
(#1875) Closing brace must be on a line by itself
(#1875) Closing brace must be on a line by itself
(#1875) Variable "K" must be all lower-case
(#1875) Expected 1 space before "="; 0 found
(#1875) Expected 1 space after "="; 0 found
(#1875) Closing brace must be on a line by itself
(#1875) Variable "D" must be all lower-case
(#1875) Expected 1 space before "!="; 0 found
(#1875) Expected 1 space after "!="; 0 found
(#1875) Expected 1 space before "?"; 0 found
(#1875) Expected 1 space after "?"; 0 found
(#1875) Variable "D" must be all lower-case
(#1875) Expected 1 space before ":"; 0 found
(#1875) Expected 1 space after ":"; 0 found
(#1875) Commas (,) must be followed by white space.
(#1875) Commas (,) must be followed by white space.
(#1875) Expected 1 space before "=>"; 0 found
(#1875) Expected 1 space after "=>"; 0 found
(#1875) Line exceeds maximum limit of 180 characters; contains 722 characters
(#1875) Line exceeds maximum limit of 180 characters; contains 722 characters
(#1875) Line exceeds maximum limit of 180 characters; contains 722 characters
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Variable "K" must be all lower-case
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Variable "K" must be all lower-case
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Expected 1 space before "?"; 0 found
(#1878) Expected 1 space after "?"; 0 found
(#1878) Variable "K" must be all lower-case
(#1878) Expected 1 space before ":"; 0 found
(#1878) Expected 1 space after ":"; 0 found
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Commas (,) must be followed by white space.
(#1878) Variable "K" must be all lower-case
(#1878) Commas (,) must be followed by white space.
(#1878) Line exceeds maximum limit of 180 characters; contains 450 characters
(#1878) Line exceeds maximum limit of 180 characters; contains 450 characters
(#1878) Line exceeds maximum limit of 180 characters; contains 450 characters
(#1879) Commas (,) must be followed by white space.
(#1879) Commas (,) must be followed by white space.
(#1879) Commas (,) must be followed by white space.
(#1879) Variable "K" must be all lower-case
(#1879) Commas (,) must be followed by white space.
(#1880) Commas (,) must be followed by white space.
(#1880) Commas (,) must be followed by white space.
(#1880) Commas (,) must be followed by white space.
(#1880) Variable "K" must be all lower-case
(#1881) Commas (,) must be followed by white space.
(#1881) Commas (,) must be followed by white space.
(#1882) Expected "if (...) {\n"; found "if(...){"
(#1882) Variable "D" must be all lower-case
(#1882) Expected 1 space before "!="; 0 found
(#1882) Expected 1 space after "!="; 0 found
(#1882) Commas (,) must be followed by white space.
(#1882) Commas (,) must be followed by white space.
(#1882) Commas (,) must be followed by white space.
(#1882) Commas (,) must be followed by white space.
(#1882) Variable "D" must be all lower-case
(#1882) Closing brace must be on a line by itself
(#1882) Commas (,) must be followed by white space.
(#1882) Commas (,) must be followed by white space.
(#1882) Line exceeds 132 characters; contains 153 characters
(#1882) Line exceeds 132 characters; contains 153 characters
(#1882) Line exceeds 132 characters; contains 153 characters
(#1884) Closing brace must be on a line by itself
(#1884) Usage of ELSEIF not allowed; use ELSE IF instead
(#1884) Expected 1 space before "="; 0 found
(#1884) Expected 1 space after "="; 0 found
(#1884) Expected 1 space before "="; 0 found
(#1884) Expected 1 space after "="; 0 found
(#1884) Expected 1 space before "=>"; 0 found
(#1884) Expected 1 space after "=>"; 0 found
(#1884) Expected 1 space before "=>"; 0 found
(#1884) Expected 1 space after "=>"; 0 found
(#1884) Expected "foreach (...) {\n"; found "foreach(...){"
(#1884) Expected 1 space before "as"; 0 found
(#1884) Expected 1 space after "as"; 0 found
(#1884) Variable "K" must be all lower-case
(#1884) Inline control structures are not allowed
(#1884) Expected 1 space before "as"; 0 found
(#1884) Expected 1 space after "as"; 0 found
(#1884) Commas (,) must be followed by white space.
(#1884) Variable "K" must be all lower-case
(#1884) Expected 1 space before "=="; 0 found
(#1884) Expected 1 space after "=="; 0 found
(#1884) Expected 1 space before "?"; 0 found
(#1884) Expected 1 space after "?"; 0 found
(#1884) Expected 1 space before ":"; 0 found
(#1884) Expected 1 space after ":"; 0 found
(#1884) Variable "K" must be all lower-case
(#1884) Variable "Bb" must be all lower-case
(#1884) Variable "Bb" must be all lower-case
(#1884) Variable "K" must be all lower-case
(#1884) Expected 1 space before "="; 0 found
(#1884) Expected 1 space after "="; 0 found
(#1884) Variable "K" must be all lower-case
(#1884) Closing brace must be on a line by itself
(#1884) Expected 1 space before "+="; 0 found
(#1884) Expected 1 space after "+="; 0 found
(#1884) Expected 1 space before "="; 0 found
(#1884) Expected 1 space after "="; 0 found
(#1884) Expected 1 space before "="; 0 found
(#1884) Expected 1 space after "="; 0 found
(#1884) Inline control structures are not allowed
(#1884) Expected 1 space before "as"; 0 found
(#1884) Expected 1 space after "as"; 0 found
(#1884) Commas (,) must be followed by white space.
(#1884) Commas (,) must be followed by white space.
(#1884) Commas (,) must be followed by white space.
(#1884) Variable "X" must be all lower-case
(#1884) Variable "X" must be all lower-case
(#1884) Expected 1 space before "="; 0 found
(#1884) Expected 1 space after "="; 0 found
(#1884) Variable "X" must be all lower-case
(#1884) Inline control structures are not allowed
(#1884) Expected 1 space before "=>"; 0 found
(#1884) Expected 1 space after "=>"; 0 found
(#1884) Expected 1 space before "as"; 0 found
(#1884) Expected 1 space after "as"; 0 found
(#1884) Expected 1 space before "=>"; 0 found
(#1884) Expected 1 space after "=>"; 0 found
(#1884) Variable "X" must be all lower-case
(#1884) Variable "Te" must be all lower-case
(#1884) Expected 1 space before "="; 0 found
(#1884) Expected 1 space after "="; 0 found
(#1884) Expected "if (...) {\n"; found "if(...){"
(#1884) Inline control structures are not allowed
(#1884) Expected 1 space before "=>"; 0 found
(#1884) Expected 1 space after "=>"; 0 found
(#1884) Expected 1 space before "as"; 0 found
(#1884) Expected 1 space after "as"; 0 found
(#1884) Expected 1 space before "=>"; 0 found
(#1884) Expected 1 space after "=>"; 0 found
(#1884) Variable "X" must be all lower-case
(#1884) Variable "Te" must be all lower-case
(#1884) Variable "X" must be all lower-case
(#1884) Expected 1 space before "="; 0 found
(#1884) Expected 1 space after "="; 0 found
(#1884) Variable "Te" must be all lower-case
(#1884) Variable "X" must be all lower-case
(#1884) Expected 1 space before "+"; 0 found
(#1884) Expected 1 space after "+"; 0 found
(#1884) Closing brace must be on a line by itself
(#1884) Expected 1 space before "="; 0 found
(#1884) Expected 1 space after "="; 0 found
(#1884) Expected 1 space before "="; 0 found
(#1884) Expected 1 space after "="; 0 found
(#1884) Expected "if (...) {\n"; found "if(...){"
(#1884) Variable "I" must be all lower-case
(#1884) Expected 1 space before "="; 0 found
(#1884) Expected 1 space after "="; 0 found
(#1884) Expected "while (...) {\n"; found "while(...){"
(#1884) Variable "K" must be all lower-case
(#1884) Expected 1 space before "="; 0 found
(#1884) Expected 1 space after "="; 0 found
(#1884) Variable "I" must be all lower-case
(#1884) Expected "if (...) {\n"; found "if(...){"
(#1884) Commas (,) must be followed by white space.
(#1884) Variable "K" must be all lower-case
(#1884) Commas (,) must be followed by white space.
(#1884) Variable "C" must be all lower-case
(#1884) Commas (,) must be followed by white space.
(#1884) Variable "C" must be all lower-case
(#1884) Commas (,) must be followed by white space.
(#1884) Commas (,) must be followed by white space.
(#1884) Expected "foreach (...) {\n"; found "foreach(...){"
(#1884) Expected 1 space after "as"; 0 found
(#1884) Line exceeds maximum limit of 180 characters; contains 1014 characters
(#1884) Line exceeds maximum limit of 180 characters; contains 1014 characters
(#1884) Line exceeds maximum limit of 180 characters; contains 1014 characters
(#1885) Line indented incorrectly; expected at least 16 spaces, found 0
(#1885) Variable "X" must be all lower-case
(#1885) Inline control structures are not allowed
(#1885) Variable "X" must be all lower-case
(#1885) Expected 1 space before "!="; 0 found
(#1885) Expected 1 space after "!="; 0 found
(#1885) Variable "C" must be all lower-case
(#1885) Variable "X" must be all lower-case
(#1885) Expected 1 space before "="; 0 found
(#1885) Expected 1 space after "="; 0 found
(#1885) Inline control structures are not allowed
(#1885) Commas (,) must be followed by white space.
(#1885) Variable "K" must be all lower-case
(#1885) Variable "C" must be all lower-case
(#1885) Expected 1 space before "="; 0 found
(#1885) Expected 1 space after "="; 0 found
(#1885) Closing brace must be on a line by itself
(#1885) Closing brace must be on a line by itself
(#1885) Inline control structures are not allowed
(#1885) Commas (,) must be followed by white space.
(#1885) Variable "K" must be all lower-case
(#1885) Commas (,) must be followed by white space.
(#1885) Variable "C" must be all lower-case
(#1885) Expected 1 space before "="; 0 found
(#1885) Expected 1 space after "="; 0 found
(#1885) Variable "C" must be all lower-case
(#1885) Closing brace must be on a line by itself
(#1885) Closing brace must be on a line by itself
(#1885) Expected "if (...) {\n"; found "if(...){"
(#1885) Expected 1 space before "="; 0 found
(#1885) Expected 1 space after "="; 0 found
(#1885) Expected 1 space before "?"; 0 found
(#1885) Expected 1 space after "?"; 0 found
(#1885) Expected 1 space before ":"; 0 found
(#1885) Expected 1 space after ":"; 0 found
(#1885) Inline control structures are not allowed
(#1885) Commas (,) must be followed by white space.
(#1885) Commas (,) must be followed by white space.
(#1885) Variable "Ve" must be all lower-case
(#1885) Expected 1 space before "="; 0 found
(#1885) Expected 1 space after "="; 0 found
(#1885) Variable "Qf" must be all lower-case
(#1885) Expected 1 space before "="; 0 found
(#1885) Expected 1 space after "="; 0 found
(#1885) Expected "if (...) {\n"; found "if(...){"
(#1885) Variable "Qf" must be all lower-case
(#1885) Expected 1 space before "!="; 0 found
(#1885) Expected 1 space after "!="; 0 found
(#1885) Variable "Qf" must be all lower-case
(#1885) Expected 1 space before "="; 0 found
(#1885) Expected 1 space after "="; 0 found
(#1885) Variable "Qf" must be all lower-case
(#1885) Expected 1 space before "="; 0 found
(#1885) Expected 1 space after "="; 0 found
(#1885) Variable "Qf" must be all lower-case
(#1885) Closing brace must be on a line by itself
(#1885) Variable "Gb" must be all lower-case
(#1885) Expected 1 space before "="; 0 found
(#1885) Expected 1 space after "="; 0 found
(#1885) Expected "if (...) {\n"; found "if(...){"
(#1885) Expected "if (...) {\n"; found "if(...){"
(#1885) Expected 1 space before "!="; 0 found
(#1885) Expected 1 space after "!="; 0 found
(#1885) Variable "Ve" must be all lower-case
(#1885) Variable "Gb" must be all lower-case
(#1885) Expected 1 space before "="; 0 found
(#1885) Expected 1 space after "="; 0 found
(#1885) Expected 1 space before "?"; 0 found
(#1885) Expected 1 space after "?"; 0 found
(#1885) Expected 1 space before ":"; 0 found
(#1885) Expected 1 space after ":"; 0 found
(#1885) Variable "Ve" must be all lower-case
(#1885) Variable "Qf" must be all lower-case
(#1885) Expected 1 space before "="; 0 found
(#1885) Expected 1 space after "="; 0 found
(#1885) Variable "Gb" must be all lower-case
(#1885) Closing brace must be on a line by itself
(#1885) Inline control structures are not allowed
(#1885) Usage of ELSEIF not allowed; use ELSE IF instead
(#1885) Variable "Qf" must be all lower-case
(#1885) Expected 1 space before "!="; 0 found
(#1885) Expected 1 space after "!="; 0 found
(#1885) Variable "Ve" must be all lower-case
(#1885) Variable "Qf" must be all lower-case
(#1885) Closing brace must be on a line by itself
(#1885) Expected "if (...) {\n"; found "if(...){"
(#1885) Variable "Kg" must be all lower-case
(#1885) Expected 1 space before "="; 0 found
(#1885) Expected 1 space after "="; 0 found
(#1885) Expected "foreach (...) {\n"; found "foreach(...){"
(#1885) Expected 1 space before "=>"; 0 found
(#1885) Expected 1 space after "=>"; 0 found
(#1885) Expected 1 space after "as"; 0 found
(#1885) Line exceeds maximum limit of 180 characters; contains 755 characters
(#1885) Line exceeds maximum limit of 180 characters; contains 755 characters
(#1885) Line exceeds maximum limit of 180 characters; contains 755 characters
(#1885) Variable "Te" must be all lower-case
(#1886) Line indented incorrectly; expected at least 12 spaces, found 0
(#1886) Expected 1 space before "=>"; 0 found
(#1886) Expected 1 space after "=>"; 0 found
(#1886) Inline control structures are not allowed
(#1886) Expected 1 space before "="; 0 found
(#1886) Expected 1 space after "="; 0 found
(#1886) Expected 1 space before "="; 0 found
(#1886) Expected 1 space after "="; 0 found
(#1886) Inline control structures are not allowed
(#1886) Variable "Kg" must be all lower-case
(#1886) Expected 1 space before "="; 0 found
(#1886) Expected 1 space after "="; 0 found
(#1886) Variable "Te" must be all lower-case
(#1886) Commas (,) must be followed by white space.
(#1886) Commas (,) must be followed by white space.
(#1886) Usage of ELSEIF not allowed; use ELSE IF instead
(#1886) Expected 1 space before "=="; 0 found
(#1886) Expected 1 space after "=="; 0 found
(#1886) Variable "Ve" must be all lower-case
(#1886) Expected 1 space before "="; 0 found
(#1886) Expected 1 space after "="; 0 found
(#1886) Variable "Kg" must be all lower-case
(#1886) Expected 1 space before "="; 0 found
(#1886) Expected 1 space after "="; 0 found
(#1886) Commas (,) must be followed by white space.
(#1886) Expected 1 space before "="; 0 found
(#1886) Expected 1 space after "="; 0 found
(#1886) Commas (,) must be followed by white space.
(#1886) Closing brace must be on a line by itself
(#1886) Expected "if (...) {\n"; found "if(...){"
(#1886) Commas (,) must be followed by white space.
(#1886) Commas (,) must be followed by white space.
(#1886) Variable "C" must be all lower-case
(#1886) Commas (,) must be followed by white space.
(#1886) Variable "Kg" must be all lower-case
(#1886) Commas (,) must be followed by white space.
(#1886) Variable "C" must be all lower-case
(#1886) Commas (,) must be followed by white space.
(#1886) Variable "C" must be all lower-case
(#1886) Commas (,) must be followed by white space.
(#1886) Commas (,) must be followed by white space.
(#1886) Variable "C" must be all lower-case
(#1886) Commas (,) must be followed by white space.
(#1886) Variable "C" must be all lower-case
(#1886) Expected 1 space before "="; 0 found
(#1886) Expected 1 space after "="; 0 found
(#1886) Closing brace must be on a line by itself
(#1886) Closing brace must be on a line by itself
(#1886) Closing brace must be on a line by itself
(#1886) Expected "if (...) {\n"; found "if(...){"
(#1886) Inline control structures are not allowed
(#1886) Expected 1 space before "!="; 0 found
(#1886) Expected 1 space after "!="; 0 found
(#1886) Variable "Ve" must be all lower-case
(#1886) Usage of ELSEIF not allowed; use ELSE IF instead
(#1886) Expected "foreach (...) {\n"; found "foreach(...){"
(#1886) Expected 1 space before "=>"; 0 found
(#1886) Expected 1 space after "=>"; 0 found
(#1886) Expected 1 space after "as"; 0 found
(#1886) Line exceeds maximum limit of 180 characters; contains 555 characters
(#1886) Line exceeds maximum limit of 180 characters; contains 555 characters
(#1886) Line exceeds maximum limit of 180 characters; contains 555 characters
(#1887) Line indented incorrectly; expected at least 24 spaces, found 0
(#1887) Expected 1 space before "=>"; 0 found
(#1887) Expected 1 space after "=>"; 0 found
(#1887) Variable "Kg" must be all lower-case
(#1887) Inline control structures are not allowed
(#1887) Commas (,) must be followed by white space.
(#1887) Commas (,) must be followed by white space.
(#1887) Variable "C" must be all lower-case
(#1887) Commas (,) must be followed by white space.
(#1887) Variable "Kg" must be all lower-case
(#1887) Commas (,) must be followed by white space.
(#1887) Variable "C" must be all lower-case
(#1887) Commas (,) must be followed by white space.
(#1887) Variable "C" must be all lower-case
(#1887) Closing brace must be on a line by itself
(#1887) Closing brace must be on a line by itself
(#1887) Closing brace must be on a line by itself
(#1887) Commas (,) must be followed by white space.
(#1887) Expected 1 space before "?"; 0 found
(#1887) Expected 1 space after "?"; 0 found
(#1887) Expected 1 space before ":"; 0 found
(#1887) Expected 1 space after ":"; 0 found
(#1887) Commas (,) must be followed by white space.
(#1887) Inline control structures are not allowed
(#1887) Variable "Gb" must be all lower-case
(#1887) Variable "Ve" must be all lower-case
(#1887) Closing brace must be on a line by itself
(#1887) Closing brace must be on a line by itself
(#1887) Expected 1 space before "?"; 0 found
(#1887) Expected 1 space after "?"; 0 found
(#1887) Expected 1 space before ":"; 0 found
(#1887) Expected 1 space after ":"; 0 found
(#1887) Commas (,) must be followed by white space.
(#1887) Commas (,) must be followed by white space.
(#1887) Expected 1 space before "=>"; 0 found
(#1887) Expected 1 space after "=>"; 0 found
(#1887) Commas (,) must be followed by white space.
(#1887) Expected "if (...) {\n"; found "if(...){"
(#1887) Variable "K" must be all lower-case
(#1887) Expected 1 space before "="; 0 found
(#1887) Expected 1 space after "="; 0 found
(#1887) Expected 1 space before "="; 0 found
(#1887) Expected 1 space after "="; 0 found
(#1887) Variable "Te" must be all lower-case
(#1887) Closing brace must be on a line by itself
(#1887) Expected "} else {\n"; found "}else{"
(#1887) Variable "K" must be all lower-case
(#1887) Expected 1 space before "="; 0 found
(#1887) Expected 1 space after "="; 0 found
(#1887) Expected 1 space before "+"; 0 found
(#1887) Expected 1 space after "+"; 0 found
(#1887) Expected 1 space before "=>"; 0 found
(#1887) Expected 1 space after "=>"; 0 found
(#1887) Variable "K" must be all lower-case
(#1887) Expected 1 space before "="; 0 found
(#1887) Expected 1 space after "="; 0 found
(#1887) Inline control structures are not allowed
(#1887) Expected 1 space before "!="; 0 found
(#1887) Expected 1 space after "!="; 0 found
(#1887) Variable "K" must be all lower-case
(#1887) Expected 1 space before "="; 0 found
(#1887) Expected 1 space after "="; 0 found
(#1887) Expected 1 space before "=="; 0 found
(#1887) Expected 1 space after "=="; 0 found
(#1887) Expected 1 space before "?"; 0 found
(#1887) Expected 1 space after "?"; 0 found
(#1887) Expected 1 space before ":"; 0 found
(#1887) Expected 1 space after ":"; 0 found
(#1887) Commas (,) must be followed by white space.
(#1887) Expected 1 space before "="; 0 found
(#1887) Expected 1 space after "="; 0 found
(#1887) Closing brace must be on a line by itself
(#1887) Line exceeds maximum limit of 180 characters; contains 630 characters
(#1887) Line exceeds maximum limit of 180 characters; contains 630 characters
(#1887) Line exceeds maximum limit of 180 characters; contains 630 characters
(#1889) Commas (,) must be followed by white space.
(#1889) Commas (,) must be followed by white space.
(#1889) Commas (,) must be followed by white space.
(#1889) Variable "K" must be all lower-case
(#1889) Commas (,) must be followed by white space.
(#1890) Commas (,) must be followed by white space.
(#1890) Commas (,) must be followed by white space.
(#1890) Commas (,) must be followed by white space.
(#1890) Variable "K" must be all lower-case
(#1890) Commas (,) must be followed by white space.
(#1891) Commas (,) must be followed by white space.
(#1891) Commas (,) must be followed by white space.
(#1891) Commas (,) must be followed by white space.
(#1891) Variable "K" must be all lower-case
(#1891) Commas (,) must be followed by white space.
(#1892) Inline control structures are not allowed
(#1892) Variable "K" must be all lower-case
(#1893) Line indented incorrectly; expected at least 16 spaces, found 0
(#1894) Line indented incorrectly; expected at least 16 spaces, found 0
(#1894) Commas (,) must be followed by white space.
(#1894) Commas (,) must be followed by white space.
(#1894) Variable "K" must be all lower-case
(#1894) Commas (,) must be followed by white space.
(#1894) Commas (,) must be followed by white space.
(#1894) Commas (,) must be followed by white space.
(#1896) Commas (,) must be followed by white space.
(#1896) Expected 1 space before "=>"; 0 found
(#1896) Expected 1 space after "=>"; 0 found
(#1896) Expected 1 space before "="; 0 found
(#1896) Expected 1 space after "="; 0 found
(#1896) Expected "foreach (...) {\n"; found "foreach(...){"
(#1896) Expected 1 space before "=>"; 0 found
(#1896) Expected 1 space after "=>"; 0 found
(#1896) Expected 1 space after "as"; 0 found
(#1896) Line exceeds 132 characters; contains 145 characters
(#1896) Line exceeds 132 characters; contains 145 characters
(#1896) Line exceeds 132 characters; contains 145 characters
(#1897) Line indented incorrectly; expected at least 16 spaces, found 0
(#1897) Expected 1 space before "=>"; 0 found
(#1897) Expected 1 space after "=>"; 0 found
(#1897) Expected 1 space before "!="; 0 found
(#1897) Expected 1 space after "!="; 0 found
(#1897) Expected 1 space before "?"; 0 found
(#1897) Expected 1 space after "?"; 0 found
(#1897) Expected 1 space before ":"; 0 found
(#1897) Expected 1 space after ":"; 0 found
(#1897) Closing brace must be on a line by itself
(#1897) Expected "foreach (...) {\n"; found "foreach(...){"
(#1897) Expected 1 space before "=>"; 0 found
(#1897) Expected 1 space after "=>"; 0 found
(#1897) Expected 1 space before "as"; 0 found
(#1897) Expected 1 space after "as"; 0 found
(#1897) Expected 1 space before "=>"; 0 found
(#1897) Expected 1 space after "=>"; 0 found
(#1897) Commas (,) must be followed by white space.
(#1897) Expected 1 space before "=>"; 0 found
(#1897) Expected 1 space after "=>"; 0 found
(#1897) Commas (,) must be followed by white space.
(#1897) Expected 1 space before "=>"; 0 found
(#1897) Expected 1 space after "=>"; 0 found
(#1897) Commas (,) must be followed by white space.
(#1897) Expected 1 space before "=>"; 0 found
(#1897) Expected 1 space after "=>"; 0 found
(#1897) Commas (,) must be followed by white space.
(#1897) Expected 1 space before "=>"; 0 found
(#1897) Expected 1 space after "=>"; 0 found
(#1897) Commas (,) must be followed by white space.
(#1897) Expected 1 space before "=>"; 0 found
(#1897) Expected 1 space after "=>"; 0 found
(#1897) Commas (,) must be followed by white space.
(#1897) Variable "Bb" must be all lower-case
(#1897) Expected 1 space before "=>"; 0 found
(#1897) Expected 1 space after "=>"; 0 found
(#1897) Variable "Wb" must be all lower-case
(#1897) Expected "foreach (...) {\n"; found "foreach(...){"
(#1897) Expected 1 space before "=>"; 0 found
(#1897) Expected 1 space after "=>"; 0 found
(#1897) Expected 1 space before "as"; 0 found
(#1897) Expected 1 space after "as"; 0 found
(#1897) Variable "Bb" must be all lower-case
(#1897) Expected 1 space before "=>"; 0 found
(#1897) Expected 1 space after "=>"; 0 found
(#1897) Variable "Wb" must be all lower-case
(#1897) Expected 1 space before "?"; 0 found
(#1897) Expected 1 space after "?"; 0 found
(#1897) Variable "Wb" must be all lower-case
(#1897) Expected 1 space before ":"; 0 found
(#1897) Expected 1 space after ":"; 0 found
(#1897) Expected 1 space before "="; 0 found
(#1897) Expected 1 space after "="; 0 found
(#1897) Expected "foreach (...) {\n"; found "foreach(...){"
(#1897) Expected 1 space before "=>"; 0 found
(#1897) Expected 1 space after "=>"; 0 found
(#1897) Expected 1 space after "as"; 0 found
(#1897) Line exceeds maximum limit of 180 characters; contains 496 characters
(#1897) Line exceeds maximum limit of 180 characters; contains 496 characters
(#1897) Line exceeds maximum limit of 180 characters; contains 496 characters
(#1898) Line indented incorrectly; expected at least 24 spaces, found 0
(#1898) Expected 1 space before "=>"; 0 found
(#1898) Expected 1 space after "=>"; 0 found
(#1898) Variable "D" must be all lower-case
(#1898) Expected 1 space before "="; 0 found
(#1898) Expected 1 space after "="; 0 found
(#1898) Variable "Y" must be all lower-case
(#1898) Expected 1 space before "="; 0 found
(#1898) Expected 1 space after "="; 0 found
(#1898) Inline control structures are not allowed
(#1898) Variable "Bb" must be all lower-case
(#1898) Expected 1 space before "=="; 0 found
(#1898) Expected 1 space after "=="; 0 found
(#1898) Expected 1 space before "!="; 0 found
(#1898) Expected 1 space after "!="; 0 found
(#1898) Expected 1 space before "?"; 0 found
(#1898) Expected 1 space after "?"; 0 found
(#1898) Expected 1 space before ":"; 0 found
(#1898) Expected 1 space after ":"; 0 found
(#1898) Inline control structures are not allowed
(#1898) Usage of ELSEIF not allowed; use ELSE IF instead
(#1898) Variable "D" must be all lower-case
(#1898) Variable "Y" must be all lower-case
(#1898) Expected 1 space before "?"; 0 found
(#1898) Expected 1 space after "?"; 0 found
(#1898) Expected 1 space before ":"; 0 found
(#1898) Expected 1 space after ":"; 0 found
(#1898) Variable "Y" must be all lower-case
(#1898) Expected 1 space before "=="; 0 found
(#1898) Expected 1 space after "=="; 0 found
(#1898) Expected 1 space before "?"; 0 found
(#1898) Expected 1 space after "?"; 0 found
(#1898) Expected 1 space before ":"; 0 found
(#1898) Expected 1 space after ":"; 0 found
(#1898) Commas (,) must be followed by white space.
(#1898) Variable "D" must be all lower-case
(#1898) Variable "Y" must be all lower-case
(#1898) Expected 1 space before "?"; 0 found
(#1898) Expected 1 space after "?"; 0 found
(#1898) Expected 1 space before ":"; 0 found
(#1898) Expected 1 space after ":"; 0 found
(#1898) Expected 1 space before "=="; 0 found
(#1898) Expected 1 space after "=="; 0 found
(#1898) Expected 1 space before "?"; 0 found
(#1898) Expected 1 space after "?"; 0 found
(#1898) Expected 1 space before ":"; 0 found
(#1898) Expected 1 space after ":"; 0 found
(#1898) Expected 1 space before "=="; 0 found
(#1898) Expected 1 space after "=="; 0 found
(#1898) Expected 1 space before "?"; 0 found
(#1898) Expected 1 space after "?"; 0 found
(#1898) Expected 1 space before ":"; 0 found
(#1898) Expected 1 space after ":"; 0 found
(#1898) Commas (,) must be followed by white space.
(#1898) Closing brace must be on a line by itself
(#1898) Closing brace must be on a line by itself
(#1898) Closing brace must be on a line by itself
(#1898) Closing brace must be on a line by itself
(#1898) Commas (,) must be followed by white space.
(#1898) Line exceeds maximum limit of 180 characters; contains 670 characters
(#1898) Line exceeds maximum limit of 180 characters; contains 670 characters
(#1898) Line exceeds maximum limit of 180 characters; contains 670 characters
(#1899) Commas (,) must be followed by white space.
(#1899) Commas (,) must be followed by white space.
(#1900) Expected "if (...) {\n"; found "if(...){"
(#1900) Commas (,) must be followed by white space.
(#1900) Commas (,) must be followed by white space.
(#1900) Commas (,) must be followed by white space.
(#1900) Commas (,) must be followed by white space.
(#1900) Closing brace must be on a line by itself
(#1900) Commas (,) must be followed by white space.
(#1900) Commas (,) must be followed by white space.
(#1900) Line exceeds maximum limit of 180 characters; contains 182 characters
(#1900) Line exceeds maximum limit of 180 characters; contains 182 characters
(#1900) Line exceeds maximum limit of 180 characters; contains 182 characters
(#1902) Closing brace must be on a line by itself
(#1902) Usage of ELSEIF not allowed; use ELSE IF instead
(#1902) Expected "if (...) {\n"; found "if(...){"
(#1902) Expected 1 space before "="; 0 found
(#1902) Expected 1 space after "="; 0 found
(#1902) Expected "foreach (...) {\n"; found "foreach(...){"
(#1902) Expected 1 space before "as"; 0 found
(#1902) Expected 1 space after "as"; 0 found
(#1902) Variable "X" must be all lower-case
(#1902) Inline control structures are not allowed
(#1902) Variable "X" must be all lower-case
(#1902) Closing brace must be on a line by itself
(#1902) Commas (,) must be followed by white space.
(#1902) Commas (,) must be followed by white space.
(#1902) Commas (,) must be followed by white space.
(#1902) Closing brace must be on a line by itself
(#1902) Commas (,) must be followed by white space.
(#1902) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1902) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1902) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1905) Commas (,) must be followed by white space.
(#1905) Expected 1 space before "="; 0 found
(#1905) Expected 1 space after "="; 0 found
(#1905) Expected "foreach (...) {\n"; found "foreach(...){"
(#1905) Expected 1 space before "=>"; 0 found
(#1905) Expected 1 space after "=>"; 0 found
(#1905) Expected 1 space before "as"; 0 found
(#1905) Expected 1 space after "as"; 0 found
(#1905) Expected 1 space before "=>"; 0 found
(#1905) Expected 1 space after "=>"; 0 found
(#1905) Variable "K" must be all lower-case
(#1905) Expected "if (...) {\n"; found "if(...){"
(#1905) Expected 1 space before "?"; 0 found
(#1905) Expected 1 space after "?"; 0 found
(#1905) Expected 1 space before ":"; 0 found
(#1905) Expected 1 space after ":"; 0 found
(#1905) Inline control structures are not allowed
(#1905) Expected 1 space before "=>"; 0 found
(#1905) Expected 1 space after "=>"; 0 found
(#1905) Expected 1 space after "as"; 0 found
(#1905) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1905) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1905) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1905) Variable "K" must be all lower-case
(#1906) Line indented incorrectly; expected at least 12 spaces, found 0
(#1906) Expected 1 space before "=>"; 0 found
(#1906) Expected 1 space after "=>"; 0 found
(#1906) Variable "X" must be all lower-case
(#1906) Expected 1 space before "=>"; 0 found
(#1906) Expected 1 space after "=>"; 0 found
(#1906) Commas (,) must be followed by white space.
(#1906) Expected 1 space before "=>"; 0 found
(#1906) Expected 1 space after "=>"; 0 found
(#1906) Commas (,) must be followed by white space.
(#1906) Expected 1 space before "=>"; 0 found
(#1906) Expected 1 space after "=>"; 0 found
(#1906) Commas (,) must be followed by white space.
(#1906) Closing brace must be on a line by itself
(#1906) Expected 1 space before "?"; 0 found
(#1906) Expected 1 space after "?"; 0 found
(#1906) Commas (,) must be followed by white space.
(#1906) Variable "K" must be all lower-case
(#1906) Expected 1 space before "=="; 0 found
(#1906) Expected 1 space after "=="; 0 found
(#1906) Expected 1 space before "?"; 0 found
(#1906) Expected 1 space after "?"; 0 found
(#1906) Expected 1 space before ":"; 0 found
(#1906) Expected 1 space after ":"; 0 found
(#1906) Commas (,) must be followed by white space.
(#1906) Expected 1 space before ":"; 0 found
(#1906) Expected 1 space after ":"; 0 found
(#1906) Inline control structures are not allowed
(#1906) Expected 1 space before "=>"; 0 found
(#1906) Expected 1 space after "=>"; 0 found
(#1906) Expected 1 space after "as"; 0 found
(#1906) Line exceeds maximum limit of 180 characters; contains 324 characters
(#1906) Line exceeds maximum limit of 180 characters; contains 324 characters
(#1906) Line exceeds maximum limit of 180 characters; contains 324 characters
(#1906) Variable "K" must be all lower-case
(#1907) Expected 1 space before "=>"; 0 found
(#1907) Expected 1 space after "=>"; 0 found
(#1907) Variable "X" must be all lower-case
(#1907) Expected 1 space before "=="; 0 found
(#1907) Expected 1 space after "=="; 0 found
(#1907) Expected 1 space before "=="; 0 found
(#1907) Expected 1 space after "=="; 0 found
(#1907) Commas (,) must be followed by white space.
(#1907) Variable "K" must be all lower-case
(#1907) Variable "X" must be all lower-case
(#1907) Expected 1 space before "!="; 0 found
(#1907) Expected 1 space after "!="; 0 found
(#1907) Expected 1 space before "=="; 0 found
(#1907) Expected 1 space after "=="; 0 found
(#1907) Expected 1 space before "=="; 0 found
(#1907) Expected 1 space after "=="; 0 found
(#1907) Variable "X" must be all lower-case
(#1907) Expected 1 space before "!="; 0 found
(#1907) Expected 1 space after "!="; 0 found
(#1907) Expected 1 space before "=="; 0 found
(#1907) Expected 1 space after "=="; 0 found
(#1907) Expected 1 space before "=="; 0 found
(#1907) Expected 1 space after "=="; 0 found
(#1907) Variable "X" must be all lower-case
(#1907) Expected 1 space before "!="; 0 found
(#1907) Expected 1 space after "!="; 0 found
(#1907) Expected 1 space before "?"; 0 found
(#1907) Expected 1 space after "?"; 0 found
(#1907) Variable "X" must be all lower-case
(#1907) Commas (,) must be followed by white space.
(#1907) Commas (,) must be followed by white space.
(#1907) Variable "K" must be all lower-case
(#1907) Expected 1 space before "!="; 0 found
(#1907) Expected 1 space after "!="; 0 found
(#1907) Expected 1 space before "?"; 0 found
(#1907) Expected 1 space after "?"; 0 found
(#1907) Variable "K" must be all lower-case
(#1907) Expected 1 space before ":"; 0 found
(#1907) Expected 1 space after ":"; 0 found
(#1907) Variable "X" must be all lower-case
(#1907) Expected 1 space before ":"; 0 found
(#1907) Expected 1 space after ":"; 0 found
(#1907) Variable "X" must be all lower-case
(#1907) Closing brace must be on a line by itself
(#1907) Line exceeds maximum limit of 180 characters; contains 386 characters
(#1907) Line exceeds maximum limit of 180 characters; contains 386 characters
(#1907) Line exceeds maximum limit of 180 characters; contains 386 characters
(#1909) Expected "if (...) {\n"; found "if(...){"
(#1909) Expected 1 space before "+"; 0 found
(#1909) Expected 1 space after "+"; 0 found
(#1909) Commas (,) must be followed by white space.
(#1909) Commas (,) must be followed by white space.
(#1909) Closing brace must be on a line by itself
(#1909) Commas (,) must be followed by white space.
(#1909) Commas (,) must be followed by white space.
(#1909) Line exceeds 132 characters; contains 172 characters
(#1909) Line exceeds 132 characters; contains 172 characters
(#1909) Line exceeds 132 characters; contains 172 characters
(#1911) Commas (,) must be followed by white space.
(#1911) Closing brace must be on a line by itself
(#1911) Usage of ELSEIF not allowed; use ELSE IF instead
(#1911) Expected 1 space before "="; 0 found
(#1911) Expected 1 space after "="; 0 found
(#1911) Variable "S" must be all lower-case
(#1911) Expected 1 space before "="; 0 found
(#1911) Expected 1 space after "="; 0 found
(#1911) Expected 1 space before "="; 0 found
(#1911) Expected 1 space after "="; 0 found
(#1911) Expected 1 space before "="; 0 found
(#1911) Expected 1 space after "="; 0 found
(#1911) Expected 1 space before "="; 0 found
(#1911) Expected 1 space after "="; 0 found
(#1911) Expected 1 space before "="; 0 found
(#1911) Expected 1 space after "="; 0 found
(#1911) Variable "S" must be all lower-case
(#1911) Commas (,) must be followed by white space.
(#1911) Variable "Lg" must be all lower-case
(#1911) Expected 1 space before "="; 0 found
(#1911) Expected 1 space after "="; 0 found
(#1911) Expected 1 space before "="; 0 found
(#1911) Expected 1 space after "="; 0 found
(#1911) Variable "Vh" must be all lower-case
(#1911) Expected 1 space before "="; 0 found
(#1911) Expected 1 space after "="; 0 found
(#1911) Expected "foreach (...) {\n"; found "foreach(...){"
(#1911) Expected 1 space before "=>"; 0 found
(#1911) Expected 1 space after "=>"; 0 found
(#1911) Expected 1 space after "as"; 0 found
(#1911) Line exceeds maximum limit of 180 characters; contains 253 characters
(#1911) Line exceeds maximum limit of 180 characters; contains 253 characters
(#1911) Line exceeds maximum limit of 180 characters; contains 253 characters
(#1912) Line indented incorrectly; expected at least 4 spaces, found 0
(#1912) Expected 1 space before "=>"; 0 found
(#1912) Expected 1 space after "=>"; 0 found
(#1912) Variable "D" must be all lower-case
(#1912) Expected 1 space before "="; 0 found
(#1912) Expected 1 space after "="; 0 found
(#1912) Expected "if (...) {\n"; found "if(...){"
(#1912) Variable "D" must be all lower-case
(#1912) Expected 1 space before "!="; 0 found
(#1912) Expected 1 space after "!="; 0 found
(#1912) Expected 1 space before "="; 0 found
(#1912) Expected 1 space after "="; 0 found
(#1912) Variable "D" must be all lower-case
(#1912) Commas (,) must be followed by white space.
(#1912) Inline control structures are not allowed
(#1912) Variable "Vh" must be all lower-case
(#1912) Expected 1 space before "="; 0 found
(#1912) Expected 1 space after "="; 0 found
(#1912) Closing brace must be on a line by itself
(#1912) Variable "Lg" must be all lower-case
(#1912) Expected 1 space before "+="; 0 found
(#1912) Expected 1 space after "+="; 0 found
(#1912) Closing brace must be on a line by itself
(#1912) Variable "M" must be all lower-case
(#1912) Commas (,) must be followed by white space.
(#1912) Expected 1 space before "="; 0 found
(#1912) Expected 1 space after "="; 0 found
(#1912) Commas (,) must be followed by white space.
(#1912) Variable "Td" must be all lower-case
(#1912) Expected 1 space before "="; 0 found
(#1912) Expected 1 space after "="; 0 found
(#1912) Expected 1 space before "<"; 0 found
(#1912) Expected 1 space after "<"; 0 found
(#1912) Variable "M" must be all lower-case
(#1912) Variable "Z" must be all lower-case
(#1912) Expected 1 space before "="; 0 found
(#1912) Expected 1 space after "="; 0 found
(#1912) Commas (,) must be followed by white space.
(#1912) Expected 1 space before "="; 0 found
(#1912) Expected 1 space after "="; 0 found
(#1912) Commas (,) must be followed by white space.
(#1912) Variable "_" must not contain underscores.
(#1912) Expected 1 space before "="; 0 found
(#1912) Expected 1 space after "="; 0 found
(#1912) Expected "if (...) {\n"; found "if(...){"
(#1912) Expected "foreach (...) {\n"; found "foreach(...){"
(#1912) Expected 1 space before "=>"; 0 found
(#1912) Expected 1 space after "=>"; 0 found
(#1912) Expected 1 space before "as"; 0 found
(#1912) Expected 1 space after "as"; 0 found
(#1912) Expected 1 space before "=>"; 0 found
(#1912) Expected 1 space after "=>"; 0 found
(#1912) Variable "K" must be all lower-case
(#1912) Variable "Ha" must be all lower-case
(#1912) Expected 1 space before "="; 0 found
(#1912) Expected 1 space after "="; 0 found
(#1912) Variable "K" must be all lower-case
(#1912) Variable "M" must be all lower-case
(#1912) Expected 1 space before "="; 0 found
(#1912) Expected 1 space after "="; 0 found
(#1912) Variable "Ha" must be all lower-case
(#1912) Expected 1 space before "?"; 0 found
(#1912) Expected 1 space after "?"; 0 found
(#1912) Variable "Ha" must be all lower-case
(#1912) Expected 1 space before ":"; 0 found
(#1912) Expected 1 space after ":"; 0 found
(#1912) Variable "K" must be all lower-case
(#1912) Variable "Z" must be all lower-case
(#1912) Expected 1 space before "="; 0 found
(#1912) Expected 1 space after "="; 0 found
(#1912) Commas (,) must be followed by white space.
(#1912) Variable "J" must be all lower-case
(#1912) Expected 1 space before "="; 0 found
(#1912) Expected 1 space after "="; 0 found
(#1912) Commas (,) must be followed by white space.
(#1912) Variable "M" must be all lower-case
(#1912) Commas (,) must be followed by white space.
(#1912) Variable "Z" must be all lower-case
(#1912) Commas (,) must be followed by white space.
(#1912) Variable "M" must be all lower-case
(#1912) Inline control structures are not allowed
(#1912) Variable "J" must be all lower-case
(#1912) Line exceeds maximum limit of 180 characters; contains 610 characters
(#1912) Line exceeds maximum limit of 180 characters; contains 610 characters
(#1912) Line exceeds maximum limit of 180 characters; contains 610 characters
(#1913) Line indented incorrectly; expected at least 12 spaces, found 0
(#1913) Variable "J" must be all lower-case
(#1913) Closing brace must be on a line by itself
(#1913) Closing brace must be on a line by itself
(#1913) Expected 1 space before "="; 0 found
(#1913) Expected 1 space after "="; 0 found
(#1913) Variable "Ai" must be all lower-case
(#1913) Expected 1 space before "="; 0 found
(#1913) Expected 1 space after "="; 0 found
(#1913) Expected "foreach (...) {\n"; found "foreach(...){"
(#1913) Expected 1 space after "as"; 0 found
(#1914) Line indented incorrectly; expected at least 4 spaces, found 0
(#1914) Expected "if (...) {\n"; found "if(...){"
(#1914) Expected 1 space before "=="; 0 found
(#1914) Expected 1 space after "=="; 0 found
(#1914) Expected 1 space before "="; 0 found
(#1914) Expected 1 space after "="; 0 found
(#1914) Variable "Ai" must be all lower-case
(#1914) Expected 1 space before "="; 0 found
(#1914) Expected 1 space after "="; 0 found
(#1914) Variable "M" must be all lower-case
(#1914) Expected 1 space before "?"; 0 found
(#1914) Expected 1 space after "?"; 0 found
(#1914) Expected 1 space before ":"; 0 found
(#1914) Expected 1 space after ":"; 0 found
(#1914) Expected "foreach (...) {\n"; found "foreach(...){"
(#1914) Expected 1 space before "=>"; 0 found
(#1914) Expected 1 space after "=>"; 0 found
(#1914) Expected 1 space after "as"; 0 found
(#1914) Variable "Ai" must be all lower-case
(#1915) Line indented incorrectly; expected at least 12 spaces, found 0
(#1915) Expected 1 space before "=>"; 0 found
(#1915) Expected 1 space after "=>"; 0 found
(#1915) Variable "X" must be all lower-case
(#1915) Inline control structures are not allowed
(#1915) Commas (,) must be followed by white space.
(#1915) Variable "M" must be all lower-case
(#1915) Variable "Ai" must be all lower-case
(#1915) Closing brace must be on a line by itself
(#1915) Closing brace must be on a line by itself
(#1915) Closing brace must be on a line by itself
(#1915) Expected "if (...) {\n"; found "if(...){"
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Variable "Ai" must be all lower-case
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Expected 1 space before "=>"; 0 found
(#1915) Expected 1 space after "=>"; 0 found
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Expected 1 space before "=>"; 0 found
(#1915) Expected 1 space after "=>"; 0 found
(#1915) Commas (,) must be followed by white space.
(#1915) Expected 1 space before "=>"; 0 found
(#1915) Expected 1 space after "=>"; 0 found
(#1915) Closing brace must be on a line by itself
(#1915) Expected "if (...) {\n"; found "if(...){"
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Variable "Z" must be all lower-case
(#1915) Expected "if (...) {\n"; found "if(...){"
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Inline control structures are not allowed
(#1915) Expected 1 space before "as"; 0 found
(#1915) Expected 1 space after "as"; 0 found
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Commas (,) must be followed by white space.
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Commas (,) must be followed by white space.
(#1915) Closing brace must be on a line by itself
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Expected 1 space before "?"; 0 found
(#1915) Expected 1 space after "?"; 0 found
(#1915) Commas (,) must be followed by white space.
(#1915) Expected 1 space before ":"; 0 found
(#1915) Expected 1 space after ":"; 0 found
(#1915) Expected "if (...) {\n"; found "if(...){"
(#1915) Commas (,) must be followed by white space.
(#1915) Commas (,) must be followed by white space.
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Variable "M" must be all lower-case
(#1915) Expected 1 space before "?"; 0 found
(#1915) Expected 1 space after "?"; 0 found
(#1915) Commas (,) must be followed by white space.
(#1915) Variable "M" must be all lower-case
(#1915) Expected 1 space before ":"; 0 found
(#1915) Expected 1 space after ":"; 0 found
(#1915) Commas (,) must be followed by white space.
(#1915) Commas (,) must be followed by white space.
(#1915) Variable "M" must be all lower-case
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Variable "Td" must be all lower-case
(#1915) Expected 1 space before "?"; 0 found
(#1915) Expected 1 space after "?"; 0 found
(#1915) Commas (,) must be followed by white space.
(#1915) Expected 1 space before ":"; 0 found
(#1915) Expected 1 space after ":"; 0 found
(#1915) Expected 1 space before "?"; 0 found
(#1915) Expected 1 space after "?"; 0 found
(#1915) Commas (,) must be followed by white space.
(#1915) Expected 1 space before ":"; 0 found
(#1915) Expected 1 space after ":"; 0 found
(#1915) Inline control structures are not allowed
(#1915) Variable "H" must be all lower-case
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Inline control structures are not allowed
(#1915) Expected 1 space before "as"; 0 found
(#1915) Expected 1 space after "as"; 0 found
(#1915) Variable "X" must be all lower-case
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Commas (,) must be followed by white space.
(#1915) Variable "Z" must be all lower-case
(#1915) Expected 1 space before "?"; 0 found
(#1915) Expected 1 space after "?"; 0 found
(#1915) Commas (,) must be followed by white space.
(#1915) Variable "Z" must be all lower-case
(#1915) Expected 1 space before ":"; 0 found
(#1915) Expected 1 space after ":"; 0 found
(#1915) Variable "X" must be all lower-case
(#1915) Commas (,) must be followed by white space.
(#1915) Commas (,) must be followed by white space.
(#1915) Variable "H" must be all lower-case
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Commas (,) must be followed by white space.
(#1915) Closing brace must be on a line by itself
(#1915) Commas (,) must be followed by white space.
(#1915) Commas (,) must be followed by white space.
(#1915) Variable "H" must be all lower-case
(#1915) Closing brace must be on a line by itself
(#1915) Expected "if (...) {\n"; found "if(...){"
(#1915) Variable "Z" must be all lower-case
(#1915) Commas (,) must be followed by white space.
(#1915) Expected "if (...) {\n"; found "if(...){"
(#1915) Variable "I" must be all lower-case
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Variable "_a" must not contain underscores.
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Variable "P" must be all lower-case
(#1915) Expected 1 space before "="; 0 found
(#1915) Expected 1 space after "="; 0 found
(#1915) Expected "if (...) {\n"; found "if(...){"
(#1915) Expected "foreach (...) {\n"; found "foreach(...){"
(#1915) Expected 1 space before "=>"; 0 found
(#1915) Expected 1 space after "=>"; 0 found
(#1915) Expected 1 space after "as"; 0 found
(#1915) Line exceeds maximum limit of 180 characters; contains 1101 characters
(#1915) Line exceeds maximum limit of 180 characters; contains 1101 characters
(#1915) Line exceeds maximum limit of 180 characters; contains 1101 characters
(#1916) Line indented incorrectly; expected at least 28 spaces, found 0
(#1916) Variable "D" must be all lower-case
(#1916) Expected 1 space before "=>"; 0 found
(#1916) Expected 1 space after "=>"; 0 found
(#1916) Variable "X" must be all lower-case
(#1916) Variable "X" must be all lower-case
(#1916) Expected 1 space before "="; 0 found
(#1916) Expected 1 space after "="; 0 found
(#1916) Variable "D" must be all lower-case
(#1916) Inline control structures are not allowed
(#1916) Variable "X" must be all lower-case
(#1916) Expected 1 space before "!=="; 0 found
(#1916) Expected 1 space after "!=="; 0 found
(#1916) Variable "X" must be all lower-case
(#1916) Expected 1 space before "!=="; 0 found
(#1916) Expected 1 space after "!=="; 0 found
(#1916) Variable "P" must be all lower-case
(#1916) Variable "D" must be all lower-case
(#1916) Expected 1 space before "="; 0 found
(#1916) Expected 1 space after "="; 0 found
(#1916) Variable "X" must be all lower-case
(#1916) Expected 1 space before "!=="; 0 found
(#1916) Expected 1 space after "!=="; 0 found
(#1916) Expected 1 space before "?"; 0 found
(#1916) Expected 1 space after "?"; 0 found
(#1916) Variable "X" must be all lower-case
(#1916) Expected 1 space before ":"; 0 found
(#1916) Expected 1 space after ":"; 0 found
(#1916) Variable "D" must be all lower-case
(#1916) Closing brace must be on a line by itself
(#1916) Closing brace must be on a line by itself
(#1916) Expected "if (...) {\n"; found "if(...){"
(#1916) Variable "P" must be all lower-case
(#1916) Inline control structures are not allowed
(#1916) Variable "H" must be all lower-case
(#1916) Expected 1 space before "="; 0 found
(#1916) Expected 1 space after "="; 0 found
(#1916) Commas (,) must be followed by white space.
(#1916) Variable "P" must be all lower-case
(#1916) Commas (,) must be followed by white space.
(#1916) Variable "P" must be all lower-case
(#1916) Expected "if (...) {\n"; found "if(...){"
(#1916) Variable "Td" must be all lower-case
(#1916) Variable "I" must be all lower-case
(#1916) Expected 1 space before "="; 0 found
(#1916) Expected 1 space after "="; 0 found
(#1916) Expected 1 space before "?"; 0 found
(#1916) Expected 1 space after "?"; 0 found
(#1916) Commas (,) must be followed by white space.
(#1916) Expected 1 space before ":"; 0 found
(#1916) Expected 1 space after ":"; 0 found
(#1916) Expected 1 space before "?"; 0 found
(#1916) Expected 1 space after "?"; 0 found
(#1916) Variable "H" must be all lower-case
(#1916) Expected 1 space before ":"; 0 found
(#1916) Expected 1 space after ":"; 0 found
(#1916) Commas (,) must be followed by white space.
(#1916) Variable "P" must be all lower-case
(#1916) Commas (,) must be followed by white space.
(#1916) Variable "_a" must not contain underscores.
(#1916) Expected 1 space before "="; 0 found
(#1916) Expected 1 space after "="; 0 found
(#1916) Closing brace must be on a line by itself
(#1916) Expected "} else {\n"; found "}else{"
(#1916) Expected "foreach (...) {\n"; found "foreach(...){"
(#1916) Expected 1 space before "as"; 0 found
(#1916) Expected 1 space after "as"; 0 found
(#1916) Variable "X" must be all lower-case
(#1916) Variable "Xi" must be all lower-case
(#1916) Expected 1 space before "="; 0 found
(#1916) Expected 1 space after "="; 0 found
(#1916) Variable "Z" must be all lower-case
(#1916) Expected 1 space before "?"; 0 found
(#1916) Expected 1 space after "?"; 0 found
(#1916) Commas (,) must be followed by white space.
(#1916) Variable "Z" must be all lower-case
(#1916) Expected 1 space before ":"; 0 found
(#1916) Expected 1 space after ":"; 0 found
(#1916) Variable "X" must be all lower-case
(#1916) Commas (,) must be followed by white space.
(#1916) Variable "I" must be all lower-case
(#1916) Expected 1 space before "="; 0 found
(#1916) Expected 1 space after "="; 0 found
(#1916) Expected 1 space before "?"; 0 found
(#1916) Expected 1 space after "?"; 0 found
(#1916) Commas (,) must be followed by white space.
(#1916) Variable "Xi" must be all lower-case
(#1916) Commas (,) must be followed by white space.
(#1916) Expected 1 space before ":"; 0 found
(#1916) Expected 1 space after ":"; 0 found
(#1916) Expected 1 space before "?"; 0 found
(#1916) Expected 1 space after "?"; 0 found
(#1916) Commas (,) must be followed by white space.
(#1916) Variable "H" must be all lower-case
(#1916) Commas (,) must be followed by white space.
(#1916) Variable "Xi" must be all lower-case
(#1916) Expected 1 space before ":"; 0 found
(#1916) Expected 1 space after ":"; 0 found
(#1916) Commas (,) must be followed by white space.
(#1916) Variable "P" must be all lower-case
(#1916) Commas (,) must be followed by white space.
(#1916) Variable "Xi" must be all lower-case
(#1916) Commas (,) must be followed by white space.
(#1916) Inline control structures are not allowed
(#1916) Variable "I" must be all lower-case
(#1916) Variable "_a" must not contain underscores.
(#1916) Expected 1 space before "+="; 0 found
(#1916) Expected 1 space after "+="; 0 found
(#1916) Closing brace must be on a line by itself
(#1916) Closing brace must be on a line by itself
(#1916) Closing brace must be on a line by itself
(#1916) Variable "Ge" must be all lower-case
(#1916) Expected 1 space before "="; 0 found
(#1916) Expected 1 space after "="; 0 found
(#1916) Commas (,) must be followed by white space.
(#1916) Variable "_a" must not contain underscores.
(#1916) Expected "if (...) {\n"; found "if(...){"
(#1916) Variable "I" must be all lower-case
(#1916) Variable "_a" must not contain underscores.
(#1916) Expected 1 space before "=="; 0 found
(#1916) Expected 1 space after "=="; 0 found
(#1916) Expected 1 space before "="; 0 found
(#1916) Expected 1 space after "="; 0 found
(#1916) Inline control structures are not allowed
(#1916) Variable "Ge" must be all lower-case
(#1916) Expected 1 space before "="; 0 found
(#1916) Expected 1 space after "="; 0 found
(#1916) Commas (,) must be followed by white space.
(#1916) Closing brace must be on a line by itself
(#1916) Expected 1 space before "?"; 0 found
(#1916) Expected 1 space after "?"; 0 found
(#1916) Expected 1 space before ":"; 0 found
(#1916) Expected 1 space after ":"; 0 found
(#1916) Commas (,) must be followed by white space.
(#1916) Variable "Ge" must be all lower-case
(#1916) Commas (,) must be followed by white space.
(#1916) Variable "I" must be all lower-case
(#1916) Expected "if (...) {\n"; found "if(...){"
(#1916) Commas (,) must be followed by white space.
(#1916) Commas (,) must be followed by white space.
(#1916) Commas (,) must be followed by white space.
(#1916) Closing brace must be on a line by itself
(#1916) Closing brace must be on a line by itself
(#1916) Usage of ELSEIF not allowed; use ELSE IF instead
(#1916) Inline control structures are not allowed
(#1916) Expected 1 space before "="; 0 found
(#1916) Expected 1 space after "="; 0 found
(#1916) Variable "I" must be all lower-case
(#1916) Expected 1 space before "="; 0 found
(#1916) Expected 1 space after "="; 0 found
(#1916) Variable "_a" must not contain underscores.
(#1916) Expected 1 space before "="; 0 found
(#1916) Expected 1 space after "="; 0 found
(#1916) Expected "foreach (...) {\n"; found "foreach(...){"
(#1916) Expected 1 space before "=>"; 0 found
(#1916) Expected 1 space after "=>"; 0 found
(#1916) Expected 1 space before "as"; 0 found
(#1916) Expected 1 space after "as"; 0 found
(#1916) Expected 1 space before "=>"; 0 found
(#1916) Expected 1 space after "=>"; 0 found
(#1916) Variable "K" must be all lower-case
(#1916) Variable "P" must be all lower-case
(#1916) Expected 1 space before "="; 0 found
(#1916) Expected 1 space after "="; 0 found
(#1916) Expected "foreach (...) {\n"; found "foreach(...){"
(#1916) Expected 1 space before "=>"; 0 found
(#1916) Expected 1 space after "=>"; 0 found
(#1916) Expected 1 space after "as"; 0 found
(#1916) Line exceeds maximum limit of 180 characters; contains 1143 characters
(#1916) Line exceeds maximum limit of 180 characters; contains 1143 characters
(#1916) Line exceeds maximum limit of 180 characters; contains 1143 characters
(#1916) Variable "K" must be all lower-case
(#1917) Line indented incorrectly; expected at least 24 spaces, found 0
(#1917) Expected 1 space before "=>"; 0 found
(#1917) Expected 1 space after "=>"; 0 found
(#1917) Variable "X" must be all lower-case
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "P" must be all lower-case
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "X" must be all lower-case
(#1917) Expected 1 space before "!="; 0 found
(#1917) Expected 1 space after "!="; 0 found
(#1917) Expected 1 space before "?"; 0 found
(#1917) Expected 1 space after "?"; 0 found
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "X" must be all lower-case
(#1917) Expected 1 space before ":"; 0 found
(#1917) Expected 1 space after ":"; 0 found
(#1917) Closing brace must be on a line by itself
(#1917) Variable "I" must be all lower-case
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "P" must be all lower-case
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "Z" must be all lower-case
(#1917) Expected 1 space before "?"; 0 found
(#1917) Expected 1 space after "?"; 0 found
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "Z" must be all lower-case
(#1917) Expected 1 space before ":"; 0 found
(#1917) Expected 1 space after ":"; 0 found
(#1917) Commas (,) must be followed by white space.
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "Td" must be all lower-case
(#1917) Commas (,) must be followed by white space.
(#1917) Inline control structures are not allowed
(#1917) Variable "I" must be all lower-case
(#1917) Variable "_a" must not contain underscores.
(#1917) Expected 1 space before "+="; 0 found
(#1917) Expected 1 space after "+="; 0 found
(#1917) Closing brace must be on a line by itself
(#1917) Commas (,) must be followed by white space.
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "_a" must not contain underscores.
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "I" must be all lower-case
(#1917) Closing brace must be on a line by itself
(#1917) Closing brace must be on a line by itself
(#1917) Inline control structures are not allowed
(#1917) Usage of ELSEIF not allowed; use ELSE IF instead
(#1917) Variable "Tc" must be all lower-case
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Commas (,) must be followed by white space.
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Variable "Tc" must be all lower-case
(#1917) Inline control structures are not allowed
(#1917) Usage of ELSEIF not allowed; use ELSE IF instead
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "Tc" must be all lower-case
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "I" must be all lower-case
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "Tc" must be all lower-case
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "_a" must not contain underscores.
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Variable "N" must be all lower-case
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Expected 1 space before "=="; 0 found
(#1917) Expected 1 space after "=="; 0 found
(#1917) Expected 1 space before "?"; 0 found
(#1917) Expected 1 space after "?"; 0 found
(#1917) Expected 1 space before ":"; 0 found
(#1917) Expected 1 space after ":"; 0 found
(#1917) Expected 1 space before "=="; 0 found
(#1917) Expected 1 space after "=="; 0 found
(#1917) Expected 1 space before "?"; 0 found
(#1917) Expected 1 space after "?"; 0 found
(#1917) Expected 1 space before ":"; 0 found
(#1917) Expected 1 space after ":"; 0 found
(#1917) Variable "L" must be all lower-case
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Expected "foreach (...) {\n"; found "foreach(...){"
(#1917) Expected 1 space before "=>"; 0 found
(#1917) Expected 1 space after "=>"; 0 found
(#1917) Expected 1 space before "as"; 0 found
(#1917) Expected 1 space after "as"; 0 found
(#1917) Expected 1 space before "=>"; 0 found
(#1917) Expected 1 space after "=>"; 0 found
(#1917) Variable "X" must be all lower-case
(#1917) Variable "N" must be all lower-case
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "X" must be all lower-case
(#1917) Variable "N" must be all lower-case
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "_e" must not contain underscores.
(#1917) Expected "if (...) {\n"; found "if(...){"
(#1917) Variable "_e" must not contain underscores.
(#1917) Commas (,) must be followed by white space.
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Variable "_e" must not contain underscores.
(#1917) Variable "_a" must not contain underscores.
(#1917) Closing brace must be on a line by itself
(#1917) Expected "} else {\n"; found "}else{"
(#1917) Variable "P" must be all lower-case
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Inline control structures are not allowed
(#1917) Expected 1 space before "=>"; 0 found
(#1917) Expected 1 space after "=>"; 0 found
(#1917) Expected 1 space before "as"; 0 found
(#1917) Expected 1 space after "as"; 0 found
(#1917) Variable "_e" must not contain underscores.
(#1917) Expected 1 space before "=>"; 0 found
(#1917) Expected 1 space after "=>"; 0 found
(#1917) Variable "P" must be all lower-case
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Expected 1 space before "=="; 0 found
(#1917) Expected 1 space after "=="; 0 found
(#1917) Expected 1 space before "?"; 0 found
(#1917) Expected 1 space after "?"; 0 found
(#1917) Expected 1 space before ":"; 0 found
(#1917) Expected 1 space after ":"; 0 found
(#1917) Commas (,) must be followed by white space.
(#1917) Commas (,) must be followed by white space.
(#1917) Commas (,) must be followed by white space.
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "L" must be all lower-case
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Variable "P" must be all lower-case
(#1917) Closing brace must be on a line by itself
(#1917) Closing brace must be on a line by itself
(#1917) Variable "I" must be all lower-case
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Variable "L" must be all lower-case
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "L" must be all lower-case
(#1917) Commas (,) must be followed by white space.
(#1917) Inline control structures are not allowed
(#1917) Variable "I" must be all lower-case
(#1917) Variable "I" must be all lower-case
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Commas (,) must be followed by white space.
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "_a" must not contain underscores.
(#1917) Commas (,) must be followed by white space.
(#1917) Variable "I" must be all lower-case
(#1917) Closing brace must be on a line by itself
(#1917) Closing brace must be on a line by itself
(#1917) Closing brace must be on a line by itself
(#1917) Variable "Hh" must be all lower-case
(#1917) Expected 1 space before "="; 0 found
(#1917) Expected 1 space after "="; 0 found
(#1917) Variable "S" must be all lower-case
(#1917) Expected "if (...) {\n"; found "if(...){"
(#1917) Closing brace must be on a line by itself
(#1917) Line exceeds maximum limit of 180 characters; contains 1253 characters
(#1917) Line exceeds maximum limit of 180 characters; contains 1253 characters
(#1917) Line exceeds maximum limit of 180 characters; contains 1253 characters
(#1917) Inline control structures are not allowed
(#1918) Line indented incorrectly; expected at least 12 spaces, found 0
(#1918) Variable "Hh" must be all lower-case
(#1918) Commas (,) must be followed by white space.
(#1918) Variable "P" must be all lower-case
(#1918) Expected 1 space before "="; 0 found
(#1918) Expected 1 space after "="; 0 found
(#1918) Expected "if (...) {\n"; found "if(...){"
(#1918) Variable "Lg" must be all lower-case
(#1918) Variable "P" must be all lower-case
(#1918) Expected 1 space before "="; 0 found
(#1918) Expected 1 space after "="; 0 found
(#1918) Expected "foreach (...) {\n"; found "foreach(...){"
(#1918) Expected 1 space before "as"; 0 found
(#1918) Expected 1 space after "as"; 0 found
(#1918) Variable "X" must be all lower-case
(#1918) Inline control structures are not allowed
(#1918) Variable "X" must be all lower-case
(#1918) Variable "X" must be all lower-case
(#1918) Expected 1 space before "=="; 0 found
(#1918) Expected 1 space after "=="; 0 found
(#1918) Variable "X" must be all lower-case
(#1918) Expected 1 space before "=="; 0 found
(#1918) Expected 1 space after "=="; 0 found
(#1918) Variable "X" must be all lower-case
(#1918) Commas (,) must be followed by white space.
(#1918) Variable "X" must be all lower-case
(#1918) Variable "P" must be all lower-case
(#1918) Expected 1 space before ".="; 0 found
(#1918) Expected 1 space after ".="; 0 found
(#1918) Variable "X" must be all lower-case
(#1918) Variable "X" must be all lower-case
(#1918) Closing brace must be on a line by itself
(#1918) Closing brace must be on a line by itself
(#1918) Variable "S" must be all lower-case
(#1918) Commas (,) must be followed by white space.
(#1918) Variable "P" must be all lower-case
(#1918) Inline control structures are not allowed
(#1918) Expected 1 space before "?"; 0 found
(#1918) Expected 1 space after "?"; 0 found
(#1918) Expected 1 space before ":"; 0 found
(#1918) Expected 1 space after ":"; 0 found
(#1918) Commas (,) must be followed by white space.
(#1918) Expected 1 space before "!="; 0 found
(#1918) Expected 1 space after "!="; 0 found
(#1918) Expected 1 space before "?"; 0 found
(#1918) Expected 1 space after "?"; 0 found
(#1918) Expected 1 space before "?"; 0 found
(#1918) Expected 1 space after "?"; 0 found
(#1918) Expected 1 space before ":"; 0 found
(#1918) Expected 1 space after ":"; 0 found
(#1918) Expected 1 space before ":"; 0 found
(#1918) Expected 1 space after ":"; 0 found
(#1918) Commas (,) must be followed by white space.
(#1918) Variable "M" must be all lower-case
(#1918) Commas (,) must be followed by white space.
(#1918) Variable "Z" must be all lower-case
(#1918) Commas (,) must be followed by white space.
(#1918) Commas (,) must be followed by white space.
(#1918) Commas (,) must be followed by white space.
(#1918) Commas (,) must be followed by white space.
(#1918) Variable "_" must not contain underscores.
(#1918) Variable "Vh" must be all lower-case
(#1918) Variable "F" must be all lower-case
(#1918) Expected 1 space before "="; 0 found
(#1918) Expected 1 space after "="; 0 found
(#1918) Expected "if (...) {\n"; found "if(...){"
(#1918) Variable "F" must be all lower-case
(#1918) Expected 1 space before "=="; 0 found
(#1918) Expected 1 space after "=="; 0 found
(#1918) Expected 1 space before "="; 0 found
(#1918) Expected 1 space after "="; 0 found
(#1918) Commas (,) must be followed by white space.
(#1918) Variable "Z" must be all lower-case
(#1918) Commas (,) must be followed by white space.
(#1918) Variable "Td" must be all lower-case
(#1918) Commas (,) must be followed by white space.
(#1918) Variable "F" must be all lower-case
(#1918) Expected 1 space before "="; 0 found
(#1918) Expected 1 space after "="; 0 found
(#1918) Commas (,) must be followed by white space.
(#1918) Expected 1 space before "-"; 0 found
(#1918) Expected 1 space after "-"; 0 found
(#1918) Expected 1 space before "/"; 0 found
(#1918) Expected 1 space after "/"; 0 found
(#1918) Variable "_" must not contain underscores.
(#1918) Closing brace must be on a line by itself
(#1918) Variable "Xg" must be all lower-case
(#1918) Expected 1 space before "="; 0 found
(#1918) Expected 1 space after "="; 0 found
(#1918) Variable "M" must be all lower-case
(#1918) Expected 1 space before "="; 0 found
(#1918) Expected 1 space after "="; 0 found
(#1918) Expected "if (...) {\n"; found "if(...){"
(#1918) Variable "Xg" must be all lower-case
(#1918) Variable "Xg" must be all lower-case
(#1918) Expected 1 space before "="; 0 found
(#1918) Expected 1 space after "="; 0 found
(#1918) Variable "Cb" must be all lower-case
(#1918) Expected 1 space before "="; 0 found
(#1918) Expected 1 space after "="; 0 found
(#1918) Commas (,) must be followed by white space.
(#1918) Commas (,) must be followed by white space.
(#1918) Variable "M" must be all lower-case
(#1918) Inline control structures are not allowed
(#1918) Variable "Cb" must be all lower-case
(#1918) Variable "Xg" must be all lower-case
(#1918) Expected 1 space before "="; 0 found
(#1918) Expected 1 space after "="; 0 found
(#1918) Variable "Cb" must be all lower-case
(#1918) Commas (,) must be followed by white space.
(#1918) Closing brace must be on a line by itself
(#1918) Expected "foreach (...) {\n"; found "foreach(...){"
(#1918) Expected 1 space before "=>"; 0 found
(#1918) Expected 1 space after "=>"; 0 found
(#1918) Expected 1 space after "as"; 0 found
(#1918) Line exceeds maximum limit of 180 characters; contains 1138 characters
(#1918) Line exceeds maximum limit of 180 characters; contains 1138 characters
(#1918) Line exceeds maximum limit of 180 characters; contains 1138 characters
(#1918) Variable "M" must be all lower-case
(#1919) Line indented incorrectly; expected at least 16 spaces, found 0
(#1919) Expected 1 space before "=>"; 0 found
(#1919) Expected 1 space after "=>"; 0 found
(#1919) Variable "X" must be all lower-case
(#1919) Expected 1 space before "="; 0 found
(#1919) Expected 1 space after "="; 0 found
(#1919) Variable "X" must be all lower-case
(#1919) Inline control structures are not allowed
(#1919) Variable "Ha" must be all lower-case
(#1919) Expected 1 space before "="; 0 found
(#1919) Expected 1 space after "="; 0 found
(#1919) Variable "Xg" must be all lower-case
(#1919) Expected 1 space before "="; 0 found
(#1919) Expected 1 space after "="; 0 found
(#1919) Variable "Ha" must be all lower-case
(#1919) Closing brace must be on a line by itself
(#1919) Expected "if (...) {\n"; found "if(...){"
(#1919) Variable "Td" must be all lower-case
(#1919) Variable "Ai" must be all lower-case
(#1919) Expected "foreach (...) {\n"; found "foreach(...){"
(#1919) Expected 1 space before "=>"; 0 found
(#1919) Expected 1 space after "=>"; 0 found
(#1919) Expected 1 space after "as"; 0 found
(#1919) Variable "Ai" must be all lower-case
(#1920) Line indented incorrectly; expected at least 20 spaces, found 0
(#1920) Expected 1 space before "=>"; 0 found
(#1920) Expected 1 space after "=>"; 0 found
(#1920) Variable "X" must be all lower-case
(#1920) Variable "Xg" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Inline control structures are not allowed
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Closing brace must be on a line by itself
(#1920) Closing brace must be on a line by itself
(#1920) Variable "I" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Commas (,) must be followed by white space.
(#1920) Variable "Xg" must be all lower-case
(#1920) Commas (,) must be followed by white space.
(#1920) Variable "Z" must be all lower-case
(#1920) Commas (,) must be followed by white space.
(#1920) Commas (,) must be followed by white space.
(#1920) Commas (,) must be followed by white space.
(#1920) Variable "_" must not contain underscores.
(#1920) Commas (,) must be followed by white space.
(#1920) Variable "F" must be all lower-case
(#1920) Commas (,) must be followed by white space.
(#1920) Inline control structures are not allowed
(#1920) Variable "I" must be all lower-case
(#1920) Inline control structures are not allowed
(#1920) Expected 1 space before "=="; 0 found
(#1920) Expected 1 space after "=="; 0 found
(#1920) Variable "F" must be all lower-case
(#1920) Variable "I" must be all lower-case
(#1920) Variable "_" must not contain underscores.
(#1920) Expected 1 space before "*"; 0 found
(#1920) Expected 1 space after "*"; 0 found
(#1920) Variable "F" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Variable "L" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Expected "while (...) {\n"; found "while(...){"
(#1920) Variable "K" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Variable "I" must be all lower-case
(#1920) Inline control structures are not allowed
(#1920) Variable "F" must be all lower-case
(#1920) Expected 1 space before "=="; 0 found
(#1920) Expected 1 space after "=="; 0 found
(#1920) Variable "K" must be all lower-case
(#1920) Variable "L" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Variable "K" must be all lower-case
(#1920) Closing brace must be on a line by itself
(#1920) Inline control structures are not allowed
(#1920) Expected 1 space before "!="; 0 found
(#1920) Expected 1 space after "!="; 0 found
(#1920) Variable "_" must not contain underscores.
(#1920) Expected 1 space before "!="; 0 found
(#1920) Expected 1 space after "!="; 0 found
(#1920) Variable "Td" must be all lower-case
(#1920) Expected 1 space before "=="; 0 found
(#1920) Expected 1 space after "=="; 0 found
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Inline control structures are not allowed
(#1920) Variable "L" must be all lower-case
(#1920) Variable "Qa" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Commas (,) must be followed by white space.
(#1920) Variable "Hh" must be all lower-case
(#1920) Commas (,) must be followed by white space.
(#1920) Commas (,) must be followed by white space.
(#1920) Variable "M" must be all lower-case
(#1920) Expected 1 space before "?"; 0 found
(#1920) Expected 1 space after "?"; 0 found
(#1920) Expected 1 space before ":"; 0 found
(#1920) Expected 1 space after ":"; 0 found
(#1920) Commas (,) must be followed by white space.
(#1920) Expected 1 space before "?"; 0 found
(#1920) Expected 1 space after "?"; 0 found
(#1920) Expected 1 space before ":"; 0 found
(#1920) Expected 1 space after ":"; 0 found
(#1920) Variable "Se" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Variable "M" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Expected "foreach (...) {\n"; found "foreach(...){"
(#1920) Expected 1 space before "=>"; 0 found
(#1920) Expected 1 space after "=>"; 0 found
(#1920) Expected 1 space before "as"; 0 found
(#1920) Expected 1 space after "as"; 0 found
(#1920) Variable "L" must be all lower-case
(#1920) Expected 1 space before "=>"; 0 found
(#1920) Expected 1 space after "=>"; 0 found
(#1920) Variable "X" must be all lower-case
(#1920) Expected "if (...) {\n"; found "if(...){"
(#1920) Variable "Ai" must be all lower-case
(#1920) Variable "X" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Variable "M" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Variable "M" must be all lower-case
(#1920) Expected 1 space before "?"; 0 found
(#1920) Expected 1 space after "?"; 0 found
(#1920) Variable "X" must be all lower-case
(#1920) Expected 1 space before "?"; 0 found
(#1920) Expected 1 space after "?"; 0 found
(#1920) Variable "X" must be all lower-case
(#1920) Expected 1 space before ":"; 0 found
(#1920) Expected 1 space after ":"; 0 found
(#1920) Variable "M" must be all lower-case
(#1920) Expected 1 space before ":"; 0 found
(#1920) Expected 1 space after ":"; 0 found
(#1920) Variable "D" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Expected 1 space before "?"; 0 found
(#1920) Expected 1 space after "?"; 0 found
(#1920) Commas (,) must be followed by white space.
(#1920) Expected 1 space before ":"; 0 found
(#1920) Expected 1 space after ":"; 0 found
(#1920) Variable "X" must be all lower-case
(#1920) Expected 1 space before "?"; 0 found
(#1920) Expected 1 space after "?"; 0 found
(#1920) Expected 1 space before ":"; 0 found
(#1920) Expected 1 space after ":"; 0 found
(#1920) Expected "if (...) {\n"; found "if(...){"
(#1920) Variable "D" must be all lower-case
(#1920) Expected 1 space before "!="; 0 found
(#1920) Expected 1 space after "!="; 0 found
(#1920) Variable "Se" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Variable "D" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Variable "Wb" must be all lower-case
(#1920) Expected 1 space before "="; 0 found
(#1920) Expected 1 space after "="; 0 found
(#1920) Commas (,) must be followed by white space.
(#1920) Commas (,) must be followed by white space.
(#1920) Expected 1 space before "=="; 0 found
(#1920) Expected 1 space after "=="; 0 found
(#1920) Expected 1 space before "=="; 0 found
(#1920) Expected 1 space after "=="; 0 found
(#1920) Variable "Td" must be all lower-case
(#1920) Expected 1 space before "=="; 0 found
(#1920) Expected 1 space after "=="; 0 found
(#1920) Expected 1 space before "?"; 0 found
(#1920) Expected 1 space after "?"; 0 found
(#1920) Variable "Wb" must be all lower-case
(#1920) Expected 1 space before ":"; 0 found
(#1920) Expected 1 space after ":"; 0 found
(#1920) Line exceeds maximum limit of 180 characters; contains 1552 characters
(#1920) Line exceeds maximum limit of 180 characters; contains 1552 characters
(#1920) Line exceeds maximum limit of 180 characters; contains 1552 characters
(#1921) Line indented incorrectly; expected at least 36 spaces, found 0
(#1921) Variable "X" must be all lower-case
(#1921) Commas (,) must be followed by white space.
(#1921) Variable "D" must be all lower-case
(#1921) Commas (,) must be followed by white space.
(#1921) Variable "Wb" must be all lower-case
(#1921) Expected "if (...) {\n"; found "if(...){"
(#1921) Variable "X" must be all lower-case
(#1921) Commas (,) must be followed by white space.
(#1921) Closing brace must be on a line by itself
(#1921) Closing brace must be on a line by itself
(#1921) Expected 1 space before "="; 0 found
(#1921) Expected 1 space after "="; 0 found
(#1921) Variable "X" must be all lower-case
(#1921) Variable "M" must be all lower-case
(#1921) Closing brace must be on a line by itself
(#1921) Closing brace must be on a line by itself
(#1921) Expected 1 space before "="; 0 found
(#1921) Expected 1 space after "="; 0 found
(#1921) Expected "if (...) {\n"; found "if(...){"
(#1921) Expected "foreach (...) {\n"; found "foreach(...){"
(#1921) Expected 1 space after "as"; 0 found
(#1921) Line exceeds maximum limit of 180 characters; contains 401 characters
(#1921) Line exceeds maximum limit of 180 characters; contains 401 characters
(#1921) Line exceeds maximum limit of 180 characters; contains 401 characters
(#1921) Variable "L" must be all lower-case
(#1922) Line indented incorrectly; expected at least 24 spaces, found 0
(#1922) Variable "K" must be all lower-case
(#1922) Inline control structures are not allowed
(#1922) Expected 1 space before "=>"; 0 found
(#1922) Expected 1 space after "=>"; 0 found
(#1922) Expected 1 space after "as"; 0 found
(#1922) Variable "K" must be all lower-case
(#1923) Line indented incorrectly; expected at least 28 spaces, found 0
(#1923) Expected 1 space before "=>"; 0 found
(#1923) Expected 1 space after "=>"; 0 found
(#1923) Variable "X" must be all lower-case
(#1923) Expected 1 space before "="; 0 found
(#1923) Expected 1 space after "="; 0 found
(#1923) Commas (,) must be followed by white space.
(#1923) Commas (,) must be followed by white space.
(#1923) Variable "X" must be all lower-case
(#1923) Closing brace must be on a line by itself
(#1923) Closing brace must be on a line by itself
(#1923) Variable "Qa" must be all lower-case
(#1923) Expected 1 space before "?"; 0 found
(#1923) Expected 1 space after "?"; 0 found
(#1923) Expected 1 space before ":"; 0 found
(#1923) Expected 1 space after ":"; 0 found
(#1923) Expected "if (...) {\n"; found "if(...){"
(#1923) Inline control structures are not allowed
(#1923) Variable "_" must not contain underscores.
(#1923) Expected 1 space before "%"; 0 found
(#1923) Expected 1 space after "%"; 0 found
(#1923) Expected 1 space before "=="; 0 found
(#1923) Expected 1 space after "=="; 0 found
(#1923) Variable "F" must be all lower-case
(#1923) Expected 1 space before "%"; 0 found
(#1923) Expected 1 space after "%"; 0 found
(#1923) Expected 1 space before "=="; 0 found
(#1923) Expected 1 space after "=="; 0 found
(#1923) Closing brace must be on a line by itself
(#1923) Expected "foreach (...) {\n"; found "foreach(...){"
(#1923) Expected 1 space before "=>"; 0 found
(#1923) Expected 1 space after "=>"; 0 found
(#1923) Expected 1 space before "as"; 0 found
(#1923) Expected 1 space after "as"; 0 found
(#1923) Variable "L" must be all lower-case
(#1923) Commas (,) must be followed by white space.
(#1923) Variable "Re" must be all lower-case
(#1923) Expected 1 space before "=>"; 0 found
(#1923) Expected 1 space after "=>"; 0 found
(#1923) Variable "K" must be all lower-case
(#1923) Expected 1 space before "="; 0 found
(#1923) Expected 1 space after "="; 0 found
(#1923) Variable "L" must be all lower-case
(#1923) Variable "Re" must be all lower-case
(#1923) Commas (,) must be followed by white space.
(#1923) Expected "if (...) {\n"; found "if(...){"
(#1923) Expected 1 space before "="; 0 found
(#1923) Expected 1 space after "="; 0 found
(#1923) Expected "foreach (...) {\n"; found "foreach(...){"
(#1923) Expected 1 space before "=>"; 0 found
(#1923) Expected 1 space after "=>"; 0 found
(#1923) Expected 1 space before "as"; 0 found
(#1923) Expected 1 space after "as"; 0 found
(#1923) Variable "L" must be all lower-case
(#1923) Variable "Re" must be all lower-case
(#1923) Expected 1 space before "=>"; 0 found
(#1923) Expected 1 space after "=>"; 0 found
(#1923) Variable "X" must be all lower-case
(#1923) Inline control structures are not allowed
(#1923) The use of backticks in strings is not recommended
(#1923) Commas (,) must be followed by white space.
(#1923) Expected 1 space before "="; 0 found
(#1923) Expected 1 space after "="; 0 found
(#1923) Variable "X" must be all lower-case
(#1923) Closing brace must be on a line by itself
(#1923) Closing brace must be on a line by itself
(#1923) Expected 1 space before "="; 0 found
(#1923) Expected 1 space after "="; 0 found
(#1923) Expected "foreach (...) {\n"; found "foreach(...){"
(#1923) Expected 1 space before "=>"; 0 found
(#1923) Expected 1 space after "=>"; 0 found
(#1923) Expected 1 space after "as"; 0 found
(#1923) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1923) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1923) Line exceeds maximum limit of 180 characters; contains 437 characters
(#1924) Line indented incorrectly; expected at least 40 spaces, found 0
(#1924) Expected 1 space before "=>"; 0 found
(#1924) Expected 1 space after "=>"; 0 found
(#1924) Variable "X" must be all lower-case
(#1924) Expected "if (...) {\n"; found "if(...){"
(#1924) Expected 1 space before "=="; 0 found
(#1924) Expected 1 space after "=="; 0 found
(#1924) Expected 1 space before "=="; 0 found
(#1924) Expected 1 space after "=="; 0 found
(#1924) Commas (,) must be followed by white space.
(#1924) Variable "X" must be all lower-case
(#1924) Expected 1 space before ">"; 0 found
(#1924) Expected 1 space after ">"; 0 found
(#1924) Expected 1 space before "="; 0 found
(#1924) Expected 1 space after "="; 0 found
(#1924) Commas (,) must be followed by white space.
(#1924) Expected 1 space before "?"; 0 found
(#1924) Expected 1 space after "?"; 0 found
(#1924) Expected 1 space before ":"; 0 found
(#1924) Expected 1 space after ":"; 0 found
(#1924) Expected 1 space before "="; 0 found
(#1924) Expected 1 space after "="; 0 found
(#1924) Expected 1 space before "!="; 0 found
(#1924) Expected 1 space after "!="; 0 found
(#1924) Commas (,) must be followed by white space.
(#1924) Expected 1 space before "?"; 0 found
(#1924) Expected 1 space after "?"; 0 found
(#1924) Expected 1 space before ":"; 0 found
(#1924) Expected 1 space after ":"; 0 found
(#1924) Variable "X" must be all lower-case
(#1924) Expected 1 space before "="; 0 found
(#1924) Expected 1 space after "="; 0 found
(#1924) Variable "X" must be all lower-case
(#1924) Closing brace must be on a line by itself
(#1924) Expected 1 space before ".="; 0 found
(#1924) Expected 1 space after ".="; 0 found
(#1924) Variable "X" must be all lower-case
(#1924) Expected 1 space before "!=="; 0 found
(#1924) Expected 1 space after "!=="; 0 found
(#1924) Expected 1 space before "?"; 0 found
(#1924) Expected 1 space after "?"; 0 found
(#1924) Variable "X" must be all lower-case
(#1924) Expected 1 space before ":"; 0 found
(#1924) Expected 1 space after ":"; 0 found
(#1924) Closing brace must be on a line by itself
(#1924) Variable "M" must be all lower-case
(#1924) Expected 1 space before "?"; 0 found
(#1924) Expected 1 space after "?"; 0 found
(#1924) Expected 1 space before ":"; 0 found
(#1924) Expected 1 space after ":"; 0 found
(#1924) Commas (,) must be followed by white space.
(#1924) Commas (,) must be followed by white space.
(#1924) Commas (,) must be followed by white space.
(#1924) Commas (,) must be followed by white space.
(#1924) Commas (,) must be followed by white space.
(#1924) Variable "Td" must be all lower-case
(#1924) Expected 1 space before "?"; 0 found
(#1924) Expected 1 space after "?"; 0 found
(#1924) Expected 1 space before ":"; 0 found
(#1924) Expected 1 space after ":"; 0 found
(#1924) Expected "foreach (...) {\n"; found "foreach(...){"
(#1924) Expected 1 space before "=>"; 0 found
(#1924) Expected 1 space after "=>"; 0 found
(#1924) Expected 1 space after "as"; 0 found
(#1924) Line exceeds maximum limit of 180 characters; contains 619 characters
(#1924) Line exceeds maximum limit of 180 characters; contains 619 characters
(#1924) Line exceeds maximum limit of 180 characters; contains 619 characters
(#1924) Variable "K" must be all lower-case
(#1925) Line indented incorrectly; expected at least 40 spaces, found 0
(#1925) Expected 1 space before "=>"; 0 found
(#1925) Expected 1 space after "=>"; 0 found
(#1925) Variable "X" must be all lower-case
(#1925) Expected "if (...) {\n"; found "if(...){"
(#1925) Variable "Se" must be all lower-case
(#1925) Expected 1 space before "="; 0 found
(#1925) Expected 1 space after "="; 0 found
(#1925) Variable "X" must be all lower-case
(#1925) Expected 1 space before "="; 0 found
(#1925) Expected 1 space after "="; 0 found
(#1925) Variable "X" must be all lower-case
(#1925) Commas (,) must be followed by white space.
(#1925) Inline control structures are not allowed
(#1925) Variable "X" must be all lower-case
(#1925) Expected 1 space before "!="; 0 found
(#1925) Expected 1 space after "!="; 0 found
(#1925) Expected 1 space before "!="; 0 found
(#1925) Expected 1 space after "!="; 0 found
(#1925) Expected 1 space before "="; 0 found
(#1925) Expected 1 space after "="; 0 found
(#1925) Variable "X" must be all lower-case
(#1925) Expected 1 space before "?"; 0 found
(#1925) Expected 1 space after "?"; 0 found
(#1925) Variable "Se" must be all lower-case
(#1925) Expected 1 space before ":"; 0 found
(#1925) Expected 1 space after ":"; 0 found
(#1925) Variable "A" must be all lower-case
(#1925) Expected 1 space before "="; 0 found
(#1925) Expected 1 space after "="; 0 found
(#1925) Inline control structures are not allowed
(#1925) Commas (,) must be followed by white space.
(#1925) Variable "X" must be all lower-case
(#1925) Expected 1 space before "!="; 0 found
(#1925) Expected 1 space after "!="; 0 found
(#1925) Variable "A" must be all lower-case
(#1925) Expected 1 space before "="; 0 found
(#1925) Expected 1 space after "="; 0 found
(#1925) Expected "if (...) {\n"; found "if(...){"
(#1925) Variable "A" must be all lower-case
(#1925) Variable "X" must be all lower-case
(#1925) Expected 1 space before "!=="; 0 found
(#1925) Expected 1 space after "!=="; 0 found
(#1925) Expected "foreach (...) {\n"; found "foreach(...){"
(#1925) Expected 1 space before "as"; 0 found
(#1925) Expected 1 space after "as"; 0 found
(#1925) Expected "if (...) {\n"; found "if(...){"
(#1925) Expected 1 space before "=="; 0 found
(#1925) Expected 1 space after "=="; 0 found
(#1925) Expected 1 space before "=="; 0 found
(#1925) Expected 1 space after "=="; 0 found
(#1925) Variable "A" must be all lower-case
(#1925) Expected 1 space before "="; 0 found
(#1925) Expected 1 space after "="; 0 found
(#1925) Inline control structures are not allowed
(#1925) Expected 1 space before "=>"; 0 found
(#1925) Expected 1 space after "=>"; 0 found
(#1925) Expected 1 space before "as"; 0 found
(#1925) Expected 1 space after "as"; 0 found
(#1925) Expected 1 space before "=>"; 0 found
(#1925) Expected 1 space after "=>"; 0 found
(#1925) Variable "A" must be all lower-case
(#1925) Expected 1 space before ".="; 0 found
(#1925) Expected 1 space after ".="; 0 found
(#1925) Commas (,) must be followed by white space.
(#1925) Commas (,) must be followed by white space.
(#1925) Variable "L" must be all lower-case
(#1925) Variable "Re" must be all lower-case
(#1925) Variable "A" must be all lower-case
(#1925) Expected 1 space before "="; 0 found
(#1925) Expected 1 space after "="; 0 found
(#1925) Expected 1 space before "!="; 0 found
(#1925) Expected 1 space after "!="; 0 found
(#1925) Expected 1 space before "?"; 0 found
(#1925) Expected 1 space after "?"; 0 found
(#1925) Commas (,) must be followed by white space.
(#1925) Commas (,) must be followed by white space.
(#1925) Expected 1 space before ":"; 0 found
(#1925) Expected 1 space after ":"; 0 found
(#1925) Variable "A" must be all lower-case
(#1925) Inline control structures are not allowed
(#1925) Variable "A" must be all lower-case
(#1925) Expected 1 space before "="; 0 found
(#1925) Expected 1 space after "="; 0 found
(#1925) Commas (,) must be followed by white space.
(#1925) Commas (,) must be followed by white space.
(#1925) Variable "A" must be all lower-case
(#1925) Inline control structures are not allowed
(#1925) Expected 1 space before "=="; 0 found
(#1925) Expected 1 space after "=="; 0 found
(#1925) Closing brace must be on a line by itself
(#1925) Closing brace must be on a line by itself
(#1925) Closing brace must be on a line by itself
(#1925) Expected "if (...) {\n"; found "if(...){"
(#1925) Expected 1 space before "=="; 0 found
(#1925) Expected 1 space after "=="; 0 found
(#1925) Variable "A" must be all lower-case
(#1925) Expected 1 space before "="; 0 found
(#1925) Expected 1 space after "="; 0 found
(#1925) Expected 1 space before "="; 0 found
(#1925) Expected 1 space after "="; 0 found
(#1925) Expected "foreach (...) {\n"; found "foreach(...){"
(#1925) Expected 1 space before "as"; 0 found
(#1925) Expected 1 space after "as"; 0 found
(#1925) Variable "W" must be all lower-case
(#1925) Inline control structures are not allowed
(#1925) Variable "W" must be all lower-case
(#1925) Commas (,) must be followed by white space.
(#1925) Variable "A" must be all lower-case
(#1925) Expected 1 space before ".="; 0 found
(#1925) Expected 1 space after ".="; 0 found
(#1925) Commas (,) must be followed by white space.
(#1925) Variable "W" must be all lower-case
(#1925) Commas (,) must be followed by white space.
(#1925) Variable "W" must be all lower-case
(#1925) Commas (,) must be followed by white space.
(#1925) Variable "W" must be all lower-case
(#1925) Closing brace must be on a line by itself
(#1925) Inline control structures are not allowed
(#1925) Expected 1 space before "=>"; 0 found
(#1925) Expected 1 space after "=>"; 0 found
(#1925) Expected 1 space after "as"; 0 found
(#1925) Line exceeds maximum limit of 180 characters; contains 853 characters
(#1925) Line exceeds maximum limit of 180 characters; contains 853 characters
(#1925) Line exceeds maximum limit of 180 characters; contains 853 characters
(#1926) Line indented incorrectly; expected at least 52 spaces, found 0
(#1926) Variable "Yd" must be all lower-case
(#1926) Expected 1 space before "=>"; 0 found
(#1926) Expected 1 space after "=>"; 0 found
(#1926) Variable "W" must be all lower-case
(#1926) Variable "A" must be all lower-case
(#1926) Expected 1 space before ".="; 0 found
(#1926) Expected 1 space after ".="; 0 found
(#1926) Commas (,) must be followed by white space.
(#1926) Variable "Yd" must be all lower-case
(#1926) Commas (,) must be followed by white space.
(#1926) Variable "W" must be all lower-case
(#1926) Closing brace must be on a line by itself
(#1926) Variable "X" must be all lower-case
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Variable "X" must be all lower-case
(#1926) Commas (,) must be followed by white space.
(#1926) Variable "A" must be all lower-case
(#1926) Commas (,) must be followed by white space.
(#1926) Commas (,) must be followed by white space.
(#1926) Variable "Vh" must be all lower-case
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Variable "Y" must be all lower-case
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Variable "K" must be all lower-case
(#1926) Variable "X" must be all lower-case
(#1926) Variable "L" must be all lower-case
(#1926) Variable "Re" must be all lower-case
(#1926) Expected 1 space before "=="; 0 found
(#1926) Expected 1 space after "=="; 0 found
(#1926) Variable "K" must be all lower-case
(#1926) Variable "Uh" must be all lower-case
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Commas (,) must be followed by white space.
(#1926) Expected "if (...) {\n"; found "if(...){"
(#1926) Variable "Y" must be all lower-case
(#1926) Expected 1 space before "!=="; 0 found
(#1926) Expected 1 space after "!=="; 0 found
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Variable "Y" must be all lower-case
(#1926) Expected 1 space before "!=="; 0 found
(#1926) Expected 1 space after "!=="; 0 found
(#1926) Expected 1 space before "?"; 0 found
(#1926) Expected 1 space after "?"; 0 found
(#1926) Variable "Y" must be all lower-case
(#1926) Expected 1 space before ":"; 0 found
(#1926) Expected 1 space after ":"; 0 found
(#1926) Variable "K" must be all lower-case
(#1926) Variable "Uh" must be all lower-case
(#1926) Expected 1 space before "?"; 0 found
(#1926) Expected 1 space after "?"; 0 found
(#1926) Variable "K" must be all lower-case
(#1926) Commas (,) must be followed by white space.
(#1926) Expected 1 space before "+"; 0 found
(#1926) Expected 1 space after "+"; 0 found
(#1926) Expected 1 space before ":"; 0 found
(#1926) Expected 1 space after ":"; 0 found
(#1926) Closing brace must be on a line by itself
(#1926) Expected "} else {\n"; found "}else{"
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Variable "X" must be all lower-case
(#1926) Commas (,) must be followed by white space.
(#1926) Expected 1 space before "?"; 0 found
(#1926) Expected 1 space after "?"; 0 found
(#1926) Expected 1 space before ":"; 0 found
(#1926) Expected 1 space after ":"; 0 found
(#1926) Variable "Uh" must be all lower-case
(#1926) Expected 1 space before "?"; 0 found
(#1926) Expected 1 space after "?"; 0 found
(#1926) Expected 1 space before ":"; 0 found
(#1926) Expected 1 space after ":"; 0 found
(#1926) Expected 1 space before "?"; 0 found
(#1926) Expected 1 space after "?"; 0 found
(#1926) Expected 1 space before ":"; 0 found
(#1926) Expected 1 space after ":"; 0 found
(#1926) Variable "X" must be all lower-case
(#1926) Closing brace must be on a line by itself
(#1926) Closing brace must be on a line by itself
(#1926) Closing brace must be on a line by itself
(#1926) Inline control structures are not allowed
(#1926) Variable "Qa" must be all lower-case
(#1926) Variable "Qa" must be all lower-case
(#1926) Commas (,) must be followed by white space.
(#1926) Variable "L" must be all lower-case
(#1926) Variable "Re" must be all lower-case
(#1926) Closing brace must be on a line by itself
(#1926) Inline control structures are not allowed
(#1926) Closing brace must be on a line by itself
(#1926) Expected "if (...) {\n"; found "if(...){"
(#1926) Expected "if (...) {\n"; found "if(...){"
(#1926) Variable "L" must be all lower-case
(#1926) Variable "F" must be all lower-case
(#1926) Variable "Bc" must be all lower-case
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Expected "if (...) {\n"; found "if(...){"
(#1926) Expected 1 space before "!="; 0 found
(#1926) Expected 1 space after "!="; 0 found
(#1926) Inline control structures are not allowed
(#1926) Variable "_" must not contain underscores.
(#1926) Expected 1 space before "=="; 0 found
(#1926) Expected 1 space after "=="; 0 found
(#1926) Variable "L" must be all lower-case
(#1926) Expected 1 space before "<"; 0 found
(#1926) Expected 1 space after "<"; 0 found
(#1926) Variable "_" must not contain underscores.
(#1926) Variable "L" must be all lower-case
(#1926) Variable "F" must be all lower-case
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Variable "F" must be all lower-case
(#1926) Expected 1 space before "?"; 0 found
(#1926) Expected 1 space after "?"; 0 found
(#1926) Variable "F" must be all lower-case
(#1926) Expected 1 space before "*"; 0 found
(#1926) Expected 1 space after "*"; 0 found
(#1926) Variable "_" must not contain underscores.
(#1926) Expected 1 space before ":"; 0 found
(#1926) Expected 1 space after ":"; 0 found
(#1926) Expected 1 space before "+"; 0 found
(#1926) Expected 1 space after "+"; 0 found
(#1926) Variable "L" must be all lower-case
(#1926) Usage of ELSEIF not allowed; use ELSE IF instead
(#1926) Expected 1 space before "!="; 0 found
(#1926) Expected 1 space after "!="; 0 found
(#1926) Variable "Td" must be all lower-case
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Variable "Td" must be all lower-case
(#1926) Expected 1 space before "?"; 0 found
(#1926) Expected 1 space after "?"; 0 found
(#1926) Expected 1 space before ":"; 0 found
(#1926) Expected 1 space after ":"; 0 found
(#1926) Variable "S" must be all lower-case
(#1926) Commas (,) must be followed by white space.
(#1926) Variable "Z" must be all lower-case
(#1926) Inline control structures are not allowed
(#1926) Expected 1 space before "<"; 0 found
(#1926) Expected 1 space after "<"; 0 found
(#1926) Commas (,) must be followed by white space.
(#1926) Expected 1 space before "*"; 0 found
(#1926) Expected 1 space after "*"; 0 found
(#1926) Variable "F" must be all lower-case
(#1926) Expected 1 space before "+"; 0 found
(#1926) Expected 1 space after "+"; 0 found
(#1926) Expected 1 space before "*"; 0 found
(#1926) Expected 1 space after "*"; 0 found
(#1926) Variable "_" must not contain underscores.
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Commas (,) must be followed by white space.
(#1926) Variable "Z" must be all lower-case
(#1926) Commas (,) must be followed by white space.
(#1926) Variable "Td" must be all lower-case
(#1926) Commas (,) must be followed by white space.
(#1926) Inline control structures are not allowed
(#1926) Variable "Bc" must be all lower-case
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Closing brace must be on a line by itself
(#1926) Closing brace must be on a line by itself
(#1926) Variable "Ff" must be all lower-case
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Variable "_" must not contain underscores.
(#1926) Expected 1 space before "!="; 0 found
(#1926) Expected 1 space after "!="; 0 found
(#1926) Expected 1 space before "==="; 0 found
(#1926) Expected 1 space after "==="; 0 found
(#1926) Expected 1 space before ">"; 0 found
(#1926) Expected 1 space after ">"; 0 found
(#1926) Variable "_" must not contain underscores.
(#1926) Variable "F" must be all lower-case
(#1926) Expected "if (...) {\n"; found "if(...){"
(#1926) Variable "Ff" must be all lower-case
(#1926) Expected 1 space before "==="; 0 found
(#1926) Expected 1 space after "==="; 0 found
(#1926) Expected 1 space before "?"; 0 found
(#1926) Expected 1 space after "?"; 0 found
(#1926) Variable "L" must be all lower-case
(#1926) Expected 1 space before "+"; 0 found
(#1926) Expected 1 space after "+"; 0 found
(#1926) Expected 1 space before ":"; 0 found
(#1926) Expected 1 space after ":"; 0 found
(#1926) Expected 1 space before "-"; 0 found
(#1926) Expected 1 space after "-"; 0 found
(#1926) Variable "F" must be all lower-case
(#1926) Expected 1 space before "*"; 0 found
(#1926) Expected 1 space after "*"; 0 found
(#1926) Variable "_" must not contain underscores.
(#1926) Expected 1 space before ">"; 0 found
(#1926) Expected 1 space after ">"; 0 found
(#1926) Variable "_" must not contain underscores.
(#1926) Expected 1 space before "?"; 0 found
(#1926) Expected 1 space after "?"; 0 found
(#1926) Variable "F" must be all lower-case
(#1926) Expected 1 space before "+"; 0 found
(#1926) Expected 1 space after "+"; 0 found
(#1926) Variable "_" must not contain underscores.
(#1926) Commas (,) must be followed by white space.
(#1926) Expected 1 space before ":"; 0 found
(#1926) Expected 1 space after ":"; 0 found
(#1926) Commas (,) must be followed by white space.
(#1926) Closing brace must be on a line by itself
(#1926) Closing brace must be on a line by itself
(#1926) Expected "if (...) {\n"; found "if(...){"
(#1926) Variable "L" must be all lower-case
(#1926) Variable "F" must be all lower-case
(#1926) Expected "if (...) {\n"; found "if(...){"
(#1926) Variable "Ff" must be all lower-case
(#1926) Variable "Be" must be all lower-case
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Expected 1 space before "==="; 0 found
(#1926) Expected 1 space after "==="; 0 found
(#1926) Expected 1 space before "?"; 0 found
(#1926) Expected 1 space after "?"; 0 found
(#1926) Variable "F" must be all lower-case
(#1926) Expected 1 space before "+"; 0 found
(#1926) Expected 1 space after "+"; 0 found
(#1926) Variable "L" must be all lower-case
(#1926) Expected 1 space before ">="; 0 found
(#1926) Expected 1 space after ">="; 0 found
(#1926) Variable "_" must not contain underscores.
(#1926) Expected 1 space before "?"; 0 found
(#1926) Expected 1 space after "?"; 0 found
(#1926) Expected 1 space before ":"; 0 found
(#1926) Expected 1 space after ":"; 0 found
(#1926) Expected 1 space before ":"; 0 found
(#1926) Expected 1 space after ":"; 0 found
(#1926) Expected 1 space before "-"; 0 found
(#1926) Expected 1 space after "-"; 0 found
(#1926) Expected 1 space before "/"; 0 found
(#1926) Expected 1 space after "/"; 0 found
(#1926) Variable "_" must not contain underscores.
(#1926) Expected "if (...) {\n"; found "if(...){"
(#1926) Expected 1 space before "!="; 0 found
(#1926) Expected 1 space after "!="; 0 found
(#1926) Commas (,) must be followed by white space.
(#1926) Variable "F" must be all lower-case
(#1926) Expected 1 space before "+"; 0 found
(#1926) Expected 1 space after "+"; 0 found
(#1926) Commas (,) must be followed by white space.
(#1926) Commas (,) must be followed by white space.
(#1926) Variable "F" must be all lower-case
(#1926) Variable "F" must be all lower-case
(#1926) Expected 1 space before ">"; 0 found
(#1926) Expected 1 space after ">"; 0 found
(#1926) Expected 1 space before "?"; 0 found
(#1926) Expected 1 space after "?"; 0 found
(#1926) Expected 1 space before ":"; 0 found
(#1926) Expected 1 space after ":"; 0 found
(#1926) Inline control structures are not allowed
(#1926) Expected 1 space after first semicolon of FOR loop; 0 found
(#1926) Expected 1 space after second semicolon of FOR loop; 0 found
(#1926) Expected 1 space before "="; 0 found
(#1926) Expected 1 space after "="; 0 found
(#1926) Commas (,) must be followed by white space.
(#1926) Variable "F" must be all lower-case
(#1926) Expected 1 space before "-"; 0 found
(#1926) Expected 1 space after "-"; 0 found
(#1926) Expected 1 space before "<"; 0 found
(#1926) Expected 1 space after "<"; 0 found
(#1926) Variable "Be" must be all lower-case
(#1926) Commas (,) must be followed by white space.
(#1926) Variable "F" must be all lower-case
(#1926) Expected 1 space before "+"; 0 found
(#1926) Expected 1 space after "+"; 0 found
(#1926) Line exceeds maximum limit of 180 characters; contains 1718 characters
(#1926) Line exceeds maximum limit of 180 characters; contains 1718 characters
(#1926) Line exceeds maximum limit of 180 characters; contains 1718 characters
(#1927) Line indented incorrectly; expected at least 36 spaces, found 0
(#1927) Commas (,) must be followed by white space.
(#1927) Variable "F" must be all lower-case
(#1927) Expected "if (...) {\n"; found "if(...){"
(#1927) Variable "Be" must be all lower-case
(#1927) Expected 1 space before ">"; 0 found
(#1927) Expected 1 space after ">"; 0 found
(#1927) Variable "F" must be all lower-case
(#1927) Expected 1 space before "+"; 0 found
(#1927) Expected 1 space after "+"; 0 found
(#1927) Expected 1 space before "<"; 0 found
(#1927) Expected 1 space after "<"; 0 found
(#1927) Variable "Be" must be all lower-case
(#1927) Expected 1 space before "?"; 0 found
(#1927) Expected 1 space after "?"; 0 found
(#1927) Expected 1 space before ":"; 0 found
(#1927) Expected 1 space after ":"; 0 found
(#1927) Commas (,) must be followed by white space.
(#1927) Variable "Bc" must be all lower-case
(#1927) Expected 1 space before "!=="; 0 found
(#1927) Expected 1 space after "!=="; 0 found
(#1927) Expected 1 space before "?"; 0 found
(#1927) Expected 1 space after "?"; 0 found
(#1927) Variable "Be" must be all lower-case
(#1927) Commas (,) must be followed by white space.
(#1927) Variable "F" must be all lower-case
(#1927) Expected 1 space before ":"; 0 found
(#1927) Expected 1 space after ":"; 0 found
(#1927) Variable "Be" must be all lower-case
(#1927) Closing brace must be on a line by itself
(#1927) Closing brace must be on a line by itself
(#1927) Expected "} else {\n"; found "}else{"
(#1927) Commas (,) must be followed by white space.
(#1927) Commas (,) must be followed by white space.
(#1927) Variable "F" must be all lower-case
(#1927) Variable "F" must be all lower-case
(#1927) Expected 1 space before ">"; 0 found
(#1927) Expected 1 space after ">"; 0 found
(#1927) Expected 1 space before "?"; 0 found
(#1927) Expected 1 space after "?"; 0 found
(#1927) Expected 1 space before ":"; 0 found
(#1927) Expected 1 space after ":"; 0 found
(#1927) Commas (,) must be followed by white space.
(#1927) Variable "F" must be all lower-case
(#1927) Expected 1 space before "?"; 0 found
(#1927) Expected 1 space after "?"; 0 found
(#1927) Variable "F" must be all lower-case
(#1927) Commas (,) must be followed by white space.
(#1927) Variable "F" must be all lower-case
(#1927) Expected 1 space before ":"; 0 found
(#1927) Expected 1 space after ":"; 0 found
(#1927) Commas (,) must be followed by white space.
(#1927) Variable "Be" must be all lower-case
(#1927) Expected 1 space before ">"; 0 found
(#1927) Expected 1 space after ">"; 0 found
(#1927) Variable "F" must be all lower-case
(#1927) Expected 1 space before "?"; 0 found
(#1927) Expected 1 space after "?"; 0 found
(#1927) Variable "F" must be all lower-case
(#1927) Expected 1 space before "+"; 0 found
(#1927) Expected 1 space after "+"; 0 found
(#1927) Commas (,) must be followed by white space.
(#1927) Variable "F" must be all lower-case
(#1927) Variable "Be" must be all lower-case
(#1927) Expected 1 space before ">"; 0 found
(#1927) Expected 1 space after ">"; 0 found
(#1927) Variable "F" must be all lower-case
(#1927) Expected 1 space before "+"; 0 found
(#1927) Expected 1 space after "+"; 0 found
(#1927) Expected 1 space before "?"; 0 found
(#1927) Expected 1 space after "?"; 0 found
(#1927) Expected 1 space before ":"; 0 found
(#1927) Expected 1 space after ":"; 0 found
(#1927) Expected 1 space before ":"; 0 found
(#1927) Expected 1 space after ":"; 0 found
(#1927) Closing brace must be on a line by itself
(#1927) Closing brace must be on a line by itself
(#1927) Commas (,) must be followed by white space.
(#1927) Expected 1 space before "="; 0 found
(#1927) Expected 1 space after "="; 0 found
(#1927) Variable "Bc" must be all lower-case
(#1927) Expected 1 space before "?"; 0 found
(#1927) Expected 1 space after "?"; 0 found
(#1927) Expected 1 space before ":"; 0 found
(#1927) Expected 1 space after ":"; 0 found
(#1927) Line exceeds maximum limit of 180 characters; contains 434 characters
(#1927) Line exceeds maximum limit of 180 characters; contains 434 characters
(#1927) Line exceeds maximum limit of 180 characters; contains 434 characters
(#1928) Line indented incorrectly; expected at least 52 spaces, found 0
(#1928) Commas (,) must be followed by white space.
(#1928) Commas (,) must be followed by white space.
(#1928) Commas (,) must be followed by white space.
(#1928) Expected 1 space before "!=="; 0 found
(#1928) Expected 1 space after "!=="; 0 found
(#1928) Expected 1 space before "?"; 0 found
(#1928) Expected 1 space after "?"; 0 found
(#1928) Variable "Bc" must be all lower-case
(#1928) Expected 1 space before "?"; 0 found
(#1928) Expected 1 space after "?"; 0 found
(#1928) Expected 1 space before ":"; 0 found
(#1928) Expected 1 space after ":"; 0 found
(#1928) Commas (,) must be followed by white space.
(#1928) Expected 1 space before ":"; 0 found
(#1928) Expected 1 space after ":"; 0 found
(#1928) Commas (,) must be followed by white space.
(#1928) Commas (,) must be followed by white space.
(#1928) Expected "if (...) {\n"; found "if(...){"
(#1928) Commas (,) must be followed by white space.
(#1928) Expected 1 space before "?"; 0 found
(#1928) Expected 1 space after "?"; 0 found
(#1928) Expected 1 space before ":"; 0 found
(#1928) Expected 1 space after ":"; 0 found
(#1928) Commas (,) must be followed by white space.
(#1928) Commas (,) must be followed by white space.
(#1928) Commas (,) must be followed by white space.
(#1928) Line exceeds maximum limit of 180 characters; contains 378 characters
(#1928) Line exceeds maximum limit of 180 characters; contains 378 characters
(#1928) Line exceeds maximum limit of 180 characters; contains 378 characters
(#1929) Commas (,) must be followed by white space.
(#1929) Commas (,) must be followed by white space.
(#1929) Commas (,) must be followed by white space.
(#1929) Expected 1 space before "?"; 0 found
(#1929) Expected 1 space after "?"; 0 found
(#1929) Expected 1 space before ":"; 0 found
(#1929) Expected 1 space after ":"; 0 found
(#1929) Commas (,) must be followed by white space.
(#1931) Commas (,) must be followed by white space.
(#1931) Commas (,) must be followed by white space.
(#1932) Commas (,) must be followed by white space.
(#1932) Commas (,) must be followed by white space.
(#1933) Commas (,) must be followed by white space.
(#1933) Commas (,) must be followed by white space.
(#1934) Commas (,) must be followed by white space.
(#1934) Commas (,) must be followed by white space.
(#1934) Commas (,) must be followed by white space.
(#1934) Commas (,) must be followed by white space.
(#1935) Closing brace must be on a line by itself
(#1935) Expected 1 space before "="; 0 found
(#1935) Expected 1 space after "="; 0 found
(#1935) Expected "foreach (...) {\n"; found "foreach(...){"
(#1935) Expected 1 space before "as"; 0 found
(#1935) Expected 1 space after "as"; 0 found
(#1935) Expected "if (...) {\n"; found "if(...){"
(#1935) Closing brace must be on a line by itself
(#1935) Closing brace must be on a line by itself
(#1935) Expected "if (...) {\n"; found "if(...){"
(#1935) Commas (,) must be followed by white space.
(#1935) Variable "Df" must be all lower-case
(#1935) Expected 1 space before "="; 0 found
(#1935) Expected 1 space after "="; 0 found
(#1935) Variable "Df" must be all lower-case
(#1935) Expected 1 space before "?"; 0 found
(#1935) Expected 1 space after "?"; 0 found
(#1935) Commas (,) must be followed by white space.
(#1935) Variable "Df" must be all lower-case
(#1935) Commas (,) must be followed by white space.
(#1935) Expected 1 space before ":"; 0 found
(#1935) Expected 1 space after ":"; 0 found
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Closing brace must be on a line by itself
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Closing brace must be on a line by itself
(#1935) Expected "if (...) {\n"; found "if(...){"
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Expected 1 space before "=>"; 0 found
(#1935) Expected 1 space after "=>"; 0 found
(#1935) Commas (,) must be followed by white space.
(#1935) Expected 1 space before "=>"; 0 found
(#1935) Expected 1 space after "=>"; 0 found
(#1935) Commas (,) must be followed by white space.
(#1935) Expected 1 space before "=>"; 0 found
(#1935) Expected 1 space after "=>"; 0 found
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Closing brace must be on a line by itself
(#1935) Commas (,) must be followed by white space.
(#1935) Commas (,) must be followed by white space.
(#1935) Variable "M" must be all lower-case
(#1935) Expected 1 space before "?"; 0 found
(#1935) Expected 1 space after "?"; 0 found
(#1935) Expected 1 space before ":"; 0 found
(#1935) Expected 1 space after ":"; 0 found
(#1935) Closing brace must be on a line by itself
(#1935) Closing brace must be on a line by itself
(#1935) Closing brace must be on a line by itself
(#1935) Expected "if (...) {\n"; found "if(...){"
(#1935) Closing brace must be on a line by itself
(#1935) Closing brace must be on a line by itself
(#1935) Usage of ELSEIF not allowed; use ELSE IF instead
(#1935) Expected 1 space before "="; 0 found
(#1935) Expected 1 space after "="; 0 found
(#1935) Expected 1 space before "?"; 0 found
(#1935) Expected 1 space after "?"; 0 found
(#1935) Expected 1 space before ":"; 0 found
(#1935) Expected 1 space after ":"; 0 found
(#1935) Variable "Oi" must be all lower-case
(#1935) Expected 1 space before "="; 0 found
(#1935) Expected 1 space after "="; 0 found
(#1935) Expected 1 space before "?"; 0 found
(#1935) Expected 1 space after "?"; 0 found
(#1935) Expected 1 space before ":"; 0 found
(#1935) Expected 1 space after ":"; 0 found
(#1935) Inline control structures are not allowed
(#1935) Variable "Oi" must be all lower-case
(#1935) Expected "foreach (...) {\n"; found "foreach(...){"
(#1935) Expected 1 space before "=>"; 0 found
(#1935) Expected 1 space after "=>"; 0 found
(#1935) Expected 1 space after "as"; 0 found
(#1935) Line exceeds maximum limit of 180 characters; contains 1218 characters
(#1935) Line exceeds maximum limit of 180 characters; contains 1218 characters
(#1935) Line exceeds maximum limit of 180 characters; contains 1218 characters
(#1935) Variable "Oi" must be all lower-case
(#1936) Line indented incorrectly; expected at least 8 spaces, found 0
(#1936) Expected 1 space before "=>"; 0 found
(#1936) Expected 1 space after "=>"; 0 found
(#1936) Variable "X" must be all lower-case
(#1936) Commas (,) must be followed by white space.
(#1936) Expected 1 space before "?"; 0 found
(#1936) Expected 1 space after "?"; 0 found
(#1936) Expected 1 space before ":"; 0 found
(#1936) Expected 1 space after ":"; 0 found
(#1936) Commas (,) must be followed by white space.
(#1936) Variable "X" must be all lower-case
(#1936) Closing brace must be on a line by itself
(#1936) Closing brace must be on a line by itself
(#1936) Closing brace must be on a line by itself
(#1936) Usage of ELSEIF not allowed; use ELSE IF instead
(#1936) Expected "if (...) {\n"; found "if(...){"
(#1936) Expected 1 space before "=="; 0 found
(#1936) Expected 1 space after "=="; 0 found
(#1936) Variable "Eh" must be all lower-case
(#1936) Expected 1 space before "="; 0 found
(#1936) Expected 1 space after "="; 0 found
(#1936) Expected 1 space before "=>"; 0 found
(#1936) Expected 1 space after "=>"; 0 found
(#1936) Commas (,) must be followed by white space.
(#1936) Expected 1 space before "=>"; 0 found
(#1936) Expected 1 space after "=>"; 0 found
(#1936) Commas (,) must be followed by white space.
(#1936) Expected 1 space before "=>"; 0 found
(#1936) Expected 1 space after "=>"; 0 found
(#1936) Expected "foreach (...) {\n"; found "foreach(...){"
(#1936) Expected 1 space before "=>"; 0 found
(#1936) Expected 1 space after "=>"; 0 found
(#1936) Expected 1 space before "as"; 0 found
(#1936) Expected 1 space after "as"; 0 found
(#1936) Variable "D" must be all lower-case
(#1936) Expected 1 space before "=>"; 0 found
(#1936) Expected 1 space after "=>"; 0 found
(#1936) Variable "S" must be all lower-case
(#1936) Variable "D" must be all lower-case
(#1936) Commas (,) must be followed by white space.
(#1936) Variable "S" must be all lower-case
(#1936) Expected "if (...) {\n"; found "if(...){"
(#1936) Variable "S" must be all lower-case
(#1936) Inline control structures are not allowed
(#1936) Expected 1 space before "as"; 0 found
(#1936) Expected 1 space after "as"; 0 found
(#1936) Commas (,) must be followed by white space.
(#1936) Commas (,) must be followed by white space.
(#1936) Variable "S" must be all lower-case
(#1936) Expected "foreach (...) {\n"; found "foreach(...){"
(#1936) Expected 1 space before "=>"; 0 found
(#1936) Expected 1 space after "=>"; 0 found
(#1936) Expected 1 space before "as"; 0 found
(#1936) Expected 1 space after "as"; 0 found
(#1936) Variable "Eh" must be all lower-case
(#1936) Expected 1 space before "+"; 0 found
(#1936) Expected 1 space after "+"; 0 found
(#1936) Expected 1 space before "=>"; 0 found
(#1936) Expected 1 space after "=>"; 0 found
(#1936) Commas (,) must be followed by white space.
(#1936) Expected 1 space before "=>"; 0 found
(#1936) Expected 1 space after "=>"; 0 found
(#1936) Expected 1 space before "=>"; 0 found
(#1936) Expected 1 space after "=>"; 0 found
(#1936) Variable "X" must be all lower-case
(#1936) Expected "if (...) {\n"; found "if(...){"
(#1936) Variable "S" must be all lower-case
(#1936) Expected 1 space before "!="; 0 found
(#1936) Expected 1 space after "!="; 0 found
(#1936) Variable "X" must be all lower-case
(#1936) Expected 1 space before "="; 0 found
(#1936) Expected 1 space after "="; 0 found
(#1936) Variable "S" must be all lower-case
(#1936) Commas (,) must be followed by white space.
(#1936) Expected 1 space before "=="; 0 found
(#1936) Expected 1 space after "=="; 0 found
(#1936) Variable "X" must be all lower-case
(#1936) Variable "S" must be all lower-case
(#1936) Expected 1 space before "=="; 0 found
(#1936) Expected 1 space after "=="; 0 found
(#1936) Expected 1 space before "=="; 0 found
(#1936) Expected 1 space after "=="; 0 found
(#1936) Expected 1 space before "?"; 0 found
(#1936) Expected 1 space after "?"; 0 found
(#1936) Expected 1 space before ":"; 0 found
(#1936) Expected 1 space after ":"; 0 found
(#1936) Expected 1 space before "?"; 0 found
(#1936) Expected 1 space after "?"; 0 found
(#1936) Variable "X" must be all lower-case
(#1936) Expected 1 space before ":"; 0 found
(#1936) Expected 1 space after ":"; 0 found
(#1936) Variable "X" must be all lower-case
(#1936) Inline control structures are not allowed
(#1936) Variable "Eh" must be all lower-case
(#1936) Variable "Eh" must be all lower-case
(#1936) Expected 1 space before "+="; 0 found
(#1936) Expected 1 space after "+="; 0 found
(#1936) Variable "S" must be all lower-case
(#1936) Expected 1 space before "!="; 0 found
(#1936) Expected 1 space after "!="; 0 found
(#1936) Expected 1 space before "!="; 0 found
(#1936) Expected 1 space after "!="; 0 found
(#1936) Expected 1 space before "?"; 0 found
(#1936) Expected 1 space after "?"; 0 found
(#1936) Variable "S" must be all lower-case
(#1936) Expected 1 space before ":"; 0 found
(#1936) Expected 1 space after ":"; 0 found
(#1936) Closing brace must be on a line by itself
(#1936) Inline control structures are not allowed
(#1936) Usage of ELSEIF not allowed; use ELSE IF instead
(#1936) Commas (,) must be followed by white space.
(#1936) Variable "S" must be all lower-case
(#1936) Closing brace must be on a line by itself
(#1936) Closing brace must be on a line by itself
(#1936) Closing brace must be on a line by itself
(#1936) Inline control structures are not allowed
(#1936) Expected 1 space before "=>"; 0 found
(#1936) Expected 1 space after "=>"; 0 found
(#1936) Expected 1 space after "as"; 0 found
(#1936) Line exceeds maximum limit of 180 characters; contains 795 characters
(#1936) Line exceeds maximum limit of 180 characters; contains 795 characters
(#1936) Line exceeds maximum limit of 180 characters; contains 795 characters
(#1936) Variable "Eh" must be all lower-case
(#1937) Line indented incorrectly; expected at least 8 spaces, found 0
(#1937) Expected 1 space before "=>"; 0 found
(#1937) Expected 1 space after "=>"; 0 found
(#1937) Variable "X" must be all lower-case
(#1937) Commas (,) must be followed by white space.
(#1937) Variable "X" must be all lower-case
(#1937) Closing brace must be on a line by itself
(#1937) Inline control structures are not allowed
(#1937) Usage of ELSEIF not allowed; use ELSE IF instead
(#1937) Expected 1 space before "=="; 0 found
(#1937) Expected 1 space after "=="; 0 found
(#1937) Expected "foreach (...) {\n"; found "foreach(...){"
(#1937) Expected 1 space before "=>"; 0 found
(#1937) Expected 1 space after "=>"; 0 found
(#1937) Expected 1 space before "as"; 0 found
(#1937) Expected 1 space after "as"; 0 found
(#1937) Expected 1 space before "=>"; 0 found
(#1937) Expected 1 space after "=>"; 0 found
(#1937) Variable "X" must be all lower-case
(#1937) Commas (,) must be followed by white space.
(#1937) Variable "X" must be all lower-case
(#1937) Commas (,) must be followed by white space.
(#1937) Closing brace must be on a line by itself
(#1937) Closing brace must be on a line by itself
(#1937) Closing brace must be on a line by itself
(#1937) Expected "} else {\n"; found "}else{"
(#1937) Variable "Nh" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Commas (,) must be followed by white space.
(#1937) Expected "if (...) {\n"; found "if(...){"
(#1937) Variable "Nh" must be all lower-case
(#1937) Variable "I" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Variable "Ge" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Inline control structures are not allowed
(#1937) Expected 1 space before "=="; 0 found
(#1937) Expected 1 space after "=="; 0 found
(#1937) Expected 1 space before ">"; 0 found
(#1937) Expected 1 space after ">"; 0 found
(#1937) Expected "if (...) {\n"; found "if(...){"
(#1937) Inline control structures are not allowed
(#1937) Variable "I" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Variable "Ge" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Closing brace must be on a line by itself
(#1937) Usage of ELSEIF not allowed; use ELSE IF instead
(#1937) Variable "I" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Variable "Ge" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Closing brace must be on a line by itself
(#1937) Usage of ELSEIF not allowed; use ELSE IF instead
(#1937) Variable "I" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Variable "Ge" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Closing brace must be on a line by itself
(#1937) Usage of ELSEIF not allowed; use ELSE IF instead
(#1937) Inline control structures are not allowed
(#1937) Variable "I" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Inline control structures are not allowed
(#1937) Variable "I" must be all lower-case
(#1937) Variable "I" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Variable "Ge" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Closing brace must be on a line by itself
(#1937) Usage of ELSEIF not allowed; use ELSE IF instead
(#1937) Expected 1 space before "!="; 0 found
(#1937) Expected 1 space after "!="; 0 found
(#1937) Variable "I" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Expected 1 space before "=="; 0 found
(#1937) Expected 1 space after "=="; 0 found
(#1937) Expected 1 space before "?"; 0 found
(#1937) Expected 1 space after "?"; 0 found
(#1937) Expected 1 space before ":"; 0 found
(#1937) Expected 1 space after ":"; 0 found
(#1937) Expected 1 space before "?"; 0 found
(#1937) Expected 1 space after "?"; 0 found
(#1937) Expected 1 space before ":"; 0 found
(#1937) Expected 1 space after ":"; 0 found
(#1937) Commas (,) must be followed by white space.
(#1937) Variable "Ge" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Closing brace must be on a line by itself
(#1937) Inline control structures are not allowed
(#1937) Usage of ELSEIF not allowed; use ELSE IF instead
(#1937) Variable "Ge" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Usage of ELSEIF not allowed; use ELSE IF instead
(#1937) Variable "I" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Expected 1 space before "?"; 0 found
(#1937) Expected 1 space after "?"; 0 found
(#1937) Expected 1 space before ":"; 0 found
(#1937) Expected 1 space after ":"; 0 found
(#1937) Expected 1 space before "?"; 0 found
(#1937) Expected 1 space after "?"; 0 found
(#1937) Expected 1 space before ":"; 0 found
(#1937) Expected 1 space after ":"; 0 found
(#1937) Expected 1 space before "?"; 0 found
(#1937) Expected 1 space after "?"; 0 found
(#1937) Expected 1 space before ":"; 0 found
(#1937) Expected 1 space after ":"; 0 found
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Inline control structures are not allowed
(#1937) Variable "K" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Variable "I" must be all lower-case
(#1937) Variable "Ge" must be all lower-case
(#1937) Expected 1 space before ".="; 0 found
(#1937) Expected 1 space after ".="; 0 found
(#1937) Variable "K" must be all lower-case
(#1937) Variable "K" must be all lower-case
(#1937) Closing brace must be on a line by itself
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Variable "Ge" must be all lower-case
(#1937) Commas (,) must be followed by white space.
(#1937) Variable "I" must be all lower-case
(#1937) Closing brace must be on a line by itself
(#1937) Expected 1 space before "=="; 0 found
(#1937) Expected 1 space after "=="; 0 found
(#1937) Expected 1 space before "?"; 0 found
(#1937) Expected 1 space after "?"; 0 found
(#1937) Expected 1 space before ":"; 0 found
(#1937) Expected 1 space after ":"; 0 found
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Expected "if (...) {\n"; found "if(...){"
(#1937) Expected "if (...) {\n"; found "if(...){"
(#1937) Expected 1 space before "!=="; 0 found
(#1937) Expected 1 space after "!=="; 0 found
(#1937) Variable "Mh" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Inline control structures are not allowed
(#1937) Variable "Mh" must be all lower-case
(#1937) Expected "if (...) {\n"; found "if(...){"
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Expected "if (...) {\n"; found "if(...){"
(#1937) Expected 1 space before "!="; 0 found
(#1937) Expected 1 space after "!="; 0 found
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Closing brace must be on a line by itself
(#1937) Closing brace must be on a line by itself
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Expected 1 space before "=>"; 0 found
(#1937) Expected 1 space after "=>"; 0 found
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Expected 1 space before "=>"; 0 found
(#1937) Expected 1 space after "=>"; 0 found
(#1937) Commas (,) must be followed by white space.
(#1937) Expected 1 space before "=>"; 0 found
(#1937) Expected 1 space after "=>"; 0 found
(#1937) Commas (,) must be followed by white space.
(#1937) Expected 1 space before "=>"; 0 found
(#1937) Expected 1 space after "=>"; 0 found
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Expected 1 space before "=>"; 0 found
(#1937) Expected 1 space after "=>"; 0 found
(#1937) Commas (,) must be followed by white space.
(#1937) Expected 1 space before "=>"; 0 found
(#1937) Expected 1 space after "=>"; 0 found
(#1937) Commas (,) must be followed by white space.
(#1937) Commas (,) must be followed by white space.
(#1937) Expected 1 space before "?"; 0 found
(#1937) Expected 1 space after "?"; 0 found
(#1937) Expected 1 space before ":"; 0 found
(#1937) Expected 1 space after ":"; 0 found
(#1937) Commas (,) must be followed by white space.
(#1937) Variable "T" must be all lower-case
(#1937) Expected 1 space before "="; 0 found
(#1937) Expected 1 space after "="; 0 found
(#1937) Expected "foreach (...) {\n"; found "foreach(...){"
(#1937) Expected 1 space before "=>"; 0 found
(#1937) Expected 1 space after "=>"; 0 found
(#1937) Expected 1 space after "as"; 0 found
(#1937) Line exceeds maximum limit of 180 characters; contains 3067 characters
(#1937) Line exceeds maximum limit of 180 characters; contains 3067 characters
(#1937) Line exceeds maximum limit of 180 characters; contains 3067 characters
(#1937) Variable "Mh" must be all lower-case
(#1938) Line indented incorrectly; expected at least 24 spaces, found 0
(#1938) Variable "D" must be all lower-case
(#1938) Expected 1 space before "=>"; 0 found
(#1938) Expected 1 space after "=>"; 0 found
(#1938) Variable "U" must be all lower-case
(#1938) Variable "Ri" must be all lower-case
(#1938) Expected 1 space before "="; 0 found
(#1938) Expected 1 space after "="; 0 found
(#1938) Variable "U" must be all lower-case
(#1938) Expected 1 space before "!=="; 0 found
(#1938) Expected 1 space after "!=="; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Variable "U" must be all lower-case
(#1938) Expected 1 space before "="; 0 found
(#1938) Expected 1 space after "="; 0 found
(#1938) Variable "D" must be all lower-case
(#1938) Variable "Ri" must be all lower-case
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Variable "D" must be all lower-case
(#1938) Commas (,) must be followed by white space.
(#1938) Variable "D" must be all lower-case
(#1938) Commas (,) must be followed by white space.
(#1938) Variable "Nh" must be all lower-case
(#1938) Commas (,) must be followed by white space.
(#1938) Commas (,) must be followed by white space.
(#1938) Commas (,) must be followed by white space.
(#1938) Commas (,) must be followed by white space.
(#1938) Commas (,) must be followed by white space.
(#1938) Commas (,) must be followed by white space.
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Variable "D" must be all lower-case
(#1938) Variable "D" must be all lower-case
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Variable "D" must be all lower-case
(#1938) Expected "if (...) {\n"; found "if(...){"
(#1938) Variable "Ri" must be all lower-case
(#1938) Variable "D" must be all lower-case
(#1938) Commas (,) must be followed by white space.
(#1938) Variable "U" must be all lower-case
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Variable "D" must be all lower-case
(#1938) Closing brace must be on a line by itself
(#1938) Expected "} else {\n"; found "}else{"
(#1938) Expected "foreach (...) {\n"; found "foreach(...){"
(#1938) Expected 1 space before "=>"; 0 found
(#1938) Expected 1 space after "=>"; 0 found
(#1938) Expected 1 space before "as"; 0 found
(#1938) Expected 1 space after "as"; 0 found
(#1938) Expected 1 space before "=>"; 0 found
(#1938) Expected 1 space after "=>"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Expected 1 space before "=>"; 0 found
(#1938) Expected 1 space after "=>"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Expected 1 space before "=>"; 0 found
(#1938) Expected 1 space after "=>"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Commas (,) must be followed by white space.
(#1938) Expected 1 space before "=>"; 0 found
(#1938) Expected 1 space after "=>"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Commas (,) must be followed by white space.
(#1938) Expected 1 space before "=>"; 0 found
(#1938) Expected 1 space after "=>"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Commas (,) must be followed by white space.
(#1938) Expected 1 space before "=>"; 0 found
(#1938) Expected 1 space after "=>"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Commas (,) must be followed by white space.
(#1938) Expected 1 space before "=>"; 0 found
(#1938) Expected 1 space after "=>"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Commas (,) must be followed by white space.
(#1938) Expected 1 space before "=>"; 0 found
(#1938) Expected 1 space after "=>"; 0 found
(#1938) Variable "A" must be all lower-case
(#1938) Expected 1 space before "="; 0 found
(#1938) Expected 1 space after "="; 0 found
(#1938) Variable "D" must be all lower-case
(#1938) Variable "A" must be all lower-case
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Expected 1 space before "=="; 0 found
(#1938) Expected 1 space after "=="; 0 found
(#1938) Expected 1 space before "!="; 0 found
(#1938) Expected 1 space after "!="; 0 found
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Variable "A" must be all lower-case
(#1938) Variable "D" must be all lower-case
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Variable "D" must be all lower-case
(#1938) Closing brace must be on a line by itself
(#1938) Variable "T" must be all lower-case
(#1938) Closing brace must be on a line by itself
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Variable "D" must be all lower-case
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Closing brace must be on a line by itself
(#1938) Commas (,) must be followed by white space.
(#1938) Variable "Mh" must be all lower-case
(#1938) Commas (,) must be followed by white space.
(#1938) Expected 1 space before "=="; 0 found
(#1938) Expected 1 space after "=="; 0 found
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Commas (,) must be followed by white space.
(#1938) Inline control structures are not allowed
(#1938) Expected 1 space before "as"; 0 found
(#1938) Expected 1 space after "as"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Commas (,) must be followed by white space.
(#1938) Expected "if (...) {\n"; found "if(...){"
(#1938) Variable "Li" must be all lower-case
(#1938) Expected 1 space before "="; 0 found
(#1938) Expected 1 space after "="; 0 found
(#1938) Expected 1 space before "="; 0 found
(#1938) Expected 1 space after "="; 0 found
(#1938) Expected 1 space before "=="; 0 found
(#1938) Expected 1 space after "=="; 0 found
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Expected 1 space before "=="; 0 found
(#1938) Expected 1 space after "=="; 0 found
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Variable "Li" must be all lower-case
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Expected 1 space before "=="; 0 found
(#1938) Expected 1 space after "=="; 0 found
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Variable "Li" must be all lower-case
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Expected 1 space before "=="; 0 found
(#1938) Expected 1 space after "=="; 0 found
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Expected 1 space before "=="; 0 found
(#1938) Expected 1 space after "=="; 0 found
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Expected 1 space before "=="; 0 found
(#1938) Expected 1 space after "=="; 0 found
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Expected 1 space before "="; 0 found
(#1938) Expected 1 space after "="; 0 found
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Expected "if (...) {\n"; found "if(...){"
(#1938) Expected 1 space before "!="; 0 found
(#1938) Expected 1 space after "!="; 0 found
(#1938) Expected 1 space before "!="; 0 found
(#1938) Expected 1 space after "!="; 0 found
(#1938) Expected 1 space before "="; 0 found
(#1938) Expected 1 space after "="; 0 found
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Commas (,) must be followed by white space.
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Commas (,) must be followed by white space.
(#1938) Expected 1 space before "?"; 0 found
(#1938) Expected 1 space after "?"; 0 found
(#1938) Expected 1 space before ":"; 0 found
(#1938) Expected 1 space after ":"; 0 found
(#1938) Commas (,) must be followed by white space.
(#1938) Closing brace must be on a line by itself
(#1938) Line exceeds maximum limit of 180 characters; contains 2797 characters
(#1938) Line exceeds maximum limit of 180 characters; contains 2797 characters
(#1938) Line exceeds maximum limit of 180 characters; contains 2797 characters
(#1939) Line indented incorrectly; expected at least 28 spaces, found 0
(#1939) Expected 1 space before "?"; 0 found
(#1939) Expected 1 space after "?"; 0 found
(#1939) Variable "T" must be all lower-case
(#1939) Expected 1 space before ":"; 0 found
(#1939) Expected 1 space after ":"; 0 found
(#1939) Commas (,) must be followed by white space.
(#1939) Commas (,) must be followed by white space.
(#1939) Commas (,) must be followed by white space.
(#1939) Closing brace must be on a line by itself
(#1939) Commas (,) must be followed by white space.
(#1939) Closing brace must be on a line by itself
(#1939) Commas (,) must be followed by white space.
(#1939) Expected 1 space before "?"; 0 found
(#1939) Expected 1 space after "?"; 0 found
(#1939) Expected 1 space before ":"; 0 found
(#1939) Expected 1 space after ":"; 0 found
(#1939) Expected "if (...) {\n"; found "if(...){"
(#1939) Variable "Pg" must be all lower-case
(#1939) Expected 1 space before "="; 0 found
(#1939) Expected 1 space after "="; 0 found
(#1939) Expected "if (...) {\n"; found "if(...){"
(#1939) Variable "Pg" must be all lower-case
(#1939) Commas (,) must be followed by white space.
(#1939) Expected "foreach (...) {\n"; found "foreach(...){"
(#1939) Expected 1 space after "as"; 0 found
(#1939) Line exceeds maximum limit of 180 characters; contains 701 characters
(#1939) Line exceeds maximum limit of 180 characters; contains 701 characters
(#1939) Line exceeds maximum limit of 180 characters; contains 701 characters
(#1939) Variable "Pg" must be all lower-case
(#1940) Line indented incorrectly; expected at least 16 spaces, found 0
(#1940) Variable "K" must be all lower-case
(#1940) Variable "D" must be all lower-case
(#1940) Expected 1 space before "="; 0 found
(#1940) Expected 1 space after "="; 0 found
(#1940) Variable "K" must be all lower-case
(#1940) Expected 1 space before "=="; 0 found
(#1940) Expected 1 space after "=="; 0 found
(#1940) Variable "K" must be all lower-case
(#1940) Expected 1 space before "?"; 0 found
(#1940) Expected 1 space after "?"; 0 found
(#1940) Expected 1 space before ":"; 0 found
(#1940) Expected 1 space after ":"; 0 found
(#1940) Variable "K" must be all lower-case
(#1940) Commas (,) must be followed by white space.
(#1940) Variable "K" must be all lower-case
(#1940) Expected 1 space before "!="; 0 found
(#1940) Expected 1 space after "!="; 0 found
(#1940) Expected 1 space before "?"; 0 found
(#1940) Expected 1 space after "?"; 0 found
(#1940) Expected 1 space before ":"; 0 found
(#1940) Expected 1 space after ":"; 0 found
(#1940) Variable "K" must be all lower-case
(#1940) Variable "D" must be all lower-case
(#1940) Variable "K" must be all lower-case
(#1940) Commas (,) must be followed by white space.
(#1940) Variable "K" must be all lower-case
(#1940) Commas (,) must be followed by white space.
(#1940) Variable "K" must be all lower-case
(#1940) Commas (,) must be followed by white space.
(#1940) Variable "K" must be all lower-case
(#1940) Expected 1 space before "!="; 0 found
(#1940) Expected 1 space after "!="; 0 found
(#1940) Expected 1 space before "?"; 0 found
(#1940) Expected 1 space after "?"; 0 found
(#1940) Expected 1 space before ":"; 0 found
(#1940) Expected 1 space after ":"; 0 found
(#1940) Variable "K" must be all lower-case
(#1940) Variable "D" must be all lower-case
(#1940) Closing brace must be on a line by itself
(#1940) Closing brace must be on a line by itself
(#1940) Expected 1 space before "?"; 0 found
(#1940) Expected 1 space after "?"; 0 found
(#1940) Expected 1 space before ":"; 0 found
(#1940) Expected 1 space after ":"; 0 found
(#1940) Closing brace must be on a line by itself
(#1940) Expected "if (...) {\n"; found "if(...){"
(#1940) Expected 1 space before "="; 0 found
(#1940) Expected 1 space after "="; 0 found
(#1940) Expected "if (...) {\n"; found "if(...){"
(#1940) Commas (,) must be followed by white space.
(#1940) Inline control structures are not allowed
(#1940) Expected 1 space after "as"; 0 found
(#1940) Line exceeds maximum limit of 180 characters; contains 927 characters
(#1940) Line exceeds maximum limit of 180 characters; contains 927 characters
(#1940) Line exceeds maximum limit of 180 characters; contains 927 characters
(#1941) Line indented incorrectly; expected at least 36 spaces, found 0
(#1941) Variable "X" must be all lower-case
(#1941) Variable "X" must be all lower-case
(#1941) Variable "X" must be all lower-case
(#1941) Closing brace must be on a line by itself
(#1941) Closing brace must be on a line by itself
(#1941) Expected "if (...) {\n"; found "if(...){"
(#1941) Variable "Ji" must be all lower-case
(#1941) Expected 1 space before "="; 0 found
(#1941) Expected 1 space after "="; 0 found
(#1941) Expected "if (...) {\n"; found "if(...){"
(#1941) Variable "Ji" must be all lower-case
(#1941) Commas (,) must be followed by white space.
(#1941) Inline control structures are not allowed
(#1941) Expected 1 space after "as"; 0 found
(#1941) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1941) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1941) Line exceeds maximum limit of 180 characters; contains 359 characters
(#1941) Variable "Ji" must be all lower-case
(#1942) Line indented incorrectly; expected at least 24 spaces, found 0
(#1942) Variable "X" must be all lower-case
(#1942) Variable "X" must be all lower-case
(#1942) Variable "X" must be all lower-case
(#1942) Closing brace must be on a line by itself
(#1942) Closing brace must be on a line by itself
(#1942) Expected "if (...) {\n"; found "if(...){"
(#1942) Variable "L" must be all lower-case
(#1942) Expected 1 space before "="; 0 found
(#1942) Expected 1 space after "="; 0 found
(#1942) Expected "if (...) {\n"; found "if(...){"
(#1942) Variable "L" must be all lower-case
(#1942) Commas (,) must be followed by white space.
(#1942) Expected "foreach (...) {\n"; found "foreach(...){"
(#1942) Expected 1 space after "as"; 0 found
(#1942) Line exceeds maximum limit of 180 characters; contains 409 characters
(#1942) Line exceeds maximum limit of 180 characters; contains 409 characters
(#1942) Line exceeds maximum limit of 180 characters; contains 409 characters
(#1942) Variable "L" must be all lower-case
(#1943) Line indented incorrectly; expected at least 44 spaces, found 0
(#1943) Variable "K" must be all lower-case
(#1943) Commas (,) must be followed by white space.
(#1943) Variable "K" must be all lower-case
(#1943) Commas (,) must be followed by white space.
(#1943) Variable "K" must be all lower-case
(#1943) Expected 1 space before "?"; 0 found
(#1943) Expected 1 space after "?"; 0 found
(#1943) Variable "K" must be all lower-case
(#1943) Expected 1 space before ":"; 0 found
(#1943) Expected 1 space after ":"; 0 found
(#1943) Variable "K" must be all lower-case
(#1943) Variable "K" must be all lower-case
(#1943) Variable "K" must be all lower-case
(#1943) Commas (,) must be followed by white space.
(#1943) Variable "K" must be all lower-case
(#1943) Commas (,) must be followed by white space.
(#1943) Variable "K" must be all lower-case
(#1943) Closing brace must be on a line by itself
(#1943) Variable "_c" must not contain underscores.
(#1943) Expected 1 space before "="; 0 found
(#1943) Expected 1 space after "="; 0 found
(#1943) Inline control structures are not allowed
(#1943) Variable "_c" must not contain underscores.
(#1943) Variable "_c" must not contain underscores.
(#1943) Expected 1 space before "!="; 0 found
(#1943) Expected 1 space after "!="; 0 found
(#1943) Variable "_c" must not contain underscores.
(#1943) Closing brace must be on a line by itself
(#1943) Closing brace must be on a line by itself
(#1943) Inline control structures are not allowed
(#1943) Variable "Mh" must be all lower-case
(#1943) Line exceeds maximum limit of 180 characters; contains 512 characters
(#1943) Line exceeds maximum limit of 180 characters; contains 512 characters
(#1943) Line exceeds maximum limit of 180 characters; contains 512 characters
(#1944) Line indented incorrectly; expected at least 24 spaces, found 0
(#1944) Closing brace must be on a line by itself
(#1944) Closing brace must be on a line by itself
(#1944) Closing brace must be on a line by itself
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
(#23) Usage of ELSEIF not allowed; use ELSE IF instead
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 12 spaces, found 3
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 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 16 spaces, found 4
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 20 spaces, found 5
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 16 spaces, found 4
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 12 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 4 spaces, found 1
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Whitespace found at end of line
(#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
(#76) method name "AdminerPlugin::dumpFormat" must be in lower-case letters only
(#76) Visibility must be declared on method "dumpFormat"
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 4 spaces, found 1
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Whitespace found at end of line
(#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
(#81) method name "AdminerPlugin::dumpOutput" must be in lower-case letters only
(#81) Visibility must be declared on method "dumpOutput"
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#86) method name "AdminerPlugin::editFunctions" must be in lower-case letters only
(#86) Visibility must be declared on method "editFunctions"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 4 spaces, found 1
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Line indented incorrectly; expected at least 4 spaces, found 1
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#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
(#93) Visibility must be declared on method "name"
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#98) Visibility must be declared on method "credentials"
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#103) method name "AdminerPlugin::connectSsl" must be in lower-case letters only
(#103) Visibility must be declared on method "connectSsl"
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#108) method name "AdminerPlugin::permanentLogin" must be in lower-case letters only
(#108) Visibility must be declared on method "permanentLogin"
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#113) method name "AdminerPlugin::serverName" must be in lower-case letters only
(#113) Visibility must be declared on method "serverName"
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#118) Visibility must be declared on method "database"
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#123) Visibility must be declared on method "schemas"
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#128) Visibility must be declared on method "databases"
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#133) method name "AdminerPlugin::queryTimeout" must be in lower-case letters only
(#133) Visibility must be declared on method "queryTimeout"
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#138) Visibility must be declared on method "headers"
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 2
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#143) Visibility must be declared on method "csp"
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 8 spaces, found 2
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#148) Visibility must be declared on method "head"
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#153) Visibility must be declared on method "css"
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#158) method name "AdminerPlugin::loginForm" must be in lower-case letters only
(#158) Visibility must be declared on method "loginForm"
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#163) Visibility must be declared on method "login"
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#168) method name "AdminerPlugin::tableName" must be in lower-case letters only
(#168) Visibility must be declared on method "tableName"
(#168) Variable "tableStatus" must be all lower-case
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#173) method name "AdminerPlugin::fieldName" must be in lower-case letters only
(#173) Visibility must be declared on method "fieldName"
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#178) method name "AdminerPlugin::selectLinks" must be in lower-case letters only
(#178) Visibility must be declared on method "selectLinks"
(#178) Variable "tableStatus" must be all lower-case
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 8 spaces, found 2
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 8 spaces, found 2
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#183) method name "AdminerPlugin::foreignKeys" must be in lower-case letters only
(#183) Visibility must be declared on method "foreignKeys"
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 8 spaces, found 2
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 8 spaces, found 2
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#188) method name "AdminerPlugin::backwardKeys" must be in lower-case letters only
(#188) Visibility must be declared on method "backwardKeys"
(#188) Variable "tableName" must be all lower-case
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 8 spaces, found 2
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 8 spaces, found 2
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#193) method name "AdminerPlugin::backwardKeysPrint" must be in lower-case letters only
(#193) Visibility must be declared on method "backwardKeysPrint"
(#193) Variable "backwardKeys" must be all lower-case
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 8 spaces, found 2
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 8 spaces, found 2
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#198) method name "AdminerPlugin::selectQuery" must be in lower-case letters only
(#198) Visibility must be declared on method "selectQuery"
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 8 spaces, found 2
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 8 spaces, found 2
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#203) method name "AdminerPlugin::sqlCommandQuery" must be in lower-case letters only
(#203) Visibility must be declared on method "sqlCommandQuery"
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 8 spaces, found 2
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 8 spaces, found 2
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#208) method name "AdminerPlugin::rowDescription" must be in lower-case letters only
(#208) Visibility must be declared on method "rowDescription"
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 8 spaces, found 2
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#213) method name "AdminerPlugin::rowDescriptions" must be in lower-case letters only
(#213) Visibility must be declared on method "rowDescriptions"
(#213) Variable "foreignKeys" must be all lower-case
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 8 spaces, found 2
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 8 spaces, found 2
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#218) method name "AdminerPlugin::selectLink" must be in lower-case letters only
(#218) Visibility must be declared on method "selectLink"
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 8 spaces, found 2
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 8 spaces, found 2
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#223) method name "AdminerPlugin::selectVal" must be in lower-case letters only
(#223) Visibility must be declared on method "selectVal"
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 8 spaces, found 2
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#228) method name "AdminerPlugin::editVal" must be in lower-case letters only
(#228) Visibility must be declared on method "editVal"
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 8 spaces, found 2
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 8 spaces, found 2
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#233) method name "AdminerPlugin::tableStructurePrint" must be in lower-case letters only
(#233) Visibility must be declared on method "tableStructurePrint"
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 8 spaces, found 2
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 8 spaces, found 2
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#238) method name "AdminerPlugin::tableIndexesPrint" must be in lower-case letters only
(#238) Visibility must be declared on method "tableIndexesPrint"
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 8 spaces, found 2
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 8 spaces, found 2
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#243) method name "AdminerPlugin::selectColumnsPrint" must be in lower-case letters only
(#243) Visibility must be declared on method "selectColumnsPrint"
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 8 spaces, found 2
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 8 spaces, found 2
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#248) method name "AdminerPlugin::selectSearchPrint" must be in lower-case letters only
(#248) Visibility must be declared on method "selectSearchPrint"
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 8 spaces, found 2
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 8 spaces, found 2
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#253) method name "AdminerPlugin::selectOrderPrint" must be in lower-case letters only
(#253) Visibility must be declared on method "selectOrderPrint"
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 8 spaces, found 2
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 8 spaces, found 2
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#258) method name "AdminerPlugin::selectLimitPrint" must be in lower-case letters only
(#258) Visibility must be declared on method "selectLimitPrint"
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 8 spaces, found 2
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 8 spaces, found 2
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#263) method name "AdminerPlugin::selectLengthPrint" must be in lower-case letters only
(#263) Visibility must be declared on method "selectLengthPrint"
(#263) Variable "text_length" must not contain underscores.
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 8 spaces, found 2
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 8 spaces, found 2
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#268) method name "AdminerPlugin::selectActionPrint" must be in lower-case letters only
(#268) Visibility must be declared on method "selectActionPrint"
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 8 spaces, found 2
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 8 spaces, found 2
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#273) method name "AdminerPlugin::selectCommandPrint" must be in lower-case letters only
(#273) Visibility must be declared on method "selectCommandPrint"
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 8 spaces, found 2
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 8 spaces, found 2
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#278) method name "AdminerPlugin::selectImportPrint" must be in lower-case letters only
(#278) Visibility must be declared on method "selectImportPrint"
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 8 spaces, found 2
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 8 spaces, found 2
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#283) method name "AdminerPlugin::selectEmailPrint" must be in lower-case letters only
(#283) Visibility must be declared on method "selectEmailPrint"
(#283) Variable "emailFields" must be all lower-case
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 8 spaces, found 2
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 8 spaces, found 2
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#288) method name "AdminerPlugin::selectColumnsProcess" must be in lower-case letters only
(#288) Visibility must be declared on method "selectColumnsProcess"
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 8 spaces, found 2
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 8 spaces, found 2
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#293) method name "AdminerPlugin::selectSearchProcess" must be in lower-case letters only
(#293) Visibility must be declared on method "selectSearchProcess"
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 8 spaces, found 2
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 8 spaces, found 2
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#298) method name "AdminerPlugin::selectOrderProcess" must be in lower-case letters only
(#298) Visibility must be declared on method "selectOrderProcess"
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 8 spaces, found 2
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 8 spaces, found 2
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#303) method name "AdminerPlugin::selectLimitProcess" must be in lower-case letters only
(#303) Visibility must be declared on method "selectLimitProcess"
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 8 spaces, found 2
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 8 spaces, found 2
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#308) method name "AdminerPlugin::selectLengthProcess" must be in lower-case letters only
(#308) Visibility must be declared on method "selectLengthProcess"
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 8 spaces, found 2
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 8 spaces, found 2
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#313) method name "AdminerPlugin::selectEmailProcess" must be in lower-case letters only
(#313) Visibility must be declared on method "selectEmailProcess"
(#313) Variable "foreignKeys" must be all lower-case
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected at least 8 spaces, found 2
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 8 spaces, found 2
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#318) method name "AdminerPlugin::selectQueryBuild" must be in lower-case letters only
(#318) Visibility must be declared on method "selectQueryBuild"
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 8 spaces, found 2
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 8 spaces, found 2
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#323) method name "AdminerPlugin::messageQuery" must be in lower-case letters only
(#323) Visibility must be declared on method "messageQuery"
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 8 spaces, found 2
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 8 spaces, found 2
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#328) method name "AdminerPlugin::editInput" must be in lower-case letters only
(#328) Visibility must be declared on method "editInput"
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 8 spaces, found 2
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 8 spaces, found 2
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#333) method name "AdminerPlugin::editHint" must be in lower-case letters only
(#333) Visibility must be declared on method "editHint"
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 8 spaces, found 2
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 8 spaces, found 2
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#338) method name "AdminerPlugin::processInput" must be in lower-case letters only
(#338) Visibility must be declared on method "processInput"
(#339) Spaces must be used to indent lines; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected at least 8 spaces, found 2
(#340) Spaces must be used to indent lines; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 8 spaces, found 2
(#341) Spaces must be used to indent lines; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#343) method name "AdminerPlugin::dumpDatabase" must be in lower-case letters only
(#343) Visibility must be declared on method "dumpDatabase"
(#344) Spaces must be used to indent lines; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 8 spaces, found 2
(#345) Spaces must be used to indent lines; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 8 spaces, found 2
(#346) Spaces must be used to indent lines; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected 4 spaces, found 1
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 4 spaces, found 1
(#348) method name "AdminerPlugin::dumpTable" must be in lower-case letters only
(#348) Visibility must be declared on method "dumpTable"
(#348) Variable "is_view" must not contain underscores.
(#349) Spaces must be used to indent lines; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 8 spaces, found 2
(#350) Spaces must be used to indent lines; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 8 spaces, found 2
(#351) Spaces must be used to indent lines; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected 4 spaces, found 1
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected 4 spaces, found 1
(#353) method name "AdminerPlugin::dumpData" must be in lower-case letters only
(#353) Visibility must be declared on method "dumpData"
(#354) Spaces must be used to indent lines; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 8 spaces, found 2
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 8 spaces, found 2
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected 4 spaces, found 1
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 4 spaces, found 1
(#358) method name "AdminerPlugin::dumpFilename" must be in lower-case letters only
(#358) Visibility must be declared on method "dumpFilename"
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 8 spaces, found 2
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 8 spaces, found 2
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 4 spaces, found 1
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected 4 spaces, found 1
(#363) method name "AdminerPlugin::dumpHeaders" must be in lower-case letters only
(#363) Visibility must be declared on method "dumpHeaders"
(#363) Variable "multi_table" must not contain underscores.
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 8 spaces, found 2
(#365) Spaces must be used to indent lines; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 8 spaces, found 2
(#366) Spaces must be used to indent lines; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected 4 spaces, found 1
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected 4 spaces, found 1
(#368) method name "AdminerPlugin::importServerPath" must be in lower-case letters only
(#368) Visibility must be declared on method "importServerPath"
(#369) Spaces must be used to indent lines; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected at least 8 spaces, found 2
(#370) Spaces must be used to indent lines; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 8 spaces, found 2
(#371) Spaces must be used to indent lines; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected 4 spaces, found 1
(#373) Spaces must be used to indent lines; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 4 spaces, found 1
(#373) Visibility must be declared on method "homepage"
(#374) Spaces must be used to indent lines; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 8 spaces, found 2
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 8 spaces, found 2
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected 4 spaces, found 1
(#378) Spaces must be used to indent lines; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected 4 spaces, found 1
(#378) Visibility must be declared on method "navigation"
(#379) Spaces must be used to indent lines; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected at least 8 spaces, found 2
(#380) Spaces must be used to indent lines; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 8 spaces, found 2
(#381) Spaces must be used to indent lines; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected 4 spaces, found 1
(#383) Spaces must be used to indent lines; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected 4 spaces, found 1
(#383) method name "AdminerPlugin::databasesPrint" must be in lower-case letters only
(#383) Visibility must be declared on method "databasesPrint"
(#384) Spaces must be used to indent lines; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 8 spaces, found 2
(#385) Spaces must be used to indent lines; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected at least 8 spaces, found 2
(#386) Spaces must be used to indent lines; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected 4 spaces, found 1
(#388) Spaces must be used to indent lines; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected 4 spaces, found 1
(#388) method name "AdminerPlugin::tablesPrint" must be in lower-case letters only
(#388) Visibility must be declared on method "tablesPrint"
(#389) Spaces must be used to indent lines; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 8 spaces, found 2
(#390) Spaces must be used to indent lines; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 8 spaces, found 2
(#391) Spaces must be used to indent lines; tabs are not allowed
(#391) Tab found within whitespace
(#391) 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

(0 errors, 0 warnings)

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


CSS problems

(2 errors, 0 warnings)

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

local/adminer/legacy/legacy.css
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(1637 errors, 5 warnings)

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

local/adminer/classes/privacy/provider.php
(#20) Package local is not valid
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
(#178) Class Min_PDO is not documented
(#193) Class Min_PDOStatement is not documented
(#199) Class Min_SQL is not documented
(#223) Class Min_SQLite is not documented
(#235) Class Min_Result is not documented
(#241) Class Min_SQLite is not documented
(#253) Class Min_Result is not documented
(#260) Class Min_SQLite is not documented
(#264) Class Min_DB is not documented
(#274) Class Min_Driver is not documented
(#396) Class Min_DB is not documented
(#418) Class Min_Result is not documented
(#427) Class Min_DB is not documented
(#438) Class Min_Driver is not documented
(#596) Class Min_DB is not documented
(#615) Class Min_Result is not documented
(#624) Class Min_DB is not documented
(#631) Class Min_Driver is not documented
(#718) Class Min_DB is not documented
(#736) Class Min_Result is not documented
(#746) Class Min_DB is not documented
(#763) Class Min_Result is not documented
(#774) Class Min_DB is not documented
(#780) Class Min_Driver is not documented
(#887) Class Min_DB is not documented
(#902) Class Min_Result is not documented
(#910) Class Min_Driver is not documented
(#987) Class Min_DB is not documented
(#998) Class Min_Result is not documented
(#1008) Class Min_Driver is not documented
(#1087) Class Min_DB is not documented
(#1098) Class Min_Result is not documented
(#1107) Class Min_Driver is not documented
(#1129) Class Min_DB is not documented
(#1139) Class Min_Result is not documented
(#1148) Class Min_Driver is not documented
(#1219) Class Min_DB is not documented
(#1227) Class Min_Result is not documented
(#1232) Class Min_Driver is not documented
(#1288) Class Min_DB is not documented
(#1298) Class Min_DB is not documented
(#1317) Class Min_Result is not documented
(#1325) Class Min_DB is not documented
(#1334) Class Min_Driver is not documented
(#1447) Class Adminer is not documented
(#1693) Class TmpFile is not documented
(#10) Function connection is not documented
(#11) Function adminer is not documented
(#12) Function version is not documented
(#13) Function idf_unescape is not documented
(#15) Function escape_string is not documented
(#17) Function number is not documented
(#19) Function number_type is not documented
(#20) Function remove_slashes is not documented
(#22) Function bracket_escape is not documented
(#24) Function min_version is not documented
(#25) Function charset is not documented
(#26) Function script is not documented
(#27) Function script_src is not documented
(#28) Function nonce is not documented
(#29) Function target_blank is not documented
(#30) Function h is not documented
(#32) Function nbsp is not documented
(#33) Function nl_br is not documented
(#35) Function checkbox is not documented
(#36) Function optionlist is not documented
(#39) Function html_select is not documented
(#41) Function select_input is not documented
(#42) Function confirm is not documented
(#44) Function print_fieldset is not documented
(#45) Function bold is not documented
(#46) Function odd is not documented
(#47) Function js_escape is not documented
(#49) Function json_row is not documented
(#50) Function ini_bool is not documented
(#51) Function sid is not documented
(#52) Function set_password is not documented
(#53) Function get_password is not documented
(#54) Function q is not documented
(#55) Function get_vals is not documented
(#56) Function get_key_vals is not documented
(#57) Function get_rows is not documented
(#58) Function unique_array is not documented
(#61) Function escape_key is not documented
(#63) Function where is not documented
(#65) Function where_check is not documented
(#67) Function where_link is not documented
(#68) Function convert_fields is not documented
(#70) Function cookie is not documented
(#72) Function restart_session is not documented
(#73) Function stop_session is not documented
(#74) Function get_session is not documented
(#74) Function set_session is not documented
(#75) Function auth_url is not documented
(#76) Function is_ajax is not documented
(#77) Function adminer_redirect is not documented
(#78) Function query_redirect is not documented
(#81) Function queries is not documented
(#83) Function apply_queries is not documented
(#87) Function queries_redirect is not documented
(#89) Function adminer_format_time is not documented
(#91) Function remove_from_uri is not documented
(#93) Function pagination is not documented
(#94) Function get_file is not documented
(#97) Function upload_error is not documented
(#98) Function repeat_pattern is not documented
(#100) Function is_utf8 is not documented
(#101) Function shorten_utf8 is not documented
(#103) Function format_number is not documented
(#105) Function friendly_url is not documented
(#107) Function hidden_fields is not documented
(#109) Function hidden_fields_get is not documented
(#110) Function table_status1 is not documented
(#111) Function column_foreign_keys is not documented
(#112) Function enum_input is not documented
(#113) Function input is not documented
(#117) Function process_input is not documented
(#123) Function fields_from_edit is not documented
(#124) Function search_tables is not documented
(#125) Function dump_headers is not documented
(#126) Function dump_csv is not documented
(#129) Function apply_sql_function is not documented
(#130) Function get_temp_dir is not documented
(#132) Function file_open_lock is not documented
(#133) Function file_write_unlock is not documented
(#134) Function password_file is not documented
(#135) Function rand_string is not documented
(#137) Function select_value is not documented
(#139) Function is_mail is not documented
(#141) Function is_url is not documented
(#143) Function is_shortable is not documented
(#145) Function count_rows is not documented
(#146) Function slow_query is not documented
(#154) Function get_token is not documented
(#155) Function verify_token is not documented
(#156) Function lzw_decompress is not documented
(#158) Function on_help is not documented
(#160) Function edit_form is not documented
(#171) Function get_lang is not documented
(#172) Function lang is not documented
(#174) Function switch_lang is not documented
(#177) Function get_translations is not documented
(#181) Function Min_PDO::__construct is not documented
(#182) Function Min_PDO::dsn is not documented
(#183) Function Min_PDO::query is not documented
(#185) Function Min_PDO::multi_query is not documented
(#186) Function Min_PDO::store_result is not documented
(#189) Function Min_PDO::next_result is not documented
(#191) Function Min_PDO::result is not documented
(#196) Function Min_PDOStatement::fetch_assoc is not documented
(#197) Function Min_PDOStatement::fetch_row is not documented
(#198) Function Min_PDOStatement::fetch_field is not documented
(#200) Function Min_SQL::__construct is not documented
(#201) Function Min_SQL::select is not documented
(#202) Function Min_SQL::delete is not documented
(#204) Function Min_SQL::update is not documented
(#207) Function Min_SQL::insert is not documented
(#209) Function Min_SQL::insertUpdate is not documented
(#211) Function Min_SQL::begin is not documented
(#213) Function Min_SQL::commit is not documented
(#215) Function Min_SQL::rollback is not documented
(#217) Function Min_SQL::convertSearch is not documented
(#218) Function Min_SQL::value is not documented
(#219) Function Min_SQL::quoteBinary is not documented
(#221) Function Min_SQL::warnings is not documented
(#222) Function Min_SQL::tableHelp is not documented
(#224) Function Min_SQLite::__construct is not documented
(#226) Function Min_SQLite::query is not documented
(#231) Function Min_SQLite::quote is not documented
(#232) Function Min_SQLite::store_result is not documented
(#233) Function Min_SQLite::result is not documented
(#236) Function Min_Result::__construct is not documented
(#237) Function Min_Result::fetch_assoc is not documented
(#238) Function Min_Result::fetch_row is not documented
(#239) Function Min_Result::fetch_field is not documented
(#240) Function Min_Result::__desctruct is not documented
(#242) Function Min_SQLite::__construct is not documented
(#244) Function Min_SQLite::query is not documented
(#249) Function Min_SQLite::quote is not documented
(#250) Function Min_SQLite::store_result is not documented
(#251) Function Min_SQLite::result is not documented
(#254) Function Min_Result::__construct is not documented
(#255) Function Min_Result::fetch_assoc is not documented
(#258) Function Min_Result::fetch_row is not documented
(#259) Function Min_Result::fetch_field is not documented
(#263) Function Min_SQLite::__construct is not documented
(#267) Function Min_DB::__construct is not documented
(#268) Function Min_DB::select_db is not documented
(#271) Function Min_DB::multi_query is not documented
(#272) Function Min_DB::next_result is not documented
(#277) Function Min_Driver::insertUpdate is not documented
(#280) Function Min_Driver::tableHelp is not documented
(#281) Function idf_escape is not documented
(#282) Function table is not documented
(#284) Function connect is not documented
(#287) Function get_databases is not documented
(#289) Function limit is not documented
(#290) Function limit1 is not documented
(#291) Function db_collation is not documented
(#292) Function engines is not documented
(#294) Function logged_user is not documented
(#296) Function tables_list is not documented
(#298) Function count_tables is not documented
(#300) Function table_status is not documented
(#301) Function is_view is not documented
(#302) Function fk_support is not documented
(#303) Function fields is not documented
(#305) Function indexes is not documented
(#307) Function foreign_keys is not documented
(#308) Function view is not documented
(#310) Function collations is not documented
(#311) Function information_schema is not documented
(#313) Function adminer_error is not documented
(#315) Function check_sqlite_name is not documented
(#318) Function create_database is not documented
(#324) Function drop_databases is not documented
(#328) Function rename_database is not documented
(#330) Function auto_increment is not documented
(#331) Function alter_table is not documented
(#339) Function recreate_table is not documented
(#353) Function index_sql is not documented
(#354) Function alter_indexes is not documented
(#359) Function truncate_tables is not documented
(#361) Function drop_views is not documented
(#363) Function drop_tables is not documented
(#365) Function move_tables is not documented
(#367) Function trigger is not documented
(#370) Function triggers is not documented
(#371) Function trigger_options is not documented
(#373) Function begin is not documented
(#375) Function last_id is not documented
(#376) Function explain is not documented
(#377) Function found_rows is not documented
(#378) Function types is not documented
(#380) Function schemas is not documented
(#382) Function get_schema is not documented
(#383) Function set_schema is not documented
(#385) Function create_sql is not documented
(#386) Function truncate_sql is not documented
(#387) Function use_sql is not documented
(#388) Function trigger_sql is not documented
(#390) Function show_variables is not documented
(#391) Function show_status is not documented
(#392) Function convert_field is not documented
(#393) Function unconvert_field is not documented
(#394) Function support is not documented
(#397) Function Min_DB::_error is not documented
(#398) Function Min_DB::connect is not documented
(#399) Function Min_DB::quote is not documented
(#400) Function Min_DB::value is not documented
(#401) Function Min_DB::quoteBinary is not documented
(#402) Function Min_DB::select_db is not documented
(#403) Function Min_DB::close is not documented
(#404) Function Min_DB::query is not documented
(#409) Function Min_DB::multi_query is not documented
(#410) Function Min_DB::store_result is not documented
(#411) Function Min_DB::next_result is not documented
(#413) Function Min_DB::result is not documented
(#416) Function Min_DB::warnings is not documented
(#419) Function Min_Result::__construct is not documented
(#420) Function Min_Result::fetch_assoc is not documented
(#422) Function Min_Result::fetch_row is not documented
(#424) Function Min_Result::fetch_field is not documented
(#426) Function Min_Result::__destruct is not documented
(#430) Function Min_DB::connect is not documented
(#432) Function Min_DB::select_db is not documented
(#433) Function Min_DB::value is not documented
(#434) Function Min_DB::quoteBinary is not documented
(#436) Function Min_DB::warnings is not documented
(#437) Function Min_DB::close is not documented
(#441) Function Min_Driver::insertUpdate is not documented
(#446) Function Min_Driver::convertSearch is not documented
(#447) Function Min_Driver::value is not documented
(#448) Function Min_Driver::quoteBinary is not documented
(#449) Function Min_Driver::warnings is not documented
(#450) Function Min_Driver::tableHelp is not documented
(#451) Function idf_escape is not documented
(#452) Function table is not documented
(#454) Function connect is not documented
(#456) Function get_databases is not documented
(#458) Function limit is not documented
(#459) Function limit1 is not documented
(#460) Function db_collation is not documented
(#461) Function engines is not documented
(#463) Function logged_user is not documented
(#464) Function tables_list is not documented
(#471) Function count_tables is not documented
(#473) Function table_status is not documented
(#478) Function is_view is not documented
(#480) Function fk_support is not documented
(#482) Function fields is not documented
(#492) Function indexes is not documented
(#493) Function foreign_keys is not documented
(#498) Function view is not documented
(#502) Function collations is not documented
(#504) Function information_schema is not documented
(#505) Function adminer_error is not documented
(#507) Function create_database is not documented
(#509) Function drop_databases is not documented
(#511) Function rename_database is not documented
(#513) Function auto_increment is not documented
(#514) Function alter_table is not documented
(#519) Function alter_indexes is not documented
(#524) Function truncate_tables is not documented
(#527) Function drop_views is not documented
(#529) Function drop_tables is not documented
(#533) Function move_tables is not documented
(#536) Function trigger is not documented
(#539) Function triggers is not documented
(#540) Function trigger_options is not documented
(#542) Function routine is not documented
(#548) Function routines is not documented
(#553) Function routine_languages is not documented
(#555) Function routine_id is not documented
(#557) Function last_id is not documented
(#559) Function explain is not documented
(#560) Function found_rows is not documented
(#562) Function types is not documented
(#568) Function schemas is not documented
(#570) Function get_schema is not documented
(#571) Function set_schema is not documented
(#572) Function create_sql is not documented
(#580) Function truncate_sql is not documented
(#581) Function trigger_sql is not documented
(#582) Function use_sql is not documented
(#583) Function show_variables is not documented
(#585) Function process_list is not documented
(#587) Function show_status is not documented
(#588) Function convert_field is not documented
(#589) Function unconvert_field is not documented
(#590) Function support is not documented
(#592) Function kill_process is not documented
(#594) Function connection_id is not documented
(#595) Function max_connections is not documented
(#597) Function Min_DB::_error is not documented
(#598) Function Min_DB::connect is not documented
(#601) Function Min_DB::quote is not documented
(#602) Function Min_DB::select_db is not documented
(#604) Function Min_DB::query is not documented
(#608) Function Min_DB::multi_query is not documented
(#609) Function Min_DB::store_result is not documented
(#610) Function Min_DB::next_result is not documented
(#612) Function Min_DB::result is not documented
(#616) Function Min_Result::__construct is not documented
(#617) Function Min_Result::_convert is not documented
(#619) Function Min_Result::fetch_assoc is not documented
(#620) Function Min_Result::fetch_row is not documented
(#621) Function Min_Result::fetch_field is not documented
(#623) Function Min_Result::__destruct is not documented
(#627) Function Min_DB::connect is not documented
(#629) Function Min_DB::select_db is not documented
(#634) Function Min_Driver::begin is not documented
(#636) Function idf_escape is not documented
(#637) Function table is not documented
(#639) Function connect is not documented
(#641) Function get_databases is not documented
(#643) Function limit is not documented
(#644) Function limit1 is not documented
(#645) Function db_collation is not documented
(#646) Function engines is not documented
(#648) Function logged_user is not documented
(#649) Function tables_list is not documented
(#653) Function count_tables is not documented
(#655) Function table_status is not documented
(#658) Function is_view is not documented
(#659) Function fk_support is not documented
(#661) Function fields is not documented
(#662) Function indexes is not documented
(#667) Function view is not documented
(#669) Function collations is not documented
(#671) Function information_schema is not documented
(#673) Function adminer_error is not documented
(#675) Function explain is not documented
(#676) Function found_rows is not documented
(#677) Function alter_table is not documented
(#680) Function foreign_keys is not documented
(#691) Function truncate_tables is not documented
(#693) Function drop_views is not documented
(#695) Function drop_tables is not documented
(#697) Function last_id is not documented
(#699) Function schemas is not documented
(#701) Function get_schema is not documented
(#702) Function set_schema is not documented
(#703) Function show_variables is not documented
(#705) Function process_list is not documented
(#712) Function show_status is not documented
(#714) Function convert_field is not documented
(#715) Function unconvert_field is not documented
(#716) Function support is not documented
(#719) Function Min_DB::_get_error is not documented
(#720) Function Min_DB::connect is not documented
(#721) Function Min_DB::quote is not documented
(#722) Function Min_DB::select_db is not documented
(#723) Function Min_DB::query is not documented
(#725) Function Min_DB::multi_query is not documented
(#728) Function Min_DB::store_result is not documented
(#733) Function Min_DB::next_result is not documented
(#734) Function Min_DB::result is not documented
(#737) Function Min_Result::__construct is not documented
(#738) Function Min_Result::_convert is not documented
(#740) Function Min_Result::fetch_assoc is not documented
(#741) Function Min_Result::fetch_row is not documented
(#742) Function Min_Result::fetch_field is not documented
(#744) Function Min_Result::seek is not documented
(#745) Function Min_Result::__destruct is not documented
(#747) Function Min_DB::connect is not documented
(#748) Function Min_DB::quote is not documented
(#749) Function Min_DB::select_db is not documented
(#751) Function Min_DB::query is not documented
(#756) Function Min_DB::multi_query is not documented
(#757) Function Min_DB::store_result is not documented
(#758) Function Min_DB::next_result is not documented
(#760) Function Min_DB::result is not documented
(#764) Function Min_Result::__construct is not documented
(#765) Function Min_Result::fetch_assoc is not documented
(#767) Function Min_Result::fetch_row is not documented
(#769) Function Min_Result::num_rows is not documented
(#771) Function Min_Result::fetch_field is not documented
(#772) Function Min_Result::seek is not documented
(#773) Function Min_Result::__destruct is not documented
(#777) Function Min_DB::connect is not documented
(#779) Function Min_DB::select_db is not documented
(#783) Function Min_Driver::insertUpdate is not documented
(#788) Function Min_Driver::begin is not documented
(#790) Function idf_escape is not documented
(#791) Function table is not documented
(#792) Function connect is not documented
(#794) Function get_databases is not documented
(#796) Function limit is not documented
(#797) Function limit1 is not documented
(#799) Function db_collation is not documented
(#800) Function engines is not documented
(#802) Function logged_user is not documented
(#803) Function tables_list is not documented
(#805) Function count_tables is not documented
(#807) Function table_status is not documented
(#808) Function is_view is not documented
(#809) Function fk_support is not documented
(#811) Function fields is not documented
(#817) Function indexes is not documented
(#822) Function view is not documented
(#824) Function collations is not documented
(#825) Function information_schema is not documented
(#827) Function adminer_error is not documented
(#829) Function create_database is not documented
(#831) Function drop_databases is not documented
(#833) Function rename_database is not documented
(#835) Function auto_increment is not documented
(#836) Function alter_table is not documented
(#842) Function alter_indexes is not documented
(#845) Function last_id is not documented
(#846) Function explain is not documented
(#847) Function found_rows is not documented
(#848) Function foreign_keys is not documented
(#849) Function truncate_tables is not documented
(#851) Function drop_views is not documented
(#853) Function drop_tables is not documented
(#855) Function move_tables is not documented
(#857) Function trigger is not documented
(#865) Function triggers is not documented
(#871) Function trigger_options is not documented
(#873) Function schemas is not documented
(#875) Function get_schema is not documented
(#876) Function set_schema is not documented
(#878) Function use_sql is not documented
(#879) Function show_variables is not documented
(#881) Function show_status is not documented
(#883) Function convert_field is not documented
(#884) Function unconvert_field is not documented
(#885) Function support is not documented
(#888) Function Min_DB::connect is not documented
(#889) Function Min_DB::quote is not documented
(#890) Function Min_DB::select_db is not documented
(#891) Function Min_DB::query is not documented
(#896) Function Min_DB::multi_query is not documented
(#897) Function Min_DB::store_result is not documented
(#898) Function Min_DB::next_result is not documented
(#900) Function Min_DB::result is not documented
(#903) Function Min_Result::__construct is not documented
(#904) Function Min_Result::fetch_assoc is not documented
(#906) Function Min_Result::fetch_row is not documented
(#908) Function Min_Result::fetch_field is not documented
(#909) Function Min_Result::__destruct is not documented
(#913) Function idf_escape is not documented
(#914) Function table is not documented
(#916) Function connect is not documented
(#918) Function get_databases is not documented
(#920) Function limit is not documented
(#921) Function limit1 is not documented
(#923) Function db_collation is not documented
(#924) Function engines is not documented
(#926) Function logged_user is not documented
(#927) Function tables_list is not documented
(#928) Function count_tables is not documented
(#930) Function table_status is not documented
(#932) Function is_view is not documented
(#934) Function fk_support is not documented
(#936) Function fields is not documented
(#969) Function indexes is not documented
(#970) Function foreign_keys is not documented
(#972) Function collations is not documented
(#974) Function information_schema is not documented
(#976) Function adminer_error is not documented
(#978) Function types is not documented
(#980) Function schemas is not documented
(#982) Function get_schema is not documented
(#983) Function set_schema is not documented
(#985) Function support is not documented
(#988) Function Min_DB::select_db is not documented
(#989) Function Min_DB::query is not documented
(#993) Function Min_DB::multi_query is not documented
(#994) Function Min_DB::store_result is not documented
(#995) Function Min_DB::next_result is not documented
(#997) Function Min_DB::quote is not documented
(#999) Function Min_Result::__construct is not documented
(#1003) Function Min_Result::_processValue is not documented
(#1004) Function Min_Result::fetch_assoc is not documented
(#1005) Function Min_Result::fetch_row is not documented
(#1007) Function Min_Result::fetch_field is not documented
(#1011) Function Min_Driver::_chunkRequest is not documented
(#1016) Function Min_Driver::_extractIds is not documented
(#1017) Function Min_Driver::select is not documented
(#1018) Function Min_Driver::delete is not documented
(#1019) Function Min_Driver::update is not documented
(#1022) Function Min_Driver::insert is not documented
(#1026) Function Min_Driver::insertUpdate is not documented
(#1030) Function Min_Driver::begin is not documented
(#1032) Function Min_Driver::commit is not documented
(#1034) Function Min_Driver::rollback is not documented
(#1036) Function connect is not documented
(#1039) Function support is not documented
(#1041) Function logged_user is not documented
(#1042) Function get_databases is not documented
(#1044) Function collations is not documented
(#1046) Function db_collation is not documented
(#1047) Function tables_list is not documented
(#1048) Function table_status is not documented
(#1049) Function explain is not documented
(#1050) Function adminer_error is not documented
(#1052) Function information_schema is not documented
(#1053) Function is_view is not documented
(#1054) Function indexes is not documented
(#1056) Function fields is not documented
(#1058) Function foreign_keys is not documented
(#1060) Function table is not documented
(#1062) Function idf_escape is not documented
(#1063) Function limit is not documented
(#1064) Function unconvert_field is not documented
(#1065) Function fk_support is not documented
(#1066) Function engines is not documented
(#1068) Function alter_table is not documented
(#1069) Function drop_tables is not documented
(#1073) Function count_tables is not documented
(#1076) Function found_rows is not documented
(#1077) Function last_id is not documented
(#1078) Function hmac is not documented
(#1079) Function sdb_request is not documented
(#1084) Function sdb_request_all is not documented
(#1088) Function Min_DB::connect is not documented
(#1092) Function Min_DB::query is not documented
(#1094) Function Min_DB::select_db is not documented
(#1097) Function Min_DB::quote is not documented
(#1099) Function Min_Result::__construct is not documented
(#1103) Function Min_Result::fetch_assoc is not documented
(#1104) Function Min_Result::fetch_row is not documented
(#1106) Function Min_Result::fetch_field is not documented
(#1110) Function Min_Driver::select is not documented
(#1114) Function Min_Driver::insert is not documented
(#1116) Function get_databases is not documented
(#1117) Function count_tables is not documented
(#1119) Function tables_list is not documented
(#1121) Function drop_databases is not documented
(#1125) Function indexes is not documented
(#1126) Function fields is not documented
(#1128) Function found_rows is not documented
(#1130) Function Min_DB::connect is not documented
(#1133) Function Min_DB::query is not documented
(#1135) Function Min_DB::select_db is not documented
(#1138) Function Min_DB::quote is not documented
(#1140) Function Min_Result::__construct is not documented
(#1144) Function Min_Result::fetch_assoc is not documented
(#1145) Function Min_Result::fetch_row is not documented
(#1147) Function Min_Result::fetch_field is not documented
(#1151) Function Min_Driver::select is not documented
(#1155) Function Min_Driver::update is not documented
(#1158) Function Min_Driver::delete is not documented
(#1160) Function Min_Driver::insert is not documented
(#1162) Function get_databases is not documented
(#1165) Function count_tables is not documented
(#1166) Function tables_list is not documented
(#1168) Function drop_databases is not documented
(#1170) Function indexes is not documented
(#1172) Function fields is not documented
(#1174) Function found_rows is not documented
(#1175) Function sql_query_where_parser is not documented
(#1178) Function where_to_query is not documented
(#1181) Function table is not documented
(#1182) Function idf_escape is not documented
(#1183) Function table_status is not documented
(#1184) Function last_id is not documented
(#1185) Function adminer_error is not documented
(#1187) Function collations is not documented
(#1189) Function logged_user is not documented
(#1190) Function connect is not documented
(#1192) Function alter_indexes is not documented
(#1197) Function support is not documented
(#1199) Function db_collation is not documented
(#1200) Function information_schema is not documented
(#1201) Function is_view is not documented
(#1202) Function convert_field is not documented
(#1203) Function unconvert_field is not documented
(#1204) Function foreign_keys is not documented
(#1206) Function fk_support is not documented
(#1207) Function engines is not documented
(#1209) Function alter_table is not documented
(#1211) Function drop_tables is not documented
(#1215) Function truncate_tables is not documented
(#1220) Function Min_DB::rootQuery is not documented
(#1222) Function Min_DB::query is not documented
(#1223) Function Min_DB::connect is not documented
(#1224) Function Min_DB::select_db is not documented
(#1226) Function Min_DB::quote is not documented
(#1228) Function Min_Result::__construct is not documented
(#1229) Function Min_Result::fetch_assoc is not documented
(#1230) Function Min_Result::fetch_row is not documented
(#1235) Function Min_Driver::select is not documented
(#1243) Function Min_Driver::update is not documented
(#1245) Function Min_Driver::insert is not documented
(#1246) Function Min_Driver::delete is not documented
(#1248) Function connect is not documented
(#1250) Function support is not documented
(#1252) Function logged_user is not documented
(#1253) Function get_databases is not documented
(#1254) Function collations is not documented
(#1256) Function db_collation is not documented
(#1257) Function engines is not documented
(#1259) Function count_tables is not documented
(#1261) Function tables_list is not documented
(#1262) Function table_status is not documented
(#1264) Function adminer_error is not documented
(#1266) Function information_schema is not documented
(#1267) Function is_view is not documented
(#1268) Function indexes is not documented
(#1270) Function fields is not documented
(#1272) Function foreign_keys is not documented
(#1274) Function table is not documented
(#1275) Function idf_escape is not documented
(#1276) Function convert_field is not documented
(#1277) Function unconvert_field is not documented
(#1278) Function fk_support is not documented
(#1279) Function found_rows is not documented
(#1281) Function create_database is not documented
(#1282) Function drop_databases is not documented
(#1283) Function alter_table is not documented
(#1285) Function drop_tables is not documented
(#1287) Function last_id is not documented
(#1291) Function Min_DB::__construct is not documented
(#1292) Function Min_DB::connect is not documented
(#1293) Function Min_DB::set_charset is not documented
(#1295) Function Min_DB::result is not documented
(#1297) Function Min_DB::quote is not documented
(#1299) Function Min_DB::connect is not documented
(#1300) Function Min_DB::set_charset is not documented
(#1302) Function Min_DB::quote is not documented
(#1303) Function Min_DB::select_db is not documented
(#1305) Function Min_DB::query is not documented
(#1310) Function Min_DB::multi_query is not documented
(#1311) Function Min_DB::store_result is not documented
(#1312) Function Min_DB::next_result is not documented
(#1314) Function Min_DB::result is not documented
(#1318) Function Min_Result::__construct is not documented
(#1319) Function Min_Result::fetch_assoc is not documented
(#1321) Function Min_Result::fetch_row is not documented
(#1323) Function Min_Result::fetch_field is not documented
(#1324) Function Min_Result::__destruct is not documented
(#1328) Function Min_DB::connect is not documented
(#1330) Function Min_DB::set_charset is not documented
(#1331) Function Min_DB::select_db is not documented
(#1332) Function Min_DB::query is not documented
(#1337) Function Min_Driver::insert is not documented
(#1338) Function Min_Driver::insertUpdate is not documented
(#1343) Function Min_Driver::convertSearch is not documented
(#1344) Function Min_Driver::warnings is not documented
(#1346) Function Min_Driver::tableHelp is not documented
(#1348) Function idf_escape is not documented
(#1349) Function table is not documented
(#1351) Function connect is not documented
(#1353) Function get_databases is not documented
(#1354) Function limit is not documented
(#1355) Function limit1 is not documented
(#1357) Function db_collation is not documented
(#1358) Function engines is not documented
(#1359) Function logged_user is not documented
(#1360) Function tables_list is not documented
(#1362) Function count_tables is not documented
(#1364) Function table_status is not documented
(#1365) Function is_view is not documented
(#1366) Function fk_support is not documented
(#1368) Function fields is not documented
(#1369) Function indexes is not documented
(#1370) Function foreign_keys is not documented
(#1372) Function view is not documented
(#1374) Function collations is not documented
(#1376) Function information_schema is not documented
(#1377) Function adminer_error is not documented
(#1379) Function create_database is not documented
(#1381) Function drop_databases is not documented
(#1382) Function rename_database is not documented
(#1383) Function auto_increment is not documented
(#1384) Function alter_table is not documented
(#1387) Function alter_indexes is not documented
(#1390) Function truncate_tables is not documented
(#1392) Function drop_views is not documented
(#1394) Function drop_tables is not documented
(#1396) Function move_tables is not documented
(#1398) Function copy_tables is not documented
(#1404) Function trigger is not documented
(#1407) Function triggers is not documented
(#1408) Function trigger_options is not documented
(#1410) Function routine is not documented
(#1414) Function routines is not documented
(#1416) Function routine_languages is not documented
(#1418) Function routine_id is not documented
(#1420) Function last_id is not documented
(#1421) Function explain is not documented
(#1422) Function found_rows is not documented
(#1423) Function types is not documented
(#1425) Function schemas is not documented
(#1427) Function get_schema is not documented
(#1428) Function set_schema is not documented
(#1430) Function create_sql is not documented
(#1431) Function truncate_sql is not documented
(#1432) Function use_sql is not documented
(#1433) Function trigger_sql is not documented
(#1434) Function show_variables is not documented
(#1436) Function process_list is not documented
(#1438) Function show_status is not documented
(#1440) Function convert_field is not documented
(#1441) Function unconvert_field is not documented
(#1442) Function support is not documented
(#1443) Function kill_process is not documented
(#1445) Function connection_id is not documented
(#1446) Function max_connections is not documented
(#1448) Function Adminer::name is not documented
(#1449) Function Adminer::credentials is not documented
(#1451) Function Adminer::connectSsl is not documented
(#1452) Function Adminer::permanentLogin is not documented
(#1454) Function Adminer::bruteForceKey is not documented
(#1455) Function Adminer::serverName is not documented
(#1457) Function Adminer::database is not documented
(#1459) Function Adminer::databases is not documented
(#1461) Function Adminer::schemas is not documented
(#1463) Function Adminer::queryTimeout is not documented
(#1465) Function Adminer::headers is not documented
(#1466) Function Adminer::csp is not documented
(#1468) Function Adminer::head is not documented
(#1470) Function Adminer::css is not documented
(#1471) Function Adminer::loginForm is not documented
(#1478) Function Adminer::login is not documented
(#1481) Function Adminer::tableName is not documented
(#1483) Function Adminer::fieldName is not documented
(#1484) Function Adminer::selectLinks is not documented
(#1487) Function Adminer::foreignKeys is not documented
(#1489) Function Adminer::backwardKeys is not documented
(#1491) Function Adminer::backwardKeysPrint is not documented
(#1492) Function Adminer::selectQuery is not documented
(#1493) Function Adminer::sqlCommandQuery is not documented
(#1495) Function Adminer::rowDescription is not documented
(#1496) Function Adminer::rowDescriptions is not documented
(#1497) Function Adminer::selectLink is not documented
(#1498) Function Adminer::selectVal is not documented
(#1499) Function Adminer::editVal is not documented
(#1500) Function Adminer::tableStructurePrint is not documented
(#1502) Function Adminer::tableIndexesPrint is not documented
(#1504) Function Adminer::selectColumnsPrint is not documented
(#1506) Function Adminer::selectSearchPrint is not documented
(#1508) Function Adminer::selectOrderPrint is not documented
(#1509) Function Adminer::selectLimitPrint is not documented
(#1510) Function Adminer::selectLengthPrint is not documented
(#1511) Function Adminer::selectActionPrint is not documented
(#1514) Function Adminer::selectCommandPrint is not documented
(#1515) Function Adminer::selectImportPrint is not documented
(#1516) Function Adminer::selectEmailPrint is not documented
(#1517) Function Adminer::selectColumnsProcess is not documented
(#1519) Function Adminer::selectSearchProcess is not documented
(#1522) Function Adminer::selectOrderProcess is not documented
(#1523) Function Adminer::selectLimitProcess is not documented
(#1524) Function Adminer::selectLengthProcess is not documented
(#1525) Function Adminer::selectEmailProcess is not documented
(#1527) Function Adminer::selectQueryBuild is not documented
(#1528) Function Adminer::messageQuery is not documented
(#1529) Function Adminer::editFunctions is not documented
(#1533) Function Adminer::editInput is not documented
(#1534) Function Adminer::editHint is not documented
(#1535) Function Adminer::processInput is not documented
(#1537) Function Adminer::dumpOutput is not documented
(#1538) Function Adminer::dumpFormat is not documented
(#1540) Function Adminer::dumpDatabase is not documented
(#1541) Function Adminer::dumpTable is not documented
(#1542) Function Adminer::dumpData is not documented
(#1546) Function Adminer::dumpFilename is not documented
(#1548) Function Adminer::dumpHeaders is not documented
(#1549) Function Adminer::importServerPath is not documented
(#1550) Function Adminer::homepage is not documented
(#1552) Function Adminer::navigation is not documented
(#1564) Function Adminer::databasesPrint is not documented
(#1567) Function Adminer::tablesPrint is not documented
(#1570) Function page_header is not documented
(#1603) Function page_headers is not documented
(#1605) Function csp is not documented
(#1607) Function get_nonce is not documented
(#1608) Function page_messages is not documented
(#1609) Function page_footer is not documented
(#1620) Function int32 is not documented
(#1621) Function long2str is not documented
(#1624) Function str2long is not documented
(#1625) Function xxtea_mx is not documented
(#1627) Function encrypt_string is not documented
(#1629) Function decrypt_string is not documented
(#1632) Function add_invalid_login is not documented
(#1634) Function check_invalid_login is not documented
(#1636) Function unset_permanent is not documented
(#1638) Function auth_error is not documented
(#1640) Function select is not documented
(#1642) Function referencable_primary is not documented
(#1643) Function textarea is not documented
(#1648) Function edit_type is not documented
(#1651) Function process_length is not documented
(#1652) Function process_type is not documented
(#1653) Function process_field is not documented
(#1655) Function default_value is not documented
(#1656) Function type_class is not documented
(#1657) Function edit_fields is not documented
(#1665) Function process_fields is not documented
(#1670) Function normalize_enum is not documented
(#1671) Function grant is not documented
(#1674) Function drop_create is not documented
(#1676) Function create_trigger is not documented
(#1677) Function create_routine is not documented
(#1679) Function remove_definer is not documented
(#1681) Function format_foreign_key is not documented
(#1682) Function tar_file is not documented
(#1684) Function ini_bytes is not documented
(#1685) Function adminer_doc_link is not documented
(#1686) Function ob_gzencode is not documented
(#1688) Function db_size is not documented
(#1690) Function set_utf8mb4 is not documented
(#1691) Function connect_error is not documented
(#1694) Function TmpFile::__construct is not documented
(#1695) Function TmpFile::write is not documented
(#1696) Function TmpFile::send is not documented
(#181) Variable Min_PDO::$_result is not documented
(#181) Variable Min_PDO::$server_info is not documented
(#181) Variable Min_PDO::$affected_rows is not documented
(#181) Variable Min_PDO::$errno is not documented
(#181) Variable Min_PDO::$error is not documented
(#196) Variable Min_PDOStatement::$_offset is not documented
(#196) Variable Min_PDOStatement::$num_rows is not documented
(#200) Variable Min_SQL::$_conn is not documented
(#224) Variable Min_SQLite::$extension is not documented
(#224) Variable Min_SQLite::$server_info is not documented
(#224) Variable Min_SQLite::$affected_rows is not documented
(#224) Variable Min_SQLite::$errno is not documented
(#224) Variable Min_SQLite::$error is not documented
(#224) Variable Min_SQLite::$_link is not documented
(#236) Variable Min_Result::$_result is not documented
(#236) Variable Min_Result::$_offset is not documented
(#236) Variable Min_Result::$num_rows is not documented
(#242) Variable Min_SQLite::$extension is not documented
(#242) Variable Min_SQLite::$server_info is not documented
(#242) Variable Min_SQLite::$affected_rows is not documented
(#242) Variable Min_SQLite::$error is not documented
(#242) Variable Min_SQLite::$_link is not documented
(#254) Variable Min_Result::$_result is not documented
(#254) Variable Min_Result::$_offset is not documented
(#254) Variable Min_Result::$num_rows is not documented
(#263) Variable Min_SQLite::$extension is not documented
(#397) Variable Min_DB::$extension is not documented
(#397) Variable Min_DB::$_link is not documented
(#397) Variable Min_DB::$_result is not documented
(#397) Variable Min_DB::$_string is not documented
(#397) Variable Min_DB::$_database is not documented
(#397) Variable Min_DB::$server_info is not documented
(#397) Variable Min_DB::$affected_rows is not documented
(#397) Variable Min_DB::$error is not documented
(#419) Variable Min_Result::$_result is not documented
(#419) Variable Min_Result::$_offset is not documented
(#419) Variable Min_Result::$num_rows is not documented
(#430) Variable Min_DB::$extension is not documented
(#597) Variable Min_DB::$extension is not documented
(#597) Variable Min_DB::$_link is not documented
(#597) Variable Min_DB::$_result is not documented
(#597) Variable Min_DB::$server_info is not documented
(#597) Variable Min_DB::$affected_rows is not documented
(#597) Variable Min_DB::$errno is not documented
(#597) Variable Min_DB::$error is not documented
(#616) Variable Min_Result::$_result is not documented
(#616) Variable Min_Result::$_offset is not documented
(#616) Variable Min_Result::$num_rows is not documented
(#627) Variable Min_DB::$extension is not documented
(#719) Variable Min_DB::$extension is not documented
(#719) Variable Min_DB::$_link is not documented
(#719) Variable Min_DB::$_result is not documented
(#719) Variable Min_DB::$server_info is not documented
(#719) Variable Min_DB::$affected_rows is not documented
(#719) Variable Min_DB::$errno is not documented
(#719) Variable Min_DB::$error is not documented
(#737) Variable Min_Result::$_result is not documented
(#737) Variable Min_Result::$_offset is not documented
(#737) Variable Min_Result::$_fields is not documented
(#737) Variable Min_Result::$num_rows is not documented
(#747) Variable Min_DB::$extension is not documented
(#747) Variable Min_DB::$_link is not documented
(#747) Variable Min_DB::$_result is not documented
(#747) Variable Min_DB::$server_info is not documented
(#747) Variable Min_DB::$affected_rows is not documented
(#747) Variable Min_DB::$error is not documented
(#764) Variable Min_Result::$_result is not documented
(#764) Variable Min_Result::$_offset is not documented
(#764) Variable Min_Result::$_fields is not documented
(#764) Variable Min_Result::$num_rows is not documented
(#777) Variable Min_DB::$extension is not documented
(#888) Variable Min_DB::$extension is not documented
(#888) Variable Min_DB::$server_info is not documented
(#888) Variable Min_DB::$affected_rows is not documented
(#888) Variable Min_DB::$errno is not documented
(#888) Variable Min_DB::$error is not documented
(#888) Variable Min_DB::$_link is not documented
(#888) Variable Min_DB::$_result is not documented
(#903) Variable Min_Result::$num_rows is not documented
(#903) Variable Min_Result::$_result is not documented
(#903) Variable Min_Result::$_offset is not documented
(#988) Variable Min_DB::$extension is not documented
(#988) Variable Min_DB::$server_info is not documented
(#988) Variable Min_DB::$error is not documented
(#988) Variable Min_DB::$timeout is not documented
(#988) Variable Min_DB::$next is not documented
(#988) Variable Min_DB::$affected_rows is not documented
(#988) Variable Min_DB::$_result is not documented
(#999) Variable Min_Result::$num_rows is not documented
(#999) Variable Min_Result::$_rows is not documented
(#999) Variable Min_Result::$_offset is not documented
(#1011) Variable Min_Driver::$dg is not documented
(#1088) Variable Min_DB::$extension is not documented
(#1088) Variable Min_DB::$error is not documented
(#1088) Variable Min_DB::$last_id is not documented
(#1088) Variable Min_DB::$_link is not documented
(#1088) Variable Min_DB::$_db is not documented
(#1099) Variable Min_Result::$num_rows is not documented
(#1099) Variable Min_Result::$_rows is not documented
(#1099) Variable Min_Result::$_offset is not documented
(#1099) Variable Min_Result::$_charset is not documented
(#1110) Variable Min_Driver::$dg is not documented
(#1130) Variable Min_DB::$extension is not documented
(#1130) Variable Min_DB::$error is not documented
(#1130) Variable Min_DB::$last_id is not documented
(#1130) Variable Min_DB::$_link is not documented
(#1130) Variable Min_DB::$_db is not documented
(#1130) Variable Min_DB::$_db_name is not documented
(#1140) Variable Min_Result::$num_rows is not documented
(#1140) Variable Min_Result::$_rows is not documented
(#1140) Variable Min_Result::$_offset is not documented
(#1140) Variable Min_Result::$_charset is not documented
(#1151) Variable Min_Driver::$dg is not documented
(#1220) Variable Min_DB::$extension is not documented
(#1220) Variable Min_DB::$server_info is not documented
(#1220) Variable Min_DB::$errno is not documented
(#1220) Variable Min_DB::$error is not documented
(#1220) Variable Min_DB::$_url is not documented
(#1228) Variable Min_Result::$num_rows is not documented
(#1228) Variable Min_Result::$_rows is not documented
(#1291) Variable Min_DB::$extension is not documented
(#1299) Variable Min_DB::$extension is not documented
(#1299) Variable Min_DB::$server_info is not documented
(#1299) Variable Min_DB::$affected_rows is not documented
(#1299) Variable Min_DB::$errno is not documented
(#1299) Variable Min_DB::$error is not documented
(#1299) Variable Min_DB::$_link is not documented
(#1299) Variable Min_DB::$_result is not documented
(#1318) Variable Min_Result::$num_rows is not documented
(#1318) Variable Min_Result::$_result is not documented
(#1318) Variable Min_Result::$_offset is not documented
(#1328) Variable Min_DB::$extension is not documented
(#1448) Variable Adminer::$operators is not documented
(#1694) Variable TmpFile::$handler is not documented
(#1694) Variable TmpFile::$size is not documented
(#9) Not recommended phpdocs tag @version used
(#178) Package is not specified for class Min_PDO. It is also not specified in file-level phpdocs
(#193) Package is not specified for class Min_PDOStatement. It is also not specified in file-level phpdocs
(#199) Package is not specified for class Min_SQL. It is also not specified in file-level phpdocs
(#223) Package is not specified for class Min_SQLite. It is also not specified in file-level phpdocs
(#235) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#241) Package is not specified for class Min_SQLite. It is also not specified in file-level phpdocs
(#253) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#260) Package is not specified for class Min_SQLite. It is also not specified in file-level phpdocs
(#264) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#274) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#396) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#418) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#427) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#438) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#596) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#615) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#624) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#631) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#718) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#736) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#746) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#763) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#774) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#780) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#887) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#902) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#910) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#987) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#998) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#1008) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#1087) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#1098) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#1107) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#1129) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#1139) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#1148) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#1219) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#1227) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#1232) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#1288) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#1298) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#1317) Package is not specified for class Min_Result. It is also not specified in file-level phpdocs
(#1325) Package is not specified for class Min_DB. It is also not specified in file-level phpdocs
(#1334) Package is not specified for class Min_Driver. It is also not specified in file-level phpdocs
(#1447) Package is not specified for class Adminer. It is also not specified in file-level phpdocs
(#1693) Package is not specified for class TmpFile. It is also not specified in file-level phpdocs
(#10) Package is not specified for function connection. It is also not specified in file-level phpdocs
(#11) Package is not specified for function adminer. It is also not specified in file-level phpdocs
(#12) Package is not specified for function version. It is also not specified in file-level phpdocs
(#13) Package is not specified for function idf_unescape. It is also not specified in file-level phpdocs
(#15) Package is not specified for function escape_string. It is also not specified in file-level phpdocs
(#17) Package is not specified for function number. It is also not specified in file-level phpdocs
(#19) Package is not specified for function number_type. It is also not specified in file-level phpdocs
(#20) Package is not specified for function remove_slashes. It is also not specified in file-level phpdocs
(#22) Package is not specified for function bracket_escape. It is also not specified in file-level phpdocs
(#24) Package is not specified for function min_version. It is also not specified in file-level phpdocs
(#25) Package is not specified for function charset. It is also not specified in file-level phpdocs
(#26) Package is not specified for function script. It is also not specified in file-level phpdocs
(#27) Package is not specified for function script_src. It is also not specified in file-level phpdocs
(#28) Package is not specified for function nonce. It is also not specified in file-level phpdocs
(#29) Package is not specified for function target_blank. It is also not specified in file-level phpdocs
(#30) Package is not specified for function h. It is also not specified in file-level phpdocs
(#32) Package is not specified for function nbsp. It is also not specified in file-level phpdocs
(#33) Package is not specified for function nl_br. It is also not specified in file-level phpdocs
(#35) Package is not specified for function checkbox. It is also not specified in file-level phpdocs
(#36) Package is not specified for function optionlist. It is also not specified in file-level phpdocs
(#39) Package is not specified for function html_select. It is also not specified in file-level phpdocs
(#41) Package is not specified for function select_input. It is also not specified in file-level phpdocs
(#42) Package is not specified for function confirm. It is also not specified in file-level phpdocs
(#44) Package is not specified for function print_fieldset. It is also not specified in file-level phpdocs
(#45) Package is not specified for function bold. It is also not specified in file-level phpdocs
(#46) Package is not specified for function odd. It is also not specified in file-level phpdocs
(#47) Package is not specified for function js_escape. It is also not specified in file-level phpdocs
(#49) Package is not specified for function json_row. It is also not specified in file-level phpdocs
(#50) Package is not specified for function ini_bool. It is also not specified in file-level phpdocs
(#51) Package is not specified for function sid. It is also not specified in file-level phpdocs
(#52) Package is not specified for function set_password. It is also not specified in file-level phpdocs
(#53) Package is not specified for function get_password. It is also not specified in file-level phpdocs
(#54) Package is not specified for function q. It is also not specified in file-level phpdocs
(#55) Package is not specified for function get_vals. It is also not specified in file-level phpdocs
(#56) Package is not specified for function get_key_vals. It is also not specified in file-level phpdocs
(#57) Package is not specified for function get_rows. It is also not specified in file-level phpdocs
(#58) Package is not specified for function unique_array. It is also not specified in file-level phpdocs
(#61) Package is not specified for function escape_key. It is also not specified in file-level phpdocs
(#63) Package is not specified for function where. It is also not specified in file-level phpdocs
(#65) Package is not specified for function where_check. It is also not specified in file-level phpdocs
(#67) Package is not specified for function where_link. It is also not specified in file-level phpdocs
(#68) Package is not specified for function convert_fields. It is also not specified in file-level phpdocs
(#70) Package is not specified for function cookie. It is also not specified in file-level phpdocs
(#72) Package is not specified for function restart_session. It is also not specified in file-level phpdocs
(#73) Package is not specified for function stop_session. It is also not specified in file-level phpdocs
(#74) Package is not specified for function get_session. It is also not specified in file-level phpdocs
(#74) Package is not specified for function set_session. It is also not specified in file-level phpdocs
(#75) Package is not specified for function auth_url. It is also not specified in file-level phpdocs
(#76) Package is not specified for function is_ajax. It is also not specified in file-level phpdocs
(#77) Package is not specified for function adminer_redirect. It is also not specified in file-level phpdocs
(#78) Package is not specified for function query_redirect. It is also not specified in file-level phpdocs
(#81) Package is not specified for function queries. It is also not specified in file-level phpdocs
(#83) Package is not specified for function apply_queries. It is also not specified in file-level phpdocs
(#87) Package is not specified for function queries_redirect. It is also not specified in file-level phpdocs
(#89) Package is not specified for function adminer_format_time. It is also not specified in file-level phpdocs
(#91) Package is not specified for function remove_from_uri. It is also not specified in file-level phpdocs
(#93) Package is not specified for function pagination. It is also not specified in file-level phpdocs
(#94) Package is not specified for function get_file. It is also not specified in file-level phpdocs
(#97) Package is not specified for function upload_error. It is also not specified in file-level phpdocs
(#98) Package is not specified for function repeat_pattern. It is also not specified in file-level phpdocs
(#100) Package is not specified for function is_utf8. It is also not specified in file-level phpdocs
(#101) Package is not specified for function shorten_utf8. It is also not specified in file-level phpdocs
(#103) Package is not specified for function format_number. It is also not specified in file-level phpdocs
(#105) Package is not specified for function friendly_url. It is also not specified in file-level phpdocs
(#107) Package is not specified for function hidden_fields. It is also not specified in file-level phpdocs
(#109) Package is not specified for function hidden_fields_get. It is also not specified in file-level phpdocs
(#110) Package is not specified for function table_status1. It is also not specified in file-level phpdocs
(#111) Package is not specified for function column_foreign_keys. It is also not specified in file-level phpdocs
(#112) Package is not specified for function enum_input. It is also not specified in file-level phpdocs
(#113) Package is not specified for function input. It is also not specified in file-level phpdocs
(#117) Package is not specified for function process_input. It is also not specified in file-level phpdocs
(#123) Package is not specified for function fields_from_edit. It is also not specified in file-level phpdocs
(#124) Package is not specified for function search_tables. It is also not specified in file-level phpdocs
(#125) Package is not specified for function dump_headers. It is also not specified in file-level phpdocs
(#126) Package is not specified for function dump_csv. It is also not specified in file-level phpdocs
(#129) Package is not specified for function apply_sql_function. It is also not specified in file-level phpdocs
(#130) Package is not specified for function get_temp_dir. It is also not specified in file-level phpdocs
(#132) Package is not specified for function file_open_lock. It is also not specified in file-level phpdocs
(#133) Package is not specified for function file_write_unlock. It is also not specified in file-level phpdocs
(#134) Package is not specified for function password_file. It is also not specified in file-level phpdocs
(#135) Package is not specified for function rand_string. It is also not specified in file-level phpdocs
(#137) Package is not specified for function select_value. It is also not specified in file-level phpdocs
(#139) Package is not specified for function is_mail. It is also not specified in file-level phpdocs
(#141) Package is not specified for function is_url. It is also not specified in file-level phpdocs
(#143) Package is not specified for function is_shortable. It is also not specified in file-level phpdocs
(#145) Package is not specified for function count_rows. It is also not specified in file-level phpdocs
(#146) Package is not specified for function slow_query. It is also not specified in file-level phpdocs
(#154) Package is not specified for function get_token. It is also not specified in file-level phpdocs
(#155) Package is not specified for function verify_token. It is also not specified in file-level phpdocs
(#156) Package is not specified for function lzw_decompress. It is also not specified in file-level phpdocs
(#158) Package is not specified for function on_help. It is also not specified in file-level phpdocs
(#160) Package is not specified for function edit_form. It is also not specified in file-level phpdocs
(#171) Package is not specified for function get_lang. It is also not specified in file-level phpdocs
(#172) Package is not specified for function lang. It is also not specified in file-level phpdocs
(#174) Package is not specified for function switch_lang. It is also not specified in file-level phpdocs
(#177) Package is not specified for function get_translations. It is also not specified in file-level phpdocs
(#281) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#282) Package is not specified for function table. It is also not specified in file-level phpdocs
(#284) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#287) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#289) Package is not specified for function limit. It is also not specified in file-level phpdocs
(#290) Package is not specified for function limit1. It is also not specified in file-level phpdocs
(#291) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#292) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#294) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#296) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#298) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#300) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#301) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#302) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#303) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#305) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#307) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#308) Package is not specified for function view. It is also not specified in file-level phpdocs
(#310) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#311) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#313) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#315) Package is not specified for function check_sqlite_name. It is also not specified in file-level phpdocs
(#318) Package is not specified for function create_database. It is also not specified in file-level phpdocs
(#324) Package is not specified for function drop_databases. It is also not specified in file-level phpdocs
(#328) Package is not specified for function rename_database. It is also not specified in file-level phpdocs
(#330) Package is not specified for function auto_increment. It is also not specified in file-level phpdocs
(#331) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#339) Package is not specified for function recreate_table. It is also not specified in file-level phpdocs
(#353) Package is not specified for function index_sql. It is also not specified in file-level phpdocs
(#354) Package is not specified for function alter_indexes. It is also not specified in file-level phpdocs
(#359) Package is not specified for function truncate_tables. It is also not specified in file-level phpdocs
(#361) Package is not specified for function drop_views. It is also not specified in file-level phpdocs
(#363) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#365) Package is not specified for function move_tables. It is also not specified in file-level phpdocs
(#367) Package is not specified for function trigger. It is also not specified in file-level phpdocs
(#370) Package is not specified for function triggers. It is also not specified in file-level phpdocs
(#371) Package is not specified for function trigger_options. It is also not specified in file-level phpdocs
(#373) Package is not specified for function begin. It is also not specified in file-level phpdocs
(#375) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#376) Package is not specified for function explain. It is also not specified in file-level phpdocs
(#377) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#378) Package is not specified for function types. It is also not specified in file-level phpdocs
(#380) Package is not specified for function schemas. It is also not specified in file-level phpdocs
(#382) Package is not specified for function get_schema. It is also not specified in file-level phpdocs
(#383) Package is not specified for function set_schema. It is also not specified in file-level phpdocs
(#385) Package is not specified for function create_sql. It is also not specified in file-level phpdocs
(#386) Package is not specified for function truncate_sql. It is also not specified in file-level phpdocs
(#387) Package is not specified for function use_sql. It is also not specified in file-level phpdocs
(#388) Package is not specified for function trigger_sql. It is also not specified in file-level phpdocs
(#390) Package is not specified for function show_variables. It is also not specified in file-level phpdocs
(#391) Package is not specified for function show_status. It is also not specified in file-level phpdocs
(#392) Package is not specified for function convert_field. It is also not specified in file-level phpdocs
(#393) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#394) Package is not specified for function support. It is also not specified in file-level phpdocs
(#451) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#452) Package is not specified for function table. It is also not specified in file-level phpdocs
(#454) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#456) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#458) Package is not specified for function limit. It is also not specified in file-level phpdocs
(#459) Package is not specified for function limit1. It is also not specified in file-level phpdocs
(#460) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#461) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#463) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#464) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#471) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#473) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#478) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#480) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#482) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#492) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#493) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#498) Package is not specified for function view. It is also not specified in file-level phpdocs
(#502) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#504) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#505) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#507) Package is not specified for function create_database. It is also not specified in file-level phpdocs
(#509) Package is not specified for function drop_databases. It is also not specified in file-level phpdocs
(#511) Package is not specified for function rename_database. It is also not specified in file-level phpdocs
(#513) Package is not specified for function auto_increment. It is also not specified in file-level phpdocs
(#514) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#519) Package is not specified for function alter_indexes. It is also not specified in file-level phpdocs
(#524) Package is not specified for function truncate_tables. It is also not specified in file-level phpdocs
(#527) Package is not specified for function drop_views. It is also not specified in file-level phpdocs
(#529) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#533) Package is not specified for function move_tables. It is also not specified in file-level phpdocs
(#536) Package is not specified for function trigger. It is also not specified in file-level phpdocs
(#539) Package is not specified for function triggers. It is also not specified in file-level phpdocs
(#540) Package is not specified for function trigger_options. It is also not specified in file-level phpdocs
(#542) Package is not specified for function routine. It is also not specified in file-level phpdocs
(#548) Package is not specified for function routines. It is also not specified in file-level phpdocs
(#553) Package is not specified for function routine_languages. It is also not specified in file-level phpdocs
(#555) Package is not specified for function routine_id. It is also not specified in file-level phpdocs
(#557) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#559) Package is not specified for function explain. It is also not specified in file-level phpdocs
(#560) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#562) Package is not specified for function types. It is also not specified in file-level phpdocs
(#568) Package is not specified for function schemas. It is also not specified in file-level phpdocs
(#570) Package is not specified for function get_schema. It is also not specified in file-level phpdocs
(#571) Package is not specified for function set_schema. It is also not specified in file-level phpdocs
(#572) Package is not specified for function create_sql. It is also not specified in file-level phpdocs
(#580) Package is not specified for function truncate_sql. It is also not specified in file-level phpdocs
(#581) Package is not specified for function trigger_sql. It is also not specified in file-level phpdocs
(#582) Package is not specified for function use_sql. It is also not specified in file-level phpdocs
(#583) Package is not specified for function show_variables. It is also not specified in file-level phpdocs
(#585) Package is not specified for function process_list. It is also not specified in file-level phpdocs
(#587) Package is not specified for function show_status. It is also not specified in file-level phpdocs
(#588) Package is not specified for function convert_field. It is also not specified in file-level phpdocs
(#589) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#590) Package is not specified for function support. It is also not specified in file-level phpdocs
(#592) Package is not specified for function kill_process. It is also not specified in file-level phpdocs
(#594) Package is not specified for function connection_id. It is also not specified in file-level phpdocs
(#595) Package is not specified for function max_connections. It is also not specified in file-level phpdocs
(#636) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#637) Package is not specified for function table. It is also not specified in file-level phpdocs
(#639) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#641) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#643) Package is not specified for function limit. It is also not specified in file-level phpdocs
(#644) Package is not specified for function limit1. It is also not specified in file-level phpdocs
(#645) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#646) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#648) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#649) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#653) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#655) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#658) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#659) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#661) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#662) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#667) Package is not specified for function view. It is also not specified in file-level phpdocs
(#669) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#671) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#673) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#675) Package is not specified for function explain. It is also not specified in file-level phpdocs
(#676) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#677) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#680) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#691) Package is not specified for function truncate_tables. It is also not specified in file-level phpdocs
(#693) Package is not specified for function drop_views. It is also not specified in file-level phpdocs
(#695) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#697) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#699) Package is not specified for function schemas. It is also not specified in file-level phpdocs
(#701) Package is not specified for function get_schema. It is also not specified in file-level phpdocs
(#702) Package is not specified for function set_schema. It is also not specified in file-level phpdocs
(#703) Package is not specified for function show_variables. It is also not specified in file-level phpdocs
(#705) Package is not specified for function process_list. It is also not specified in file-level phpdocs
(#712) Package is not specified for function show_status. It is also not specified in file-level phpdocs
(#714) Package is not specified for function convert_field. It is also not specified in file-level phpdocs
(#715) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#716) Package is not specified for function support. It is also not specified in file-level phpdocs
(#790) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#791) Package is not specified for function table. It is also not specified in file-level phpdocs
(#792) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#794) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#796) Package is not specified for function limit. It is also not specified in file-level phpdocs
(#797) Package is not specified for function limit1. It is also not specified in file-level phpdocs
(#799) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#800) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#802) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#803) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#805) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#807) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#808) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#809) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#811) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#817) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#822) Package is not specified for function view. It is also not specified in file-level phpdocs
(#824) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#825) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#827) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#829) Package is not specified for function create_database. It is also not specified in file-level phpdocs
(#831) Package is not specified for function drop_databases. It is also not specified in file-level phpdocs
(#833) Package is not specified for function rename_database. It is also not specified in file-level phpdocs
(#835) Package is not specified for function auto_increment. It is also not specified in file-level phpdocs
(#836) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#842) Package is not specified for function alter_indexes. It is also not specified in file-level phpdocs
(#845) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#846) Package is not specified for function explain. It is also not specified in file-level phpdocs
(#847) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#848) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#849) Package is not specified for function truncate_tables. It is also not specified in file-level phpdocs
(#851) Package is not specified for function drop_views. It is also not specified in file-level phpdocs
(#853) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#855) Package is not specified for function move_tables. It is also not specified in file-level phpdocs
(#857) Package is not specified for function trigger. It is also not specified in file-level phpdocs
(#865) Package is not specified for function triggers. It is also not specified in file-level phpdocs
(#871) Package is not specified for function trigger_options. It is also not specified in file-level phpdocs
(#873) Package is not specified for function schemas. It is also not specified in file-level phpdocs
(#875) Package is not specified for function get_schema. It is also not specified in file-level phpdocs
(#876) Package is not specified for function set_schema. It is also not specified in file-level phpdocs
(#878) Package is not specified for function use_sql. It is also not specified in file-level phpdocs
(#879) Package is not specified for function show_variables. It is also not specified in file-level phpdocs
(#881) Package is not specified for function show_status. It is also not specified in file-level phpdocs
(#883) Package is not specified for function convert_field. It is also not specified in file-level phpdocs
(#884) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#885) Package is not specified for function support. It is also not specified in file-level phpdocs
(#913) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#914) Package is not specified for function table. It is also not specified in file-level phpdocs
(#916) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#918) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#920) Package is not specified for function limit. It is also not specified in file-level phpdocs
(#921) Package is not specified for function limit1. It is also not specified in file-level phpdocs
(#923) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#924) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#926) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#927) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#928) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#930) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#932) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#934) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#936) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#969) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#970) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#972) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#974) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#976) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#978) Package is not specified for function types. It is also not specified in file-level phpdocs
(#980) Package is not specified for function schemas. It is also not specified in file-level phpdocs
(#982) Package is not specified for function get_schema. It is also not specified in file-level phpdocs
(#983) Package is not specified for function set_schema. It is also not specified in file-level phpdocs
(#985) Package is not specified for function support. It is also not specified in file-level phpdocs
(#1036) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#1039) Package is not specified for function support. It is also not specified in file-level phpdocs
(#1041) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#1042) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#1044) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#1046) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#1047) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#1048) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#1049) Package is not specified for function explain. It is also not specified in file-level phpdocs
(#1050) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#1052) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#1053) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#1054) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#1056) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#1058) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#1060) Package is not specified for function table. It is also not specified in file-level phpdocs
(#1062) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#1063) Package is not specified for function limit. It is also not specified in file-level phpdocs
(#1064) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#1065) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#1066) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#1068) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#1069) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#1073) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#1076) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#1077) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#1078) Package is not specified for function hmac. It is also not specified in file-level phpdocs
(#1079) Package is not specified for function sdb_request. It is also not specified in file-level phpdocs
(#1084) Package is not specified for function sdb_request_all. It is also not specified in file-level phpdocs
(#1116) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#1117) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#1119) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#1121) Package is not specified for function drop_databases. It is also not specified in file-level phpdocs
(#1125) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#1126) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#1128) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#1162) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#1165) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#1166) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#1168) Package is not specified for function drop_databases. It is also not specified in file-level phpdocs
(#1170) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#1172) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#1174) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#1175) Package is not specified for function sql_query_where_parser. It is also not specified in file-level phpdocs
(#1178) Package is not specified for function where_to_query. It is also not specified in file-level phpdocs
(#1181) Package is not specified for function table. It is also not specified in file-level phpdocs
(#1182) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#1183) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#1184) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#1185) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#1187) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#1189) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#1190) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#1192) Package is not specified for function alter_indexes. It is also not specified in file-level phpdocs
(#1197) Package is not specified for function support. It is also not specified in file-level phpdocs
(#1199) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#1200) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#1201) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#1202) Package is not specified for function convert_field. It is also not specified in file-level phpdocs
(#1203) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#1204) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#1206) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#1207) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#1209) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#1211) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#1215) Package is not specified for function truncate_tables. It is also not specified in file-level phpdocs
(#1248) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#1250) Package is not specified for function support. It is also not specified in file-level phpdocs
(#1252) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#1253) Package is not specified for function get_databases. 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 db_collation. It is also not specified in file-level phpdocs
(#1257) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#1259) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#1261) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#1262) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#1264) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#1266) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#1267) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#1268) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#1270) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#1272) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#1274) Package is not specified for function table. It is also not specified in file-level phpdocs
(#1275) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#1276) Package is not specified for function convert_field. It is also not specified in file-level phpdocs
(#1277) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#1278) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#1279) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#1281) Package is not specified for function create_database. It is also not specified in file-level phpdocs
(#1282) Package is not specified for function drop_databases. It is also not specified in file-level phpdocs
(#1283) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#1285) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#1287) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#1348) Package is not specified for function idf_escape. It is also not specified in file-level phpdocs
(#1349) Package is not specified for function table. It is also not specified in file-level phpdocs
(#1351) Package is not specified for function connect. It is also not specified in file-level phpdocs
(#1353) Package is not specified for function get_databases. It is also not specified in file-level phpdocs
(#1354) Package is not specified for function limit. It is also not specified in file-level phpdocs
(#1355) Package is not specified for function limit1. It is also not specified in file-level phpdocs
(#1357) Package is not specified for function db_collation. It is also not specified in file-level phpdocs
(#1358) Package is not specified for function engines. It is also not specified in file-level phpdocs
(#1359) Package is not specified for function logged_user. It is also not specified in file-level phpdocs
(#1360) Package is not specified for function tables_list. It is also not specified in file-level phpdocs
(#1362) Package is not specified for function count_tables. It is also not specified in file-level phpdocs
(#1364) Package is not specified for function table_status. It is also not specified in file-level phpdocs
(#1365) Package is not specified for function is_view. It is also not specified in file-level phpdocs
(#1366) Package is not specified for function fk_support. It is also not specified in file-level phpdocs
(#1368) Package is not specified for function fields. It is also not specified in file-level phpdocs
(#1369) Package is not specified for function indexes. It is also not specified in file-level phpdocs
(#1370) Package is not specified for function foreign_keys. It is also not specified in file-level phpdocs
(#1372) Package is not specified for function view. It is also not specified in file-level phpdocs
(#1374) Package is not specified for function collations. It is also not specified in file-level phpdocs
(#1376) Package is not specified for function information_schema. It is also not specified in file-level phpdocs
(#1377) Package is not specified for function adminer_error. It is also not specified in file-level phpdocs
(#1379) Package is not specified for function create_database. It is also not specified in file-level phpdocs
(#1381) Package is not specified for function drop_databases. It is also not specified in file-level phpdocs
(#1382) Package is not specified for function rename_database. It is also not specified in file-level phpdocs
(#1383) Package is not specified for function auto_increment. It is also not specified in file-level phpdocs
(#1384) Package is not specified for function alter_table. It is also not specified in file-level phpdocs
(#1387) Package is not specified for function alter_indexes. It is also not specified in file-level phpdocs
(#1390) Package is not specified for function truncate_tables. It is also not specified in file-level phpdocs
(#1392) Package is not specified for function drop_views. It is also not specified in file-level phpdocs
(#1394) Package is not specified for function drop_tables. It is also not specified in file-level phpdocs
(#1396) Package is not specified for function move_tables. It is also not specified in file-level phpdocs
(#1398) Package is not specified for function copy_tables. It is also not specified in file-level phpdocs
(#1404) Package is not specified for function trigger. It is also not specified in file-level phpdocs
(#1407) Package is not specified for function triggers. It is also not specified in file-level phpdocs
(#1408) Package is not specified for function trigger_options. It is also not specified in file-level phpdocs
(#1410) Package is not specified for function routine. It is also not specified in file-level phpdocs
(#1414) Package is not specified for function routines. It is also not specified in file-level phpdocs
(#1416) Package is not specified for function routine_languages. It is also not specified in file-level phpdocs
(#1418) Package is not specified for function routine_id. It is also not specified in file-level phpdocs
(#1420) Package is not specified for function last_id. It is also not specified in file-level phpdocs
(#1421) Package is not specified for function explain. It is also not specified in file-level phpdocs
(#1422) Package is not specified for function found_rows. It is also not specified in file-level phpdocs
(#1423) Package is not specified for function types. It is also not specified in file-level phpdocs
(#1425) Package is not specified for function schemas. It is also not specified in file-level phpdocs
(#1427) Package is not specified for function get_schema. It is also not specified in file-level phpdocs
(#1428) Package is not specified for function set_schema. It is also not specified in file-level phpdocs
(#1430) Package is not specified for function create_sql. It is also not specified in file-level phpdocs
(#1431) Package is not specified for function truncate_sql. It is also not specified in file-level phpdocs
(#1432) Package is not specified for function use_sql. It is also not specified in file-level phpdocs
(#1433) Package is not specified for function trigger_sql. It is also not specified in file-level phpdocs
(#1434) Package is not specified for function show_variables. It is also not specified in file-level phpdocs
(#1436) Package is not specified for function process_list. It is also not specified in file-level phpdocs
(#1438) Package is not specified for function show_status. It is also not specified in file-level phpdocs
(#1440) Package is not specified for function convert_field. It is also not specified in file-level phpdocs
(#1441) Package is not specified for function unconvert_field. It is also not specified in file-level phpdocs
(#1442) Package is not specified for function support. It is also not specified in file-level phpdocs
(#1443) Package is not specified for function kill_process. It is also not specified in file-level phpdocs
(#1445) Package is not specified for function connection_id. It is also not specified in file-level phpdocs
(#1446) Package is not specified for function max_connections. It is also not specified in file-level phpdocs
(#1570) Package is not specified for function page_header. It is also not specified in file-level phpdocs
(#1603) Package is not specified for function page_headers. It is also not specified in file-level phpdocs
(#1605) Package is not specified for function csp. It is also not specified in file-level phpdocs
(#1607) Package is not specified for function get_nonce. It is also not specified in file-level phpdocs
(#1608) Package is not specified for function page_messages. It is also not specified in file-level phpdocs
(#1609) Package is not specified for function page_footer. It is also not specified in file-level phpdocs
(#1620) Package is not specified for function int32. It is also not specified in file-level phpdocs
(#1621) Package is not specified for function long2str. It is also not specified in file-level phpdocs
(#1624) Package is not specified for function str2long. It is also not specified in file-level phpdocs
(#1625) Package is not specified for function xxtea_mx. It is also not specified in file-level phpdocs
(#1627) Package is not specified for function encrypt_string. It is also not specified in file-level phpdocs
(#1629) Package is not specified for function decrypt_string. It is also not specified in file-level phpdocs
(#1632) Package is not specified for function add_invalid_login. It is also not specified in file-level phpdocs
(#1634) Package is not specified for function check_invalid_login. It is also not specified in file-level phpdocs
(#1636) Package is not specified for function unset_permanent. It is also not specified in file-level phpdocs
(#1638) Package is not specified for function auth_error. It is also not specified in file-level phpdocs
(#1640) Package is not specified for function select. It is also not specified in file-level phpdocs
(#1642) Package is not specified for function referencable_primary. It is also not specified in file-level phpdocs
(#1643) Package is not specified for function textarea. It is also not specified in file-level phpdocs
(#1648) Package is not specified for function edit_type. It is also not specified in file-level phpdocs
(#1651) Package is not specified for function process_length. It is also not specified in file-level phpdocs
(#1652) Package is not specified for function process_type. It is also not specified in file-level phpdocs
(#1653) Package is not specified for function process_field. It is also not specified in file-level phpdocs
(#1655) Package is not specified for function default_value. It is also not specified in file-level phpdocs
(#1656) Package is not specified for function type_class. It is also not specified in file-level phpdocs
(#1657) Package is not specified for function edit_fields. It is also not specified in file-level phpdocs
(#1665) Package is not specified for function process_fields. It is also not specified in file-level phpdocs
(#1670) Package is not specified for function normalize_enum. It is also not specified in file-level phpdocs
(#1671) Package is not specified for function grant. It is also not specified in file-level phpdocs
(#1674) Package is not specified for function drop_create. It is also not specified in file-level phpdocs
(#1676) Package is not specified for function create_trigger. It is also not specified in file-level phpdocs
(#1677) Package is not specified for function create_routine. It is also not specified in file-level phpdocs
(#1679) Package is not specified for function remove_definer. It is also not specified in file-level phpdocs
(#1681) Package is not specified for function format_foreign_key. It is also not specified in file-level phpdocs
(#1682) Package is not specified for function tar_file. It is also not specified in file-level phpdocs
(#1684) Package is not specified for function ini_bytes. It is also not specified in file-level phpdocs
(#1685) Package is not specified for function adminer_doc_link. It is also not specified in file-level phpdocs
(#1686) Package is not specified for function ob_gzencode. It is also not specified in file-level phpdocs
(#1688) Package is not specified for function db_size. It is also not specified in file-level phpdocs
(#1690) Package is not specified for function set_utf8mb4. It is also not specified in file-level phpdocs
(#1691) 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
(#76) Function AdminerPlugin::dumpFormat is not documented
(#81) Function AdminerPlugin::dumpOutput is not documented
(#86) Function AdminerPlugin::editFunctions is not documented
(#93) Function AdminerPlugin::name is not documented
(#98) Function AdminerPlugin::credentials is not documented
(#103) Function AdminerPlugin::connectSsl is not documented
(#108) Function AdminerPlugin::permanentLogin is not documented
(#113) Function AdminerPlugin::serverName is not documented
(#118) Function AdminerPlugin::database is not documented
(#123) Function AdminerPlugin::schemas is not documented
(#128) Function AdminerPlugin::databases is not documented
(#133) Function AdminerPlugin::queryTimeout is not documented
(#138) Function AdminerPlugin::headers is not documented
(#143) Function AdminerPlugin::csp is not documented
(#148) Function AdminerPlugin::head is not documented
(#153) Function AdminerPlugin::css is not documented
(#158) Function AdminerPlugin::loginForm is not documented
(#163) Function AdminerPlugin::login is not documented
(#168) Function AdminerPlugin::tableName is not documented
(#173) Function AdminerPlugin::fieldName is not documented
(#178) Function AdminerPlugin::selectLinks is not documented
(#183) Function AdminerPlugin::foreignKeys is not documented
(#188) Function AdminerPlugin::backwardKeys is not documented
(#193) Function AdminerPlugin::backwardKeysPrint is not documented
(#198) Function AdminerPlugin::selectQuery is not documented
(#203) Function AdminerPlugin::sqlCommandQuery is not documented
(#208) Function AdminerPlugin::rowDescription is not documented
(#213) Function AdminerPlugin::rowDescriptions is not documented
(#218) Function AdminerPlugin::selectLink is not documented
(#223) Function AdminerPlugin::selectVal is not documented
(#228) Function AdminerPlugin::editVal is not documented
(#233) Function AdminerPlugin::tableStructurePrint is not documented
(#238) Function AdminerPlugin::tableIndexesPrint is not documented
(#243) Function AdminerPlugin::selectColumnsPrint is not documented
(#248) Function AdminerPlugin::selectSearchPrint is not documented
(#253) Function AdminerPlugin::selectOrderPrint is not documented
(#258) Function AdminerPlugin::selectLimitPrint is not documented
(#263) Function AdminerPlugin::selectLengthPrint is not documented
(#268) Function AdminerPlugin::selectActionPrint is not documented
(#273) Function AdminerPlugin::selectCommandPrint is not documented
(#278) Function AdminerPlugin::selectImportPrint is not documented
(#283) Function AdminerPlugin::selectEmailPrint is not documented
(#288) Function AdminerPlugin::selectColumnsProcess is not documented
(#293) Function AdminerPlugin::selectSearchProcess is not documented
(#298) Function AdminerPlugin::selectOrderProcess is not documented
(#303) Function AdminerPlugin::selectLimitProcess is not documented
(#308) Function AdminerPlugin::selectLengthProcess is not documented
(#313) Function AdminerPlugin::selectEmailProcess is not documented
(#318) Function AdminerPlugin::selectQueryBuild is not documented
(#323) Function AdminerPlugin::messageQuery is not documented
(#328) Function AdminerPlugin::editInput is not documented
(#333) Function AdminerPlugin::editHint is not documented
(#338) Function AdminerPlugin::processInput is not documented
(#343) Function AdminerPlugin::dumpDatabase is not documented
(#348) Function AdminerPlugin::dumpTable is not documented
(#353) Function AdminerPlugin::dumpData is not documented
(#358) Function AdminerPlugin::dumpFilename is not documented
(#363) Function AdminerPlugin::dumpHeaders is not documented
(#368) Function AdminerPlugin::importServerPath is not documented
(#373) Function AdminerPlugin::homepage is not documented
(#378) Function AdminerPlugin::navigation is not documented
(#383) Function AdminerPlugin::databasesPrint is not documented
(#388) 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, 4 warnings)

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

local/adminer/templates/adminer.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Element “style” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.) (ad><body><style type="text/css"> .)
(#1) HTML Validation info, line 28: Empty heading. ( <h4 class="modal-title"></h4>)
(#1) HTML Validation error, line 37: Bad value “” for attribute “src” on element “iframe”: Must be non-empty. ( <iframe id="adminer-frame" class="embed-responsive-item" src="" allowfullscreen > )