Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


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

(5045 errors, 984 warnings)

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

blocks/smartedu/block_smartedu.php
(#31) Whitespace found at end of line
(#35) Missing docblock for class block_smartedu
(#35) Opening brace must not be followed by a blank line
(#53) Whitespace found at end of line
(#66) Whitespace found at end of line
(#98) Whitespace found at end of line
(#114) Whitespace found at end of line
(#122) Whitespace found at end of line
(#123) Variable "allowed_extensions" must not contain underscores.
(#124) Variable "course_info" must not contain underscores.
(#125) Short array syntax must be used to define arrays
(#127) Variable "course_info" must not contain underscores.
(#127) Blank line found at start of control structure
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Whitespace found at end of line
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Whitespace found at end of line
(#152) Whitespace found at end of line
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Whitespace found at end of line
(#157) Whitespace found at end of line
(#158) Whitespace found at end of line
(#160) Logical operator "or" is prohibited; use "||" instead
(#160) Logical operator "or" is prohibited; use "||" instead
(#165) Blank line found at end of control structure
(#169) Variable "file_extension" must not contain underscores.
(#170) Whitespace found at end of line
(#171) Variable "file_extension" must not contain underscores.
(#171) Variable "allowed_extensions" must not contain underscores.
(#182) Variable "is_google_slides" must not contain underscores.
(#184) Variable "is_google_slides" must not contain underscores.
(#196) Whitespace found at end of line
(#198) Whitespace found at end of line
(#203) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#224) Visibility must be declared on method "has_config"
(#227) Expected 1 newline at end of file; 0 found
blocks/smartedu/classes/ai_cache.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#17) Expected 1 space before asterisk; 0 found
(#18) Expected 1 space before asterisk; 0 found
(#19) Expected 1 space before asterisk; 0 found
(#20) Expected 1 space before asterisk; 0 found
(#21) Expected 1 space before asterisk; 0 found
(#22) Expected 1 space before asterisk; 0 found
(#31) Opening brace must not be followed by a blank line
(#45) Whitespace found at end of line
(#47) Whitespace found at end of line
(#51) Whitespace found at end of line
(#66) Whitespace found at end of line
(#80) Whitespace found at end of line
(#82) Expected 1 newline at end of file; 0 found
(#82) The closing brace for the class must go on the next line after the body
blocks/smartedu/classes/constants.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#17) Expected 1 space before asterisk; 0 found
(#18) Expected 1 space before asterisk; 0 found
(#19) Expected 1 space before asterisk; 0 found
(#20) Expected 1 space before asterisk; 0 found
(#21) Expected 1 space before asterisk; 0 found
(#22) Expected 1 space before asterisk; 0 found
(#31) Opening brace must not be followed by a blank line
(#32) Whitespace found at end of line
(#38) Expected 1 newline at end of file; 0 found
(#38) The closing brace for the class must go on the next line after the body
blocks/smartedu/classes/content_generator.php
(#29) Missing docblock for class content_generator
(#29) Opening brace must not be followed by a blank line
(#31) Missing member variable doc comment
(#31) Member variable "ai_provider" must not contain underscores.
(#32) Missing member variable doc comment
(#32) Member variable "ai_model" must not contain underscores.
(#33) Missing member variable doc comment
(#33) Member variable "api_base_url" must not contain underscores.
(#34) Missing member variable doc comment
(#34) Member variable "api_key" must not contain underscores.
(#35) Missing member variable doc comment
(#35) Member variable "enable_cache" must not contain underscores.
(#37) Line exceeds 132 characters; contains 141 characters
(#38) Missing docblock for function __construct
(#38) Variable "ai_provider" must not contain underscores.
(#38) Variable "ai_model" must not contain underscores.
(#38) Variable "api_base_url" must not contain underscores.
(#38) Variable "api_key" must not contain underscores.
(#38) Variable "enable_cache" must not contain underscores.
(#39) Variable "ai_provider" must not contain underscores.
(#40) Variable "ai_model" must not contain underscores.
(#41) Variable "api_base_url" must not contain underscores.
(#42) Variable "api_key" must not contain underscores.
(#43) Variable "enable_cache" must not contain underscores.
(#54) Expected 0 spaces after "("; 1 found
(#54) Expected 0 spaces after opening parenthesis; 1 found
(#54) Variable "format_json" must not contain underscores.
(#54) Expected 0 spaces before closing parenthesis; 1 found
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Expected 1 space after "=>"; 2 found
(#62) There should be a comma after the last array item in a multi-line array.
(#69) There should be a comma after the last array item in a multi-line array.
(#70) There should be a comma after the last array item in a multi-line array.
(#73) Variable "format_json" must not contain underscores.
(#76) Whitespace found at end of line
(#85) Whitespace found at end of line
(#90) The use of function error_log() is forbidden; use debugging() instead
(#93) Whitespace found at end of line
(#94) Variable "httpCode" must be all lower-case
(#95) Variable "httpCode" must be all lower-case
(#96) The use of function error_log() is forbidden; use debugging() instead
(#96) Variable "httpCode" must be all lower-case
(#99) Whitespace found at end of line
(#100) Variable "chat_response" must not contain underscores.
(#101) Variable "chat_content" must not contain underscores.
(#101) Variable "chat_response" must not contain underscores.
(#103) Variable "chat_content" must not contain underscores.
(#115) Expected 0 spaces after "("; 1 found
(#115) Expected 0 spaces after opening parenthesis; 1 found
(#115) Variable "format_json" must not contain underscores.
(#115) Expected 0 spaces before closing parenthesis; 1 found
(#116) Variable "api_url" must not contain underscores.
(#119) Whitespace found at end of line
(#123) There should be a comma after the last array item in a multi-line array.
(#124) There should be a comma after the last array item in a multi-line array.
(#127) Variable "format_json" must not contain underscores.
(#129) There should be a comma after the last array item in a multi-line array.
(#132) Whitespace found at end of line
(#142) Whitespace found at end of line
(#143) Variable "api_url" must not contain underscores.
(#146) The use of function error_log() is forbidden; use debugging() instead
(#149) Whitespace found at end of line
(#150) Variable "httpCode" must be all lower-case
(#151) Variable "httpCode" must be all lower-case
(#152) The use of function error_log() is forbidden; use debugging() instead
(#152) Variable "httpCode" must be all lower-case
(#155) Whitespace found at end of line
(#156) Variable "chat_response" must not contain underscores.
(#157) Variable "chat_content" must not contain underscores.
(#157) Variable "chat_response" must not contain underscores.
(#158) Variable "chat_content" must not contain underscores.
(#169) Expected 0 spaces after "("; 1 found
(#169) Expected 0 spaces after opening parenthesis; 1 found
(#169) Variable "format_json" must not contain underscores.
(#169) Expected 0 spaces before closing parenthesis; 1 found
(#170) Variable "api_url" must not contain underscores.
(#173) Whitespace found at end of line
(#176) There should be a comma after the last array item in a multi-line array.
(#179) Variable "format_json" must not contain underscores.
(#181) There should be a comma after the last array item in a multi-line array.
(#184) Whitespace found at end of line
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Whitespace found at end of line
(#195) Whitespace found at end of line
(#196) Variable "api_url" must not contain underscores.
(#199) The use of function error_log() is forbidden; use debugging() instead
(#202) Whitespace found at end of line
(#203) Variable "httpCode" must be all lower-case
(#204) Variable "httpCode" must be all lower-case
(#205) The use of function error_log() is forbidden; use debugging() instead
(#205) Variable "httpCode" must be all lower-case
(#208) Whitespace found at end of line
(#209) Variable "chat_response" must not contain underscores.
(#210) Variable "chat_content" must not contain underscores.
(#210) Variable "chat_response" must not contain underscores.
(#211) Variable "chat_content" must not contain underscores.
(#223) Expected 0 spaces after "("; 1 found
(#223) Expected 0 spaces after opening parenthesis; 1 found
(#223) Variable "format_json" must not contain underscores.
(#223) Expected 0 spaces before closing parenthesis; 1 found
(#230) Logical operator "and" is prohibited; use "&&" instead
(#232) Whitespace found at end of line
(#233) Whitespace found at end of line
(#234) Variable "valid_ai_providers" must not contain underscores.
(#239) Whitespace found at end of line
(#242) Space after opening parenthesis of function call prohibited
(#242) Variable "valid_ai_providers" must not contain underscores.
(#242) Expected 0 spaces before closing parenthesis; 1 found
(#244) Space after opening parenthesis of function call prohibited
(#244) Variable "format_json" must not contain underscores.
(#244) Expected 0 spaces before closing parenthesis; 1 found
(#245) Whitespace found at end of line
(#246) Logical operator "and" is prohibited; use "&&" instead
(#252) The use of function error_log() is forbidden; use debugging() instead
(#256) Expected 1 newline at end of file; 0 found
blocks/smartedu/classes/forum_reader.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#17) Expected 1 space before asterisk; 0 found
(#18) Expected 1 space before asterisk; 0 found
(#19) Expected 1 space before asterisk; 0 found
(#20) Expected 1 space before asterisk; 0 found
(#21) Expected 1 space before asterisk; 0 found
(#22) Expected 1 space before asterisk; 0 found
(#31) Opening brace must not be followed by a blank line
(#44) Whitespace found at end of line
(#48) Whitespace found at end of line
(#49) Whitespace found at end of line
(#54) Whitespace found at end of line
(#56) Whitespace found at end of line
(#59) Whitespace found at end of line
(#60) Blank line found at start of control structure
(#61) Whitespace found at end of line
(#63) Variable "first_post" must not contain underscores.
(#64) Whitespace found at end of line
(#67) Variable "first_post" must not contain underscores.
(#68) Variable "first_post" must not contain underscores.
(#71) Whitespace found at end of line
(#78) Whitespace found at end of line
(#79) Whitespace found at end of line
(#81) Whitespace found at end of line
(#84) Whitespace found at end of line
(#99) Whitespace found at end of line
(#103) Whitespace found at end of line
(#104) Whitespace found at end of line
(#109) Whitespace found at end of line
(#111) Whitespace found at end of line
(#114) Whitespace found at end of line
(#116) Blank line found at start of control structure
(#117) Whitespace found at end of line
(#119) Whitespace found at end of line
(#120) Whitespace found at end of line
(#127) Whitespace found at end of line
(#127) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#128) Blank line found at end of control structure
(#128) Whitespace found at end of line
(#130) Whitespace found at end of line
(#131) Whitespace found at end of line
(#133) Whitespace found at end of line
(#148) Expected 0 spaces after "("; 1 found
(#148) Expected 0 spaces after opening parenthesis; 1 found
(#148) Expected 0 spaces before closing parenthesis; 1 found
(#149) Space after opening parenthesis of function call prohibited
(#149) Expected 0 spaces before closing parenthesis; 1 found
(#149) Whitespace found at end of line
(#151) Whitespace found at end of line
(#161) Expected 0 spaces after "("; 1 found
(#161) Expected 0 spaces after opening parenthesis; 1 found
(#161) Expected 0 spaces before closing parenthesis; 1 found
(#162) Space after opening parenthesis of function call prohibited
(#162) Expected 0 spaces before closing parenthesis; 1 found
(#162) Whitespace found at end of line
(#166) Expected 9 spaces before asterisk; 5 found
(#167) Expected 9 spaces before asterisk; 5 found
(#168) Expected 9 spaces before asterisk; 5 found
(#169) Expected 9 spaces before asterisk; 5 found
(#170) Expected 9 spaces before asterisk; 5 found
(#171) Expected 9 spaces before asterisk; 5 found
(#172) Expected 9 spaces before asterisk; 5 found
(#173) Expected 9 spaces before asterisk; 5 found
(#174) Expected 0 spaces after "("; 1 found
(#174) Expected 0 spaces after opening parenthesis; 1 found
(#174) Expected 0 spaces before closing parenthesis; 1 found
(#175) Space after opening parenthesis of function call prohibited
(#175) Expected 0 spaces before closing parenthesis; 1 found
(#175) Whitespace found at end of line
(#179) Expected 9 spaces before asterisk; 5 found
(#180) Expected 9 spaces before asterisk; 5 found
(#181) Expected 9 spaces before asterisk; 5 found
(#182) Expected 9 spaces before asterisk; 5 found
(#183) Expected 9 spaces before asterisk; 5 found
(#184) Expected 9 spaces before asterisk; 5 found
(#185) Expected 9 spaces before asterisk; 5 found
(#186) Expected 9 spaces before asterisk; 5 found
(#187) Expected 0 spaces after "("; 1 found
(#187) Expected 0 spaces after opening parenthesis; 1 found
(#187) Expected 0 spaces before closing parenthesis; 1 found
(#188) Space after opening parenthesis of function call prohibited
(#188) Expected 0 spaces before closing parenthesis; 1 found
(#188) Whitespace found at end of line
(#217) Whitespace found at end of line
(#218) Variable "valid_forum_types" must not contain underscores.
(#219) Variable "forum_type" must not contain underscores.
(#221) Space after opening parenthesis of function call prohibited
(#221) Variable "valid_forum_types" must not contain underscores.
(#221) Expected 0 spaces before closing parenthesis; 1 found
(#221) Whitespace found at end of line
(#222) Variable "forum_type" must not contain underscores.
(#223) Space after opening parenthesis of function call prohibited
(#223) Expected 0 spaces before closing parenthesis; 1 found
(#225) The use of function error_log() is forbidden; use debugging() instead
(#231) Whitespace found at end of line
(#233) Expected 1 newline at end of file; 0 found
(#233) The closing brace for the class must go on the next line after the body
blocks/smartedu/classes/privacy/provider.php
(#27) Missing docblock for class provider
(#27) Line indented incorrectly; expected 0 spaces, found 1
(#29) Opening brace must not be followed by a blank line
(#30) Whitespace found at end of line
(#37) Line indented incorrectly; expected 4 spaces, found 5
(#39) Line indented incorrectly; expected 4 spaces, found 5
(#40) Expected 1 newline at end of file; 0 found
(#40) Line indented incorrectly; expected 0 spaces, found 1
blocks/smartedu/classes/resource_reader.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#17) Expected 1 space before asterisk; 0 found
(#18) Expected 1 space before asterisk; 0 found
(#19) Expected 1 space before asterisk; 0 found
(#20) Expected 1 space before asterisk; 0 found
(#21) Expected 1 space before asterisk; 0 found
(#22) Expected 1 space before asterisk; 0 found
(#31) Opening brace must not be followed by a blank line
(#40) Expected 0 spaces after "("; 1 found
(#40) Expected 0 spaces after opening parenthesis; 1 found
(#40) Expected 0 spaces before closing parenthesis; 1 found
(#46) Whitespace found at end of line
(#47) Whitespace found at end of line
(#49) Short array syntax must be used to define arrays
(#49) Expected at least 1 space before "=>"; 0 found
(#49) Expected at least 1 space after "=>"; 0 found
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#51) Whitespace found at end of line
(#54) Whitespace found at end of line
(#57) Whitespace found at end of line
(#58) Whitespace found at end of line
(#61) Whitespace found at end of line
(#62) Whitespace found at end of line
(#71) Whitespace found at end of line
(#75) Expected 1 newline at end of file; 0 found
(#75) The closing brace for the class must go on the next line after the body
blocks/smartedu/classes/text_extractor.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Missing docblock for class text_extractor
(#40) Expected 0 spaces after "("; 1 found
(#40) Expected 0 spaces after opening parenthesis; 1 found
(#40) Variable "path_to_file" must not contain underscores.
(#40) Expected 0 spaces before closing parenthesis; 1 found
(#43) Space after opening parenthesis of function call prohibited
(#43) Variable "path_to_file" must not contain underscores.
(#43) Expected 0 spaces before closing parenthesis; 1 found
(#45) Blank line found at end of control structure
(#47) The use of function error_log() is forbidden; use debugging() instead
(#48) Expected 0 spaces before closing parenthesis; 1 found
(#48) Whitespace found at end of line
(#60) Expected 0 spaces after "("; 1 found
(#60) Expected 0 spaces after opening parenthesis; 1 found
(#60) Variable "path_to_file" must not contain underscores.
(#60) Expected 0 spaces before closing parenthesis; 1 found
(#64) Variable "path_to_file" must not contain underscores.
(#72) The use of function error_log() is forbidden; use debugging() instead
(#73) Expected 0 spaces before closing parenthesis; 1 found
(#73) Whitespace found at end of line
(#75) Whitespace found at end of line
(#85) Expected 0 spaces after "("; 1 found
(#85) Expected 0 spaces after opening parenthesis; 1 found
(#85) Variable "path_to_file" must not contain underscores.
(#85) Expected 0 spaces before closing parenthesis; 1 found
(#87) Variable "zip_handle" must not contain underscores.
(#89) Variable "zip_handle" must not contain underscores.
(#89) Variable "path_to_file" must not contain underscores.
(#89) Blank line found at start of control structure
(#90) Whitespace found at end of line
(#91) Variable "slide_number" must not contain underscores.
(#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) No space found before comment text; expected "// loop through slide files" but found "//loop through slide files"
(#94) Variable "xml_index" must not contain underscores.
(#94) Variable "zip_handle" must not contain underscores.
(#94) Variable "slide_number" must not contain underscores.
(#94) Blank line found at start of control structure
(#96) Variable "xml_data" must not contain underscores.
(#96) Variable "zip_handle" must not contain underscores.
(#96) Variable "xml_index" must not contain underscores.
(#98) Variable "xml_data" must not contain underscores.
(#101) Variable "slide_number" must not contain underscores.
(#102) Blank line found at end of control structure
(#102) Whitespace found at end of line
(#104) Whitespace found at end of line
(#105) Variable "zip_handle" must not contain underscores.
(#106) Blank line found at end of control structure
(#106) Whitespace found at end of line
(#108) The use of function error_log() is forbidden; use debugging() instead
(#109) Expected 0 spaces before closing parenthesis; 1 found
(#109) Whitespace found at end of line
(#111) Whitespace found at end of line
(#121) Expected 0 spaces after "("; 1 found
(#121) Expected 0 spaces after opening parenthesis; 1 found
(#121) Variable "path_to_file" must not contain underscores.
(#121) Expected 0 spaces before closing parenthesis; 1 found
(#122) Variable "path_to_file" must not contain underscores.
(#147) Expected 0 spaces after "("; 1 found
(#147) Expected 0 spaces after opening parenthesis; 1 found
(#147) Variable "path_to_file" must not contain underscores.
(#147) Expected 0 spaces before closing parenthesis; 1 found
(#148) Variable "path_to_file" must not contain underscores.
(#148) Variable "path_to_file" must not contain underscores.
(#148) Blank line found at start of control structure
(#150) Variable "valid_extensions" must not contain underscores.
(#152) Variable "file_info" must not contain underscores.
(#152) Variable "path_to_file" must not contain underscores.
(#153) Variable "file_ext" must not contain underscores.
(#153) Variable "file_info" must not contain underscores.
(#155) Space after opening parenthesis of function call prohibited
(#155) Variable "file_ext" must not contain underscores.
(#155) Variable "valid_extensions" must not contain underscores.
(#155) Expected 0 spaces before closing parenthesis; 1 found
(#155) Blank line found at start of control structure
(#156) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#158) Variable "file_ext" must not contain underscores.
(#159) Space after opening parenthesis of function call prohibited
(#159) Variable "path_to_file" must not contain underscores.
(#159) Expected 0 spaces before closing parenthesis; 1 found
(#160) Blank line found at end of control structure
(#162) The use of function error_log() is forbidden; use debugging() instead
(#164) Blank line found at end of control structure
(#167) The use of function error_log() is forbidden; use debugging() instead
(#169) Whitespace found at end of line
(#174) Expected 1 newline at end of file; 0 found
(#174) The closing brace for the class must go on the next line after the body
blocks/smartedu/db/access.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) There should be a comma after the last array item in a multi-line array.
(#40) There should be a comma after the last array item in a multi-line array.
(#42) There should be a comma after the last array item in a multi-line array.
(#44) Expected 1 newline at end of file; 0 found
blocks/smartedu/db/install.php
(#23) Expected 1 space before asterisk; 0 found
(#35) Missing docblock for function xmldb_block_smartedu_install
blocks/smartedu/db/upgrade.php
(#36) Missing docblock for function xmldb_block_smartedu_upgrade
(#41) Whitespace found at end of line
blocks/smartedu/edit_form.php
(#33) Missing docblock for class block_smartedu_edit_form
(#33) Line indented incorrectly; expected 0 spaces, found 1
(#33) Opening brace must not be followed by a blank line
(#34) Whitespace found at end of line
(#35) Whitespace found at end of line
(#44) Short array syntax must be used to define arrays
(#48) Whitespace found at end of line
(#54) Short array syntax must be used to define arrays
(#64) Whitespace found at end of line
(#67) Whitespace found at end of line
(#68) Whitespace found at end of line
(#81) Expected 1 newline at end of file; 0 found
(#81) Closing brace indented incorrectly; expected 1 spaces, found 0
blocks/smartedu/forum.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#17) Expected 1 space before asterisk; 0 found
(#18) Expected 1 space before asterisk; 0 found
(#19) Expected 1 space before asterisk; 0 found
(#20) Expected 1 space before asterisk; 0 found
(#21) Expected 1 space before asterisk; 0 found
(#22) Expected 1 space before asterisk; 0 found
(#35) Variable "summary_type" must not contain underscores.
(#37) Blank line found at start of control structure
(#42) Whitespace found at end of line
(#43) Whitespace found at end of line
(#45) Whitespace found at end of line
(#47) Whitespace found at end of line
(#51) Whitespace found at end of line
(#53) Variable "summary_type" must not contain underscores.
(#55) Whitespace found at end of line
(#57) Whitespace found at end of line
(#60) Variable "json_discussions" must not contain underscores.
(#63) Variable "api_key" must not contain underscores.
(#64) Variable "ai_provider" must not contain underscores.
(#65) Variable "ai_model" must not contain underscores.
(#66) Variable "api_url" must not contain underscores.
(#71) Variable "summary_type" must not contain underscores.
(#74) Variable "ai_provider" must not contain underscores.
(#74) Variable "ai_model" must not contain underscores.
(#74) Variable "api_url" must not contain underscores.
(#74) Variable "api_key" must not contain underscores.
(#76) Variable "json_discussions" must not contain underscores.
(#81) Variable "data_template" must not contain underscores.
(#84) Variable "data_template" must not contain underscores.
(#87) Blank line found at end of control structure
(#89) Variable "has_error" must not contain underscores.
(#90) Variable "error_message" must not contain underscores.
(#91) Variable "data_template" must not contain underscores.
(#92) Variable "data_template" must not contain underscores.
(#92) Variable "error_message" must not contain underscores.
(#97) Variable "data_template" must not contain underscores.
(#98) Expected 1 newline at end of file; 0 found
blocks/smartedu/lang/en/block_smartedu.php
(#29) The string key "noresources" is not in the correct order, it should be before "termsofuse"
(#31) Unexpected comment found. Auto-fixing will not work after this comment
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) The string key "aiprovider" is not in the correct order, it should be before "noresources"
(#35) The string key "apiurl" is not in the correct order, it should be before "enablecache"
(#37) The string key "aimodel" is not in the correct order, it should be before "apiurl:example"
(#41) The string key "nquestions" is not in the correct order, it should be before "summarytype"
(#43) The string key "summarytype:detailed" is not in the correct order, it should be before "summarytype:simple"
(#44) Unexpected string end, it should be a line feed after a semicolon
(#44) Whitespace found at end of line
(#45) Unexpected string end, it should be a line feed after a semicolon
(#45) Whitespace found at end of line
(#46) The string key "resourcenotprocessable" is not in the correct order, it should be before "summarytype:detailed"
(#47) The string key "invalidtypefile" is not in the correct order, it should be before "resourcenotprocessable"
(#48) The string key "invalidaiprovider" is not in the correct order, it should be before "invalidtypefile"
(#49) The string key "aiprovidererror" is not in the correct order, it should be before "invalidaiprovider"
(#50) Unexpected string end, it should be a line feed after a semicolon
(#50) Whitespace found at end of line
(#52) The string key "generatemindmap" is not in the correct order, it should be before "generatestudyguide"
(#55) The string key "quizz:sendresponses" is not in the correct order, it should be before "quizz:showresponse"
(#56) The string key "quizz:correct" is not in the correct order, it should be before "quizz:sendresponses"
(#59) The string key "mindmap:title" is not in the correct order, it should be before "studyscript:title"
(#62) The string key "prompt:detailedsummary" is not in the correct order, it should be before "prompt:simplesummary"
(#64) The string key "prompt:mindmap" is not in the correct order, it should be before "prompt:studyscript"
(#66) The string key "prompt:forum" is not in the correct order, it should be before "prompt:quizz"
(#68) The string key "privacy:metadata" is not in the correct order, it should be before "prompt:forum"
blocks/smartedu/lang/es/block_smartedu.php
(#29) The string key "noresources" is not in the correct order, it should be before "termsofuse"
(#31) Unexpected comment found. Auto-fixing will not work after this comment
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) The string key "aiprovider" is not in the correct order, it should be before "noresources"
(#35) The string key "apiurl" is not in the correct order, it should be before "enablecache"
(#37) The string key "aimodel" is not in the correct order, it should be before "apiurl:example"
(#42) The string key "nquestions" is not in the correct order, it should be before "summarytype"
(#44) The string key "summarytype:detailed" is not in the correct order, it should be before "summarytype:simple"
(#45) The string key "studentinvisible" is not in the correct order, it should be before "summarytype:detailed"
(#46) The string key "resourcenotfound" is not in the correct order, it should be before "studentinvisible"
(#48) The string key "invalidtypefile" is not in the correct order, it should be before "resourcenotprocessable"
(#49) The string key "invalidaiprovider" is not in the correct order, it should be before "invalidtypefile"
(#50) The string key "aiprovidererror" is not in the correct order, it should be before "invalidaiprovider"
(#52) The string key "generatestudyguide" is not in the correct order, it should be before "internalerror"
(#53) The string key "generatemindmap" is not in the correct order, it should be before "generatestudyguide"
(#56) The string key "quizz:sendresponses" is not in the correct order, it should be before "quizz:showresponse"
(#57) The string key "quizz:correct" is not in the correct order, it should be before "quizz:sendresponses"
(#60) The string key "mindmap:title" is not in the correct order, it should be before "studyscript:title"
(#63) The string key "prompt:detailedsummary" is not in the correct order, it should be before "prompt:simplesummary"
(#65) The string key "prompt:mindmap" is not in the correct order, it should be before "prompt:studyscript"
(#67) The string key "prompt:forum" is not in the correct order, it should be before "prompt:quizz"
(#69) The string key "privacy:metadata" is not in the correct order, it should be before "prompt:forum"
blocks/smartedu/lang/pt_br/block_smartedu.php
(#29) The string key "noresources" is not in the correct order, it should be before "termsofuse"
(#31) Unexpected comment found. Auto-fixing will not work after this comment
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) The string key "aiprovider" is not in the correct order, it should be before "noresources"
(#35) The string key "apiurl" is not in the correct order, it should be before "enablecache"
(#37) The string key "aimodel" is not in the correct order, it should be before "apiurl:example"
(#41) The string key "nquestions" is not in the correct order, it should be before "summarytype"
(#43) The string key "summarytype:detailed" is not in the correct order, it should be before "summarytype:simple"
(#44) The string key "studentinvisible" is not in the correct order, it should be before "summarytype:detailed"
(#45) The string key "resourcenotprocessable" is not in the correct order, it should be before "studentinvisible"
(#46) The string key "invalidtypefile" is not in the correct order, it should be before "resourcenotprocessable"
(#47) The string key "invalidaiprovider" is not in the correct order, it should be before "invalidtypefile"
(#49) The string key "internalerror" is not in the correct order, it should be before "resourcenotfound"
(#50) The string key "aiprovidererror" is not in the correct order, it should be before "internalerror"
(#52) The string key "generatemindmap" is not in the correct order, it should be before "generatestudyguide"
(#55) The string key "quizz:sendresponses" is not in the correct order, it should be before "quizz:showresponse"
(#56) The string key "quizz:correct" is not in the correct order, it should be before "quizz:sendresponses"
(#59) The string key "mindmap:title" is not in the correct order, it should be before "studyscript:title"
(#62) The string key "prompt:detailedsummary" is not in the correct order, it should be before "prompt:simplesummary"
(#64) The string key "prompt:mindmap" is not in the correct order, it should be before "prompt:studyscript"
(#66) The string key "prompt:forum" is not in the correct order, it should be before "prompt:quizz"
(#68) Unexpected string end, it should be a line feed after a semicolon
(#68) Expected 1 newline at end of file; 0 found
blocks/smartedu/lib.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
blocks/smartedu/results.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#17) Expected 1 space before asterisk; 0 found
(#18) Expected 1 space before asterisk; 0 found
(#19) Expected 1 space before asterisk; 0 found
(#20) Expected 1 space before asterisk; 0 found
(#21) Expected 1 space before asterisk; 0 found
(#22) Expected 1 space before asterisk; 0 found
(#38) Variable "summary_type" must not contain underscores.
(#39) Variable "questions_number" must not contain underscores.
(#49) Whitespace found at end of line
(#50) Whitespace found at end of line
(#65) Variable "summary_type" must not contain underscores.
(#66) Variable "questions_number" must not contain underscores.
(#75) Variable "has_error" must not contain underscores.
(#76) Variable "error_message" must not contain underscores.
(#77) Variable "data_template" must not contain underscores.
(#80) Variable "class_title" must not contain underscores.
(#94) Variable "class_title" must not contain underscores.
(#97) Short array syntax must be used to define arrays
(#97) Expected at least 1 space before "=>"; 0 found
(#97) Expected at least 1 space after "=>"; 0 found
(#97) Expected 1 space before "=>"; 0 found
(#97) Expected 1 space after "=>"; 0 found
(#98) Variable "external_url" must not contain underscores.
(#99) Variable "class_title" must not contain underscores.
(#101) Variable "external_url" must not contain underscores.
(#102) Line indented incorrectly; expected at least 12 spaces, found 11
(#102) Variable "external_url" must not contain underscores.
(#104) Whitespace found at end of line
(#106) Variable "pdf_content" must not contain underscores.
(#106) Variable "external_url" must not contain underscores.
(#107) Variable "pdf_content" must not contain underscores.
(#115) Whitespace found at end of line
(#117) Variable "pdf_content" must not contain underscores.
(#128) Variable "api_key" must not contain underscores.
(#129) Variable "ai_provider" must not contain underscores.
(#130) Variable "ai_model" must not contain underscores.
(#131) Variable "api_url" must not contain underscores.
(#134) Variable "ai_provider" must not contain underscores.
(#134) Variable "ai_model" must not contain underscores.
(#134) Variable "api_url" must not contain underscores.
(#134) Variable "api_key" must not contain underscores.
(#138) Variable "summary_type" must not contain underscores.
(#144) Variable "data_template" must not contain underscores.
(#147) Variable "data_template" must not contain underscores.
(#147) Expected at least 1 space before ":"; 0 found
(#147) Expected 1 space before ":"; 0 found
(#151) The use of backticks in strings is not recommended
(#152) Variable "data_template" must not contain underscores.
(#153) Variable "data_template" must not contain underscores.
(#154) Whitespace found at end of line
(#156) Variable "data_template" must not contain underscores.
(#156) Expected at least 1 space before ":"; 0 found
(#156) Expected 1 space before ":"; 0 found
(#161) Variable "data_template" must not contain underscores.
(#166) Whitespace found at end of line
(#167) Variable "data_template" must not contain underscores.
(#167) Variable "questions_number" must not contain underscores.
(#168) Variable "questions_number" must not contain underscores.
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) This comment is 61% valid code; is this commented out code?
(#169) No space found before comment text; expected "// $num_questions = isset($data->questions) ? count($data->questions) : 0;" but found "//$num_questions = isset($data->questions) ? count($data->questions) : 0;"
(#171) Variable "questions_number" must not contain underscores.
(#172) There should be a comma after the last array item in a multi-line array.
(#176) Whitespace found at end of line
(#181) Variable "data_template" must not contain underscores.
(#183) Variable "data_template" must not contain underscores.
(#201) Variable "data_template" must not contain underscores.
(#202) Variable "data_template" must not contain underscores.
(#202) Variable "class_title" must not contain underscores.
(#205) Variable "data_template" must not contain underscores.
(#206) Variable "data_template" must not contain underscores.
(#207) Variable "data_template" must not contain underscores.
(#208) Variable "data_template" must not contain underscores.
(#209) Blank line found at end of control structure
(#211) Variable "has_error" must not contain underscores.
(#212) Variable "error_message" must not contain underscores.
(#213) Variable "data_template" must not contain underscores.
(#214) Variable "data_template" must not contain underscores.
(#214) Variable "error_message" must not contain underscores.
(#219) Variable "data_template" must not contain underscores.
(#220) Expected 1 newline at end of file; 0 found
blocks/smartedu/settings.php
(#28) Short array syntax must be used to define arrays
(#33) Whitespace found at end of line
(#34) Line exceeds 132 characters; contains 150 characters
(#35) Line exceeds 132 characters; contains 136 characters
(#36) Line exceeds maximum limit of 180 characters; contains 181 characters
(#37) Line exceeds 132 characters; contains 178 characters
(#38) Expected 1 space after comma in argument list; 2 found
(#38) Expected 1 space between the comma and "1". Found: 2 spaces
(#38) Line exceeds 132 characters; contains 138 characters
(#39) Expected 1 newline at end of file; 0 found
blocks/smartedu/vendor/autoload.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file autoload.php
(#1) Moodle boilerplate not found
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#9) Expected at least 1 space before "."; 0 found
(#9) Expected at least 1 space after "."; 0 found
(#9) Expected at least 1 space before "."; 0 found
(#9) Expected at least 1 space after "."; 0 found
(#9) Expected at least 1 space before "."; 0 found
(#9) Expected at least 1 space after "."; 0 found
(#9) Line exceeds maximum limit of 180 characters; contains 204 characters
(#13) Usage of ELSEIF not allowed; use ELSE IF instead
(#20) "require_once" must be immediately followed by an open parenthesis
blocks/smartedu/vendor/composer/ClassLoader.php
(#1) Moodle boilerplate not found
(#15) Missing @copyright tag
(#15) Missing @license tag
(#43) DocBlock missing a @package tag for class ClassLoader. Expected @package block_smartedu
(#46) Member variable "includeFile" must be all lower-case
(#49) Member variable "vendorDir" must be all lower-case
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Member variable "prefixLengthsPsr4" must be all lower-case
(#55) Short array syntax must be used to define arrays
(#59) Member variable "prefixDirsPsr4" must be all lower-case
(#59) Short array syntax must be used to define arrays
(#63) Member variable "fallbackDirsPsr4" must be all lower-case
(#63) Short array syntax must be used to define arrays
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Member variable "prefixesPsr0" must be all lower-case
(#73) Short array syntax must be used to define arrays
(#77) Member variable "fallbackDirsPsr0" must be all lower-case
(#77) Short array syntax must be used to define arrays
(#80) Member variable "useIncludePath" must be all lower-case
(#85) Member variable "classMap" must be all lower-case
(#85) Short array syntax must be used to define arrays
(#88) Member variable "classMapAuthoritative" must be all lower-case
(#93) Member variable "missingClasses" must be all lower-case
(#93) Short array syntax must be used to define arrays
(#96) Member variable "apcuPrefix" must be all lower-case
(#101) Member variable "registeredLoaders" must be all lower-case
(#101) Short array syntax must be used to define arrays
(#106) No one-line description found in phpdocs for docblock of function __construct
(#106) Variable "vendorDir" must be all lower-case
(#107) Opening brace should be on the same line as the declaration
(#108) Variable "vendorDir" must be all lower-case
(#115) No one-line description found in phpdocs for docblock of function getPrefixes
(#115) Public method name "ClassLoader::getPrefixes" must be in lower-case letters only
(#116) Opening brace should be on the same line as the declaration
(#121) Short array syntax must be used to define arrays
(#127) No one-line description found in phpdocs for docblock of function getPrefixesPsr4
(#127) Public method name "ClassLoader::getPrefixesPsr4" must be in lower-case letters only
(#128) Opening brace should be on the same line as the declaration
(#135) No one-line description found in phpdocs for docblock of function getFallbackDirs
(#135) Public method name "ClassLoader::getFallbackDirs" must be in lower-case letters only
(#136) Opening brace should be on the same line as the declaration
(#143) No one-line description found in phpdocs for docblock of function getFallbackDirsPsr4
(#143) Public method name "ClassLoader::getFallbackDirsPsr4" must be in lower-case letters only
(#144) Opening brace should be on the same line as the declaration
(#151) No one-line description found in phpdocs for docblock of function getClassMap
(#151) Public method name "ClassLoader::getClassMap" must be in lower-case letters only
(#152) Opening brace should be on the same line as the declaration
(#161) No one-line description found in phpdocs for docblock of function addClassMap
(#161) Public method name "ClassLoader::addClassMap" must be in lower-case letters only
(#161) Variable "classMap" must be all lower-case
(#162) Opening brace should be on the same line as the declaration
(#164) Variable "classMap" must be all lower-case
(#166) Variable "classMap" must be all lower-case
(#181) Opening brace should be on the same line as the declaration
(#230) Public method name "ClassLoader::addPsr4" must be in lower-case letters only
(#231) Opening brace should be on the same line as the declaration
(#246) Usage of ELSEIF not allowed; use ELSE IF instead
(#254) Usage of ELSEIF not allowed; use ELSE IF instead
(#279) Opening brace should be on the same line as the declaration
(#298) Public method name "ClassLoader::setPsr4" must be in lower-case letters only
(#299) Opening brace should be on the same line as the declaration
(#319) Public method name "ClassLoader::setUseIncludePath" must be in lower-case letters only
(#319) Variable "useIncludePath" must be all lower-case
(#320) Opening brace should be on the same line as the declaration
(#321) Variable "useIncludePath" must be all lower-case
(#330) Public method name "ClassLoader::getUseIncludePath" must be in lower-case letters only
(#331) Opening brace should be on the same line as the declaration
(#343) Public method name "ClassLoader::setClassMapAuthoritative" must be in lower-case letters only
(#343) Variable "classMapAuthoritative" must be all lower-case
(#344) Opening brace should be on the same line as the declaration
(#345) Variable "classMapAuthoritative" must be all lower-case
(#353) Public method name "ClassLoader::isClassMapAuthoritative" must be in lower-case letters only
(#354) Opening brace should be on the same line as the declaration
(#365) Public method name "ClassLoader::setApcuPrefix" must be in lower-case letters only
(#365) Variable "apcuPrefix" must be all lower-case
(#366) Opening brace should be on the same line as the declaration
(#367) Variable "apcuPrefix" must be all lower-case
(#367) Line exceeds 132 characters; contains 142 characters
(#375) Public method name "ClassLoader::getApcuPrefix" must be in lower-case letters only
(#376) Opening brace should be on the same line as the declaration
(#388) Opening brace should be on the same line as the declaration
(#389) Short array syntax must be used to define arrays
(#396) Variable "registeredLoaders" must be all lower-case
(#396) Short array syntax must be used to define arrays
(#396) Variable "registeredLoaders" must be all lower-case
(#398) Variable "registeredLoaders" must be all lower-case
(#399) Variable "registeredLoaders" must be all lower-case
(#409) Opening brace should be on the same line as the declaration
(#410) Short array syntax must be used to define arrays
(#413) Variable "registeredLoaders" must be all lower-case
(#423) Public method name "ClassLoader::loadClass" must be in lower-case letters only
(#424) Opening brace should be on the same line as the declaration
(#426) Variable "includeFile" must be all lower-case
(#426) Variable "includeFile" must be all lower-case
(#427) Variable "includeFile" must be all lower-case
(#442) Public method name "ClassLoader::findFile" must be in lower-case letters only
(#443) Opening brace should be on the same line as the declaration
(#444) Inline comments must start with a capital letter, digit or 3-dots sequence
(#444) Inline comments must end in full-stops, exclamation marks, or question marks
(#452) Expected at least 1 space before "."; 0 found
(#452) Expected at least 1 space after "."; 0 found
(#460) Inline comments must end in full-stops, exclamation marks, or question marks
(#466) Expected at least 1 space before "."; 0 found
(#466) Expected at least 1 space after "."; 0 found
(#482) Public method name "ClassLoader::getRegisteredLoaders" must be in lower-case letters only
(#483) Opening brace should be on the same line as the declaration
(#484) Variable "registeredLoaders" must be all lower-case
(#492) No one-line description found in phpdocs for docblock of function findFileWithExtension
(#492) Private method name "ClassLoader::findFileWithExtension" must be in lower-case letters only
(#493) Opening brace should be on the same line as the declaration
(#494) Inline comments must end in full-stops, exclamation marks, or question marks
(#495) Variable "logicalPathPsr4" must be all lower-case
(#499) Variable "subPath" must be all lower-case
(#500) Variable "lastPos" must be all lower-case
(#500) Variable "subPath" must be all lower-case
(#501) Variable "subPath" must be all lower-case
(#501) Variable "subPath" must be all lower-case
(#501) Variable "lastPos" must be all lower-case
(#502) Variable "subPath" must be all lower-case
(#504) Variable "pathEnd" must be all lower-case
(#504) Variable "logicalPathPsr4" must be all lower-case
(#504) Variable "lastPos" must be all lower-case
(#506) Variable "pathEnd" must be all lower-case
(#514) Inline comments must end in full-stops, exclamation marks, or question marks
(#516) Variable "logicalPathPsr4" must be all lower-case
(#521) Inline comments must end in full-stops, exclamation marks, or question marks
(#523) Inline comments must start with a capital letter, digit or 3-dots sequence
(#523) Inline comments must end in full-stops, exclamation marks, or question marks
(#524) Variable "logicalPathPsr0" must be all lower-case
(#524) Variable "logicalPathPsr4" must be all lower-case
(#525) Variable "logicalPathPsr4" must be all lower-case
(#527) Inline comments must end in full-stops, exclamation marks, or question marks
(#528) Variable "logicalPathPsr0" must be all lower-case
(#535) Variable "logicalPathPsr0" must be all lower-case
(#543) Inline comments must end in full-stops, exclamation marks, or question marks
(#545) Variable "logicalPathPsr0" must be all lower-case
(#551) Variable "logicalPathPsr0" must be all lower-case
(#561) No one-line description found in phpdocs for docblock of function initializeIncludeClosure
(#561) Private method name "ClassLoader::initializeIncludeClosure" must be in lower-case letters only
(#562) Opening brace should be on the same line as the declaration
(#563) Variable "includeFile" must be all lower-case
(#567) Inline doc block comments are not allowed; use "// Comment." instead
(#575) Variable "includeFile" must be all lower-case
(#575) Expected 1 space after FUNCTION keyword; 0 found
(#576) "include" must be immediately followed by an open parenthesis
blocks/smartedu/vendor/composer/InstalledVersions.php
(#1) Moodle boilerplate not found
(#18) Missing @copyright tag
(#18) Missing @license tag
(#25) Docblock tag "@final" is not recommended.
(#27) DocBlock missing a @package tag for class InstalledVersions. Expected @package block_smartedu
(#31) Docblock tag "@internal" is not recommended.
(#31) @internal tag is not allowed in member variable comment
(#33) Member variable "selfDir" must be all lower-case
(#37) @psalm-var tag is not allowed in member variable comment
(#37) Invalid docblock tag "@psalm-var".
(#37) Line exceeds maximum limit of 180 characters; contains 417 characters
(#44) Member variable "installedIsLocalDir" must be all lower-case
(#49) Member variable "canGetVendors" must be all lower-case
(#53) @psalm-var tag is not allowed in member variable comment
(#53) Invalid docblock tag "@psalm-var".
(#53) Line exceeds maximum limit of 180 characters; contains 419 characters
(#55) Member variable "installedByVendor" must be all lower-case
(#55) Short array syntax must be used to define arrays
(#61) Invalid docblock tag "@psalm-return".
(#63) Public method name "InstalledVersions::getInstalledPackages" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#65) Short array syntax must be used to define arrays
(#82) Invalid docblock tag "@psalm-return".
(#84) Public method name "InstalledVersions::getInstalledPackagesByType" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#86) Variable "packagesByType" must be all lower-case
(#86) Short array syntax must be used to define arrays
(#91) Variable "packagesByType" must be all lower-case
(#96) Variable "packagesByType" must be all lower-case
(#108) Public method name "InstalledVersions::isInstalled" must be in lower-case letters only
(#108) Variable "packageName" must be all lower-case
(#108) Variable "includeDevRequirements" must be all lower-case
(#109) Opening brace should be on the same line as the declaration
(#111) Variable "packageName" must be all lower-case
(#112) Variable "includeDevRequirements" must be all lower-case
(#112) Variable "packageName" must be all lower-case
(#112) Variable "packageName" must be all lower-case
(#112) Line exceeds maximum limit of 180 characters; contains 183 characters
(#128) Line exceeds 132 characters; contains 158 characters
(#131) Variable "packageName" must be all lower-case
(#132) Opening brace should be on the same line as the declaration
(#134) Variable "packageName" must be all lower-case
(#148) Public method name "InstalledVersions::getVersionRanges" must be in lower-case letters only
(#148) Variable "packageName" must be all lower-case
(#149) Opening brace should be on the same line as the declaration
(#151) Variable "packageName" must be all lower-case
(#155) Short array syntax must be used to define arrays
(#156) Variable "packageName" must be all lower-case
(#157) Variable "packageName" must be all lower-case
(#159) Variable "packageName" must be all lower-case
(#160) Variable "packageName" must be all lower-case
(#162) Variable "packageName" must be all lower-case
(#163) Variable "packageName" must be all lower-case
(#165) Variable "packageName" must be all lower-case
(#166) Variable "packageName" must be all lower-case
(#172) Variable "packageName" must be all lower-case
(#177) Line exceeds maximum limit of 180 characters; contains 218 characters
(#179) No one-line description found in phpdocs for docblock of function getVersion
(#179) Public method name "InstalledVersions::getVersion" must be in lower-case letters only
(#179) Variable "packageName" must be all lower-case
(#180) Opening brace should be on the same line as the declaration
(#182) Variable "packageName" must be all lower-case
(#186) Variable "packageName" must be all lower-case
(#190) Variable "packageName" must be all lower-case
(#193) Variable "packageName" must be all lower-case
(#198) Line exceeds maximum limit of 180 characters; contains 218 characters
(#200) No one-line description found in phpdocs for docblock of function getPrettyVersion
(#200) Public method name "InstalledVersions::getPrettyVersion" must be in lower-case letters only
(#200) Variable "packageName" must be all lower-case
(#201) Opening brace should be on the same line as the declaration
(#203) Variable "packageName" must be all lower-case
(#207) Variable "packageName" must be all lower-case
(#211) Variable "packageName" must be all lower-case
(#214) Variable "packageName" must be all lower-case
(#219) Line exceeds 132 characters; contains 135 characters
(#221) No one-line description found in phpdocs for docblock of function getReference
(#221) Public method name "InstalledVersions::getReference" must be in lower-case letters only
(#221) Variable "packageName" must be all lower-case
(#222) Opening brace should be on the same line as the declaration
(#224) Variable "packageName" must be all lower-case
(#228) Variable "packageName" must be all lower-case
(#232) Variable "packageName" must be all lower-case
(#235) Variable "packageName" must be all lower-case
(#240) Line exceeds maximum limit of 180 characters; contains 200 characters
(#242) No one-line description found in phpdocs for docblock of function getInstallPath
(#242) Public method name "InstalledVersions::getInstallPath" must be in lower-case letters only
(#242) Variable "packageName" must be all lower-case
(#243) Opening brace should be on the same line as the declaration
(#245) Variable "packageName" must be all lower-case
(#249) Variable "packageName" must be all lower-case
(#249) Variable "packageName" must be all lower-case
(#249) Line exceeds 132 characters; contains 141 characters
(#252) Variable "packageName" must be all lower-case
(#257) Invalid docblock tag "@psalm-return".
(#257) Line exceeds 132 characters; contains 171 characters
(#259) No one-line description found in phpdocs for docblock of function getRootPackage
(#259) Public method name "InstalledVersions::getRootPackage" must be in lower-case letters only
(#260) Opening brace should be on the same line as the declaration
(#269) Line exceeds maximum limit of 180 characters; contains 201 characters
(#271) Invalid docblock tag "@psalm-return".
(#271) Line exceeds maximum limit of 180 characters; contains 407 characters
(#273) Public method name "InstalledVersions::getRawData" must be in lower-case letters only
(#274) Opening brace should be on the same line as the declaration
(#275) Line exceeds maximum limit of 180 characters; contains 228 characters
(#278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Line exceeds 132 characters; contains 134 characters
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) "include" must be immediately followed by an open parenthesis
(#283) Short array syntax must be used to define arrays
(#294) Invalid docblock tag "@psalm-return".
(#294) Line exceeds maximum limit of 180 characters; contains 413 characters
(#296) Public method name "InstalledVersions::getAllRawData" must be in lower-case letters only
(#297) Opening brace should be on the same line as the declaration
(#317) Invalid docblock tag "@psalm-param".
(#317) Line exceeds maximum limit of 180 characters; contains 412 characters
(#320) Opening brace should be on the same line as the declaration
(#322) Variable "installedByVendor" must be all lower-case
(#322) Short array syntax must be used to define arrays
(#324) Inline comments must start with a capital letter, digit or 3-dots sequence
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#328) Variable "installedIsLocalDir" must be all lower-case
(#334) No one-line description found in phpdocs for docblock of function getSelfDir
(#334) Private method name "InstalledVersions::getSelfDir" must be in lower-case letters only
(#335) Opening brace should be on the same line as the declaration
(#336) Variable "selfDir" must be all lower-case
(#337) Variable "selfDir" must be all lower-case
(#340) Variable "selfDir" must be all lower-case
(#345) Invalid docblock tag "@psalm-return".
(#345) Line exceeds maximum limit of 180 characters; contains 413 characters
(#347) No one-line description found in phpdocs for docblock of function getInstalled
(#347) Private method name "InstalledVersions::getInstalled" must be in lower-case letters only
(#348) Opening brace should be on the same line as the declaration
(#349) Variable "canGetVendors" must be all lower-case
(#350) Variable "canGetVendors" must be all lower-case
(#353) Short array syntax must be used to define arrays
(#354) Variable "copiedLocalDir" must be all lower-case
(#356) Variable "canGetVendors" must be all lower-case
(#357) Variable "selfDir" must be all lower-case
(#358) Variable "vendorDir" must be all lower-case
(#359) Variable "vendorDir" must be all lower-case
(#359) Variable "vendorDir" must be all lower-case
(#360) Variable "installedByVendor" must be all lower-case
(#360) Variable "vendorDir" must be all lower-case
(#361) Variable "installedByVendor" must be all lower-case
(#361) Variable "vendorDir" must be all lower-case
(#362) Usage of ELSEIF not allowed; use ELSE IF instead
(#362) Variable "vendorDir" must be all lower-case
(#362) Expected at least 1 space before "."; 0 found
(#362) Expected at least 1 space after "."; 0 found
(#364) "require" must be immediately followed by an open parenthesis
(#364) Variable "vendorDir" must be all lower-case
(#364) Expected at least 1 space before "."; 0 found
(#364) Expected at least 1 space after "."; 0 found
(#365) Variable "installedByVendor" must be all lower-case
(#365) Variable "vendorDir" must be all lower-case
(#367) Variable "vendorDir" must be all lower-case
(#367) Expected at least 1 space before "."; 0 found
(#367) Expected at least 1 space after "."; 0 found
(#367) Variable "selfDir" must be all lower-case
(#369) Variable "installedIsLocalDir" must be all lower-case
(#372) Variable "installedIsLocalDir" must be all lower-case
(#372) Variable "vendorDir" must be all lower-case
(#372) Expected at least 1 space before "."; 0 found
(#372) Expected at least 1 space after "."; 0 found
(#372) Variable "selfDir" must be all lower-case
(#373) Variable "copiedLocalDir" must be all lower-case
(#379) Inline comments must start with a capital letter, digit or 3-dots sequence
(#380) Line exceeds 132 characters; contains 134 characters
(#380) Inline comments must end in full-stops, exclamation marks, or question marks
(#383) "require" must be immediately followed by an open parenthesis
(#386) Short array syntax must be used to define arrays
(#390) Short array syntax must be used to define arrays
(#390) Variable "copiedLocalDir" must be all lower-case
blocks/smartedu/vendor/composer/autoload_classmap.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file autoload_classmap.php
(#1) Moodle boilerplate not found
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
(#8) Short array syntax must be used to define arrays
(#9) Variable "vendorDir" must be all lower-case
blocks/smartedu/vendor/composer/autoload_files.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file autoload_files.php
(#1) Moodle boilerplate not found
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
(#8) Short array syntax must be used to define arrays
(#9) Variable "vendorDir" must be all lower-case
blocks/smartedu/vendor/composer/autoload_namespaces.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file autoload_namespaces.php
(#1) Moodle boilerplate not found
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
(#8) Short array syntax must be used to define arrays
(#9) Short array syntax must be used to define arrays
(#9) Variable "vendorDir" must be all lower-case
blocks/smartedu/vendor/composer/autoload_psr4.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file autoload_psr4.php
(#1) Moodle boilerplate not found
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
(#8) Short array syntax must be used to define arrays
(#9) Short array syntax must be used to define arrays
(#9) Variable "baseDir" must be all lower-case
(#10) Short array syntax must be used to define arrays
(#10) Variable "vendorDir" must be all lower-case
blocks/smartedu/vendor/composer/autoload_real.php
(#1) Moodle boilerplate not found
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Missing @copyright tag
(#5) Missing @license tag
(#5) Missing docblock for class ComposerAutoloaderInitf7c071b38f69a0b82ff94c1527c44426
(#7) Missing member variable doc comment
(#9) Missing docblock for function loadClassLoader
(#9) Public method name "ComposerAutoloaderInitf7c071b38f69a0b82ff94c1527c44426::loadClassLoader" must be in lower-case letters only
(#10) Opening brace should be on the same line as the declaration
(#12) "require" must be immediately followed by an open parenthesis
(#19) No one-line description found in phpdocs for docblock of function getLoader
(#19) Public method name "ComposerAutoloaderInitf7c071b38f69a0b82ff94c1527c44426::getLoader" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#25) "require" must be immediately followed by an open parenthesis
(#27) Short array syntax must be used to define arrays
(#29) Short array syntax must be used to define arrays
(#31) "require" must be immediately followed by an open parenthesis
(#36) Variable "filesToLoad" must be all lower-case
(#37) Variable "requireFile" must be all lower-case
(#37) Variable "fileIdentifier" must be all lower-case
(#38) Variable "GLOBALS" must be all lower-case
(#38) Variable "fileIdentifier" must be all lower-case
(#39) Variable "GLOBALS" must be all lower-case
(#39) Variable "fileIdentifier" must be all lower-case
(#41) "require" must be immediately followed by an open parenthesis
(#44) Variable "filesToLoad" must be all lower-case
(#44) Variable "fileIdentifier" must be all lower-case
(#45) Variable "requireFile" must be all lower-case
(#45) Variable "fileIdentifier" must be all lower-case
blocks/smartedu/vendor/composer/autoload_static.php
(#1) Moodle boilerplate not found
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#7) Missing @copyright tag
(#7) Missing @license tag
(#7) Missing docblock for class ComposerStaticInitf7c071b38f69a0b82ff94c1527c44426
(#9) Missing member variable doc comment
(#9) Short array syntax must be used to define arrays
(#13) Missing member variable doc comment
(#13) Member variable "prefixLengthsPsr4" must be all lower-case
(#13) Short array syntax must be used to define arrays
(#14) Whitespace found at end of line
(#15) Short array syntax must be used to define arrays
(#18) Whitespace found at end of line
(#19) Short array syntax must be used to define arrays
(#24) Missing member variable doc comment
(#24) Member variable "prefixDirsPsr4" must be all lower-case
(#24) Short array syntax must be used to define arrays
(#25) Whitespace found at end of line
(#26) Short array syntax must be used to define arrays
(#29) Whitespace found at end of line
(#30) Short array syntax must be used to define arrays
(#35) Missing member variable doc comment
(#35) Member variable "prefixesPsr0" must be all lower-case
(#35) Short array syntax must be used to define arrays
(#36) Whitespace found at end of line
(#37) Short array syntax must be used to define arrays
(#38) Whitespace found at end of line
(#39) Short array syntax must be used to define arrays
(#45) Missing member variable doc comment
(#45) Member variable "classMap" must be all lower-case
(#45) Short array syntax must be used to define arrays
(#49) Missing docblock for function getInitializer
(#49) Public method name "ComposerStaticInitf7c071b38f69a0b82ff94c1527c44426::getInitializer" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#52) Variable "prefixLengthsPsr4" must be all lower-case
(#53) Variable "prefixDirsPsr4" must be all lower-case
(#54) Variable "prefixesPsr0" must be all lower-case
(#55) Variable "classMap" must be all lower-case
(#57) Function closing brace must go on the next line following the body; found 1 blank lines before brace
blocks/smartedu/vendor/composer/installed.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file installed.php
(#1) Moodle boilerplate not found
(#1) Opening PHP tag must be on a line by itself
(#1) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#1) Short array syntax must be used to define arrays
(#2) Short array syntax must be used to define arrays
(#9) Short array syntax must be used to define arrays
(#12) Short array syntax must be used to define arrays
(#13) Short array syntax must be used to define arrays
(#19) Short array syntax must be used to define arrays
(#22) Short array syntax must be used to define arrays
(#28) Short array syntax must be used to define arrays
(#31) Short array syntax must be used to define arrays
(#37) Short array syntax must be used to define arrays
blocks/smartedu/vendor/composer/platform_check.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file platform_check.php
(#1) Moodle boilerplate not found
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Short array syntax must be used to define arrays
(#17) Expected at least 1 space before "."; 0 found
(#17) Expected at least 1 space after "."; 0 found
(#17) Expected at least 1 space before "."; 0 found
(#17) Expected at least 1 space after "."; 0 found
(#17) Line exceeds 132 characters; contains 137 characters
(#18) Usage of ELSEIF not allowed; use ELSE IF instead
(#19) Expected at least 1 space before "."; 0 found
(#19) Expected at least 1 space after "."; 0 found
(#19) Expected at least 1 space before "."; 0 found
(#19) Expected at least 1 space after "."; 0 found
(#19) Expected at least 1 space before "."; 0 found
(#19) Expected at least 1 space after "."; 0 found
(#19) Expected at least 1 space before "."; 0 found
(#19) Expected at least 1 space after "."; 0 found
(#19) Line exceeds 132 characters; contains 179 characters
(#24) Passing E_USER_ERROR to trigger_error() is deprecated since 8.4. Throw an exception or call exit with a string message instead.
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Config.php
(#1) No one-line description found in phpdocs for docblock of file Config.php
(#1) DocBlock missing a @package tag for file Config.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#41) DocBlock missing a @package tag for class Config. Expected @package block_smartedu
(#43) Missing member variable doc comment
(#43) Member variable "fontSpaceLimit" must be all lower-case
(#48) Member variable "horizontalOffset" must be all lower-case
(#55) Member variable "pdfWhitespaces" must be all lower-case
(#62) Member variable "pdfWhitespacesRegex" must be all lower-case
(#69) Member variable "retainImageContent" must be all lower-case
(#76) Member variable "decodeMemoryLimit" must be all lower-case
(#83) Member variable "dataTmFontInfoHasToBeIncluded" must be all lower-case
(#90) Member variable "ignoreEncryption" must be all lower-case
(#92) Missing docblock for function getFontSpaceLimit
(#92) Public method name "Config::getFontSpaceLimit" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#97) Missing docblock for function setFontSpaceLimit
(#97) Public method name "Config::setFontSpaceLimit" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#102) Missing docblock for function getHorizontalOffset
(#102) Public method name "Config::getHorizontalOffset" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#107) Missing docblock for function setHorizontalOffset
(#107) Public method name "Config::setHorizontalOffset" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#112) Missing docblock for function getPdfWhitespaces
(#112) Public method name "Config::getPdfWhitespaces" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#117) Missing docblock for function setPdfWhitespaces
(#117) Public method name "Config::setPdfWhitespaces" must be in lower-case letters only
(#117) Variable "pdfWhitespaces" must be all lower-case
(#118) Opening brace should be on the same line as the declaration
(#119) Variable "pdfWhitespaces" must be all lower-case
(#122) Missing docblock for function getPdfWhitespacesRegex
(#122) Public method name "Config::getPdfWhitespacesRegex" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#127) Missing docblock for function setPdfWhitespacesRegex
(#127) Public method name "Config::setPdfWhitespacesRegex" must be in lower-case letters only
(#127) Variable "pdfWhitespacesRegex" must be all lower-case
(#128) Opening brace should be on the same line as the declaration
(#129) Variable "pdfWhitespacesRegex" must be all lower-case
(#132) Missing docblock for function getRetainImageContent
(#132) Public method name "Config::getRetainImageContent" must be in lower-case letters only
(#133) Opening brace should be on the same line as the declaration
(#137) Missing docblock for function setRetainImageContent
(#137) Public method name "Config::setRetainImageContent" must be in lower-case letters only
(#137) Variable "retainImageContent" must be all lower-case
(#138) Opening brace should be on the same line as the declaration
(#139) Variable "retainImageContent" must be all lower-case
(#142) Missing docblock for function getDecodeMemoryLimit
(#142) Public method name "Config::getDecodeMemoryLimit" must be in lower-case letters only
(#143) Opening brace should be on the same line as the declaration
(#147) Missing docblock for function setDecodeMemoryLimit
(#147) Public method name "Config::setDecodeMemoryLimit" must be in lower-case letters only
(#147) Variable "decodeMemoryLimit" must be all lower-case
(#148) Opening brace should be on the same line as the declaration
(#149) Variable "decodeMemoryLimit" must be all lower-case
(#152) Missing docblock for function getDataTmFontInfoHasToBeIncluded
(#152) Public method name "Config::getDataTmFontInfoHasToBeIncluded" must be in lower-case letters only
(#153) Opening brace should be on the same line as the declaration
(#157) Missing docblock for function setDataTmFontInfoHasToBeIncluded
(#157) Public method name "Config::setDataTmFontInfoHasToBeIncluded" must be in lower-case letters only
(#157) Variable "dataTmFontInfoHasToBeIncluded" must be all lower-case
(#158) Opening brace should be on the same line as the declaration
(#159) Variable "dataTmFontInfoHasToBeIncluded" must be all lower-case
(#162) Missing docblock for function getIgnoreEncryption
(#162) Public method name "Config::getIgnoreEncryption" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#171) Public method name "Config::setIgnoreEncryption" must be in lower-case letters only
(#171) Variable "ignoreEncryption" must be all lower-case
(#172) Opening brace should be on the same line as the declaration
(#173) Variable "ignoreEncryption" must be all lower-case
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Document.php
(#1) No one-line description found in phpdocs for docblock of file Document.php
(#1) DocBlock missing a @package tag for file Document.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#50) DocBlock missing a @package tag for class Document. Expected @package block_smartedu
(#77) Missing docblock for function __construct
(#78) Opening brace should be on the same line as the declaration
(#82) Missing docblock for function init
(#83) Opening brace should be on the same line as the declaration
(#98) Protected method name "Document::buildDictionary" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Protected method name "Document::buildDetails" must be in lower-case letters only
(#132) Opening brace should be on the same line as the declaration
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Expected at least 1 space before "."; 0 found
(#171) Expected at least 1 space after "."; 0 found
(#171) Expected at least 1 space before "."; 0 found
(#171) Expected at least 1 space after "."; 0 found
(#171) Expected at least 1 space before "."; 0 found
(#171) Expected at least 1 space after "."; 0 found
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Expected at least 1 space before "."; 0 found
(#179) Expected at least 1 space after "."; 0 found
(#179) Expected at least 1 space before "."; 0 found
(#179) Expected at least 1 space after "."; 0 found
(#179) Expected at least 1 space before "."; 0 found
(#179) Expected at least 1 space after "."; 0 found
(#179) Expected at least 1 space before "."; 0 found
(#179) Expected at least 1 space after "."; 0 found
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) Public method name "Document::extractXMPMetadata" must be in lower-case letters only
(#205) Opening brace should be on the same line as the declaration
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Usage of ELSEIF not allowed; use ELSE IF instead
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) Usage of ELSEIF not allowed; use ELSE IF instead
(#276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#298) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) Missing docblock for function getDictionary
(#305) Public method name "Document::getDictionary" must be in lower-case letters only
(#306) Opening brace should be on the same line as the declaration
(#313) No one-line description found in phpdocs for docblock of function setObjects
(#313) Public method name "Document::setObjects" must be in lower-case letters only
(#314) Opening brace should be on the same line as the declaration
(#323) No one-line description found in phpdocs for docblock of function getObjects
(#323) Public method name "Document::getObjects" must be in lower-case letters only
(#324) Opening brace should be on the same line as the declaration
(#331) No one-line description found in phpdocs for docblock of function getObjectById
(#331) Public method name "Document::getObjectById" must be in lower-case letters only
(#332) Opening brace should be on the same line as the declaration
(#340) Missing docblock for function hasObjectsByType
(#340) Public method name "Document::hasObjectsByType" must be in lower-case letters only
(#341) Opening brace should be on the same line as the declaration
(#345) Missing docblock for function getObjectsByType
(#345) Public method name "Document::getObjectsByType" must be in lower-case letters only
(#346) Opening brace should be on the same line as the declaration
(#365) No one-line description found in phpdocs for docblock of function getFonts
(#365) Public method name "Document::getFonts" must be in lower-case letters only
(#366) Opening brace should be on the same line as the declaration
(#370) Missing docblock for function getFirstFont
(#370) Public method name "Document::getFirstFont" must be in lower-case letters only
(#371) Opening brace should be on the same line as the declaration
(#385) No one-line description found in phpdocs for docblock of function getPages
(#385) Public method name "Document::getPages" must be in lower-case letters only
(#386) Opening brace should be on the same line as the declaration
(#422) Missing docblock for function getText
(#422) Public method name "Document::getText" must be in lower-case letters only
(#422) Variable "pageLimit" must be all lower-case
(#423) Opening brace should be on the same line as the declaration
(#428) Variable "pageLimit" must be all lower-case
(#428) Variable "pageLimit" must be all lower-case
(#429) Variable "pageLimit" must be all lower-case
(#433) Inline doc block comments are not allowed; use "// Comment." instead
(#447) Missing docblock for function getTrailer
(#447) Public method name "Document::getTrailer" must be in lower-case letters only
(#448) Opening brace should be on the same line as the declaration
(#452) Missing docblock for function setTrailer
(#452) Public method name "Document::setTrailer" must be in lower-case letters only
(#453) Opening brace should be on the same line as the declaration
(#457) Missing docblock for function getDetails
(#457) Public method name "Document::getDetails" must be in lower-case letters only
(#458) Opening brace should be on the same line as the declaration
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element.php
(#1) No one-line description found in phpdocs for docblock of file Element.php
(#1) DocBlock missing a @package tag for file Element.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#49) DocBlock missing a @package tag for class Element. Expected @package block_smartedu
(#56) Missing member variable doc comment
(#58) Missing docblock for function __construct
(#59) Opening brace should be on the same line as the declaration
(#64) Missing docblock for function init
(#65) Opening brace should be on the same line as the declaration
(#68) Missing docblock for function equals
(#69) Opening brace should be on the same line as the declaration
(#73) Missing docblock for function contains
(#74) Opening brace should be on the same line as the declaration
(#89) Missing docblock for function getContent
(#89) Public method name "Element::getContent" must be in lower-case letters only
(#90) Opening brace should be on the same line as the declaration
(#94) Missing docblock for function __toString
(#95) Opening brace should be on the same line as the declaration
(#99) Missing docblock for function parse
(#100) Opening brace should be on the same line as the declaration
(#102) Variable "only_values" must not contain underscores.
(#107) Variable "old_position" must not contain underscores.
(#109) Variable "only_values" must not contain underscores.
(#130) Usage of ELSEIF not allowed; use ELSE IF instead
(#132) Usage of ELSEIF not allowed; use ELSE IF instead
(#134) Usage of ELSEIF not allowed; use ELSE IF instead
(#136) Usage of ELSEIF not allowed; use ELSE IF instead
(#138) Usage of ELSEIF not allowed; use ELSE IF instead
(#140) Usage of ELSEIF not allowed; use ELSE IF instead
(#142) Usage of ELSEIF not allowed; use ELSE IF instead
(#144) Usage of ELSEIF not allowed; use ELSE IF instead
(#146) Usage of ELSEIF not allowed; use ELSE IF instead
(#149) Variable "old_position" must not contain underscores.
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementArray.php
(#1) No one-line description found in phpdocs for docblock of file ElementArray.php
(#1) DocBlock missing a @package tag for file ElementArray.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#43) DocBlock missing a @package tag for class ElementArray. Expected @package block_smartedu
(#45) Possible useless method overriding detected
(#45) Missing docblock for function __construct
(#46) Opening brace should be on the same line as the declaration
(#50) Missing docblock for function getContent
(#50) Public method name "ElementArray::getContent" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#59) Missing docblock for function getRawContent
(#59) Public method name "ElementArray::getRawContent" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#64) Missing docblock for function getDetails
(#64) Public method name "ElementArray::getDetails" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#72) Usage of ELSEIF not allowed; use ELSE IF instead
(#74) Usage of ELSEIF not allowed; use ELSE IF instead
(#78) Usage of ELSEIF not allowed; use ELSE IF instead
(#86) Missing docblock for function __toString
(#87) Opening brace should be on the same line as the declaration
(#94) No one-line description found in phpdocs for docblock of function resolveXRef
(#94) Protected method name "ElementArray::resolveXRef" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#106) Invalid docblock tag "@todo:".
(#110) No one-line description found in phpdocs for docblock of function parse
(#111) Opening brace should be on the same line as the declaration
(#127) Variable "sub_offset" must not contain underscores.
(#128) Variable "sub_offset" must not contain underscores.
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementBoolean.php
(#1) No one-line description found in phpdocs for docblock of file ElementBoolean.php
(#1) DocBlock missing a @package tag for file ElementBoolean.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#41) DocBlock missing a @package tag for class ElementBoolean. Expected @package block_smartedu
(#46) No one-line description found in phpdocs for docblock of function __construct
(#47) Opening brace should be on the same line as the declaration
(#51) Missing docblock for function __toString
(#52) Opening brace should be on the same line as the declaration
(#56) Missing docblock for function equals
(#57) Opening brace should be on the same line as the declaration
(#64) No one-line description found in phpdocs for docblock of function parse
(#65) Opening brace should be on the same line as the declaration
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementDate.php
(#1) No one-line description found in phpdocs for docblock of file ElementDate.php
(#1) DocBlock missing a @package tag for file ElementDate.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#40) DocBlock missing a @package tag for class ElementDate. Expected @package block_smartedu
(#68) Missing docblock for function __construct
(#69) Opening brace should be on the same line as the declaration
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Missing docblock for function setFormat
(#77) Public method name "ElementDate::setFormat" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#82) Missing docblock for function equals
(#83) Opening brace should be on the same line as the declaration
(#93) Missing docblock for function __toString
(#94) Opening brace should be on the same line as the declaration
(#101) No one-line description found in phpdocs for docblock of function parse
(#102) Opening brace should be on the same line as the declaration
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Usage of ELSEIF not allowed; use ELSE IF instead
(#114) Expected at least 1 space before "."; 0 found
(#114) Expected at least 1 space after "."; 0 found
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) This comment is 58% valid code; is this commented out code?
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementHexa.php
(#1) No one-line description found in phpdocs for docblock of file ElementHexa.php
(#1) DocBlock missing a @package tag for file ElementHexa.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#40) DocBlock missing a @package tag for class ElementHexa. Expected @package block_smartedu
(#45) No one-line description found in phpdocs for docblock of function parse
(#46) Opening brace should be on the same line as the declaration
(#49) Expected at least 1 space before "."; 0 found
(#49) Expected at least 1 space after "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space after "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space after "."; 0 found
(#64) Missing docblock for function decode
(#65) Opening brace should be on the same line as the declaration
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Expected at least 1 space before "."; 0 found
(#77) Expected at least 1 space after "."; 0 found
(#77) Expected at least 1 space before "."; 0 found
(#77) Expected at least 1 space after "."; 0 found
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementMissing.php
(#1) No one-line description found in phpdocs for docblock of file ElementMissing.php
(#1) DocBlock missing a @package tag for file ElementMissing.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#40) DocBlock missing a @package tag for class ElementMissing. Expected @package block_smartedu
(#42) Missing docblock for function __construct
(#43) Opening brace should be on the same line as the declaration
(#47) Missing docblock for function equals
(#48) Opening brace should be on the same line as the declaration
(#52) Missing docblock for function contains
(#53) Opening brace should be on the same line as the declaration
(#57) Missing docblock for function getContent
(#57) Public method name "ElementMissing::getContent" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#62) Missing docblock for function __toString
(#63) Opening brace should be on the same line as the declaration
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementName.php
(#1) No one-line description found in phpdocs for docblock of file ElementName.php
(#1) DocBlock missing a @package tag for file ElementName.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#42) DocBlock missing a @package tag for class ElementName. Expected @package block_smartedu
(#44) Missing docblock for function __construct
(#45) Opening brace should be on the same line as the declaration
(#49) Missing docblock for function equals
(#50) Opening brace should be on the same line as the declaration
(#57) No one-line description found in phpdocs for docblock of function parse
(#58) Opening brace should be on the same line as the declaration
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNull.php
(#1) No one-line description found in phpdocs for docblock of file ElementNull.php
(#1) DocBlock missing a @package tag for file ElementNull.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#41) DocBlock missing a @package tag for class ElementNull. Expected @package block_smartedu
(#43) Missing docblock for function __construct
(#44) Opening brace should be on the same line as the declaration
(#48) Missing docblock for function __toString
(#49) Opening brace should be on the same line as the declaration
(#53) Missing docblock for function equals
(#54) Opening brace should be on the same line as the declaration
(#61) No one-line description found in phpdocs for docblock of function parse
(#62) Opening brace should be on the same line as the declaration
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNumeric.php
(#1) No one-line description found in phpdocs for docblock of file ElementNumeric.php
(#1) DocBlock missing a @package tag for file ElementNumeric.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#41) DocBlock missing a @package tag for class ElementNumeric. Expected @package block_smartedu
(#43) Missing docblock for function __construct
(#44) Opening brace should be on the same line as the declaration
(#51) No one-line description found in phpdocs for docblock of function parse
(#52) Opening brace should be on the same line as the declaration
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementString.php
(#1) No one-line description found in phpdocs for docblock of file ElementString.php
(#1) DocBlock missing a @package tag for file ElementString.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#42) DocBlock missing a @package tag for class ElementString. Expected @package block_smartedu
(#44) Missing docblock for function __construct
(#45) Opening brace should be on the same line as the declaration
(#49) Missing docblock for function equals
(#50) Opening brace should be on the same line as the declaration
(#57) No one-line description found in phpdocs for docblock of function parse
(#58) Opening brace should be on the same line as the declaration
(#63) Variable "cur_start_text" must not contain underscores.
(#63) Variable "start_search_end" must not contain underscores.
(#64) Variable "cur_start_pos" must not contain underscores.
(#64) Variable "start_search_end" must not contain underscores.
(#65) Variable "cur_extract" must not contain underscores.
(#65) Variable "cur_start_text" must not contain underscores.
(#65) Variable "cur_start_pos" must not contain underscores.
(#65) Variable "cur_start_text" must not contain underscores.
(#66) Variable "cur_extract" must not contain underscores.
(#70) Variable "start_search_end" must not contain underscores.
(#70) Variable "cur_start_pos" must not contain underscores.
(#74) Variable "cur_start_pos" must not contain underscores.
(#75) Variable "cur_start_pos" must not contain underscores.
(#75) This comment is 58% valid code; is this commented out code?
(#78) Expected 1 space between the comma and "' '". Found: 3 spaces
(#78) Expected 1 space between the comma and "'/'". Found: 3 spaces
(#78) Expected 1 space between the comma and "'('". Found: 3 spaces
(#78) Expected 1 space between the comma and "')'". Found: 2 spaces
(#78) Expected 1 space between the comma and ""\n"". Found: 2 spaces
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementStruct.php
(#1) No one-line description found in phpdocs for docblock of file ElementStruct.php
(#1) DocBlock missing a @package tag for file ElementStruct.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#42) DocBlock missing a @package tag for class ElementStruct. Expected @package block_smartedu
(#47) No one-line description found in phpdocs for docblock of function parse
(#48) Opening brace should be on the same line as the declaration
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementXRef.php
(#1) No one-line description found in phpdocs for docblock of file ElementXRef.php
(#1) DocBlock missing a @package tag for file ElementXRef.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#41) DocBlock missing a @package tag for class ElementXRef. Expected @package block_smartedu
(#43) Missing docblock for function getId
(#43) Public method name "ElementXRef::getId" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#48) Missing docblock for function getObject
(#48) Public method name "ElementXRef::getObject" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#53) Missing docblock for function equals
(#54) Opening brace should be on the same line as the declaration
(#55) Inline doc block comments are not allowed; use "// Comment." instead
(#78) Missing docblock for function __toString
(#79) Opening brace should be on the same line as the declaration
(#80) Expected at least 1 space before "."; 0 found
(#80) Expected at least 1 space after "."; 0 found
(#86) No one-line description found in phpdocs for docblock of function parse
(#87) Opening brace should be on the same line as the declaration
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding.php
(#1) No one-line description found in phpdocs for docblock of file Encoding.php
(#1) DocBlock missing a @package tag for file Encoding.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#43) DocBlock missing a @package tag for class Encoding. Expected @package block_smartedu
(#60) Missing docblock for function init
(#61) Opening brace should be on the same line as the declaration
(#78) Inline doc block type-hinting for '$difference' does not match next code line 'if...'
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) This comment is 50% valid code; is this commented out code?
(#102) Missing docblock for function getDetails
(#102) Public method name "Encoding::getDetails" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#114) Missing docblock for function translateChar
(#114) Public method name "Encoding::translateChar" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#129) Opening brace should be on the same line as the declaration
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) No one-line description found in phpdocs for docblock of function getEncodingClass
(#144) Protected method name "Encoding::getEncodingClass" must be in lower-case letters only
(#145) Opening brace should be on the same line as the declaration
(#147) Variable "baseEncoding" must be all lower-case
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Variable "baseEncoding" must be all lower-case
(#150) Variable "baseEncoding" must be all lower-case
(#151) Variable "baseEncoding" must be all lower-case
(#154) Variable "className" must be all lower-case
(#154) Expected at least 1 space before "."; 0 found
(#154) Expected at least 1 space after "."; 0 found
(#154) Variable "baseEncoding" must be all lower-case
(#156) Variable "className" must be all lower-case
(#157) Expected at least 1 space before "."; 0 found
(#157) Expected at least 1 space after "."; 0 found
(#157) Variable "baseEncoding" must be all lower-case
(#157) Expected at least 1 space before "."; 0 found
(#157) Expected at least 1 space after "."; 0 found
(#160) Variable "className" must be all lower-case
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/AbstractEncoding.php
(#1) Moodle boilerplate not found
(#5) Missing @copyright tag
(#5) Missing @license tag
(#5) Missing docblock for class AbstractEncoding
(#7) Missing docblock for function getTranslations
(#7) Public method name "AbstractEncoding::getTranslations" must be in lower-case letters only
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/EncodingLocator.php
(#1) Moodle boilerplate not found
(#5) Missing @copyright tag
(#5) Missing @license tag
(#5) Missing docblock for class EncodingLocator
(#7) Missing member variable doc comment
(#9) Missing docblock for function getEncoding
(#9) Public method name "EncodingLocator::getEncoding" must be in lower-case letters only
(#9) Variable "encodingClassName" must be all lower-case
(#10) Opening brace should be on the same line as the declaration
(#11) Variable "encodingClassName" must be all lower-case
(#12) Variable "encodingClassName" must be all lower-case
(#12) Variable "encodingClassName" must be all lower-case
(#15) Variable "encodingClassName" must be all lower-case
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin1Encoding.php
(#1) No one-line description found in phpdocs for docblock of file ISOLatin1Encoding.php
(#1) DocBlock missing a @package tag for file ISOLatin1Encoding.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) DocBlock missing a @package tag for class ISOLatin1Encoding. Expected @package block_smartedu
(#42) Missing docblock for function getTranslations
(#42) Public method name "ISOLatin1Encoding::getTranslations" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#45) Expected at least 1 space before "."; 0 found
(#46) Expected at least 1 space before "."; 0 found
(#47) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space before "."; 0 found
(#49) Expected at least 1 space before "."; 0 found
(#50) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#52) Expected at least 1 space before "."; 0 found
(#53) Expected at least 1 space before "."; 0 found
(#54) Expected at least 1 space before "."; 0 found
(#55) Expected at least 1 space before "."; 0 found
(#56) Expected at least 1 space before "."; 0 found
(#57) Expected at least 1 space before "."; 0 found
(#58) Expected at least 1 space before "."; 0 found
(#59) Expected at least 1 space before "."; 0 found
(#60) Expected at least 1 space before "."; 0 found
(#61) Expected at least 1 space before "."; 0 found
(#62) Expected at least 1 space before "."; 0 found
(#63) Expected at least 1 space before "."; 0 found
(#64) Expected at least 1 space before "."; 0 found
(#65) Expected at least 1 space before "."; 0 found
(#66) Expected at least 1 space before "."; 0 found
(#67) Expected at least 1 space before "."; 0 found
(#68) Expected at least 1 space before "."; 0 found
(#69) Expected at least 1 space before "."; 0 found
(#70) Expected at least 1 space before "."; 0 found
(#71) Expected at least 1 space before "."; 0 found
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin9Encoding.php
(#1) No one-line description found in phpdocs for docblock of file ISOLatin9Encoding.php
(#1) DocBlock missing a @package tag for file ISOLatin9Encoding.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) DocBlock missing a @package tag for class ISOLatin9Encoding. Expected @package block_smartedu
(#42) Missing docblock for function getTranslations
(#42) Public method name "ISOLatin9Encoding::getTranslations" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#45) Expected at least 1 space before "."; 0 found
(#46) Expected at least 1 space before "."; 0 found
(#47) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space before "."; 0 found
(#49) Expected at least 1 space before "."; 0 found
(#50) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#52) Expected at least 1 space before "."; 0 found
(#53) Expected at least 1 space before "."; 0 found
(#54) Expected at least 1 space before "."; 0 found
(#55) Expected at least 1 space before "."; 0 found
(#56) Expected at least 1 space before "."; 0 found
(#57) Expected at least 1 space before "."; 0 found
(#58) Expected at least 1 space before "."; 0 found
(#59) Expected at least 1 space before "."; 0 found
(#60) Expected at least 1 space before "."; 0 found
(#61) Expected at least 1 space before "."; 0 found
(#62) Expected at least 1 space before "."; 0 found
(#63) Expected at least 1 space before "."; 0 found
(#64) Expected at least 1 space before "."; 0 found
(#65) Expected at least 1 space before "."; 0 found
(#66) Expected at least 1 space before "."; 0 found
(#67) Expected at least 1 space before "."; 0 found
(#68) Expected at least 1 space before "."; 0 found
(#69) Expected at least 1 space before "."; 0 found
(#70) Expected at least 1 space before "."; 0 found
(#71) Expected at least 1 space before "."; 0 found
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/MacRomanEncoding.php
(#1) No one-line description found in phpdocs for docblock of file MacRomanEncoding.php
(#1) DocBlock missing a @package tag for file MacRomanEncoding.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) DocBlock missing a @package tag for class MacRomanEncoding. Expected @package block_smartedu
(#42) Missing docblock for function getTranslations
(#42) Public method name "MacRomanEncoding::getTranslations" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#45) Expected at least 1 space before "."; 0 found
(#46) Expected at least 1 space before "."; 0 found
(#47) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space before "."; 0 found
(#49) Expected at least 1 space before "."; 0 found
(#50) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#52) Expected at least 1 space before "."; 0 found
(#53) Expected at least 1 space before "."; 0 found
(#54) Expected at least 1 space before "."; 0 found
(#55) Expected at least 1 space before "."; 0 found
(#56) Expected at least 1 space before "."; 0 found
(#57) Expected at least 1 space before "."; 0 found
(#58) Expected at least 1 space before "."; 0 found
(#59) Expected at least 1 space before "."; 0 found
(#60) Expected at least 1 space before "."; 0 found
(#61) Expected at least 1 space before "."; 0 found
(#62) Expected at least 1 space before "."; 0 found
(#63) Expected at least 1 space before "."; 0 found
(#64) Expected at least 1 space before "."; 0 found
(#65) Expected at least 1 space before "."; 0 found
(#66) Expected at least 1 space before "."; 0 found
(#67) Expected at least 1 space before "."; 0 found
(#68) Expected at least 1 space before "."; 0 found
(#69) Expected at least 1 space before "."; 0 found
(#70) Expected at least 1 space before "."; 0 found
(#71) Expected at least 1 space before "."; 0 found
(#72) Expected at least 1 space before "."; 0 found
(#73) Expected at least 1 space before "."; 0 found
(#74) Expected at least 1 space before "."; 0 found
(#75) Expected at least 1 space before "."; 0 found
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PDFDocEncoding.php
(#1) No one-line description found in phpdocs for docblock of file PDFDocEncoding.php
(#1) DocBlock missing a @package tag for file PDFDocEncoding.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#8) Invalid docblock tag "@date".
(#12) Invalid docblock tag "@url".
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) DocBlock missing a @package tag for class PDFDocEncoding. Expected @package block_smartedu
(#42) Missing docblock for function getCodePage
(#42) Public method name "PDFDocEncoding::getCodePage" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#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
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) 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
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) 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
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Inline comments must start with a capital letter, digit or 3-dots sequence
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Missing docblock for function convertPDFDoc2UTF8
(#185) Public method name "PDFDocEncoding::convertPDFDoc2UTF8" must be in lower-case letters only
(#186) Opening brace should be on the same line as the declaration
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PostScriptGlyphs.php
(#1) No one-line description found in phpdocs for docblock of file PostScriptGlyphs.php
(#1) DocBlock missing a @package tag for file PostScriptGlyphs.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#8) Invalid docblock tag "@date".
(#12) Invalid docblock tag "@url".
(#37) DocBlock missing a @package tag for class PostScriptGlyphs. Expected @package block_smartedu
(#41) Line exceeds 132 characters; contains 138 characters
(#44) Public method name "PostScriptGlyphs::getGlyphs" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#47) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00a0'
(#48) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0021'
(#49) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0022'
(#50) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0023'
(#51) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0024'
(#52) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0025'
(#53) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0026'
(#54) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0027'
(#55) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0028'
(#56) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0029'
(#57) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x002a'
(#58) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x002b'
(#59) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x002c'
(#60) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x002d'
(#61) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x002e'
(#62) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x002f'
(#63) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0030'
(#64) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0031'
(#65) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0032'
(#66) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0033'
(#67) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0034'
(#68) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0035'
(#69) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0036'
(#70) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0037'
(#71) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0038'
(#72) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0039'
(#73) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x003a'
(#74) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x003b'
(#75) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x003c'
(#76) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x003d'
(#77) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x003e'
(#78) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x003f'
(#79) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0040'
(#80) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0041'
(#81) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0042'
(#82) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0043'
(#83) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0044'
(#84) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0045'
(#85) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0046'
(#86) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0047'
(#87) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0048'
(#88) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0049'
(#89) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x004a'
(#90) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x004b'
(#91) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x004c'
(#92) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x004d'
(#93) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x004e'
(#94) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x004f'
(#95) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0050'
(#96) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0051'
(#97) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0052'
(#98) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0053'
(#99) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0054'
(#100) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0055'
(#101) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0056'
(#102) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0057'
(#103) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0058'
(#104) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0059'
(#105) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x005a'
(#106) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x005b'
(#107) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x005c'
(#108) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x005d'
(#109) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x005e'
(#110) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x005f'
(#111) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0060'
(#112) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0061'
(#113) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0062'
(#114) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0063'
(#115) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0064'
(#116) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0065'
(#117) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0066'
(#118) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0067'
(#119) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0068'
(#120) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0069'
(#121) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x006a'
(#122) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x006b'
(#123) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x006c'
(#124) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x006d'
(#125) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x006e'
(#126) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x006f'
(#127) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0070'
(#128) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0071'
(#129) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0072'
(#130) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0073'
(#131) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0074'
(#132) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0075'
(#133) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0076'
(#134) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0077'
(#135) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0078'
(#136) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0079'
(#137) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x007a'
(#138) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x007b'
(#139) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x007c'
(#140) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x007d'
(#141) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x007e'
(#142) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00a1'
(#143) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00a2'
(#144) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00a3'
(#145) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00a4'
(#146) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00a5'
(#147) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00a6'
(#148) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00a7'
(#149) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00a8'
(#150) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00a9'
(#151) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00aa'
(#152) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00ab'
(#153) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00ac'
(#154) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2212'
(#155) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00ae'
(#156) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x02c9'
(#157) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00b0'
(#158) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00b1'
(#159) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00b2'
(#160) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00b3'
(#161) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00b4'
(#162) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03bc'
(#163) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00b6'
(#164) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2219'
(#165) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00b8'
(#166) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00b9'
(#167) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00ba'
(#168) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00bb'
(#169) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00bc'
(#170) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00bd'
(#171) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00be'
(#172) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00bf'
(#173) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00c0'
(#174) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00c1'
(#175) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00c2'
(#176) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00c3'
(#177) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00c4'
(#178) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00c5'
(#179) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00c6'
(#180) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00c7'
(#181) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00c8'
(#182) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00c9'
(#183) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00ca'
(#184) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00cb'
(#185) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00cc'
(#186) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00cd'
(#187) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00ce'
(#188) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00cf'
(#189) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00d0'
(#190) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00d1'
(#191) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00d2'
(#192) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00d3'
(#193) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00d4'
(#194) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00d5'
(#195) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00d6'
(#196) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00d7'
(#197) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00d8'
(#198) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00d9'
(#199) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00da'
(#200) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00db'
(#201) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00dc'
(#202) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00dd'
(#203) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00de'
(#204) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00df'
(#205) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00e0'
(#206) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00e1'
(#207) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00e2'
(#208) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00e3'
(#209) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00e4'
(#210) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00e5'
(#211) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00e6'
(#212) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00e7'
(#213) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00e8'
(#214) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00e9'
(#215) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00ea'
(#216) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00eb'
(#217) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00ec'
(#218) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00ed'
(#219) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00ee'
(#220) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00ef'
(#221) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00f0'
(#222) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00f1'
(#223) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00f2'
(#224) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00f3'
(#225) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00f4'
(#226) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00f5'
(#227) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00f6'
(#228) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00f7'
(#229) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00f8'
(#230) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00f9'
(#231) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00fa'
(#232) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00fb'
(#233) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00fc'
(#234) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00fd'
(#235) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00fe'
(#236) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x00ff'
(#237) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0100'
(#238) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0101'
(#239) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0102'
(#240) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0103'
(#241) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0104'
(#242) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0105'
(#243) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0106'
(#244) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0107'
(#245) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0108'
(#246) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0109'
(#247) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x010a'
(#248) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x010b'
(#249) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x010c'
(#250) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x010d'
(#251) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x010e'
(#252) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x010f'
(#253) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0110'
(#254) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0111'
(#255) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0112'
(#256) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0113'
(#257) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0114'
(#258) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0115'
(#259) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0116'
(#260) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0117'
(#261) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0118'
(#262) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0119'
(#263) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x011a'
(#264) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x011b'
(#265) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x011c'
(#266) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x011d'
(#267) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x011e'
(#268) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x011f'
(#269) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0120'
(#270) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0121'
(#271) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0122'
(#272) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0123'
(#273) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0124'
(#274) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0125'
(#275) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0126'
(#276) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0127'
(#277) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0128'
(#278) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0129'
(#279) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x012a'
(#280) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x012b'
(#281) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x012c'
(#282) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x012d'
(#283) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x012e'
(#284) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x012f'
(#285) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0130'
(#286) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0131'
(#287) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0132'
(#288) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0133'
(#289) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0134'
(#290) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0135'
(#291) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0136'
(#292) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0137'
(#293) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0138'
(#294) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0139'
(#295) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x013a'
(#296) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x013b'
(#297) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x013c'
(#298) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x013d'
(#299) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x013e'
(#300) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x013f'
(#301) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0140'
(#302) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0141'
(#303) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0142'
(#304) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0143'
(#305) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0144'
(#306) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0145'
(#307) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0146'
(#308) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0147'
(#309) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0148'
(#310) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0149'
(#311) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x014a'
(#312) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x014b'
(#313) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x014c'
(#314) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x014d'
(#315) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x014e'
(#316) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x014f'
(#317) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0150'
(#318) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0151'
(#319) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0152'
(#320) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0153'
(#321) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0154'
(#322) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0155'
(#323) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0156'
(#324) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0157'
(#325) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0158'
(#326) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0159'
(#327) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x015a'
(#328) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x015b'
(#329) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x015c'
(#330) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x015d'
(#331) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6c1'
(#332) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6c2'
(#333) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0160'
(#334) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0161'
(#335) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x021a'
(#336) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x021b'
(#337) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0164'
(#338) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0165'
(#339) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0166'
(#340) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0167'
(#341) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0168'
(#342) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0169'
(#343) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x016a'
(#344) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x016b'
(#345) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x016c'
(#346) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x016d'
(#347) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x016e'
(#348) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x016f'
(#349) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0170'
(#350) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0171'
(#351) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0172'
(#352) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0173'
(#353) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0174'
(#354) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0175'
(#355) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0176'
(#356) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0177'
(#357) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0178'
(#358) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0179'
(#359) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x017a'
(#360) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x017b'
(#361) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x017c'
(#362) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x017d'
(#363) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x017e'
(#364) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x017f'
(#365) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0192'
(#366) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x01a0'
(#367) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x01a1'
(#368) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x01af'
(#369) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x01b0'
(#370) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x01e6'
(#371) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x01e7'
(#372) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x01fa'
(#373) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x01fb'
(#374) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x01fc'
(#375) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x01fd'
(#376) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x01fe'
(#377) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x01ff'
(#378) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0218'
(#379) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0219'
(#380) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x02bc'
(#381) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x02bd'
(#382) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x02c6'
(#383) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x02c7'
(#384) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x02d8'
(#385) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x02d9'
(#386) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x02da'
(#387) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x02db'
(#388) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x02dc'
(#389) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x02dd'
(#390) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0300'
(#391) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0301'
(#392) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0303'
(#393) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0309'
(#394) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0323'
(#395) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0384'
(#396) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0385'
(#397) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0386'
(#398) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0387'
(#399) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0388'
(#400) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0389'
(#401) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x038a'
(#402) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x038c'
(#403) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x038e'
(#404) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x038f'
(#405) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0390'
(#406) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0391'
(#407) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0392'
(#408) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0393'
(#409) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2206'
(#410) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0395'
(#411) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0396'
(#412) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0397'
(#413) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0398'
(#414) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0399'
(#415) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x039a'
(#416) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x039b'
(#417) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x039c'
(#418) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x039d'
(#419) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x039e'
(#420) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x039f'
(#421) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03a0'
(#422) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03a1'
(#423) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03a3'
(#424) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03a4'
(#425) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03a5'
(#426) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03a6'
(#427) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03a7'
(#428) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03a8'
(#429) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2126'
(#430) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03aa'
(#431) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03ab'
(#432) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03ac'
(#433) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03ad'
(#434) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03ae'
(#435) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03af'
(#436) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03b0'
(#437) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03b1'
(#438) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03b2'
(#439) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03b3'
(#440) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03b4'
(#441) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03b5'
(#442) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03b6'
(#443) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03b7'
(#444) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03b8'
(#445) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03b9'
(#446) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03ba'
(#447) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03bb'
(#448) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03bd'
(#449) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03be'
(#450) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03bf'
(#451) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03c0'
(#452) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03c1'
(#453) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03c2'
(#454) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03c3'
(#455) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03c4'
(#456) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03c5'
(#457) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03c6'
(#458) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03c7'
(#459) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03c8'
(#460) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03c9'
(#461) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03ca'
(#462) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03cb'
(#463) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03cc'
(#464) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03cd'
(#465) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03ce'
(#466) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03d1'
(#467) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03d2'
(#468) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03d5'
(#469) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x03d6'
(#470) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0401'
(#471) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0402'
(#472) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0403'
(#473) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0404'
(#474) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0405'
(#475) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0406'
(#476) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0407'
(#477) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0408'
(#478) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0409'
(#479) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x040a'
(#480) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x040b'
(#481) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x040c'
(#482) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x040e'
(#483) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x040f'
(#484) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0410'
(#485) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0411'
(#486) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0412'
(#487) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0413'
(#488) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0414'
(#489) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0415'
(#490) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0416'
(#491) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0417'
(#492) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0418'
(#493) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0419'
(#494) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x041a'
(#495) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x041b'
(#496) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x041c'
(#497) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x041d'
(#498) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x041e'
(#499) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x041f'
(#500) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0420'
(#501) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0421'
(#502) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0422'
(#503) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0423'
(#504) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0424'
(#505) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0425'
(#506) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0426'
(#507) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0427'
(#508) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0428'
(#509) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0429'
(#510) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x042a'
(#511) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x042b'
(#512) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x042c'
(#513) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x042d'
(#514) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x042e'
(#515) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x042f'
(#516) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0430'
(#517) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0431'
(#518) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0432'
(#519) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0433'
(#520) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0434'
(#521) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0435'
(#522) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0436'
(#523) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0437'
(#524) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0438'
(#525) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0439'
(#526) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x043a'
(#527) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x043b'
(#528) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x043c'
(#529) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x043d'
(#530) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x043e'
(#531) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x043f'
(#532) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0440'
(#533) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0441'
(#534) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0442'
(#535) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0443'
(#536) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0444'
(#537) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0445'
(#538) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0446'
(#539) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0447'
(#540) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0448'
(#541) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0449'
(#542) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x044a'
(#543) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x044b'
(#544) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x044c'
(#545) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x044d'
(#546) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x044e'
(#547) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x044f'
(#548) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0451'
(#549) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0452'
(#550) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0453'
(#551) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0454'
(#552) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0455'
(#553) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0456'
(#554) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0457'
(#555) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0458'
(#556) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0459'
(#557) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x045a'
(#558) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x045b'
(#559) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x045c'
(#560) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x045e'
(#561) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x045f'
(#562) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0462'
(#563) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0463'
(#564) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0472'
(#565) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0473'
(#566) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0474'
(#567) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0475'
(#568) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0490'
(#569) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0491'
(#570) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x04d9'
(#571) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05b0'
(#572) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05b1'
(#573) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05b2'
(#574) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05b3'
(#575) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05b4'
(#576) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05b5'
(#577) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05b6'
(#578) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05b7'
(#579) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05b8'
(#580) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05b9'
(#581) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05bb'
(#582) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05bc'
(#583) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05bd'
(#584) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05be'
(#585) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05bf'
(#586) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05c0'
(#587) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05c1'
(#588) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05c2'
(#589) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05c3'
(#590) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05d0'
(#591) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05d1'
(#592) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05d2'
(#593) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05d3'
(#594) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05d4'
(#595) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05d5'
(#596) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05d6'
(#597) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05d7'
(#598) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05d8'
(#599) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05d9'
(#600) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05da'
(#601) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05db'
(#602) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05dc'
(#603) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05dd'
(#604) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05de'
(#605) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05df'
(#606) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05e0'
(#607) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05e1'
(#608) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05e2'
(#609) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05e3'
(#610) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05e4'
(#611) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05e5'
(#612) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05e6'
(#613) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05e7'
(#614) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05e8'
(#615) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05e9'
(#616) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05ea'
(#617) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05f0'
(#618) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05f1'
(#619) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x05f2'
(#620) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x060c'
(#621) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x061b'
(#622) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x061f'
(#623) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0621'
(#624) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0622'
(#625) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0623'
(#626) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0624'
(#627) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0625'
(#628) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0626'
(#629) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0627'
(#630) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0628'
(#631) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0629'
(#632) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x062a'
(#633) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x062b'
(#634) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x062c'
(#635) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x062d'
(#636) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x062e'
(#637) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x062f'
(#638) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0630'
(#639) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0631'
(#640) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0632'
(#641) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0633'
(#642) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0634'
(#643) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0635'
(#644) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0636'
(#645) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0637'
(#646) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0638'
(#647) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0639'
(#648) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x063a'
(#649) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0640'
(#650) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0641'
(#651) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0642'
(#652) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0643'
(#653) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0644'
(#654) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0645'
(#655) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0646'
(#656) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0647'
(#657) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0648'
(#658) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0649'
(#659) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x064a'
(#660) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x064b'
(#661) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x064c'
(#662) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x064d'
(#663) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x064e'
(#664) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x064f'
(#665) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0650'
(#666) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0651'
(#667) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0652'
(#668) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0660'
(#669) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0661'
(#670) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0662'
(#671) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0663'
(#672) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0664'
(#673) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0665'
(#674) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0666'
(#675) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0667'
(#676) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0668'
(#677) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0669'
(#678) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x066a'
(#679) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x066d'
(#680) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0679'
(#681) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x067e'
(#682) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0686'
(#683) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0688'
(#684) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0691'
(#685) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x0698'
(#686) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x06a4'
(#687) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x06af'
(#688) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x06ba'
(#689) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x06d2'
(#690) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x06d5'
(#691) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x1e80'
(#692) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x1e81'
(#693) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x1e82'
(#694) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x1e83'
(#695) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x1e84'
(#696) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x1e85'
(#697) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x1ef2'
(#698) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x1ef3'
(#699) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x200c'
(#700) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x200d'
(#701) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x200e'
(#702) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x200f'
(#703) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2012'
(#704) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2013'
(#705) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2014'
(#706) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2015'
(#707) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2017'
(#708) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2018'
(#709) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2019'
(#710) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x201a'
(#711) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x201b'
(#712) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x201c'
(#713) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x201d'
(#714) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x201e'
(#715) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2020'
(#716) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2021'
(#717) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2022'
(#718) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2024'
(#719) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2025'
(#720) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2026'
(#721) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x202c'
(#722) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x202d'
(#723) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x202e'
(#724) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2030'
(#725) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2032'
(#726) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2033'
(#727) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2039'
(#728) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x203a'
(#729) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x203c'
(#730) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2215'
(#731) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2070'
(#732) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2074'
(#733) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2075'
(#734) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2076'
(#735) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2077'
(#736) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2078'
(#737) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2079'
(#738) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x207d'
(#739) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x207e'
(#740) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x207f'
(#741) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2080'
(#742) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2081'
(#743) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2082'
(#744) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2083'
(#745) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2084'
(#746) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2085'
(#747) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2086'
(#748) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2087'
(#749) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2088'
(#750) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2089'
(#751) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x208d'
(#752) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x208e'
(#753) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x20a1'
(#754) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x20a3'
(#755) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x20a4'
(#756) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x20a7'
(#757) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x20aa'
(#758) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x20ab'
(#759) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x20ac'
(#760) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2105'
(#761) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2111'
(#762) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2113'
(#763) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2116'
(#764) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2118'
(#765) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x211c'
(#766) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x211e'
(#767) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2122'
(#768) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x212e'
(#769) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2135'
(#770) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2153'
(#771) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2154'
(#772) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x215b'
(#773) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x215c'
(#774) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x215d'
(#775) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x215e'
(#776) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2190'
(#777) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2191'
(#778) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2192'
(#779) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2193'
(#780) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2194'
(#781) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2195'
(#782) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x21a8'
(#783) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x21b5'
(#784) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x21d0'
(#785) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x21d1'
(#786) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x21d2'
(#787) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x21d3'
(#788) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x21d4'
(#789) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2200'
(#790) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2202'
(#791) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2203'
(#792) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2205'
(#793) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2207'
(#794) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2208'
(#795) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2209'
(#796) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x220b'
(#797) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x220f'
(#798) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2211'
(#799) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2217'
(#800) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x221a'
(#801) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x221d'
(#802) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x221e'
(#803) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x221f'
(#804) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2220'
(#805) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2227'
(#806) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2228'
(#807) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2229'
(#808) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x222a'
(#809) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x222b'
(#810) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2234'
(#811) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x223c'
(#812) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2245'
(#813) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2248'
(#814) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2260'
(#815) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2261'
(#816) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2264'
(#817) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2265'
(#818) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2282'
(#819) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2283'
(#820) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2284'
(#821) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2286'
(#822) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2287'
(#823) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2295'
(#824) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2297'
(#825) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x22a5'
(#826) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x22c5'
(#827) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2302'
(#828) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2310'
(#829) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2320'
(#830) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2321'
(#831) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2329'
(#832) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x232a'
(#833) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2500'
(#834) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2502'
(#835) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x250c'
(#836) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2510'
(#837) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2514'
(#838) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2518'
(#839) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x251c'
(#840) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2524'
(#841) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x252c'
(#842) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2534'
(#843) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x253c'
(#844) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2550'
(#845) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2551'
(#846) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2552'
(#847) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2553'
(#848) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2554'
(#849) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2555'
(#850) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2556'
(#851) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2557'
(#852) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2558'
(#853) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2559'
(#854) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x255a'
(#855) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x255b'
(#856) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x255c'
(#857) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x255d'
(#858) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x255e'
(#859) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x255f'
(#860) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2560'
(#861) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2561'
(#862) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2562'
(#863) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2563'
(#864) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2564'
(#865) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2565'
(#866) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2566'
(#867) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2567'
(#868) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2568'
(#869) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2569'
(#870) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x256a'
(#871) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x256b'
(#872) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x256c'
(#873) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2580'
(#874) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2584'
(#875) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2588'
(#876) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x258c'
(#877) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2590'
(#878) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2591'
(#879) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2592'
(#880) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2593'
(#881) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25a0'
(#882) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25a1'
(#883) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25aa'
(#884) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25ab'
(#885) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25ac'
(#886) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25b2'
(#887) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25ba'
(#888) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25bc'
(#889) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25c4'
(#890) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25ca'
(#891) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25cb'
(#892) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25cf'
(#893) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25d8'
(#894) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25d9'
(#895) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x25e6'
(#896) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x263a'
(#897) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x263b'
(#898) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x263c'
(#899) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2640'
(#900) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2642'
(#901) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2660'
(#902) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2663'
(#903) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2665'
(#904) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x2666'
(#905) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x266a'
(#906) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x266b'
(#907) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6be'
(#908) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6bf'
(#909) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6c0'
(#910) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6c3'
(#911) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6c4'
(#912) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6c5'
(#913) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6c6'
(#914) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6c7'
(#915) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6c8'
(#916) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6c9'
(#917) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6ca'
(#918) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6cb'
(#919) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6cc'
(#920) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6cd'
(#921) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6ce'
(#922) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6cf'
(#923) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6d0'
(#924) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6d1'
(#925) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6d2'
(#926) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6d3'
(#927) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6d4'
(#928) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6d5'
(#929) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6d6'
(#930) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6d7'
(#931) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6d8'
(#932) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6d9'
(#933) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6da'
(#934) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6db'
(#935) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6dc'
(#936) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6dd'
(#937) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6de'
(#938) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6df'
(#939) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6e0'
(#940) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6e1'
(#941) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6e2'
(#942) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6e3'
(#943) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6e4'
(#944) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6e5'
(#945) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6e6'
(#946) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6e7'
(#947) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6e8'
(#948) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6e9'
(#949) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6ea'
(#950) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6eb'
(#951) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6ec'
(#952) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6ed'
(#953) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6ee'
(#954) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6ef'
(#955) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6f0'
(#956) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6f1'
(#957) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6f2'
(#958) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6f3'
(#959) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6f4'
(#960) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6f5'
(#961) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6f6'
(#962) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6f7'
(#963) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6f8'
(#964) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6f9'
(#965) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6fa'
(#966) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6fb'
(#967) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6fc'
(#968) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6fd'
(#969) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6fe'
(#970) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf6ff'
(#971) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf721'
(#972) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf724'
(#973) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf726'
(#974) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf730'
(#975) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf731'
(#976) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf732'
(#977) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf733'
(#978) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf734'
(#979) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf735'
(#980) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf736'
(#981) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf737'
(#982) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf738'
(#983) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf739'
(#984) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf73f'
(#985) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf760'
(#986) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf761'
(#987) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf762'
(#988) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf763'
(#989) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf764'
(#990) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf765'
(#991) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf766'
(#992) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf767'
(#993) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf768'
(#994) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf769'
(#995) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf76a'
(#996) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf76b'
(#997) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf76c'
(#998) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf76d'
(#999) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf76e'
(#1000) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf76f'
(#1001) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf770'
(#1002) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf771'
(#1003) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf772'
(#1004) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf773'
(#1005) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf774'
(#1006) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf775'
(#1007) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf776'
(#1008) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf777'
(#1009) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf778'
(#1010) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf779'
(#1011) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf77a'
(#1012) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7a1'
(#1013) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7a2'
(#1014) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7a8'
(#1015) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7af'
(#1016) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7b4'
(#1017) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7b8'
(#1018) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7bf'
(#1019) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7e0'
(#1020) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7e1'
(#1021) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7e2'
(#1022) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7e3'
(#1023) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7e4'
(#1024) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7e5'
(#1025) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7e6'
(#1026) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7e7'
(#1027) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7e8'
(#1028) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7e9'
(#1029) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7ea'
(#1030) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7eb'
(#1031) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7ec'
(#1032) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7ed'
(#1033) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7ee'
(#1034) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7ef'
(#1035) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7f0'
(#1036) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7f1'
(#1037) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7f2'
(#1038) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7f3'
(#1039) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7f4'
(#1040) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7f5'
(#1041) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7f6'
(#1042) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7f8'
(#1043) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7f9'
(#1044) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7fa'
(#1045) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7fb'
(#1046) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7fc'
(#1047) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7fd'
(#1048) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7fe'
(#1049) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf7ff'
(#1050) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8e5'
(#1051) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8e6'
(#1052) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8e7'
(#1053) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8e8'
(#1054) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8e9'
(#1055) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8ea'
(#1056) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8eb'
(#1057) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8ec'
(#1058) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8ed'
(#1059) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8ee'
(#1060) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8ef'
(#1061) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8f0'
(#1062) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8f1'
(#1063) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8f2'
(#1064) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8f3'
(#1065) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8f4'
(#1066) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8f5'
(#1067) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8f6'
(#1068) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8f7'
(#1069) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8f8'
(#1070) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8f9'
(#1071) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8fa'
(#1072) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8fb'
(#1073) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8fc'
(#1074) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8fd'
(#1075) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xf8fe'
(#1076) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xfb00'
(#1077) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xfb01'
(#1078) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xfb02'
(#1079) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xfb03'
(#1080) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xfb04'
(#1081) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xfb1f'
(#1082) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xfb2a'
(#1083) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xfb2b'
(#1084) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xfb35'
(#1085) The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0xfb4b'
(#1089) Missing docblock for function getCodePoint
(#1089) Public method name "PostScriptGlyphs::getCodePoint" must be in lower-case letters only
(#1090) Opening brace should be on the same line as the declaration
(#1091) Variable "glyphsMap" must be all lower-case
(#1093) Variable "glyphsMap" must be all lower-case
(#1094) Variable "glyphsMap" must be all lower-case
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/StandardEncoding.php
(#1) No one-line description found in phpdocs for docblock of file StandardEncoding.php
(#1) DocBlock missing a @package tag for file StandardEncoding.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) DocBlock missing a @package tag for class StandardEncoding. Expected @package block_smartedu
(#42) Missing docblock for function getTranslations
(#42) Public method name "StandardEncoding::getTranslations" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#45) Expected at least 1 space before "."; 0 found
(#46) Expected at least 1 space before "."; 0 found
(#47) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space before "."; 0 found
(#49) Expected at least 1 space before "."; 0 found
(#50) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#52) Expected at least 1 space before "."; 0 found
(#53) Expected at least 1 space before "."; 0 found
(#54) Expected at least 1 space before "."; 0 found
(#55) Expected at least 1 space before "."; 0 found
(#56) Expected at least 1 space before "."; 0 found
(#57) Expected at least 1 space before "."; 0 found
(#58) Expected at least 1 space before "."; 0 found
(#59) Expected at least 1 space before "."; 0 found
(#60) Expected at least 1 space before "."; 0 found
(#61) Expected at least 1 space before "."; 0 found
(#62) Expected at least 1 space before "."; 0 found
(#63) Expected at least 1 space before "."; 0 found
(#64) Expected at least 1 space before "."; 0 found
(#65) Expected at least 1 space before "."; 0 found
(#66) Expected at least 1 space before "."; 0 found
(#67) Expected at least 1 space before "."; 0 found
(#68) Expected at least 1 space before "."; 0 found
(#69) Expected at least 1 space before "."; 0 found
(#70) Expected at least 1 space before "."; 0 found
(#71) Expected at least 1 space before "."; 0 found
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/WinAnsiEncoding.php
(#1) No one-line description found in phpdocs for docblock of file WinAnsiEncoding.php
(#1) DocBlock missing a @package tag for file WinAnsiEncoding.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) DocBlock missing a @package tag for class WinAnsiEncoding. Expected @package block_smartedu
(#42) Missing docblock for function getTranslations
(#42) Public method name "WinAnsiEncoding::getTranslations" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#45) Expected at least 1 space before "."; 0 found
(#46) Expected at least 1 space before "."; 0 found
(#47) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space before "."; 0 found
(#49) Expected at least 1 space before "."; 0 found
(#50) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#52) Expected at least 1 space before "."; 0 found
(#53) Expected at least 1 space before "."; 0 found
(#54) Expected at least 1 space before "."; 0 found
(#55) Expected at least 1 space before "."; 0 found
(#56) Expected at least 1 space before "."; 0 found
(#57) Expected at least 1 space before "."; 0 found
(#58) Expected at least 1 space before "."; 0 found
(#59) Expected at least 1 space before "."; 0 found
(#60) Expected at least 1 space before "."; 0 found
(#61) Expected at least 1 space before "."; 0 found
(#62) Expected at least 1 space before "."; 0 found
(#63) Expected at least 1 space before "."; 0 found
(#64) Expected at least 1 space before "."; 0 found
(#65) Expected at least 1 space before "."; 0 found
(#66) Expected at least 1 space before "."; 0 found
(#67) Expected at least 1 space before "."; 0 found
(#68) Expected at least 1 space before "."; 0 found
(#69) Expected at least 1 space before "."; 0 found
(#70) Expected at least 1 space before "."; 0 found
(#71) Expected at least 1 space before "."; 0 found
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Exception/EmptyPdfException.php
(#1) Moodle boilerplate not found
(#7) Missing @copyright tag
(#7) Missing @license tag
(#10) DocBlock missing a @package tag for class EmptyPdfException. Expected @package block_smartedu
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Exception/EncodingNotFoundException.php
(#1) Moodle boilerplate not found
(#5) Missing @copyright tag
(#5) Missing @license tag
(#5) Missing docblock for class EncodingNotFoundException
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Exception/InvalidDictionaryObjectException.php
(#1) Moodle boilerplate not found
(#7) Missing @copyright tag
(#7) Missing @license tag
(#10) DocBlock missing a @package tag for class InvalidDictionaryObjectException. Expected @package block_smartedu
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Exception/MissingCatalogException.php
(#1) Moodle boilerplate not found
(#7) Missing @copyright tag
(#7) Missing @license tag
(#10) DocBlock missing a @package tag for class MissingCatalogException. Expected @package block_smartedu
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Exception/MissingPdfHeaderException.php
(#1) Moodle boilerplate not found
(#7) Missing @copyright tag
(#7) Missing @license tag
(#10) DocBlock missing a @package tag for class MissingPdfHeaderException. Expected @package block_smartedu
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Exception/NotImplementedException.php
(#1) Moodle boilerplate not found
(#7) Missing @copyright tag
(#7) Missing @license tag
(#10) DocBlock missing a @package tag for class NotImplementedException. Expected @package block_smartedu
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font.php
(#1) No one-line description found in phpdocs for docblock of file Font.php
(#1) DocBlock missing a @package tag for file Font.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#41) DocBlock missing a @package tag for class Font. Expected @package block_smartedu
(#43) Missing docblock for constant Font::MISSING
(#53) Member variable "tableSizes" must be all lower-case
(#60) Member variable "uchrCache" must be all lower-case
(#73) Member variable "initializedEncodingByPdfObject" must be all lower-case
(#75) Missing docblock for function init
(#76) Opening brace should be on the same line as the declaration
(#81) Missing docblock for function getName
(#81) Public method name "Font::getName" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#86) Missing docblock for function getType
(#86) Public method name "Font::getType" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#91) Missing docblock for function getDetails
(#91) Public method name "Font::getDetails" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#107) No one-line description found in phpdocs for docblock of function translateChar
(#107) Public method name "Font::translateChar" must be in lower-case letters only
(#107) Variable "use_default" must not contain underscores.
(#108) Opening brace should be on the same line as the declaration
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Variable "fallbackDecoded" must be all lower-case
(#124) Variable "fallbackDecoded" must be all lower-case
(#126) Empty CATCH statement detected
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Variable "use_default" must not contain underscores.
(#132) Variable "fallbackDecoded" must be all lower-case
(#141) Opening brace should be on the same line as the declaration
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Variable "uchrCache" must be all lower-case
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Variable "uchrCache" must be all lower-case
(#153) Variable "uchrCache" must be all lower-case
(#159) Public method name "Font::loadTranslateTable" must be in lower-case letters only
(#160) Opening brace should be on the same line as the declaration
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) Inline doc block comments are not allowed; use "// Comment." instead
(#231) Variable "char_from" must not contain underscores.
(#232) Variable "char_to" must not contain underscores.
(#235) Variable "offset_matches" must not contain underscores.
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Variable "offset_matches" must not contain underscores.
(#239) Variable "char_from" must not contain underscores.
(#239) Variable "char_to" must not contain underscores.
(#240) Variable "char_from" must not contain underscores.
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Variable "char_from" must not contain underscores.
(#282) Public method name "Font::setTable" must be in lower-case letters only
(#283) Opening brace should be on the same line as the declaration
(#288) Line exceeds 132 characters; contains 136 characters
(#290) Public method name "Font::calculateTextWidth" must be in lower-case letters only
(#291) Opening brace should be on the same line as the declaration
(#292) Variable "index_map" must not contain underscores.
(#304) Variable "width_map" must not contain underscores.
(#308) Variable "textLength" must be all lower-case
(#309) Variable "textLength" must be all lower-case
(#312) Variable "index_map" must not contain underscores.
(#313) Variable "index_map" must not contain underscores.
(#313) Variable "width_map" must not contain underscores.
(#314) Variable "width_map" must not contain underscores.
(#314) Variable "index_map" must not contain underscores.
(#319) Variable "width_index" must not contain underscores.
(#319) Variable "width_map" must not contain underscores.
(#319) Variable "index_map" must not contain underscores.
(#320) Variable "width_index" must not contain underscores.
(#329) Public method name "Font::decodeHexadecimal" must be in lower-case letters only
(#329) Variable "add_braces" must not contain underscores.
(#330) Opening brace should be on the same line as the declaration
(#341) Inline comments must start with a capital letter, digit or 3-dots sequence
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#344) Variable "add_braces" must not contain underscores.
(#349) Variable "add_braces" must not contain underscores.
(#351) Variable "add_braces" must not contain underscores.
(#365) Public method name "Font::decodeOctal" must be in lower-case letters only
(#366) Opening brace should be on the same line as the declaration
(#367) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#376) Inline comments must end in full-stops, exclamation marks, or question marks
(#379) Inline comments must end in full-stops, exclamation marks, or question marks
(#386) Public method name "Font::decodeEntities" must be in lower-case letters only
(#387) Opening brace should be on the same line as the declaration
(#400) Public method name "Font::decodeUnicode" must be in lower-case letters only
(#401) Opening brace should be on the same line as the declaration
(#419) No one-line description found in phpdocs for docblock of function getFontSpaceLimit
(#419) Protected method name "Font::getFontSpaceLimit" must be in lower-case letters only
(#420) Opening brace should be on the same line as the declaration
(#427) Public method name "Font::decodeText" must be in lower-case letters only
(#427) Variable "fontFactor" must be all lower-case
(#428) Opening brace should be on the same line as the declaration
(#429) Variable "word_position" must not contain underscores.
(#431) Variable "font_space" must not contain underscores.
(#431) Variable "fontFactor" must be all lower-case
(#437) Variable "font_space" must not contain underscores.
(#438) Variable "word_position" must not contain underscores.
(#443) Expected at least 1 space before "."; 0 found
(#443) Expected at least 1 space after "."; 0 found
(#443) Expected at least 1 space before "."; 0 found
(#443) Expected at least 1 space after "."; 0 found
(#451) Inline comments must start with a capital letter, digit or 3-dots sequence
(#451) Inline comments must end in full-stops, exclamation marks, or question marks
(#458) Inline comments must start with a capital letter, digit or 3-dots sequence
(#458) Inline comments must end in full-stops, exclamation marks, or question marks
(#459) Variable "word_position" must not contain underscores.
(#460) Variable "word_position" must not contain underscores.
(#462) Variable "word_position" must not contain underscores.
(#501) Public method name "Font::decodeContent" must be in lower-case letters only
(#502) Opening brace should be on the same line as the declaration
(#504) Inline comments must end in full-stops, exclamation marks, or question marks
(#533) Private method name "Font::decodeContentByToUnicodeCMapOrDescendantFonts" must be in lower-case letters only
(#534) Opening brace should be on the same line as the declaration
(#546) Usage of ELSEIF not allowed; use ELSE IF instead
(#584) Private method name "Font::decodeContentByEncoding" must be in lower-case letters only
(#585) Opening brace should be on the same line as the declaration
(#588) Line exceeds 132 characters; contains 141 characters
(#593) Line exceeds 132 characters; contains 133 characters
(#598) Inline comments must end in full-stops, exclamation marks, or question marks
(#599) Inline comments must start with a capital letter, digit or 3-dots sequence
(#603) Inline comments must start with a capital letter, digit or 3-dots sequence
(#603) Inline comments must end in full-stops, exclamation marks, or question marks
(#614) Private method name "Font::getInitializedEncodingByPdfObject" must be in lower-case letters only
(#614) Variable "PDFObject" must be all lower-case
(#615) Opening brace should be on the same line as the declaration
(#617) Variable "PDFObject" must be all lower-case
(#626) Private method name "Font::decodeContentByEncodingEncoding" must be in lower-case letters only
(#627) Opening brace should be on the same line as the declaration
(#632) Variable "dec_av" must not contain underscores.
(#633) Variable "dec_ap" must not contain underscores.
(#633) Variable "dec_av" must not contain underscores.
(#634) Variable "dec_ap" must not contain underscores.
(#634) Variable "dec_av" must not contain underscores.
(#643) Private method name "Font::decodeContentByEncodingElement" must be in lower-case letters only
(#644) Opening brace should be on the same line as the declaration
(#645) Variable "pdfEncodingName" must be all lower-case
(#647) Inline comments must start with a capital letter, digit or 3-dots sequence
(#648) Inline comments must end in full-stops, exclamation marks, or question marks
(#649) Variable "iconvEncodingName" must be all lower-case
(#649) Variable "pdfEncodingName" must be all lower-case
(#651) Variable "iconvEncodingName" must be all lower-case
(#651) Variable "iconvEncodingName" must be all lower-case
(#657) Private method name "Font::getIconvEncodingNameOrNullByPdfEncodingName" must be in lower-case letters only
(#657) Variable "pdfEncodingName" must be all lower-case
(#658) Opening brace should be on the same line as the declaration
(#659) Variable "pdfToIconvEncodingNameMap" must be all lower-case
(#665) Variable "pdfEncodingName" must be all lower-case
(#665) Variable "pdfToIconvEncodingNameMap" must be all lower-case
(#666) Variable "pdfToIconvEncodingNameMap" must be all lower-case
(#666) Variable "pdfEncodingName" must be all lower-case
(#676) Private method name "Font::decodeContentByAutodetectIfNecessary" must be in lower-case letters only
(#677) Opening brace should be on the same line as the declaration
(#683) Inline comments must start with a capital letter, digit or 3-dots sequence
(#689) Private method name "Font::createInitializedEncodingByPdfObject" must be in lower-case letters only
(#689) Variable "PDFObject" must be all lower-case
(#690) Opening brace should be on the same line as the declaration
(#691) Variable "PDFObject" must be all lower-case
(#700) Private method name "Font::createEncodingByPdfObject" must be in lower-case letters only
(#700) Variable "PDFObject" must be all lower-case
(#701) Opening brace should be on the same line as the declaration
(#702) Variable "PDFObject" must be all lower-case
(#703) Variable "PDFObject" must be all lower-case
(#704) Variable "PDFObject" must be all lower-case
(#705) Variable "PDFObject" must be all lower-case
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType0.php
(#1) No one-line description found in phpdocs for docblock of file FontCIDFontType0.php
(#1) DocBlock missing a @package tag for file FontCIDFontType0.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#40) DocBlock missing a @package tag for class FontCIDFontType0. Expected @package block_smartedu
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType2.php
(#1) No one-line description found in phpdocs for docblock of file FontCIDFontType2.php
(#1) DocBlock missing a @package tag for file FontCIDFontType2.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#40) DocBlock missing a @package tag for class FontCIDFontType2. Expected @package block_smartedu
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font/FontTrueType.php
(#1) No one-line description found in phpdocs for docblock of file FontTrueType.php
(#1) DocBlock missing a @package tag for file FontTrueType.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#40) DocBlock missing a @package tag for class FontTrueType. Expected @package block_smartedu
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType0.php
(#1) No one-line description found in phpdocs for docblock of file FontType0.php
(#1) DocBlock missing a @package tag for file FontType0.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#40) DocBlock missing a @package tag for class FontType0. Expected @package block_smartedu
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType1.php
(#1) No one-line description found in phpdocs for docblock of file FontType1.php
(#1) DocBlock missing a @package tag for file FontType1.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#40) DocBlock missing a @package tag for class FontType1. Expected @package block_smartedu
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType3.php
(#1) No one-line description found in phpdocs for docblock of file FontType3.php
(#1) DocBlock missing a @package tag for file FontType3.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#40) DocBlock missing a @package tag for class FontType3. Expected @package block_smartedu
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Header.php
(#1) No one-line description found in phpdocs for docblock of file Header.php
(#1) DocBlock missing a @package tag for file Header.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#43) DocBlock missing a @package tag for class Header. Expected @package block_smartedu
(#59) No one-line description found in phpdocs for docblock of function __construct
(#60) Opening brace should be on the same line as the declaration
(#65) Missing docblock for function init
(#66) Opening brace should be on the same line as the declaration
(#77) Public method name "Header::getElements" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#89) Public method name "Header::getElementTypes" must be in lower-case letters only
(#90) Opening brace should be on the same line as the declaration
(#100) Missing docblock for function getDetails
(#100) Public method name "Header::getDetails" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#108) Usage of ELSEIF not allowed; use ELSE IF instead
(#110) Usage of ELSEIF not allowed; use ELSE IF instead
(#114) Usage of ELSEIF not allowed; use ELSE IF instead
(#128) Opening brace should be on the same line as the declaration
(#135) No one-line description found in phpdocs for docblock of function get
(#136) Opening brace should be on the same line as the declaration
(#151) Protected method name "Header::resolveXRef" must be in lower-case letters only
(#152) Opening brace should be on the same line as the declaration
(#154) Inline doc block type-hinting for '$obj' does not match next code line '$object...'
(#173) No one-line description found in phpdocs for docblock of function parse
(#174) Opening brace should be on the same line as the declaration
(#175) This comment is 50% valid code; is this commented out code?
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/PDFObject.php
(#1) No one-line description found in phpdocs for docblock of file PDFObject.php
(#1) DocBlock missing a @package tag for file PDFObject.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#42) DocBlock missing a @package tag for class PDFObject. Expected @package block_smartedu
(#44) Missing docblock for constant PDFObject::TYPE
(#46) Missing docblock for constant PDFObject::OPERATOR
(#48) Missing docblock for constant PDFObject::COMMAND
(#55) Member variable "recursionStack" must be all lower-case
(#80) Member variable "addPositionWhitespace" must be all lower-case
(#82) Missing docblock for function __construct
(#94) Missing docblock for function init
(#95) Opening brace should be on the same line as the declaration
(#98) Missing docblock for function getDocument
(#98) Public method name "PDFObject::getDocument" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#103) Missing docblock for function getHeader
(#103) Public method name "PDFObject::getHeader" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#108) Missing docblock for function getConfig
(#108) Public method name "PDFObject::getConfig" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#116) No one-line description found in phpdocs for docblock of function get
(#117) Opening brace should be on the same line as the declaration
(#121) Missing docblock for function has
(#122) Opening brace should be on the same line as the declaration
(#126) Missing docblock for function getDetails
(#126) Public method name "PDFObject::getDetails" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#131) Missing docblock for function getContent
(#131) Public method name "PDFObject::getContent" must be in lower-case letters only
(#132) Opening brace should be on the same line as the declaration
(#144) Docblock tag "@internal" is not recommended.
(#146) Public method name "PDFObject::cleanContent" must be in lower-case letters only
(#147) Opening brace should be on the same line as the declaration
(#149) Expected at least 1 space before "."; 0 found
(#149) Expected at least 1 space after "."; 0 found
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) Expected at least 1 space before "."; 0 found
(#188) Expected at least 1 space after "."; 0 found
(#188) Expected at least 1 space before "."; 0 found
(#188) Expected at least 1 space after "."; 0 found
(#212) Private method name "PDFObject::formatContent" must be in lower-case letters only
(#213) Opening brace should be on the same line as the declaration
(#231) Variable "utf8Filter" must be all lower-case
(#242) Variable "utf8Filter" must be all lower-case
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Variable "pdfInlineImages" must be all lower-case
(#249) Variable "offsetBI" must be all lower-case
(#250) Variable "offsetBI" must be all lower-case
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Variable "paraTest" must be all lower-case
(#263) Variable "paraTest" must be all lower-case
(#264) Variable "paraTest" must be all lower-case
(#266) Variable "paraOpen" must be all lower-case
(#267) Variable "paraClose" must be all lower-case
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) Variable "paraClose" must be all lower-case
(#272) Variable "paraOpen" must be all lower-case
(#272) Variable "paraClose" must be all lower-case
(#272) Variable "paraOpen" must be all lower-case
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Variable "offsetBI" must be all lower-case
(#280) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Expected at least 1 space before "."; 0 found
(#281) Expected at least 1 space after "."; 0 found
(#281) Expected at least 1 space before "."; 0 found
(#281) Expected at least 1 space after "."; 0 found
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#285) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#287) Variable "pdfInlineImages" must be all lower-case
(#292) Expected at least 1 space before "."; 0 found
(#292) Expected at least 1 space after "."; 0 found
(#292) Expected at least 1 space before "."; 0 found
(#292) Expected at least 1 space after "."; 0 found
(#293) Expected at least 1 space before "."; 0 found
(#293) Expected at least 1 space after "."; 0 found
(#293) Expected at least 1 space before "."; 0 found
(#293) Expected at least 1 space after "."; 0 found
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) Variable "offsetBI" must be all lower-case
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) Expected at least 1 space before "."; 0 found
(#310) Expected at least 1 space after "."; 0 found
(#310) Expected at least 1 space before "."; 0 found
(#310) Expected at least 1 space after "."; 0 found
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#324) Expected at least 1 space before "."; 0 found
(#324) Expected at least 1 space after "."; 0 found
(#324) Expected at least 1 space before "."; 0 found
(#324) Expected at least 1 space after "."; 0 found
(#325) Expected at least 1 space before "."; 0 found
(#325) Expected at least 1 space after "."; 0 found
(#325) Expected at least 1 space before "."; 0 found
(#325) Expected at least 1 space after "."; 0 found
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#334) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) Expected at least 1 space before "."; 0 found
(#349) Expected at least 1 space after "."; 0 found
(#349) Expected at least 1 space before "."; 0 found
(#349) Expected at least 1 space after "."; 0 found
(#350) Expected at least 1 space before "."; 0 found
(#350) Expected at least 1 space after "."; 0 found
(#350) Expected at least 1 space before "."; 0 found
(#350) Expected at least 1 space after "."; 0 found
(#350) Expected at least 1 space before "."; 0 found
(#350) Expected at least 1 space after "."; 0 found
(#356) Inline comments must end in full-stops, exclamation marks, or question marks
(#364) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#365) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#369) Expected 1 space between the comma and "'h'". Found: 2 spaces
(#376) Expected at least 1 space before "."; 0 found
(#376) Expected at least 1 space after "."; 0 found
(#376) Expected at least 1 space before "."; 0 found
(#376) Expected at least 1 space after "."; 0 found
(#377) Expected at least 1 space before "."; 0 found
(#377) Expected at least 1 space after "."; 0 found
(#382) Inline comments must end in full-stops, exclamation marks, or question marks
(#385) Expected at least 1 space before "."; 0 found
(#385) Expected at least 1 space after "."; 0 found
(#385) Expected at least 1 space before "."; 0 found
(#385) Expected at least 1 space after "."; 0 found
(#388) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
(#401) Expected at least 1 space before "."; 0 found
(#401) Expected at least 1 space after "."; 0 found
(#401) Expected at least 1 space before "."; 0 found
(#401) Expected at least 1 space after "."; 0 found
(#404) Inline comments must end in full-stops, exclamation marks, or question marks
(#405) Variable "pdfInlineImages" must be all lower-case
(#405) Variable "pdfInlineImages" must be all lower-case
(#406) Variable "pdfInlineImages" must be all lower-case
(#408) Expected at least 1 space before "."; 0 found
(#408) Expected at least 1 space after "."; 0 found
(#408) Expected at least 1 space before "."; 0 found
(#408) Expected at least 1 space after "."; 0 found
(#409) Expected at least 1 space before "."; 0 found
(#409) Expected at least 1 space after "."; 0 found
(#409) Expected at least 1 space before "."; 0 found
(#409) Expected at least 1 space after "."; 0 found
(#409) Expected at least 1 space before "."; 0 found
(#409) Expected at least 1 space after "."; 0 found
(#409) Expected at least 1 space before "."; 0 found
(#409) Expected at least 1 space after "."; 0 found
(#426) Docblock tag "@internal" is not recommended.
(#428) Public method name "PDFObject::getSectionsText" must be in lower-case letters only
(#429) Opening brace should be on the same line as the declaration
(#433) Inline comments must end in full-stops, exclamation marks, or question marks
(#434) Variable "textCleaned" must be all lower-case
(#441) Variable "inTextBlock" must be all lower-case
(#442) Variable "textCleaned" must be all lower-case
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#450) Inline comments must end in full-stops, exclamation marks, or question marks
(#452) Variable "inTextBlock" must be all lower-case
(#455) Inline comments must end in full-stops, exclamation marks, or question marks
(#456) Usage of ELSEIF not allowed; use ELSE IF instead
(#457) Variable "inTextBlock" must be all lower-case
(#459) Usage of ELSEIF not allowed; use ELSE IF instead
(#459) Variable "inTextBlock" must be all lower-case
(#460) Inline comments must end in full-stops, exclamation marks, or question marks
(#472) Inline comments must end in full-stops, exclamation marks, or question marks
(#474) Usage of ELSEIF not allowed; use ELSE IF instead
(#475) Inline comments must end in full-stops, exclamation marks, or question marks
(#477) Usage of ELSEIF not allowed; use ELSE IF instead
(#478) Inline comments must end in full-stops, exclamation marks, or question marks
(#480) Usage of ELSEIF not allowed; use ELSE IF instead
(#481) Inline comments must end in full-stops, exclamation marks, or question marks
(#483) Usage of ELSEIF not allowed; use ELSE IF instead
(#484) Inline comments must end in full-stops, exclamation marks, or question marks
(#486) Usage of ELSEIF not allowed; use ELSE IF instead
(#487) Inline comments must end in full-stops, exclamation marks, or question marks
(#489) Usage of ELSEIF not allowed; use ELSE IF instead
(#490) Inline comments must end in full-stops, exclamation marks, or question marks
(#499) Missing docblock for function getDefaultFont
(#499) Private method name "PDFObject::getDefaultFont" must be in lower-case letters only
(#500) Opening brace should be on the same line as the declaration
(#506) Variable "firstFont" must be all lower-case
(#507) Variable "firstFont" must be all lower-case
(#508) Variable "firstFont" must be all lower-case
(#523) Docblock tag "@internal" is not recommended.
(#527) Private method name "PDFObject::getTJUsingFontFallback" must be in lower-case letters only
(#527) Variable "fontFactor" must be all lower-case
(#528) Opening brace should be on the same line as the declaration
(#529) Variable "orig_text" must not contain underscores.
(#529) Variable "fontFactor" must be all lower-case
(#530) Variable "orig_text" must not contain underscores.
(#535) Variable "font_ids" must not contain underscores.
(#543) Inline comments must end in full-stops, exclamation marks, or question marks
(#544) Variable "font_ids" must not contain underscores.
(#545) Variable "orig_text" must not contain underscores.
(#548) Inline comments must end in full-stops, exclamation marks, or question marks
(#549) Variable "font_ids" must not contain underscores.
(#550) Variable "fontFactor" must be all lower-case
(#561) Docblock tag "@internal" is not recommended.
(#565) Public method name "PDFObject::parseDictionary" must be in lower-case letters only
(#566) Opening brace should be on the same line as the declaration
(#567) Inline comments must end in full-stops, exclamation marks, or question marks
(#576) Variable "currentName" must be all lower-case
(#577) Variable "arrayTypeNumeric" must be all lower-case
(#579) Inline comments must end in full-stops, exclamation marks, or question marks
(#593) Inline comments must end in full-stops, exclamation marks, or question marks
(#595) Variable "currentName" must be all lower-case
(#596) Variable "arrayTypeNumeric" must be all lower-case
(#598) Inline comments must end in full-stops, exclamation marks, or question marks
(#600) Variable "currentName" must be all lower-case
(#601) Variable "currentName" must be all lower-case
(#604) Inline comments must end in full-stops, exclamation marks, or question marks
(#606) Variable "currentName" must be all lower-case
(#607) Variable "arrayTypeNumeric" must be all lower-case
(#609) Inline comments must end in full-stops, exclamation marks, or question marks
(#611) Variable "currentName" must be all lower-case
(#612) Variable "currentName" must be all lower-case
(#615) Inline comments must end in full-stops, exclamation marks, or question marks
(#617) Inline comments must end in full-stops, exclamation marks, or question marks
(#618) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#620) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#621) Expected at least 1 space before "."; 0 found
(#621) Expected at least 1 space after "."; 0 found
(#621) Expected at least 1 space before "."; 0 found
(#621) Expected at least 1 space after "."; 0 found
(#624) Inline comments must end in full-stops, exclamation marks, or question marks
(#626) Variable "arrayTypeNumeric" must be all lower-case
(#628) Inline comments must end in full-stops, exclamation marks, or question marks
(#635) Inline comments must end in full-stops, exclamation marks, or question marks
(#637) Variable "currentName" must be all lower-case
(#638) Variable "arrayTypeNumeric" must be all lower-case
(#639) Variable "currentName" must be all lower-case
(#640) Variable "currentName" must be all lower-case
(#642) Usage of ELSEIF not allowed; use ELSE IF instead
(#642) Variable "currentName" must be all lower-case
(#643) Variable "arrayTypeNumeric" must be all lower-case
(#644) Variable "currentName" must be all lower-case
(#646) Variable "currentName" must be all lower-case
(#647) Usage of ELSEIF not allowed; use ELSE IF instead
(#647) Variable "currentName" must be all lower-case
(#665) Public method name "PDFObject::getText" must be in lower-case letters only
(#666) Opening brace should be on the same line as the declaration
(#671) Expected at least 1 space before "."; 0 found
(#671) Expected at least 1 space after "."; 0 found
(#681) Public method name "PDFObject::getTextArray" must be in lower-case letters only
(#682) Opening brace should be on the same line as the declaration
(#686) Variable "marked_stack" must not contain underscores.
(#687) Variable "last_written_position" must not contain underscores.
(#690) Variable "current_font" must not contain underscores.
(#691) Variable "current_font_size" must not contain underscores.
(#692) Variable "current_text_leading" must not contain underscores.
(#694) Variable "current_position" must not contain underscores.
(#695) Variable "current_position_tm" must not contain underscores.
(#700) Variable "current_position_td" must not contain underscores.
(#701) Variable "current_position_cm" must not contain underscores.
(#707) Variable "clipped_font" must not contain underscores.
(#708) Variable "clipped_position_cm" must not contain underscores.
(#710) Variable "recursionStack" must be all lower-case
(#716) Inline comments must end in full-stops, exclamation marks, or question marks
(#718) Inline comments must end in full-stops, exclamation marks, or question marks
(#719) Variable "current_position_tm" must not contain underscores.
(#724) Variable "current_position_td" must not contain underscores.
(#725) Variable "current_text_leading" must not contain underscores.
(#728) Inline comments must end in full-stops, exclamation marks, or question marks
(#733) Inline comments must end in full-stops, exclamation marks, or question marks
(#736) Inline comments must end in full-stops, exclamation marks, or question marks
(#737) Variable "marked_stack" must not contain underscores.
(#738) Expected at least 1 space before "."; 0 found
(#738) Expected at least 1 space after "."; 0 found
(#740) Usage of ELSEIF not allowed; use ELSE IF instead
(#741) Inline comments must end in full-stops, exclamation marks, or question marks
(#742) Variable "marked_stack" must not contain underscores.
(#743) Expected at least 1 space before "."; 0 found
(#743) Expected at least 1 space after "."; 0 found
(#750) Inline comments must end in full-stops, exclamation marks, or question marks
(#755) Inline comments must end in full-stops, exclamation marks, or question marks
(#759) Inline comments must end in full-stops, exclamation marks, or question marks
(#762) Inline comments must end in full-stops, exclamation marks, or question marks
(#763) Variable "marked_stack" must not contain underscores.
(#767) Inline comments must start with a capital letter, digit or 3-dots sequence
(#767) Inline comments must end in full-stops, exclamation marks, or question marks
(#770) Variable "current_position_cm" must not contain underscores.
(#783) Inline comments must start with a capital letter, digit or 3-dots sequence
(#784) Variable "recursionStack" must be all lower-case
(#784) Line exceeds 132 characters; contains 151 characters
(#791) Inline comments must end in full-stops, exclamation marks, or question marks
(#796) Inline comments must end in full-stops, exclamation marks, or question marks
(#800) Inline comments must end in full-stops, exclamation marks, or question marks
(#802) Variable "clipped_font" must not contain underscores.
(#802) Variable "current_font" must not contain underscores.
(#802) Variable "current_font_size" must not contain underscores.
(#803) Variable "clipped_position_cm" must not contain underscores.
(#803) Variable "current_position_cm" must not contain underscores.
(#806) Inline comments must end in full-stops, exclamation marks, or question marks
(#808) Long list syntax is not allowed
(#808) Variable "current_font" must not contain underscores.
(#808) Variable "current_font_size" must not contain underscores.
(#808) Variable "clipped_font" must not contain underscores.
(#809) Variable "current_position_cm" must not contain underscores.
(#809) Variable "clipped_position_cm" must not contain underscores.
(#812) Inline comments must end in full-stops, exclamation marks, or question marks
(#815) Variable "marked_stack" must not contain underscores.
(#816) Variable "marked_stack" must not contain underscores.
(#823) Inline comments must end in full-stops, exclamation marks, or question marks
(#830) Inline comments must end in full-stops, exclamation marks, or question marks
(#834) Inline comments must end in full-stops, exclamation marks, or question marks
(#839) Inline comments must end in full-stops, exclamation marks, or question marks
(#852) Inline comments must start with a capital letter, digit or 3-dots sequence
(#852) Inline comments must end in full-stops, exclamation marks, or question marks
(#856) Inline comments must end in full-stops, exclamation marks, or question marks
(#857) Variable "current_position" must not contain underscores.
(#858) Variable "current_position_td" must not contain underscores.
(#859) Variable "current_position_td" must not contain underscores.
(#859) Variable "current_text_leading" must not contain underscores.
(#861) Inline comments must start with a capital letter, digit or 3-dots sequence
(#861) Inline comments must end in full-stops, exclamation marks, or question marks
(#864) Inline comments must start with a capital letter, digit or 3-dots sequence
(#864) Inline comments must end in full-stops, exclamation marks, or question marks
(#866) Inline comments must end in full-stops, exclamation marks, or question marks
(#867) Variable "actual_text" must not contain underscores.
(#868) Variable "reverse_text" must not contain underscores.
(#869) Variable "marked_stack" must not contain underscores.
(#871) Variable "actual_text" must not contain underscores.
(#874) Variable "reverse_text" must not contain underscores.
(#878) Inline comments must end in full-stops, exclamation marks, or question marks
(#879) Variable "actual_text" must not contain underscores.
(#879) Variable "last_written_position" must not contain underscores.
(#882) Inline comments must end in full-stops, exclamation marks, or question marks
(#883) Variable "currentX" must be all lower-case
(#883) Variable "last_written_position" must not contain underscores.
(#884) Variable "currentY" must be all lower-case
(#884) Variable "last_written_position" must not contain underscores.
(#885) Variable "last_written_position" must not contain underscores.
(#887) Variable "currentX" must be all lower-case
(#887) Variable "current_position_cm" must not contain underscores.
(#887) Variable "current_position_tm" must not contain underscores.
(#887) Variable "current_position_td" must not contain underscores.
(#888) Variable "currentY" must be all lower-case
(#888) Variable "current_position_cm" must not contain underscores.
(#888) Variable "current_position_tm" must not contain underscores.
(#888) Variable "current_position_td" must not contain underscores.
(#890) Variable "whiteSpace" must be all lower-case
(#892) Variable "factorX" must be all lower-case
(#892) Variable "current_font_size" must not contain underscores.
(#892) Variable "current_position_tm" must not contain underscores.
(#892) Variable "current_font_size" must not contain underscores.
(#892) Variable "current_position_tm" must not contain underscores.
(#893) Variable "factorY" must be all lower-case
(#893) Variable "current_font_size" must not contain underscores.
(#893) Variable "current_position_tm" must not contain underscores.
(#893) Variable "current_font_size" must not contain underscores.
(#893) Variable "current_position_tm" must not contain underscores.
(#895) Variable "current_position" must not contain underscores.
(#896) Variable "curY" must be all lower-case
(#896) Variable "currentY" must be all lower-case
(#896) Variable "current_position" must not contain underscores.
(#897) Variable "curY" must be all lower-case
(#897) Variable "factorY" must be all lower-case
(#898) Variable "whiteSpace" must be all lower-case
(#900) Variable "reverse_text" must not contain underscores.
(#901) Variable "curX" must be all lower-case
(#901) Variable "current_position" must not contain underscores.
(#901) Variable "currentX" must be all lower-case
(#903) Variable "curX" must be all lower-case
(#903) Variable "currentX" must be all lower-case
(#903) Variable "current_position" must not contain underscores.
(#911) Variable "curX" must be all lower-case
(#911) Variable "factorX" must be all lower-case
(#912) Variable "whiteSpace" must be all lower-case
(#913) Usage of ELSEIF not allowed; use ELSE IF instead
(#913) Variable "curX" must be all lower-case
(#913) Variable "factorX" must be all lower-case
(#914) Variable "whiteSpace" must be all lower-case
(#920) Variable "current_font" must not contain underscores.
(#923) Variable "factorX" must be all lower-case
(#926) Inline comments must end in full-stops, exclamation marks, or question marks
(#927) Variable "actual_text" must not contain underscores.
(#929) Variable "reverse_text" must not contain underscores.
(#930) Inline comments must end in full-stops, exclamation marks, or question marks
(#931) Expected at least 1 space before "."; 0 found
(#931) Expected at least 1 space after "."; 0 found
(#931) Variable "whiteSpace" must be all lower-case
(#933) Inline comments must end in full-stops, exclamation marks, or question marks
(#934) Variable "whiteSpace" must be all lower-case
(#937) Variable "whiteSpace" must be all lower-case
(#937) Expected at least 1 space before "."; 0 found
(#937) Expected at least 1 space after "."; 0 found
(#945) Variable "factorX" must be all lower-case
(#946) Variable "current_position" must not contain underscores.
(#947) Variable "currentX" must be all lower-case
(#948) Variable "currentY" must be all lower-case
(#950) Usage of ELSEIF not allowed; use ELSE IF instead
(#950) Variable "last_written_position" must not contain underscores.
(#954) Inline comments must end in full-stops, exclamation marks, or question marks
(#955) Variable "last_written_position" must not contain underscores.
(#955) Variable "currentX" must be all lower-case
(#955) Variable "currentY" must be all lower-case
(#956) Variable "current_position" must not contain underscores.
(#956) Variable "currentX" must be all lower-case
(#960) Inline comments must start with a capital letter, digit or 3-dots sequence
(#960) Inline comments must end in full-stops, exclamation marks, or question marks
(#962) Variable "current_position" must not contain underscores.
(#963) Variable "current_position_td" must not contain underscores.
(#964) Variable "current_position_td" must not contain underscores.
(#964) Variable "current_text_leading" must not contain underscores.
(#967) Inline comments must start with a capital letter, digit or 3-dots sequence
(#967) Inline comments must end in full-stops, exclamation marks, or question marks
(#971) Inline comments must start with a capital letter, digit or 3-dots sequence
(#971) Inline comments must end in full-stops, exclamation marks, or question marks
(#974) Inline comments must start with a capital letter, digit or 3-dots sequence
(#974) Inline comments must end in full-stops, exclamation marks, or question marks
(#980) Variable "current_text_leading" must not contain underscores.
(#980) Variable "current_position_tm" must not contain underscores.
(#980) Variable "current_position_tm" must not contain underscores.
(#983) Variable "current_position_td" must not contain underscores.
(#984) Variable "current_position_td" must not contain underscores.
(#984) Variable "current_position_tm" must not contain underscores.
(#984) Variable "current_position_tm" must not contain underscores.
(#985) Variable "current_position_td" must not contain underscores.
(#985) Variable "current_position_tm" must not contain underscores.
(#985) Variable "current_position_tm" must not contain underscores.
(#994) Variable "new_font" must not contain underscores.
(#997) Line exceeds 132 characters; contains 138 characters
(#1000) Variable "new_font" must not contain underscores.
(#1001) Variable "current_font" must not contain underscores.
(#1001) Variable "new_font" must not contain underscores.
(#1002) Variable "current_font_size" must not contain underscores.
(#1007) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1007) Inline comments must end in full-stops, exclamation marks, or question marks
(#1010) Variable "current_text_leading" must not contain underscores.
(#1010) Variable "current_position_tm" must not contain underscores.
(#1010) Variable "current_position_tm" must not contain underscores.
(#1013) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1013) Inline comments must end in full-stops, exclamation marks, or question marks
(#1016) Variable "current_position_tm" must not contain underscores.
(#1023) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1023) Inline comments must end in full-stops, exclamation marks, or question marks
(#1027) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1027) Inline comments must end in full-stops, exclamation marks, or question marks
(#1031) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1031) Inline comments must end in full-stops, exclamation marks, or question marks
(#1035) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1035) Inline comments must end in full-stops, exclamation marks, or question marks
(#1060) Public method name "PDFObject::getCommandsText" must be in lower-case letters only
(#1060) Variable "text_part" must not contain underscores.
(#1061) Opening brace should be on the same line as the declaration
(#1064) Variable "text_part" must not contain underscores.
(#1066) Inline comments must end in full-stops, exclamation marks, or question marks
(#1079) Variable "oldCommand" must be all lower-case
(#1081) Inline comments must end in full-stops, exclamation marks, or question marks
(#1098) Inline comments must end in full-stops, exclamation marks, or question marks
(#1115) Variable "oldCommand" must be all lower-case
(#1118) Usage of ELSEIF not allowed; use ELSE IF instead
(#1120) Inline comments must end in full-stops, exclamation marks, or question marks
(#1125) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#1126) Inline comments must end in full-stops, exclamation marks, or question marks
(#1126) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#1128) Usage of ELSEIF not allowed; use ELSE IF instead
(#1131) Usage of ELSEIF not allowed; use ELSE IF instead
(#1144) Missing docblock for function factory
(#1173) Expected at least 1 space before "."; 0 found
(#1173) Expected at least 1 space after "."; 0 found
(#1189) Protected method name "PDFObject::getUniqueId" must be in lower-case letters only
(#1190) Opening brace should be on the same line as the declaration
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Page.php
(#1) No one-line description found in phpdocs for docblock of file Page.php
(#1) DocBlock missing a @package tag for file Page.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#40) Missing docblock for class Page
(#55) Member variable "dataTm" must be all lower-case
(#60) Docblock tag "@internal" is not recommended.
(#62) No one-line description found in phpdocs for docblock of function setFonts
(#62) Public method name "Page::setFonts" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#72) No one-line description found in phpdocs for docblock of function getFonts
(#72) Public method name "Page::getFonts" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Missing docblock for function getFont
(#111) Public method name "Page::getFont" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#140) Public method name "Page::getXObjects" must be in lower-case letters only
(#141) Opening brace should be on the same line as the declaration
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Missing docblock for function getXObject
(#173) Public method name "Page::getXObject" must be in lower-case letters only
(#174) Opening brace should be on the same line as the declaration
(#182) This comment is 67% valid code; is this commented out code?
(#191) Missing docblock for function getText
(#191) Public method name "Page::getText" must be in lower-case letters only
(#192) Opening brace should be on the same line as the declaration
(#196) Usage of ELSEIF not allowed; use ELSE IF instead
(#198) Usage of ELSEIF not allowed; use ELSE IF instead
(#202) Variable "new_content" must not contain underscores.
(#206) Variable "new_content" must not contain underscores.
(#208) Variable "new_content" must not contain underscores.
(#213) Variable "new_content" must not contain underscores.
(#215) Usage of ELSEIF not allowed; use ELSE IF instead
(#217) Variable "new_content" must not contain underscores.
(#220) Variable "new_content" must not contain underscores.
(#220) Expected at least 1 space before "."; 0 found
(#220) Expected at least 1 space after "."; 0 found
(#224) Variable "new_content" must not contain underscores.
(#232) Variable "contentsText" must be all lower-case
(#233) Variable "recursionStack" must be all lower-case
(#235) Variable "contentsText" must be all lower-case
(#249) Public method name "Page::isFpdf" must be in lower-case letters only
(#250) Opening brace should be on the same line as the declaration
(#251) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#253) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#265) Public method name "Page::getPageNumber" must be in lower-case letters only
(#266) Opening brace should be on the same line as the declaration
(#268) Variable "numOfPages" must be all lower-case
(#269) Variable "pageNum" must be all lower-case
(#269) Variable "pageNum" must be all lower-case
(#269) Variable "numOfPages" must be all lower-case
(#269) Variable "pageNum" must be all lower-case
(#270) Variable "pageNum" must be all lower-case
(#275) Variable "pageNum" must be all lower-case
(#286) Public method name "Page::getPDFObjectForFpdf" must be in lower-case letters only
(#287) Opening brace should be on the same line as the declaration
(#288) Variable "pageNum" must be all lower-case
(#289) Variable "xObjects" must be all lower-case
(#291) Variable "xObjects" must be all lower-case
(#291) Variable "pageNum" must be all lower-case
(#302) Public method name "Page::createPDFObjectForFpdf" must be in lower-case letters only
(#303) Opening brace should be on the same line as the declaration
(#304) Variable "pdfObject" must be all lower-case
(#305) Variable "new_content" must not contain underscores.
(#305) Variable "pdfObject" must be all lower-case
(#306) Variable "pdfObject" must be all lower-case
(#307) Variable "pdfObject" must be all lower-case
(#309) Variable "pdfObject" must be all lower-case
(#309) Variable "new_content" must not contain underscores.
(#317) Public method name "Page::createPageForFpdf" must be in lower-case letters only
(#318) Opening brace should be on the same line as the declaration
(#319) Variable "pdfObject" must be all lower-case
(#320) Variable "new_content" must not contain underscores.
(#320) Variable "pdfObject" must be all lower-case
(#321) Variable "pdfObject" must be all lower-case
(#322) Variable "pdfObject" must be all lower-case
(#324) Variable "pdfObject" must be all lower-case
(#324) Variable "new_content" must not contain underscores.
(#327) Missing docblock for function getTextArray
(#327) Public method name "Page::getTextArray" must be in lower-case letters only
(#328) Opening brace should be on the same line as the declaration
(#330) Variable "pdfObject" must be all lower-case
(#331) Variable "newPdfObject" must be all lower-case
(#333) Variable "newPdfObject" must be all lower-case
(#333) Variable "pdfObject" must be all lower-case
(#338) Usage of ELSEIF not allowed; use ELSE IF instead
(#340) Usage of ELSEIF not allowed; use ELSE IF instead
(#344) Variable "new_content" must not contain underscores.
(#349) Variable "new_content" must not contain underscores.
(#351) Variable "new_content" must not contain underscores.
(#356) Variable "new_content" must not contain underscores.
(#364) Usage of ELSEIF not allowed; use ELSE IF instead
(#366) Variable "new_content" must not contain underscores.
(#370) Variable "new_content" must not contain underscores.
(#370) Expected at least 1 space before "."; 0 found
(#370) Expected at least 1 space after "."; 0 found
(#374) Variable "new_content" must not contain underscores.
(#389) Public method name "Page::extractRawData" must be in lower-case letters only
(#390) Opening brace should be on the same line as the declaration
(#394) Variable "extractedData" must be all lower-case
(#402) Variable "sectionsText" must be all lower-case
(#403) Variable "sectionsText" must be all lower-case
(#403) Variable "sectionText" must be all lower-case
(#404) Variable "commandsText" must be all lower-case
(#404) Variable "sectionText" must be all lower-case
(#405) Variable "commandsText" must be all lower-case
(#406) Variable "extractedData" must be all lower-case
(#413) Variable "sectionsText" must be all lower-case
(#414) Variable "sectionsText" must be all lower-case
(#414) Variable "sectionText" must be all lower-case
(#415) Variable "commandsText" must be all lower-case
(#415) Variable "sectionText" must be all lower-case
(#416) Variable "commandsText" must be all lower-case
(#417) Variable "extractedData" must be all lower-case
(#422) Variable "extractedData" must be all lower-case
(#433) Public method name "Page::extractDecodedRawData" must be in lower-case letters only
(#433) Variable "extractedRawData" must be all lower-case
(#434) Opening brace should be on the same line as the declaration
(#435) Variable "extractedRawData" must be all lower-case
(#435) Variable "extractedRawData" must be all lower-case
(#436) Variable "extractedRawData" must be all lower-case
(#438) Variable "currentFont" must be all lower-case
(#438) Inline doc block type-hinting for '$currentFont' does not match next code line '$clippedFont...'
(#439) Variable "clippedFont" must be all lower-case
(#440) Variable "fpdfPage" must be all lower-case
(#442) Variable "fpdfPage" must be all lower-case
(#444) Variable "extractedRawData" must be all lower-case
(#448) Variable "tmpText" must be all lower-case
(#449) Variable "currentFont" must be all lower-case
(#450) Variable "tmpText" must be all lower-case
(#450) Variable "currentFont" must be all lower-case
(#451) Inline comments must start with a capital letter, digit or 3-dots sequence
(#451) This comment is 72% valid code; is this commented out code?
(#453) Variable "tmpText" must be all lower-case
(#456) Variable "tmpText" must be all lower-case
(#458) Variable "tmpText" must be all lower-case
(#458) Variable "tmpText" must be all lower-case
(#459) Variable "currentFont" must be all lower-case
(#460) Variable "tmpText" must be all lower-case
(#460) Variable "currentFont" must be all lower-case
(#460) Variable "tmpText" must be all lower-case
(#462) Variable "tmpText" must be all lower-case
(#465) Variable "numText" must be all lower-case
(#466) Variable "numText" must be all lower-case
(#470) Variable "tmpText" must be all lower-case
(#471) Variable "decodedText" must be all lower-case
(#471) Variable "currentFont" must be all lower-case
(#471) Variable "currentFont" must be all lower-case
(#471) Variable "tmpText" must be all lower-case
(#471) Variable "tmpText" must be all lower-case
(#472) Variable "decodedText" must be all lower-case
(#475) Variable "decodedText" must be all lower-case
(#478) Variable "decodedText" must be all lower-case
(#478) Variable "decodedText" must be all lower-case
(#480) Variable "currentFont" must be all lower-case
(#481) Variable "decodedText" must be all lower-case
(#481) Variable "currentFont" must be all lower-case
(#481) Variable "decodedText" must be all lower-case
(#483) Variable "decodedText" must be all lower-case
(#486) Usage of ELSEIF not allowed; use ELSE IF instead
(#487) Variable "fontId" must be all lower-case
(#488) Inline comments must end in full-stops, exclamation marks, or question marks
(#489) Variable "currentFont" must be all lower-case
(#489) Variable "fpdfPage" must be all lower-case
(#489) Variable "fpdfPage" must be all lower-case
(#489) Variable "fontId" must be all lower-case
(#489) Variable "fontId" must be all lower-case
(#491) Usage of ELSEIF not allowed; use ELSE IF instead
(#492) Variable "currentFont" must be all lower-case
(#492) Variable "clippedFont" must be all lower-case
(#493) Usage of ELSEIF not allowed; use ELSE IF instead
(#494) Variable "clippedFont" must be all lower-case
(#494) Variable "currentFont" must be all lower-case
(#498) Variable "extractedRawData" must be all lower-case
(#513) Public method name "Page::getDataCommands" must be in lower-case letters only
(#513) Variable "extractedDecodedRawData" must be all lower-case
(#514) Opening brace should be on the same line as the declaration
(#515) Variable "extractedDecodedRawData" must be all lower-case
(#515) Variable "extractedDecodedRawData" must be all lower-case
(#516) Variable "extractedDecodedRawData" must be all lower-case
(#518) Variable "extractedData" must be all lower-case
(#519) Variable "extractedDecodedRawData" must be all lower-case
(#526) Variable "extractedData" must be all lower-case
(#533) Variable "extractedData" must be all lower-case
(#540) Variable "extractedData" must be all lower-case
(#549) Variable "extractedData" must be all lower-case
(#558) Variable "extractedData" must be all lower-case
(#571) Variable "extractedData" must be all lower-case
(#581) Variable "extractedData" must be all lower-case
(#592) Variable "extractedData" must be all lower-case
(#600) Variable "extractedData" must be all lower-case
(#611) Variable "extractedData" must be all lower-case
(#626) Variable "extractedData" must be all lower-case
(#631) Variable "extractedData" must be all lower-case
(#647) Variable "extractedData" must be all lower-case
(#659) Variable "extractedData" must be all lower-case
(#665) Variable "extractedData" must be all lower-case
(#682) Public method name "Page::getDataTm" must be in lower-case letters only
(#682) Variable "dataCommands" must be all lower-case
(#683) Opening brace should be on the same line as the declaration
(#684) Variable "dataCommands" must be all lower-case
(#684) Variable "dataCommands" must be all lower-case
(#685) Variable "dataCommands" must be all lower-case
(#691) Variable "defaultTm" must be all lower-case
(#692) Variable "concatTm" must be all lower-case
(#693) Variable "graphicsStatesStack" must be all lower-case
(#697) Variable "defaultTl" must be all lower-case
(#702) Variable "defaultFontId" must be all lower-case
(#703) Variable "defaultFontSize" must be all lower-case
(#708) Variable "hSc" must be all lower-case
(#708) Inline comments must start with a capital letter, digit or 3-dots sequence
(#708) Inline comments must end in full-stops, exclamation marks, or question marks
(#709) Inline doc block comments are not allowed; use "// Comment." instead
(#713) Variable "vSc" must be all lower-case
(#722) Variable "Tx" must be all lower-case
(#723) Variable "Ty" must be all lower-case
(#725) Variable "Tm" must be all lower-case
(#725) Variable "defaultTm" must be all lower-case
(#726) Variable "Tl" must be all lower-case
(#726) Variable "defaultTl" must be all lower-case
(#727) Variable "fontId" must be all lower-case
(#727) Variable "defaultFontId" must be all lower-case
(#728) Variable "fontSize" must be all lower-case
(#728) Variable "defaultFontSize" must be all lower-case
(#728) Inline comments must start with a capital letter, digit or 3-dots sequence
(#728) Inline comments must end in full-stops, exclamation marks, or question marks
(#730) Variable "extractedTexts" must be all lower-case
(#731) Variable "extractedData" must be all lower-case
(#732) Variable "dataCommands" must be all lower-case
(#735) Inline comments must end in full-stops, exclamation marks, or question marks
(#736) Variable "extractedTexts" must be all lower-case
(#736) Variable "extractedData" must be all lower-case
(#739) Variable "currentText" must be all lower-case
(#739) Variable "extractedTexts" must be all lower-case
(#739) Variable "extractedData" must be all lower-case
(#746) Variable "Tm" must be all lower-case
(#746) Variable "defaultTm" must be all lower-case
(#747) Variable "Tl" must be all lower-case
(#747) Variable "defaultTl" must be all lower-case
(#748) Variable "Tx" must be all lower-case
(#749) Variable "Ty" must be all lower-case
(#753) Variable "newConcatTm" must be all lower-case
(#754) Variable "TempMatrix" must be all lower-case
(#755) Inline comments must end in full-stops, exclamation marks, or question marks
(#756) Variable "TempMatrix" must be all lower-case
(#756) Variable "concatTm" must be all lower-case
(#756) Variable "newConcatTm" must be all lower-case
(#756) Variable "concatTm" must be all lower-case
(#756) Variable "newConcatTm" must be all lower-case
(#756) Line exceeds 132 characters; contains 133 characters
(#757) Variable "TempMatrix" must be all lower-case
(#757) Variable "concatTm" must be all lower-case
(#757) Variable "newConcatTm" must be all lower-case
(#757) Variable "concatTm" must be all lower-case
(#757) Variable "newConcatTm" must be all lower-case
(#757) Line exceeds 132 characters; contains 133 characters
(#758) Variable "TempMatrix" must be all lower-case
(#758) Variable "concatTm" must be all lower-case
(#758) Variable "newConcatTm" must be all lower-case
(#758) Variable "concatTm" must be all lower-case
(#758) Variable "newConcatTm" must be all lower-case
(#758) Line exceeds 132 characters; contains 133 characters
(#759) Variable "TempMatrix" must be all lower-case
(#759) Variable "concatTm" must be all lower-case
(#759) Variable "newConcatTm" must be all lower-case
(#759) Variable "concatTm" must be all lower-case
(#759) Variable "newConcatTm" must be all lower-case
(#759) Line exceeds 132 characters; contains 133 characters
(#760) Variable "TempMatrix" must be all lower-case
(#760) Variable "concatTm" must be all lower-case
(#760) Variable "newConcatTm" must be all lower-case
(#760) Variable "concatTm" must be all lower-case
(#760) Variable "newConcatTm" must be all lower-case
(#760) Variable "newConcatTm" must be all lower-case
(#760) Line exceeds 132 characters; contains 159 characters
(#761) Variable "TempMatrix" must be all lower-case
(#761) Variable "concatTm" must be all lower-case
(#761) Variable "newConcatTm" must be all lower-case
(#761) Variable "concatTm" must be all lower-case
(#761) Variable "newConcatTm" must be all lower-case
(#761) Variable "newConcatTm" must be all lower-case
(#761) Line exceeds 132 characters; contains 159 characters
(#762) Variable "concatTm" must be all lower-case
(#762) Variable "TempMatrix" must be all lower-case
(#777) Inline comments must start with a capital letter, digit or 3-dots sequence
(#777) Inline comments must end in full-stops, exclamation marks, or question marks
(#778) Variable "Tl" must be all lower-case
(#778) Variable "Tm" must be all lower-case
(#778) Variable "vSc" must be all lower-case
(#788) Variable "Tx" must be all lower-case
(#788) Variable "Tm" must be all lower-case
(#788) Variable "hSc" must be all lower-case
(#789) Variable "Ty" must be all lower-case
(#789) Variable "Tm" must be all lower-case
(#789) Variable "vSc" must be all lower-case
(#790) Variable "Tm" must be all lower-case
(#790) Variable "Tx" must be all lower-case
(#791) Variable "Tm" must be all lower-case
(#791) Variable "Ty" must be all lower-case
(#805) Variable "Tl" must be all lower-case
(#805) Variable "Tm" must be all lower-case
(#805) Variable "vSc" must be all lower-case
(#806) Variable "Tx" must be all lower-case
(#806) Variable "Tm" must be all lower-case
(#806) Variable "hSc" must be all lower-case
(#807) Variable "Ty" must be all lower-case
(#807) Variable "Tm" must be all lower-case
(#807) Variable "vSc" must be all lower-case
(#808) Variable "Tm" must be all lower-case
(#808) Variable "Tx" must be all lower-case
(#809) Variable "Tm" must be all lower-case
(#809) Variable "Ty" must be all lower-case
(#819) Variable "Tm" must be all lower-case
(#820) Variable "TempMatrix" must be all lower-case
(#821) Variable "TempMatrix" must be all lower-case
(#821) Variable "Tm" must be all lower-case
(#821) Variable "concatTm" must be all lower-case
(#821) Variable "Tm" must be all lower-case
(#821) Variable "concatTm" must be all lower-case
(#822) Variable "TempMatrix" must be all lower-case
(#822) Variable "Tm" must be all lower-case
(#822) Variable "concatTm" must be all lower-case
(#822) Variable "Tm" must be all lower-case
(#822) Variable "concatTm" must be all lower-case
(#823) Variable "TempMatrix" must be all lower-case
(#823) Variable "Tm" must be all lower-case
(#823) Variable "concatTm" must be all lower-case
(#823) Variable "Tm" must be all lower-case
(#823) Variable "concatTm" must be all lower-case
(#824) Variable "TempMatrix" must be all lower-case
(#824) Variable "Tm" must be all lower-case
(#824) Variable "concatTm" must be all lower-case
(#824) Variable "Tm" must be all lower-case
(#824) Variable "concatTm" must be all lower-case
(#825) Variable "TempMatrix" must be all lower-case
(#825) Variable "Tm" must be all lower-case
(#825) Variable "concatTm" must be all lower-case
(#825) Variable "Tm" must be all lower-case
(#825) Variable "concatTm" must be all lower-case
(#825) Variable "concatTm" must be all lower-case
(#825) Line exceeds 132 characters; contains 138 characters
(#826) Variable "TempMatrix" must be all lower-case
(#826) Variable "Tm" must be all lower-case
(#826) Variable "concatTm" must be all lower-case
(#826) Variable "Tm" must be all lower-case
(#826) Variable "concatTm" must be all lower-case
(#826) Variable "concatTm" must be all lower-case
(#826) Line exceeds 132 characters; contains 138 characters
(#827) Variable "Tm" must be all lower-case
(#827) Variable "TempMatrix" must be all lower-case
(#828) Variable "Tx" must be all lower-case
(#828) Variable "Tm" must be all lower-case
(#829) Variable "Ty" must be all lower-case
(#829) Variable "Tm" must be all lower-case
(#840) Variable "Ty" must be all lower-case
(#840) Variable "Tl" must be all lower-case
(#841) Variable "Tm" must be all lower-case
(#841) Variable "Ty" must be all lower-case
(#849) Variable "Tm" must be all lower-case
(#849) Variable "currentText" must be all lower-case
(#851) Variable "fontId" must be all lower-case
(#852) Variable "fontSize" must be all lower-case
(#854) Variable "extractedData" must be all lower-case
(#865) Variable "Ty" must be all lower-case
(#865) Variable "Tl" must be all lower-case
(#866) Variable "Tm" must be all lower-case
(#866) Variable "Ty" must be all lower-case
(#867) Variable "extractedData" must be all lower-case
(#867) Variable "Tm" must be all lower-case
(#867) Variable "currentText" must be all lower-case
(#882) Variable "currentText" must be all lower-case
(#883) Variable "Ty" must be all lower-case
(#883) Variable "Tl" must be all lower-case
(#884) Variable "Tm" must be all lower-case
(#884) Variable "Ty" must be all lower-case
(#885) Variable "extractedData" must be all lower-case
(#885) Variable "Tm" must be all lower-case
(#885) Inline comments must end in full-stops, exclamation marks, or question marks
(#899) Long list syntax is not allowed
(#899) Variable "fontId" must be all lower-case
(#899) Variable "fontSize" must be all lower-case
(#915) Variable "Tm" must be all lower-case
(#915) Variable "currentText" must be all lower-case
(#917) Variable "fontId" must be all lower-case
(#918) Variable "fontSize" must be all lower-case
(#920) Variable "extractedData" must be all lower-case
(#927) Variable "graphicsStatesStack" must be all lower-case
(#927) Variable "concatTm" must be all lower-case
(#934) Variable "concatTm" must be all lower-case
(#934) Variable "graphicsStatesStack" must be all lower-case
(#939) Variable "extractedData" must be all lower-case
(#941) Variable "extractedData" must be all lower-case
(#962) Public method name "Page::getTextXY" must be in lower-case letters only
(#962) Variable "xError" must be all lower-case
(#962) Variable "yError" must be all lower-case
(#963) Opening brace should be on the same line as the declaration
(#980) Variable "xError" must be all lower-case
(#980) Variable "xError" must be all lower-case
(#981) Variable "yError" must be all lower-case
(#981) Variable "yError" must be all lower-case
(#983) Variable "extractedData" must be all lower-case
(#986) Variable "xTm" must be all lower-case
(#987) Variable "yTm" must be all lower-case
(#990) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#990) Variable "xTm" must be all lower-case
(#990) Variable "xError" must be all lower-case
(#991) Variable "xTm" must be all lower-case
(#991) Variable "xError" must be all lower-case
(#991) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#992) Variable "extractedData" must be all lower-case
(#997) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#997) Variable "yTm" must be all lower-case
(#997) Variable "yError" must be all lower-case
(#998) Variable "yTm" must be all lower-case
(#998) Variable "yError" must be all lower-case
(#998) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#999) Variable "extractedData" must be all lower-case
(#1003) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#1003) Variable "xTm" must be all lower-case
(#1003) Variable "xError" must be all lower-case
(#1004) Variable "xTm" must be all lower-case
(#1004) Variable "xError" must be all lower-case
(#1005) Variable "yTm" must be all lower-case
(#1005) Variable "yError" must be all lower-case
(#1006) Variable "yTm" must be all lower-case
(#1006) Variable "yError" must be all lower-case
(#1006) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#1007) Variable "extractedData" must be all lower-case
(#1012) Variable "extractedData" must be all lower-case
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Pages.php
(#1) No one-line description found in phpdocs for docblock of file Pages.php
(#1) DocBlock missing a @package tag for file Pages.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#40) DocBlock missing a @package tag for class Pages. Expected @package block_smartedu
(#53) No one-line description found in phpdocs for docblock of function getPages
(#53) Public method name "Pages::getPages" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#60) Variable "kidsElement" must be all lower-case
(#63) Variable "kidsElement" must be all lower-case
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Variable "fontsAvailable" must be all lower-case
(#72) Variable "kidsElement" must be all lower-case
(#78) Usage of ELSEIF not allowed; use ELSE IF instead
(#79) Variable "fontsAvailable" must be all lower-case
(#94) Docblock tag "@internal" is not recommended.
(#96) Protected method name "Pages::setupFonts" must be in lower-case letters only
(#97) Opening brace should be on the same line as the declaration
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Parser.php
(#1) No one-line description found in phpdocs for docblock of file Parser.php
(#1) DocBlock missing a @package tag for file Parser.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#49) DocBlock missing a @package tag for class Parser. Expected @package block_smartedu
(#61) Missing member variable doc comment
(#61) Member variable "rawDataParser" must be all lower-case
(#63) Missing docblock for function __construct
(#64) Opening brace should be on the same line as the declaration
(#69) Missing docblock for function getConfig
(#69) Public method name "Parser::getConfig" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#77) No one-line description found in phpdocs for docblock of function parseFile
(#77) Public method name "Parser::parseFile" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#100) No one-line description found in phpdocs for docblock of function parseContent
(#100) Public method name "Parser::parseContent" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#103) Long list syntax is not allowed
(#128) Missing docblock for function parseTrailer
(#128) Protected method name "Parser::parseTrailer" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
(#137) Usage of ELSEIF not allowed; use ELSE IF instead
(#140) Usage of ELSEIF not allowed; use ELSE IF instead
(#150) Missing docblock for function parseObject
(#150) Protected method name "Parser::parseObject" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#163) Variable "sub_element" must not contain underscores.
(#164) Variable "sub_type" must not contain underscores.
(#164) Variable "sub_element" must not contain underscores.
(#165) Variable "sub_value" must not contain underscores.
(#165) Variable "sub_element" must not contain underscores.
(#166) Variable "sub_type" must not contain underscores.
(#166) Variable "sub_value" must not contain underscores.
(#196) Long list syntax is not allowed
(#206) Expected at least 1 space before "."; 0 found
(#206) Expected at least 1 space after "."; 0 found
(#207) Variable "next_position" must not contain underscores.
(#208) Variable "sub_content" must not contain underscores.
(#208) Variable "next_position" must not contain underscores.
(#210) Variable "sub_header" must not contain underscores.
(#210) Variable "sub_content" must not contain underscores.
(#211) Variable "sub_header" must not contain underscores.
(#218) Usage of ELSEIF not allowed; use ELSE IF instead
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) No one-line description found in phpdocs for docblock of function parseHeader
(#244) Protected method name "Parser::parseHeader" must be in lower-case letters only
(#245) Opening brace should be on the same line as the declaration
(#267) No one-line description found in phpdocs for docblock of function parseHeaderElement
(#267) Protected method name "Parser::parseHeaderElement" must be in lower-case letters only
(#268) Opening brace should be on the same line as the declaration
(#269) Variable "valueIsEmpty" must be all lower-case
(#270) Variable "valueIsEmpty" must be all lower-case
(#292) Expected at least 1 space before "."; 0 found
(#292) Expected at least 1 space after "."; 0 found
(#292) Expected at least 1 space before "."; 0 found
(#292) Expected at least 1 space after "."; 0 found
(#296) Expected at least 1 space before "."; 0 found
(#296) Expected at least 1 space after "."; 0 found
(#296) Expected at least 1 space before "."; 0 found
(#296) Expected at least 1 space after "."; 0 found
(#302) Expected at least 1 space before "."; 0 found
(#302) Expected at least 1 space after "."; 0 found
(#304) Inline comments must start with a capital letter, digit or 3-dots sequence
(#304) Inline comments must end in full-stops, exclamation marks, or question marks
(#312) Variable "sub_element" must not contain underscores.
(#313) Variable "sub_type" must not contain underscores.
(#313) Variable "sub_element" must not contain underscores.
(#314) Variable "sub_value" must not contain underscores.
(#314) Variable "sub_element" must not contain underscores.
(#315) Variable "sub_type" must not contain underscores.
(#315) Variable "sub_value" must not contain underscores.
(#328) Expected at least 1 space before "."; 0 found
(#328) Expected at least 1 space after "."; 0 found
(#328) Expected at least 1 space before "."; 0 found
(#328) Expected at least 1 space after "."; 0 found
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/RawData/FilterHelper.php
(#1) DocBlock missing a @package tag for file FilterHelper.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#15) Invalid docblock tag "@file".
(#19) Invalid docblock tag "@date".
(#23) Invalid docblock tag "@url".
(#47) Missing docblock for class FilterHelper
(#49) Missing member variable doc comment
(#49) Member variable "availableFilters" must be all lower-case
(#62) Public method name "FilterHelper::decodeFilter" must be in lower-case letters only
(#62) Variable "decodeMemoryLimit" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#75) Variable "decodeMemoryLimit" must be all lower-case
(#106) Protected method name "FilterHelper::decodeFilterASCIIHexDecode" must be in lower-case letters only
(#107) Opening brace should be on the same line as the declaration
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Variable "data_length" must not contain underscores.
(#119) Variable "data_length" must not contain underscores.
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Expected at least 1 space before "."; 0 found
(#123) Expected at least 1 space after "."; 0 found
(#123) Expected at least 1 space before "."; 0 found
(#123) Expected at least 1 space after "."; 0 found
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Protected method name "FilterHelper::decodeFilterASCII85Decode" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Variable "data_length" must not contain underscores.
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Expected at least 1 space before "."; 0 found
(#173) Expected at least 1 space after "."; 0 found
(#173) Expected at least 1 space before "."; 0 found
(#173) Expected at least 1 space after "."; 0 found
(#173) Expected at least 1 space before "."; 0 found
(#173) Expected at least 1 space after "."; 0 found
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Variable "group_pos" must not contain underscores.
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Variable "data_length" must not contain underscores.
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#184) Variable "group_pos" must not contain underscores.
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Variable "group_pos" must not contain underscores.
(#192) Variable "group_pos" must not contain underscores.
(#193) Expected at least 1 space before "."; 0 found
(#193) Expected at least 1 space after "."; 0 found
(#193) Expected at least 1 space before "."; 0 found
(#193) Expected at least 1 space after "."; 0 found
(#193) Expected at least 1 space before "."; 0 found
(#193) Expected at least 1 space after "."; 0 found
(#195) Variable "group_pos" must not contain underscores.
(#197) Variable "group_pos" must not contain underscores.
(#201) Variable "group_pos" must not contain underscores.
(#202) Variable "group_pos" must not contain underscores.
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) Variable "group_pos" must not contain underscores.
(#207) Expected at least 1 space before "."; 0 found
(#207) Expected at least 1 space after "."; 0 found
(#207) Expected at least 1 space before "."; 0 found
(#207) Expected at least 1 space after "."; 0 found
(#211) Expected at least 1 space before "."; 0 found
(#211) Expected at least 1 space after "."; 0 found
(#237) Protected method name "FilterHelper::decodeFilterFlateDecode" must be in lower-case letters only
(#237) Variable "decodeMemoryLimit" must be all lower-case
(#238) Opening brace should be on the same line as the declaration
(#242) Variable "decodeMemoryLimit" must be all lower-case
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) Expected at least 1 space before "."; 0 found
(#251) Expected at least 1 space after "."; 0 found
(#253) Variable "decodeMemoryLimit" must be all lower-case
(#254) Expected at least 1 space before "."; 0 found
(#254) Expected at least 1 space after "."; 0 found
(#256) Expected at least 1 space before "."; 0 found
(#256) Expected at least 1 space after "."; 0 found
(#256) Variable "decodeMemoryLimit" must be all lower-case
(#273) Line exceeds 132 characters; contains 140 characters
(#279) Protected method name "FilterHelper::decodeFilterLZWDecode" must be in lower-case letters only
(#280) Opening brace should be on the same line as the declaration
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) Variable "data_length" must not contain underscores.
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) Variable "data_length" must not contain underscores.
(#290) Inline comments must start with a capital letter, digit or 3-dots sequence
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) Variable "data_length" must not contain underscores.
(#292) Inline comments must start with a capital letter, digit or 3-dots sequence
(#292) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#294) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) Variable "prev_index" must not contain underscores.
(#303) Inline comments must start with a capital letter, digit or 3-dots sequence
(#303) Inline comments must end in full-stops, exclamation marks, or question marks
(#304) Variable "data_length" must not contain underscores.
(#305) Inline comments must start with a capital letter, digit or 3-dots sequence
(#305) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) Variable "data_length" must not contain underscores.
(#309) Inline comments must start with a capital letter, digit or 3-dots sequence
(#310) Inline comments must end in full-stops, exclamation marks, or question marks
(#312) Inline comments must start with a capital letter, digit or 3-dots sequence
(#312) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Variable "prev_index" must not contain underscores.
(#315) Inline comments must start with a capital letter, digit or 3-dots sequence
(#320) Usage of ELSEIF not allowed; use ELSE IF instead
(#320) Variable "prev_index" must not contain underscores.
(#321) Inline comments must start with a capital letter, digit or 3-dots sequence
(#321) Inline comments must end in full-stops, exclamation marks, or question marks
(#323) Variable "prev_index" must not contain underscores.
(#325) Inline comments must start with a capital letter, digit or 3-dots sequence
(#325) Inline comments must end in full-stops, exclamation marks, or question marks
(#327) Inline comments must start with a capital letter, digit or 3-dots sequence
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Variable "dic_val" must not contain underscores.
(#329) Variable "prev_index" must not contain underscores.
(#329) Expected at least 1 space before "."; 0 found
(#329) Expected at least 1 space after "."; 0 found
(#330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Variable "prev_index" must not contain underscores.
(#333) Inline comments must start with a capital letter, digit or 3-dots sequence
(#333) Inline comments must end in full-stops, exclamation marks, or question marks
(#334) Variable "dic_val" must not contain underscores.
(#334) Variable "prev_index" must not contain underscores.
(#334) Expected at least 1 space before "."; 0 found
(#334) Expected at least 1 space after "."; 0 found
(#334) Variable "prev_index" must not contain underscores.
(#335) Variable "dic_val" must not contain underscores.
(#337) Inline comments must start with a capital letter, digit or 3-dots sequence
(#337) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Variable "dic_val" must not contain underscores.
(#340) Inline comments must start with a capital letter, digit or 3-dots sequence
(#340) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) Usage of ELSEIF not allowed; use ELSE IF instead
(#345) Usage of ELSEIF not allowed; use ELSE IF instead
(#361) Protected method name "FilterHelper::decodeFilterRunLengthDecode" must be in lower-case letters only
(#362) Opening brace should be on the same line as the declaration
(#363) Inline comments must start with a capital letter, digit or 3-dots sequence
(#363) Inline comments must end in full-stops, exclamation marks, or question marks
(#365) Inline comments must start with a capital letter, digit or 3-dots sequence
(#365) Inline comments must end in full-stops, exclamation marks, or question marks
(#366) Variable "data_length" must not contain underscores.
(#368) Variable "data_length" must not contain underscores.
(#369) Inline comments must start with a capital letter, digit or 3-dots sequence
(#369) Inline comments must end in full-stops, exclamation marks, or question marks
(#372) Inline comments must start with a capital letter, digit or 3-dots sequence
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) Usage of ELSEIF not allowed; use ELSE IF instead
(#375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#376) Inline comments must end in full-stops, exclamation marks, or question marks
(#378) Inline comments must start with a capital letter, digit or 3-dots sequence
(#378) Inline comments must end in full-stops, exclamation marks, or question marks
(#381) Inline comments must start with a capital letter, digit or 3-dots sequence
(#382) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) Inline comments must start with a capital letter, digit or 3-dots sequence
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#395) No one-line description found in phpdocs for docblock of function getAvailableFilters
(#395) Public method name "FilterHelper::getAvailableFilters" must be in lower-case letters only
(#396) Opening brace should be on the same line as the declaration
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/RawData/RawDataParser.php
(#1) DocBlock missing a @package tag for file RawDataParser.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#15) Invalid docblock tag "@file".
(#19) Invalid docblock tag "@date".
(#23) Invalid docblock tag "@url".
(#49) Missing docblock for class RawDataParser
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Missing member variable doc comment
(#68) Member variable "filterHelper" must be all lower-case
(#69) Missing member variable doc comment
(#74) No one-line description found in phpdocs for docblock of function __construct
(#75) Opening brace should be on the same line as the declaration
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Protected method name "RawDataParser::decodeStream" must be in lower-case letters only
(#94) Variable "pdfData" must be all lower-case
(#95) Opening brace should be on the same line as the declaration
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Usage of ELSEIF not allowed; use ELSE IF instead
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Variable "pdfData" must be all lower-case
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Usage of ELSEIF not allowed; use ELSE IF instead
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Variable "remaining_filters" must not contain underscores.
(#137) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Variable "remaining_filters" must not contain underscores.
(#149) Variable "remaining_filters" must not contain underscores.
(#163) Protected method name "RawDataParser::decodeXref" must be in lower-case letters only
(#163) Variable "pdfData" must be all lower-case
(#164) Opening brace should be on the same line as the declaration
(#167) Variable "pdfData" must be all lower-case
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Variable "obj_num" must not contain underscores.
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Variable "pdfData" must be all lower-case
(#171) Line exceeds 132 characters; contains 145 characters
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Variable "obj_num" must not contain underscores.
(#179) Expected at least 1 space before "."; 0 found
(#179) Expected at least 1 space after "."; 0 found
(#179) Expected at least 1 space before "."; 0 found
(#179) Expected at least 1 space after "."; 0 found
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#182) Inline comments must start with a capital letter, digit or 3-dots sequence
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Variable "obj_num" must not contain underscores.
(#186) Usage of ELSEIF not allowed; use ELSE IF instead
(#187) Variable "obj_num" must not contain underscores.
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Variable "obj_num" must not contain underscores.
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Variable "pdfData" must be all lower-case
(#195) Variable "trailer_data" must not contain underscores.
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Variable "trailer_data" must not contain underscores.
(#203) Variable "trailer_data" must not contain underscores.
(#204) Expected at least 1 space before "."; 0 found
(#204) Expected at least 1 space after "."; 0 found
(#204) Expected at least 1 space before "."; 0 found
(#204) Expected at least 1 space after "."; 0 found
(#206) Variable "trailer_data" must not contain underscores.
(#207) Expected at least 1 space before "."; 0 found
(#207) Expected at least 1 space after "."; 0 found
(#207) Expected at least 1 space before "."; 0 found
(#207) Expected at least 1 space after "."; 0 found
(#209) Variable "trailer_data" must not contain underscores.
(#210) Expected at least 1 space before "."; 0 found
(#210) Expected at least 1 space after "."; 0 found
(#210) Expected at least 1 space before "."; 0 found
(#210) Expected at least 1 space after "."; 0 found
(#212) Variable "trailer_data" must not contain underscores.
(#218) Variable "trailer_data" must not contain underscores.
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Variable "pdfData" must be all lower-case
(#243) Protected method name "RawDataParser::decodeXrefStream" must be in lower-case letters only
(#243) Variable "pdfData" must be all lower-case
(#244) Opening brace should be on the same line as the declaration
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) Variable "pdfData" must be all lower-case
(#247) Variable "pdfData" must be all lower-case
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) Variable "valid_crs" must not contain underscores.
(#278) Variable "valid_crs" must not contain underscores.
(#279) Usage of ELSEIF not allowed; use ELSE IF instead
(#280) Inline comments must start with a capital letter, digit or 3-dots sequence
(#280) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Variable "index_blocks" must not contain underscores.
(#283) Variable "index_blocks" must not contain underscores.
(#285) Usage of ELSEIF not allowed; use ELSE IF instead
(#286) Inline comments must start with a capital letter, digit or 3-dots sequence
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) Usage of ELSEIF not allowed; use ELSE IF instead
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) Usage of ELSEIF not allowed; use ELSE IF instead
(#305) Usage of ELSEIF not allowed; use ELSE IF instead
(#316) Usage of ELSEIF not allowed; use ELSE IF instead
(#319) Usage of ELSEIF not allowed; use ELSE IF instead
(#321) Usage of ELSEIF not allowed; use ELSE IF instead
(#323) Usage of ELSEIF not allowed; use ELSE IF instead
(#325) Usage of ELSEIF not allowed; use ELSE IF instead
(#333) Inline comments must start with a capital letter, digit or 3-dots sequence
(#333) Inline comments must end in full-stops, exclamation marks, or question marks
(#334) Variable "valid_crs" must not contain underscores.
(#336) Inline comments must start with a capital letter, digit or 3-dots sequence
(#336) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Inline comments must start with a capital letter, digit or 3-dots sequence
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) Inline doc block comments are not allowed; use "// Comment." instead
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) Inline comments must start with a capital letter, digit or 3-dots sequence
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#348) Inline comments must start with a capital letter, digit or 3-dots sequence
(#348) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) Variable "prev_row" must not contain underscores.
(#350) Inline comments must start with a capital letter, digit or 3-dots sequence
(#350) Inline comments must end in full-stops, exclamation marks, or question marks
(#352) Inline comments must start with a capital letter, digit or 3-dots sequence
(#352) Inline comments must end in full-stops, exclamation marks, or question marks
(#354) Inline comments must start with a capital letter, digit or 3-dots sequence
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#356) Inline comments must start with a capital letter, digit or 3-dots sequence
(#356) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) Inline comments must start with a capital letter, digit or 3-dots sequence
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Variable "row_up" must not contain underscores.
(#360) Variable "prev_row" must not contain underscores.
(#362) Variable "row_left" must not contain underscores.
(#363) Variable "row_upleft" must not contain underscores.
(#365) Variable "row_left" must not contain underscores.
(#366) Variable "row_upleft" must not contain underscores.
(#366) Variable "prev_row" must not contain underscores.
(#369) Inline comments must end in full-stops, exclamation marks, or question marks
(#373) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) Variable "row_left" must not contain underscores.
(#377) Inline comments must end in full-stops, exclamation marks, or question marks
(#378) Variable "row_up" must not contain underscores.
(#381) Inline comments must end in full-stops, exclamation marks, or question marks
(#382) Variable "row_left" must not contain underscores.
(#382) Variable "row_up" must not contain underscores.
(#386) Inline comments must end in full-stops, exclamation marks, or question marks
(#387) Variable "row_left" must not contain underscores.
(#387) Variable "row_up" must not contain underscores.
(#387) Variable "row_upleft" must not contain underscores.
(#388) Inline comments must start with a capital letter, digit or 3-dots sequence
(#388) Inline comments must end in full-stops, exclamation marks, or question marks
(#389) Variable "row_left" must not contain underscores.
(#390) Variable "row_up" must not contain underscores.
(#391) Variable "row_upleft" must not contain underscores.
(#393) Inline comments must start with a capital letter, digit or 3-dots sequence
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#396) Variable "row_left" must not contain underscores.
(#400) Variable "row_up" must not contain underscores.
(#404) Variable "row_upleft" must not contain underscores.
(#409) Inline comments must end in full-stops, exclamation marks, or question marks
(#410) Expected at least 1 space before "."; 0 found
(#410) Expected at least 1 space after "."; 0 found
(#413) Variable "prev_row" must not contain underscores.
(#415) Inline comments must start with a capital letter, digit or 3-dots sequence
(#415) Inline comments must end in full-stops, exclamation marks, or question marks
(#417) Inline comments must start with a capital letter, digit or 3-dots sequence
(#417) Inline comments must end in full-stops, exclamation marks, or question marks
(#420) Inline comments must start with a capital letter, digit or 3-dots sequence
(#420) Inline comments must end in full-stops, exclamation marks, or question marks
(#422) Inline comments must start with a capital letter, digit or 3-dots sequence
(#422) Inline comments must end in full-stops, exclamation marks, or question marks
(#425) Inline comments must start with a capital letter, digit or 3-dots sequence
(#425) Inline comments must end in full-stops, exclamation marks, or question marks
(#432) Inline comments must start with a capital letter, digit or 3-dots sequence
(#432) Inline comments must end in full-stops, exclamation marks, or question marks
(#434) Inline comments must start with a capital letter, digit or 3-dots sequence
(#434) Inline comments must end in full-stops, exclamation marks, or question marks
(#437) Inline comments must start with a capital letter, digit or 3-dots sequence
(#437) Inline comments must end in full-stops, exclamation marks, or question marks
(#440) Inline comments must start with a capital letter, digit or 3-dots sequence
(#441) Inline comments must end in full-stops, exclamation marks, or question marks
(#443) Inline comments must start with a capital letter, digit or 3-dots sequence
(#443) Inline comments must end in full-stops, exclamation marks, or question marks
(#453) Inline comments must start with a capital letter, digit or 3-dots sequence
(#453) Inline comments must end in full-stops, exclamation marks, or question marks
(#454) Variable "index_blocks" must not contain underscores.
(#455) Inline comments must start with a capital letter, digit or 3-dots sequence
(#455) Inline comments must end in full-stops, exclamation marks, or question marks
(#456) Variable "obj_num" must not contain underscores.
(#456) Variable "index_blocks" must not contain underscores.
(#458) Variable "obj_num" must not contain underscores.
(#462) Inline comments must start with a capital letter, digit or 3-dots sequence
(#465) Inline comments must start with a capital letter, digit or 3-dots sequence
(#467) Variable "obj_num" must not contain underscores.
(#467) Expected at least 1 space before "."; 0 found
(#467) Expected at least 1 space after "."; 0 found
(#467) Expected at least 1 space before "."; 0 found
(#467) Expected at least 1 space after "."; 0 found
(#468) Inline comments must start with a capital letter, digit or 3-dots sequence
(#468) Inline comments must end in full-stops, exclamation marks, or question marks
(#470) Inline comments must start with a capital letter, digit or 3-dots sequence
(#470) Inline comments must end in full-stops, exclamation marks, or question marks
(#475) Inline comments must start with a capital letter, digit or 3-dots sequence
(#477) Inline comments must end in full-stops, exclamation marks, or question marks
(#478) Expected at least 1 space before "."; 0 found
(#478) Expected at least 1 space after "."; 0 found
(#478) Expected at least 1 space before "."; 0 found
(#478) Expected at least 1 space after "."; 0 found
(#482) Inline comments must start with a capital letter, digit or 3-dots sequence
(#482) Inline comments must end in full-stops, exclamation marks, or question marks
(#485) Variable "obj_num" must not contain underscores.
(#486) Variable "index_blocks" must not contain underscores.
(#487) Inline comments must start with a capital letter, digit or 3-dots sequence
(#487) Inline comments must end in full-stops, exclamation marks, or question marks
(#488) Variable "index_blocks" must not contain underscores.
(#489) Variable "index_blocks" must not contain underscores.
(#490) Inline comments must start with a capital letter, digit or 3-dots sequence
(#490) Inline comments must end in full-stops, exclamation marks, or question marks
(#491) Variable "index_blocks" must not contain underscores.
(#492) Variable "index_blocks" must not contain underscores.
(#493) Inline comments must start with a capital letter, digit or 3-dots sequence
(#493) Inline comments must end in full-stops, exclamation marks, or question marks
(#494) Variable "obj_num" must not contain underscores.
(#494) Variable "index_blocks" must not contain underscores.
(#496) Inline comments must start with a capital letter, digit or 3-dots sequence
(#496) Inline comments must end in full-stops, exclamation marks, or question marks
(#497) Variable "index_blocks" must not contain underscores.
(#504) Inline comments must start with a capital letter, digit or 3-dots sequence
(#504) Inline comments must end in full-stops, exclamation marks, or question marks
(#505) Variable "pdfData" must be all lower-case
(#511) Missing docblock for function getObjectHeaderPattern
(#511) Protected method name "RawDataParser::getObjectHeaderPattern" must be in lower-case letters only
(#511) Variable "objRefs" must be all lower-case
(#512) Opening brace should be on the same line as the declaration
(#513) Inline comments must start with a capital letter, digit or 3-dots sequence
(#513) Inline comments must end in full-stops, exclamation marks, or question marks
(#514) Expected at least 1 space before "."; 0 found
(#514) Expected at least 1 space after "."; 0 found
(#514) Variable "objRefs" must be all lower-case
(#514) Expected at least 1 space before "."; 0 found
(#514) Expected at least 1 space after "."; 0 found
(#514) Expected at least 1 space before "."; 0 found
(#514) Expected at least 1 space after "."; 0 found
(#514) Variable "objRefs" must be all lower-case
(#514) Expected at least 1 space before "."; 0 found
(#514) Expected at least 1 space after "."; 0 found
(#514) Expected at least 1 space before "."; 0 found
(#514) Expected at least 1 space after "."; 0 found
(#517) Missing docblock for function getObjectHeaderLen
(#517) Protected method name "RawDataParser::getObjectHeaderLen" must be in lower-case letters only
(#517) Variable "objRefs" must be all lower-case
(#518) Opening brace should be on the same line as the declaration
(#519) Inline comments must start with a capital letter, digit or 3-dots sequence
(#521) Variable "objRefs" must be all lower-case
(#521) Variable "objRefs" must be all lower-case
(#536) Protected method name "RawDataParser::getIndirectObject" must be in lower-case letters only
(#536) Variable "pdfData" must be all lower-case
(#536) Variable "objRef" must be all lower-case
(#536) Line exceeds 132 characters; contains 133 characters
(#537) Opening brace should be on the same line as the declaration
(#541) Inline comments must start with a capital letter, digit or 3-dots sequence
(#541) This comment is 60% valid code; is this commented out code?
(#542) Variable "objRefArr" must be all lower-case
(#542) Variable "objRef" must be all lower-case
(#543) Variable "objRefArr" must be all lower-case
(#547) Variable "objHeaderLen" must be all lower-case
(#547) Variable "objRefArr" must be all lower-case
(#552) Inline comments must start with a capital letter, digit or 3-dots sequence
(#552) Inline comments must end in full-stops, exclamation marks, or question marks
(#553) Variable "pdfData" must be all lower-case
(#554) Inline comments must start with a capital letter, digit or 3-dots sequence
(#554) Inline comments must end in full-stops, exclamation marks, or question marks
(#555) Variable "pdfData" must be all lower-case
(#556) Variable "objRefArr" must be all lower-case
(#556) Variable "pdfData" must be all lower-case
(#556) Variable "objHeaderLen" must be all lower-case
(#557) Inline comments must start with a capital letter, digit or 3-dots sequence
(#557) Inline comments must end in full-stops, exclamation marks, or question marks
(#564) Inline comments must start with a capital letter, digit or 3-dots sequence
(#564) Inline comments must end in full-stops, exclamation marks, or question marks
(#565) Variable "objHeaderLen" must be all lower-case
(#566) Variable "objContentArr" must be all lower-case
(#567) Inline comments must start with a capital letter, digit or 3-dots sequence
(#567) Inline comments must end in full-stops, exclamation marks, or question marks
(#570) Variable "oldOffset" must be all lower-case
(#571) Inline comments must start with a capital letter, digit or 3-dots sequence
(#571) Inline comments must end in full-stops, exclamation marks, or question marks
(#572) Variable "pdfData" must be all lower-case
(#574) Inline comments must start with a capital letter, digit or 3-dots sequence
(#574) Inline comments must end in full-stops, exclamation marks, or question marks
(#576) Variable "pdfData" must be all lower-case
(#578) Variable "objContentArr" must be all lower-case
(#581) Variable "oldOffset" must be all lower-case
(#582) Inline comments must start with a capital letter, digit or 3-dots sequence
(#582) Inline comments must end in full-stops, exclamation marks, or question marks
(#583) Variable "objContentArr" must be all lower-case
(#588) Variable "objContentArr" must be all lower-case
(#601) Protected method name "RawDataParser::getObjectVal" must be in lower-case letters only
(#601) Variable "pdfData" must be all lower-case
(#602) Opening brace should be on the same line as the declaration
(#604) Inline comments must start with a capital letter, digit or 3-dots sequence
(#604) Inline comments must end in full-stops, exclamation marks, or question marks
(#606) Inline comments must start with a capital letter, digit or 3-dots sequence
(#606) Inline comments must end in full-stops, exclamation marks, or question marks
(#608) Usage of ELSEIF not allowed; use ELSE IF instead
(#609) Inline comments must start with a capital letter, digit or 3-dots sequence
(#609) Inline comments must end in full-stops, exclamation marks, or question marks
(#610) Variable "pdfData" must be all lower-case
(#627) Protected method name "RawDataParser::getRawObject" must be in lower-case letters only
(#627) Variable "pdfData" must be all lower-case
(#627) Variable "headerDic" must be all lower-case
(#628) Opening brace should be on the same line as the declaration
(#629) Inline comments must start with a capital letter, digit or 3-dots sequence
(#629) Inline comments must end in full-stops, exclamation marks, or question marks
(#630) Inline comments must start with a capital letter, digit or 3-dots sequence
(#630) Inline comments must end in full-stops, exclamation marks, or question marks
(#632) Inline comments must start with a capital letter, digit or 3-dots sequence
(#632) Inline comments must end in full-stops, exclamation marks, or question marks
(#633) Variable "pdfData" must be all lower-case
(#635) Inline comments must start with a capital letter, digit or 3-dots sequence
(#635) Inline comments must end in full-stops, exclamation marks, or question marks
(#636) Variable "pdfData" must be all lower-case
(#637) Inline comments must start with a capital letter, digit or 3-dots sequence
(#637) Inline comments must end in full-stops, exclamation marks, or question marks
(#639) Inline comments must start with a capital letter, digit or 3-dots sequence
(#641) Variable "pdfData" must be all lower-case
(#645) Variable "pdfData" must be all lower-case
(#649) Inline comments must start with a capital letter, digit or 3-dots sequence
(#653) Variable "pdfData" must be all lower-case
(#653) Line exceeds 132 characters; contains 134 characters
(#655) Variable "pdfData" must be all lower-case
(#655) Inline comments must start with a capital letter, digit or 3-dots sequence
(#655) Inline comments must end in full-stops, exclamation marks, or question marks
(#660) Inline comments must start with a capital letter, digit or 3-dots sequence
(#661) Inline comments must start with a capital letter, digit or 3-dots sequence
(#667) Variable "open_bracket" must not contain underscores.
(#668) Variable "open_bracket" must not contain underscores.
(#669) Variable "pdfData" must be all lower-case
(#672) Variable "pdfData" must be all lower-case
(#675) Inline comments must end in full-stops, exclamation marks, or question marks
(#679) Inline comments must end in full-stops, exclamation marks, or question marks
(#680) Variable "open_bracket" must not contain underscores.
(#683) Inline comments must end in full-stops, exclamation marks, or question marks
(#684) Variable "open_bracket" must not contain underscores.
(#689) Variable "pdfData" must be all lower-case
(#694) Inline comments must start with a capital letter, digit or 3-dots sequence
(#695) Inline comments must start with a capital letter, digit or 3-dots sequence
(#700) Inline comments must start with a capital letter, digit or 3-dots sequence
(#700) Inline comments must end in full-stops, exclamation marks, or question marks
(#703) Variable "oldOffset" must be all lower-case
(#704) Inline comments must start with a capital letter, digit or 3-dots sequence
(#704) Inline comments must end in full-stops, exclamation marks, or question marks
(#705) Variable "pdfData" must be all lower-case
(#708) Variable "oldOffset" must be all lower-case
(#709) Inline comments must start with a capital letter, digit or 3-dots sequence
(#709) Inline comments must end in full-stops, exclamation marks, or question marks
(#714) Inline comments must start with a capital letter, digit or 3-dots sequence
(#715) Inline comments must start with a capital letter, digit or 3-dots sequence
(#716) Variable "pdfData" must be all lower-case
(#716) Variable "pdfData" must be all lower-case
(#717) Inline comments must start with a capital letter, digit or 3-dots sequence
(#717) Inline comments must end in full-stops, exclamation marks, or question marks
(#718) Expected at least 1 space before "."; 0 found
(#718) Expected at least 1 space after "."; 0 found
(#721) Inline comments must start with a capital letter, digit or 3-dots sequence
(#721) Inline comments must end in full-stops, exclamation marks, or question marks
(#724) Variable "oldOffset" must be all lower-case
(#725) Inline comments must start with a capital letter, digit or 3-dots sequence
(#725) Inline comments must end in full-stops, exclamation marks, or question marks
(#726) Variable "pdfData" must be all lower-case
(#729) Variable "oldOffset" must be all lower-case
(#730) Inline comments must start with a capital letter, digit or 3-dots sequence
(#730) Inline comments must end in full-stops, exclamation marks, or question marks
(#734) Inline comments must start with a capital letter, digit or 3-dots sequence
(#734) Inline comments must end in full-stops, exclamation marks, or question marks
(#738) Variable "pdfData" must be all lower-case
(#739) Variable "dataToCheck" must be all lower-case
(#739) Variable "pdfData" must be all lower-case
(#740) Variable "dataToCheck" must be all lower-case
(#741) Inline comments must start with a capital letter, digit or 3-dots sequence
(#741) Inline comments must end in full-stops, exclamation marks, or question marks
(#742) Variable "pdfData" must be all lower-case
(#744) Usage of ELSEIF not allowed; use ELSE IF instead
(#744) Variable "pdfData" must be all lower-case
(#751) Variable "pdfData" must be all lower-case
(#752) Inline comments must start with a capital letter, digit or 3-dots sequence
(#752) Inline comments must end in full-stops, exclamation marks, or question marks
(#755) Usage of ELSEIF not allowed; use ELSE IF instead
(#755) Variable "pdfData" must be all lower-case
(#756) Inline comments must start with a capital letter, digit or 3-dots sequence
(#756) Inline comments must end in full-stops, exclamation marks, or question marks
(#760) Usage of ELSEIF not allowed; use ELSE IF instead
(#760) Variable "pdfData" must be all lower-case
(#761) Inline comments must start with a capital letter, digit or 3-dots sequence
(#761) Inline comments must end in full-stops, exclamation marks, or question marks
(#765) Usage of ELSEIF not allowed; use ELSE IF instead
(#765) Variable "pdfData" must be all lower-case
(#766) Inline comments must start with a capital letter, digit or 3-dots sequence
(#766) Inline comments must end in full-stops, exclamation marks, or question marks
(#770) Usage of ELSEIF not allowed; use ELSE IF instead
(#770) Variable "pdfData" must be all lower-case
(#771) Inline comments must start with a capital letter, digit or 3-dots sequence
(#771) Inline comments must end in full-stops, exclamation marks, or question marks
(#774) Variable "pdfData" must be all lower-case
(#777) Inline comments must start with a capital letter, digit or 3-dots sequence
(#777) Inline comments must end in full-stops, exclamation marks, or question marks
(#778) Variable "streamLen" must be all lower-case
(#778) Variable "headerDic" must be all lower-case
(#779) Variable "headerDic" must be all lower-case
(#779) Variable "headerDic" must be all lower-case
(#779) Line exceeds maximum limit of 180 characters; contains 208 characters
(#781) Variable "pregResult" must be all lower-case
(#783) Variable "pdfData" must be all lower-case
(#786) Variable "streamLen" must be all lower-case
(#789) Variable "pregResult" must be all lower-case
(#790) Variable "pdfData" must be all lower-case
(#794) Usage of ELSEIF not allowed; use ELSE IF instead
(#794) Variable "pdfData" must be all lower-case
(#795) Inline comments must start with a capital letter, digit or 3-dots sequence
(#795) Inline comments must end in full-stops, exclamation marks, or question marks
(#798) Usage of ELSEIF not allowed; use ELSE IF instead
(#798) Variable "pdfData" must be all lower-case
(#799) Inline comments must start with a capital letter, digit or 3-dots sequence
(#799) Inline comments must end in full-stops, exclamation marks, or question marks
(#802) Expected at least 1 space before "."; 0 found
(#802) Expected at least 1 space after "."; 0 found
(#802) Expected at least 1 space before "."; 0 found
(#802) Expected at least 1 space after "."; 0 found
(#803) Usage of ELSEIF not allowed; use ELSE IF instead
(#803) Variable "pdfData" must be all lower-case
(#804) Inline comments must start with a capital letter, digit or 3-dots sequence
(#804) Inline comments must end in full-stops, exclamation marks, or question marks
(#806) Expected at least 1 space before "."; 0 found
(#806) Expected at least 1 space after "."; 0 found
(#806) Expected at least 1 space before "."; 0 found
(#806) Expected at least 1 space after "."; 0 found
(#808) Usage of ELSEIF not allowed; use ELSE IF instead
(#808) Variable "pdfData" must be all lower-case
(#809) Inline comments must start with a capital letter, digit or 3-dots sequence
(#809) Inline comments must end in full-stops, exclamation marks, or question marks
(#811) Variable "pdfData" must be all lower-case
(#830) Line exceeds 132 characters; contains 133 characters
(#832) Private method name "RawDataParser::getHeaderValue" must be in lower-case letters only
(#832) Variable "headerDic" must be all lower-case
(#833) Opening brace should be on the same line as the declaration
(#834) Variable "headerDic" must be all lower-case
(#844) Variable "headerDic" must be all lower-case
(#845) Variable "isSectionName" must be all lower-case
(#847) Variable "isSectionName" must be all lower-case
(#849) Variable "headerDic" must be all lower-case
(#851) Variable "isSectionValue" must be all lower-case
(#851) Variable "headerDic" must be all lower-case
(#851) Variable "headerDic" must be all lower-case
(#853) Variable "isSectionValue" must be all lower-case
(#853) Variable "headerDic" must be all lower-case
(#854) Variable "headerDic" must be all lower-case
(#873) Protected method name "RawDataParser::getXrefData" must be in lower-case letters only
(#873) Variable "pdfData" must be all lower-case
(#874) Opening brace should be on the same line as the declaration
(#878) Inline comments must end in full-stops, exclamation marks, or question marks
(#879) Variable "bumpOffset" must be all lower-case
(#880) Variable "pdfData" must be all lower-case
(#880) Variable "bumpOffset" must be all lower-case
(#881) Variable "bumpOffset" must be all lower-case
(#884) Inline comments must end in full-stops, exclamation marks, or question marks
(#885) Variable "startxrefPreg" must be all lower-case
(#887) Variable "pdfData" must be all lower-case
(#888) Variable "startxrefMatches" must be all lower-case
(#893) Variable "startxrefPreg" must be all lower-case
(#894) Inline comments must end in full-stops, exclamation marks, or question marks
(#896) Usage of ELSEIF not allowed; use ELSE IF instead
(#897) Inline comments must end in full-stops, exclamation marks, or question marks
(#898) Variable "startxrefMatches" must be all lower-case
(#898) Variable "startxrefMatches" must be all lower-case
(#899) Usage of ELSEIF not allowed; use ELSE IF instead
(#899) Variable "pdfData" must be all lower-case
(#899) Variable "bumpOffset" must be all lower-case
(#899) Variable "bumpOffset" must be all lower-case
(#900) Inline comments must end in full-stops, exclamation marks, or question marks
(#901) Variable "bumpOffset" must be all lower-case
(#902) Usage of ELSEIF not allowed; use ELSE IF instead
(#902) Variable "pdfData" must be all lower-case
(#902) Variable "bumpOffset" must be all lower-case
(#903) Inline comments must end in full-stops, exclamation marks, or question marks
(#904) Variable "bumpOffset" must be all lower-case
(#906) Inline comments must end in full-stops, exclamation marks, or question marks
(#907) Variable "startxrefMatches" must be all lower-case
(#910) Variable "pdfData" must be all lower-case
(#914) Inline comments must start with a capital letter, digit or 3-dots sequence
(#914) Inline comments must end in full-stops, exclamation marks, or question marks
(#915) Variable "pdfData" must be all lower-case
(#916) Inline comments must end in full-stops, exclamation marks, or question marks
(#917) Variable "pdfData" must be all lower-case
(#919) Inline comments must end in full-stops, exclamation marks, or question marks
(#920) Variable "pdfDataUnix" must be all lower-case
(#920) Variable "pdfData" must be all lower-case
(#921) Variable "pdfDataUnix" must be all lower-case
(#921) Variable "pdfDataUnix" must be all lower-case
(#922) Inline comments must end in full-stops, exclamation marks, or question marks
(#925) Inline comments must end in full-stops, exclamation marks, or question marks
(#926) Variable "pdfData" must be all lower-case
(#946) Public method name "RawDataParser::parseData" must be in lower-case letters only
(#947) Opening brace should be on the same line as the declaration
(#951) Inline comments must start with a capital letter, digit or 3-dots sequence
(#951) Inline comments must end in full-stops, exclamation marks, or question marks
(#953) The use of backticks in strings is not recommended
(#956) Inline comments must start with a capital letter, digit or 3-dots sequence
(#956) Inline comments must end in full-stops, exclamation marks, or question marks
(#957) Variable "pdfData" must be all lower-case
(#959) Inline comments must start with a capital letter, digit or 3-dots sequence
(#959) Inline comments must end in full-stops, exclamation marks, or question marks
(#960) Variable "pdfData" must be all lower-case
(#962) Inline comments must end in full-stops, exclamation marks, or question marks
(#964) Variable "pdfData" must be all lower-case
(#964) Variable "pdfData" must be all lower-case
(#965) Variable "pdfData" must be all lower-case
(#968) Inline comments must start with a capital letter, digit or 3-dots sequence
(#968) Inline comments must end in full-stops, exclamation marks, or question marks
(#972) Inline comments must start with a capital letter, digit or 3-dots sequence
(#972) Inline comments must end in full-stops, exclamation marks, or question marks
(#973) Variable "pdfData" must be all lower-case
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/XObject/Form.php
(#1) No one-line description found in phpdocs for docblock of file Form.php
(#1) DocBlock missing a @package tag for file Form.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#42) DocBlock missing a @package tag for class Form. Expected @package block_smartedu
(#44) Missing docblock for function getText
(#44) Public method name "Form::getText" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/XObject/Image.php
(#1) No one-line description found in phpdocs for docblock of file Image.php
(#1) DocBlock missing a @package tag for file Image.php. Expected @package block_smartedu
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#4) Invalid docblock tag "@file".
(#9) Invalid docblock tag "@date".
(#13) Invalid docblock tag "@url".
(#41) DocBlock missing a @package tag for class Image. Expected @package block_smartedu
(#43) Missing docblock for function getText
(#43) Public method name "Image::getText" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
blocks/smartedu/vendor/symfony/polyfill-mbstring/Mbstring.php
(#1) Moodle boilerplate not found
(#14) Missing @copyright tag
(#14) Missing @license tag
(#71) Docblock tag "@internal" is not recommended.
(#73) DocBlock missing a @package tag for class Mbstring. Expected @package block_smartedu
(#75) Missing docblock for constant Mbstring::MB_CASE_FOLD
(#77) Missing docblock for constant Mbstring::SIMPLE_CASE_FOLD
(#78) Line exceeds 132 characters; contains 152 characters
(#79) Expected 1 space between the comma and "'σ'". Found: 8 spaces
(#79) Expected 1 space between the comma and "'θ'". Found: 8 spaces
(#79) Expected 1 space between the comma and "'φ'". Found: 8 spaces
(#79) Expected 1 space between the comma and "'π'". Found: 8 spaces
(#79) Expected 1 space between the comma and "'κ'". Found: 8 spaces
(#79) Expected 1 space between the comma and "'ρ'". Found: 8 spaces
(#79) Expected 1 space between the comma and "'ε'". Found: 8 spaces
(#79) Expected 1 space between the comma and ""\xE1\xB9\xA1"". Found: 8 spaces
(#79) Line exceeds 132 characters; contains 141 characters
(#82) Missing member variable doc comment
(#82) Member variable "encodingList" must be all lower-case
(#83) Missing member variable doc comment
(#84) Missing member variable doc comment
(#84) Member variable "internalEncoding" must be all lower-case
(#86) Missing docblock for function mb_convert_encoding
(#86) Variable "toEncoding" must be all lower-case
(#86) Variable "fromEncoding" must be all lower-case
(#87) Opening brace should be on the same line as the declaration
(#91) Variable "toEncoding" must be all lower-case
(#91) Variable "fromEncoding" must be all lower-case
(#97) Variable "fromEncoding" must be all lower-case
(#97) Variable "fromEncoding" must be all lower-case
(#97) Variable "fromEncoding" must be all lower-case
(#98) Variable "fromEncoding" must be all lower-case
(#98) Variable "fromEncoding" must be all lower-case
(#100) Variable "fromEncoding" must be all lower-case
(#100) Variable "fromEncoding" must be all lower-case
(#103) Variable "toEncoding" must be all lower-case
(#103) Variable "toEncoding" must be all lower-case
(#105) Variable "fromEncoding" must be all lower-case
(#107) Variable "fromEncoding" must be all lower-case
(#107) Variable "toEncoding" must be all lower-case
(#110) Variable "toEncoding" must be all lower-case
(#114) Variable "toEncoding" must be all lower-case
(#114) Variable "toEncoding" must be all lower-case
(#115) Variable "fromEncoding" must be all lower-case
(#115) Variable "fromEncoding" must be all lower-case
(#116) Variable "fromEncoding" must be all lower-case
(#118) Variable "fromEncoding" must be all lower-case
(#119) Variable "fromEncoding" must be all lower-case
(#125) Variable "fromEncoding" must be all lower-case
(#127) Variable "fromEncoding" must be all lower-case
(#130) Variable "fromEncoding" must be all lower-case
(#130) Variable "toEncoding" must be all lower-case
(#130) Expected at least 1 space before "."; 0 found
(#130) Expected at least 1 space after "."; 0 found
(#133) Missing docblock for function mb_convert_variables
(#133) Variable "toEncoding" must be all lower-case
(#133) Variable "fromEncoding" must be all lower-case
(#134) Opening brace should be on the same line as the declaration
(#136) Variable "toEncoding" must be all lower-case
(#136) Variable "fromEncoding" must be all lower-case
(#137) Variable "toEncoding" must be all lower-case
(#137) Variable "fromEncoding" must be all lower-case
(#142) Variable "fromEncoding" must be all lower-case
(#145) Missing docblock for function mb_decode_mimeheader
(#146) Opening brace should be on the same line as the declaration
(#147) Variable "internalEncoding" must be all lower-case
(#150) Missing docblock for function mb_encode_mimeheader
(#150) Variable "transferEncoding" must be all lower-case
(#151) Opening brace should be on the same line as the declaration
(#155) Missing docblock for function mb_decode_numericentity
(#156) Opening brace should be on the same line as the declaration
(#158) Expected at least 1 space before "."; 0 found
(#158) Expected at least 1 space after "."; 0 found
(#158) Expected at least 1 space before "."; 0 found
(#158) Expected at least 1 space after "."; 0 found
(#168) Expected at least 1 space before "."; 0 found
(#168) Expected at least 1 space after "."; 0 found
(#168) Expected at least 1 space before "."; 0 found
(#168) Expected at least 1 space after "."; 0 found
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) Expected at least 1 space before "."; 0 found
(#212) Expected at least 1 space after "."; 0 found
(#215) Missing docblock for function mb_encode_numericentity
(#215) Variable "is_hex" must not contain underscores.
(#216) Opening brace should be on the same line as the declaration
(#218) Expected at least 1 space before "."; 0 found
(#218) Expected at least 1 space after "."; 0 found
(#218) Expected at least 1 space before "."; 0 found
(#218) Expected at least 1 space after "."; 0 found
(#228) Expected at least 1 space before "."; 0 found
(#228) Expected at least 1 space after "."; 0 found
(#228) Expected at least 1 space before "."; 0 found
(#228) Expected at least 1 space after "."; 0 found
(#233) Variable "is_hex" must not contain underscores.
(#233) Variable "is_hex" must not contain underscores.
(#234) Expected at least 1 space before "."; 0 found
(#234) Expected at least 1 space after "."; 0 found
(#234) Expected at least 1 space before "."; 0 found
(#234) Expected at least 1 space after "."; 0 found
(#255) Variable "ulenMask" must be all lower-case
(#263) Variable "ulenMask" must be all lower-case
(#270) Variable "cOffset" must be all lower-case
(#271) Variable "is_hex" must not contain underscores.
(#271) Variable "cOffset" must be all lower-case
(#271) Expected at least 1 space before "."; 0 found
(#271) Expected at least 1 space after "."; 0 found
(#271) Variable "cOffset" must be all lower-case
(#271) Expected at least 1 space before "."; 0 found
(#271) Expected at least 1 space after "."; 0 found
(#282) Expected at least 1 space before "."; 0 found
(#282) Expected at least 1 space after "."; 0 found
(#285) Missing docblock for function mb_convert_case
(#286) Opening brace should be on the same line as the declaration
(#304) Variable "titleRegexp" must be all lower-case
(#305) Variable "titleRegexp" must be all lower-case
(#306) Variable "titleRegexp" must be all lower-case
(#308) Variable "titleRegexp" must be all lower-case
(#318) Variable "caseFolding" must be all lower-case
(#319) Variable "caseFolding" must be all lower-case
(#320) Variable "caseFolding" must be all lower-case
(#322) Variable "caseFolding" must be all lower-case
(#332) Variable "ulenMask" must be all lower-case
(#338) Variable "ulenMask" must be all lower-case
(#364) Expected at least 1 space before "."; 0 found
(#364) Expected at least 1 space after "."; 0 found
(#367) Missing docblock for function mb_internal_encoding
(#368) Opening brace should be on the same line as the declaration
(#370) Variable "internalEncoding" must be all lower-case
(#373) Variable "normalizedEncoding" must be all lower-case
(#375) Variable "normalizedEncoding" must be all lower-case
(#375) Variable "normalizedEncoding" must be all lower-case
(#375) Variable "normalizedEncoding" must be all lower-case
(#376) Variable "internalEncoding" must be all lower-case
(#376) Variable "normalizedEncoding" must be all lower-case
(#388) Missing docblock for function mb_language
(#389) Opening brace should be on the same line as the declaration
(#394) Variable "normalizedLang" must be all lower-case
(#397) Variable "normalizedLang" must be all lower-case
(#409) Missing docblock for function mb_list_encodings
(#410) Opening brace should be on the same line as the declaration
(#414) Missing docblock for function mb_encoding_aliases
(#415) Opening brace should be on the same line as the declaration
(#425) Missing docblock for function mb_check_encoding
(#426) Opening brace should be on the same line as the declaration
(#431) Variable "internalEncoding" must be all lower-case
(#450) Missing docblock for function mb_detect_encoding
(#450) Variable "encodingList" must be all lower-case
(#451) Opening brace should be on the same line as the declaration
(#452) Variable "encodingList" must be all lower-case
(#453) Variable "encodingList" must be all lower-case
(#453) Variable "encodingList" must be all lower-case
(#455) Variable "encodingList" must be all lower-case
(#456) Variable "encodingList" must be all lower-case
(#456) Variable "encodingList" must be all lower-case
(#458) Variable "encodingList" must be all lower-case
(#458) Variable "encodingList" must be all lower-case
(#461) Variable "encodingList" must be all lower-case
(#486) Missing docblock for function mb_detect_order
(#486) Variable "encodingList" must be all lower-case
(#487) Opening brace should be on the same line as the declaration
(#488) Variable "encodingList" must be all lower-case
(#489) Variable "encodingList" must be all lower-case
(#492) Variable "encodingList" must be all lower-case
(#493) Variable "encodingList" must be all lower-case
(#493) Variable "encodingList" must be all lower-case
(#495) Variable "encodingList" must be all lower-case
(#495) Variable "encodingList" must be all lower-case
(#497) Variable "encodingList" must be all lower-case
(#503) Inline comments must start with a capital letter, digit or 3-dots sequence
(#503) Inline comments must end in full-stops, exclamation marks, or question marks
(#510) Variable "encodingList" must be all lower-case
(#510) Variable "encodingList" must be all lower-case
(#515) Missing docblock for function mb_strlen
(#516) Opening brace should be on the same line as the declaration
(#525) Missing docblock for function mb_strpos
(#526) Opening brace should be on the same line as the declaration
(#535) Expected at least 1 space before "."; 0 found
(#535) Expected at least 1 space after "."; 0 found
(#546) Missing docblock for function mb_strrpos
(#547) Opening brace should be on the same line as the declaration
(#555) Usage of ELSEIF not allowed; use ELSE IF instead
(#573) Missing docblock for function mb_str_split
(#573) Variable "split_length" must not contain underscores.
(#574) Opening brace should be on the same line as the declaration
(#576) Expected at least 1 space before "."; 0 found
(#576) Expected at least 1 space after "."; 0 found
(#576) Expected at least 1 space before "."; 0 found
(#576) Expected at least 1 space after "."; 0 found
(#581) Variable "split_length" must not contain underscores.
(#581) Variable "split_length" must not contain underscores.
(#597) Variable "split_length" must not contain underscores.
(#599) Variable "split_length" must not contain underscores.
(#601) Expected at least 1 space before "."; 0 found
(#601) Expected at least 1 space after "."; 0 found
(#601) Variable "split_length" must not contain underscores.
(#601) Expected at least 1 space before "."; 0 found
(#601) Expected at least 1 space after "."; 0 found
(#609) Variable "split_length" must not contain underscores.
(#610) Variable "split_length" must not contain underscores.
(#616) Missing docblock for function mb_strtolower
(#617) Opening brace should be on the same line as the declaration
(#621) Missing docblock for function mb_strtoupper
(#622) Opening brace should be on the same line as the declaration
(#626) Missing docblock for function mb_substitute_character
(#627) Opening brace should be on the same line as the declaration
(#644) Missing docblock for function mb_substr
(#645) Opening brace should be on the same line as the declaration
(#660) Usage of ELSEIF not allowed; use ELSE IF instead
(#670) Missing docblock for function mb_stripos
(#671) Opening brace should be on the same line as the declaration
(#680) Missing docblock for function mb_stristr
(#681) Opening brace should be on the same line as the declaration
(#687) Missing docblock for function mb_strrchr
(#688) Opening brace should be on the same line as the declaration
(#700) Missing docblock for function mb_strrichr
(#701) Opening brace should be on the same line as the declaration
(#708) Missing docblock for function mb_strripos
(#709) Opening brace should be on the same line as the declaration
(#719) Missing docblock for function mb_strstr
(#720) Opening brace should be on the same line as the declaration
(#732) Missing docblock for function mb_get_info
(#733) Opening brace should be on the same line as the declaration
(#735) Variable "internalEncoding" must be all lower-case
(#746) Variable "encodingList" must be all lower-case
(#761) Missing docblock for function mb_http_input
(#762) Opening brace should be on the same line as the declaration
(#766) Missing docblock for function mb_http_output
(#767) Opening brace should be on the same line as the declaration
(#771) Missing docblock for function mb_strwidth
(#772) Opening brace should be on the same line as the declaration
(#779) Line exceeds maximum limit of 180 characters; contains 261 characters
(#784) Missing docblock for function mb_substr_count
(#785) Opening brace should be on the same line as the declaration
(#789) Missing docblock for function mb_output_handler
(#790) Opening brace should be on the same line as the declaration
(#794) Missing docblock for function mb_chr
(#795) Opening brace should be on the same line as the declaration
(#798) Usage of ELSEIF not allowed; use ELSE IF instead
(#799) Expected at least 1 space before "."; 0 found
(#799) Expected at least 1 space after "."; 0 found
(#800) Usage of ELSEIF not allowed; use ELSE IF instead
(#801) Expected at least 1 space before "."; 0 found
(#801) Expected at least 1 space after "."; 0 found
(#801) Expected at least 1 space before "."; 0 found
(#801) Expected at least 1 space after "."; 0 found
(#803) Expected at least 1 space before "."; 0 found
(#803) Expected at least 1 space after "."; 0 found
(#803) Expected at least 1 space before "."; 0 found
(#803) Expected at least 1 space after "."; 0 found
(#803) Expected at least 1 space before "."; 0 found
(#803) Expected at least 1 space after "."; 0 found
(#813) Missing docblock for function mb_ord
(#814) Opening brace should be on the same line as the declaration
(#837) Missing docblock for function mb_str_pad
(#837) Variable "pad_string" must not contain underscores.
(#837) Variable "pad_type" must not contain underscores.
(#837) Line exceeds 132 characters; contains 158 characters
(#838) Opening brace should be on the same line as the declaration
(#839) Variable "pad_type" must not contain underscores.
(#849) Variable "pad_string" must not contain underscores.
(#853) Variable "paddingRequired" must be all lower-case
(#855) Variable "paddingRequired" must be all lower-case
(#859) Variable "pad_type" must not contain underscores.
(#861) Variable "pad_string" must not contain underscores.
(#861) Variable "paddingRequired" must be all lower-case
(#861) Variable "paddingRequired" must be all lower-case
(#861) Expected at least 1 space before "."; 0 found
(#861) Expected at least 1 space after "."; 0 found
(#863) Expected at least 1 space before "."; 0 found
(#863) Expected at least 1 space after "."; 0 found
(#863) Variable "pad_string" must not contain underscores.
(#863) Variable "paddingRequired" must be all lower-case
(#863) Variable "paddingRequired" must be all lower-case
(#865) Variable "leftPaddingLength" must be all lower-case
(#865) Variable "paddingRequired" must be all lower-case
(#866) Variable "rightPaddingLength" must be all lower-case
(#866) Variable "paddingRequired" must be all lower-case
(#866) Variable "leftPaddingLength" must be all lower-case
(#868) Variable "pad_string" must not contain underscores.
(#868) Variable "leftPaddingLength" must be all lower-case
(#868) Variable "leftPaddingLength" must be all lower-case
(#868) Expected at least 1 space before "."; 0 found
(#868) Expected at least 1 space after "."; 0 found
(#868) Expected at least 1 space before "."; 0 found
(#868) Expected at least 1 space after "."; 0 found
(#868) Variable "pad_string" must not contain underscores.
(#868) Variable "rightPaddingLength" must be all lower-case
(#868) Variable "rightPaddingLength" must be all lower-case
(#868) Line exceeds maximum limit of 180 characters; contains 223 characters
(#872) Missing docblock for function mb_ucfirst
(#873) Opening brace should be on the same line as the declaration
(#880) Variable "firstChar" must be all lower-case
(#881) Variable "firstChar" must be all lower-case
(#881) Variable "firstChar" must be all lower-case
(#883) Variable "firstChar" must be all lower-case
(#883) Expected at least 1 space before "."; 0 found
(#883) Expected at least 1 space after "."; 0 found
(#886) Missing docblock for function mb_lcfirst
(#887) Opening brace should be on the same line as the declaration
(#894) Variable "firstChar" must be all lower-case
(#895) Variable "firstChar" must be all lower-case
(#895) Variable "firstChar" must be all lower-case
(#897) Variable "firstChar" must be all lower-case
(#897) Expected at least 1 space before "."; 0 found
(#897) Expected at least 1 space after "."; 0 found
(#900) Missing docblock for function getSubpart
(#900) Private method name "Mbstring::getSubpart" must be in lower-case letters only
(#901) Opening brace should be on the same line as the declaration
(#912) Missing docblock for function html_encoding_callback
(#913) Opening brace should be on the same line as the declaration
(#925) Usage of ELSEIF not allowed; use ELSE IF instead
(#931) Expected at least 1 space before "."; 0 found
(#931) Expected at least 1 space after "."; 0 found
(#931) Expected at least 1 space before "."; 0 found
(#931) Expected at least 1 space after "."; 0 found
(#937) Missing docblock for function title_case
(#938) Opening brace should be on the same line as the declaration
(#939) Expected at least 1 space before "."; 0 found
(#939) Expected at least 1 space after "."; 0 found
(#942) Missing docblock for function getData
(#942) Private method name "Mbstring::getData" must be in lower-case letters only
(#943) Opening brace should be on the same line as the declaration
(#944) Expected at least 1 space before "."; 0 found
(#944) Expected at least 1 space after "."; 0 found
(#944) Expected at least 1 space before "."; 0 found
(#944) Expected at least 1 space after "."; 0 found
(#944) Expected at least 1 space before "."; 0 found
(#944) Expected at least 1 space after "."; 0 found
(#945) "require" must be immediately followed by an open parenthesis
(#951) Missing docblock for function getEncoding
(#951) Private method name "Mbstring::getEncoding" must be in lower-case letters only
(#952) Opening brace should be on the same line as the declaration
(#954) Variable "internalEncoding" must be all lower-case
(#974) Missing docblock for function mb_trim
(#975) Opening brace should be on the same line as the declaration
(#979) Missing docblock for function mb_ltrim
(#980) Opening brace should be on the same line as the declaration
(#984) Missing docblock for function mb_rtrim
(#985) Opening brace should be on the same line as the declaration
(#989) Missing docblock for function mb_internal_trim
(#989) Line exceeds 132 characters; contains 141 characters
(#990) Opening brace should be on the same line as the declaration
(#994) Expected at least 1 space before "."; 0 found
(#994) Expected at least 1 space after "."; 0 found
(#1018) Line exceeds maximum limit of 180 characters; contains 203 characters
(#1029) Expected at least 1 space before "."; 0 found
(#1029) Expected at least 1 space after "."; 0 found
(#1032) Missing docblock for function assertEncoding
(#1032) Private method name "Mbstring::assertEncoding" must be in lower-case letters only
(#1032) Variable "errorFormat" must be all lower-case
(#1033) Opening brace should be on the same line as the declaration
(#1035) Variable "validEncoding" must be all lower-case
(#1037) Variable "errorFormat" must be all lower-case
(#1040) Inline comments must end in full-stops, exclamation marks, or question marks
(#1041) Variable "validEncoding" must be all lower-case
(#1042) Variable "errorFormat" must be all lower-case
blocks/smartedu/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file caseFolding.php
(#1) Moodle boilerplate not found
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/smartedu/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file lowerCase.php
(#1) Moodle boilerplate not found
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) Short array syntax must be used to define arrays
blocks/smartedu/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file titleCaseRegexp.php
(#1) Moodle boilerplate not found
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Line exceeds maximum limit of 180 characters; contains 6105 characters
blocks/smartedu/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file upperCase.php
(#1) Moodle boilerplate not found
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) Short array syntax must be used to define arrays
blocks/smartedu/vendor/symfony/polyfill-mbstring/bootstrap.php
(#1) Missing docblock for file bootstrap.php
(#1) Moodle boilerplate not found
(#14) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#15) "require" must be immediately followed by an open parenthesis
(#15) Expected at least 1 space before "."; 0 found
(#15) Expected at least 1 space after "."; 0 found
(#19) Missing @copyright tag
(#19) Missing @license tag
(#19) Missing docblock for function mb_convert_encoding
(#19) Variable "to_encoding" must not contain underscores.
(#19) Variable "from_encoding" must not contain underscores.
(#19) Opening brace must be the last content on the line
(#19) Opening brace must be the last content on the line
(#19) Variable "to_encoding" must not contain underscores.
(#19) Variable "from_encoding" must not contain underscores.
(#19) Line exceeds 132 characters; contains 161 characters
(#19) Closing brace must be on a line by itself
(#22) Missing docblock for function mb_decode_mimeheader
(#22) Opening brace must be the last content on the line
(#22) Opening brace must be the last content on the line
(#22) Closing brace must be on a line by itself
(#25) Missing docblock for function mb_encode_mimeheader
(#25) Variable "transfer_encoding" must not contain underscores.
(#25) Opening brace must be the last content on the line
(#25) Opening brace must be the last content on the line
(#25) Variable "transfer_encoding" must not contain underscores.
(#25) Line exceeds maximum limit of 180 characters; contains 221 characters
(#25) Closing brace must be on a line by itself
(#28) Missing docblock for function mb_decode_numericentity
(#28) Opening brace must be the last content on the line
(#28) Opening brace must be the last content on the line
(#28) Line exceeds 132 characters; contains 143 characters
(#28) Closing brace must be on a line by itself
(#31) Missing docblock for function mb_encode_numericentity
(#31) Opening brace must be the last content on the line
(#31) Opening brace must be the last content on the line
(#31) Line exceeds 132 characters; contains 163 characters
(#31) Closing brace must be on a line by itself
(#34) Missing docblock for function mb_convert_case
(#34) Opening brace must be the last content on the line
(#34) Opening brace must be the last content on the line
(#34) Closing brace must be on a line by itself
(#37) Missing docblock for function mb_internal_encoding
(#37) Opening brace must be the last content on the line
(#37) Opening brace must be the last content on the line
(#37) Closing brace must be on a line by itself
(#40) Missing docblock for function mb_language
(#40) Opening brace must be the last content on the line
(#40) Opening brace must be the last content on the line
(#40) Closing brace must be on a line by itself
(#43) Missing docblock for function mb_list_encodings
(#43) Opening brace must be the last content on the line
(#43) Opening brace must be the last content on the line
(#43) Closing brace must be on a line by itself
(#46) Missing docblock for function mb_encoding_aliases
(#46) Opening brace must be the last content on the line
(#46) Opening brace must be the last content on the line
(#46) Closing brace must be on a line by itself
(#49) Missing docblock for function mb_check_encoding
(#49) Opening brace must be the last content on the line
(#49) Opening brace must be the last content on the line
(#49) Closing brace must be on a line by itself
(#52) Missing docblock for function mb_detect_encoding
(#52) Opening brace must be the last content on the line
(#52) Opening brace must be the last content on the line
(#52) Line exceeds 132 characters; contains 149 characters
(#52) Closing brace must be on a line by itself
(#55) Missing docblock for function mb_detect_order
(#55) Opening brace must be the last content on the line
(#55) Opening brace must be the last content on the line
(#55) Closing brace must be on a line by itself
(#58) Missing docblock for function mb_parse_str
(#58) Opening brace must be the last content on the line
(#58) Opening brace must be the last content on the line
(#58) Each PHP statement must be on a line by itself
(#58) Closing brace must be on a line by itself
(#61) Missing docblock for function mb_strlen
(#61) Opening brace must be the last content on the line
(#61) Opening brace must be the last content on the line
(#61) Closing brace must be on a line by itself
(#64) Missing docblock for function mb_strpos
(#64) Opening brace must be the last content on the line
(#64) Opening brace must be the last content on the line
(#64) Line exceeds 132 characters; contains 147 characters
(#64) Closing brace must be on a line by itself
(#67) Missing docblock for function mb_strtolower
(#67) Opening brace must be the last content on the line
(#67) Opening brace must be the last content on the line
(#67) Closing brace must be on a line by itself
(#70) Missing docblock for function mb_strtoupper
(#70) Opening brace must be the last content on the line
(#70) Opening brace must be the last content on the line
(#70) Closing brace must be on a line by itself
(#73) Missing docblock for function mb_substitute_character
(#73) Variable "substitute_character" must not contain underscores.
(#73) Opening brace must be the last content on the line
(#73) Opening brace must be the last content on the line
(#73) Variable "substitute_character" must not contain underscores.
(#73) Line exceeds 132 characters; contains 137 characters
(#73) Closing brace must be on a line by itself
(#76) Missing docblock for function mb_substr
(#76) Opening brace must be the last content on the line
(#76) Opening brace must be the last content on the line
(#76) Line exceeds 132 characters; contains 150 characters
(#76) Closing brace must be on a line by itself
(#79) Missing docblock for function mb_stripos
(#79) Opening brace must be the last content on the line
(#79) Opening brace must be the last content on the line
(#79) Line exceeds 132 characters; contains 149 characters
(#79) Closing brace must be on a line by itself
(#82) Missing docblock for function mb_stristr
(#82) Variable "before_needle" must not contain underscores.
(#82) Opening brace must be the last content on the line
(#82) Opening brace must be the last content on the line
(#82) Variable "before_needle" must not contain underscores.
(#82) Line exceeds 132 characters; contains 167 characters
(#82) Closing brace must be on a line by itself
(#85) Missing docblock for function mb_strrchr
(#85) Variable "before_needle" must not contain underscores.
(#85) Opening brace must be the last content on the line
(#85) Opening brace must be the last content on the line
(#85) Variable "before_needle" must not contain underscores.
(#85) Line exceeds 132 characters; contains 167 characters
(#85) Closing brace must be on a line by itself
(#88) Missing docblock for function mb_strrichr
(#88) Variable "before_needle" must not contain underscores.
(#88) Opening brace must be the last content on the line
(#88) Opening brace must be the last content on the line
(#88) Variable "before_needle" must not contain underscores.
(#88) Line exceeds 132 characters; contains 169 characters
(#88) Closing brace must be on a line by itself
(#91) Missing docblock for function mb_strripos
(#91) Opening brace must be the last content on the line
(#91) Opening brace must be the last content on the line
(#91) Line exceeds 132 characters; contains 151 characters
(#91) Closing brace must be on a line by itself
(#94) Missing docblock for function mb_strrpos
(#94) Opening brace must be the last content on the line
(#94) Opening brace must be the last content on the line
(#94) Line exceeds 132 characters; contains 149 characters
(#94) Closing brace must be on a line by itself
(#97) Missing docblock for function mb_strstr
(#97) Variable "before_needle" must not contain underscores.
(#97) Opening brace must be the last content on the line
(#97) Opening brace must be the last content on the line
(#97) Variable "before_needle" must not contain underscores.
(#97) Line exceeds 132 characters; contains 165 characters
(#97) Closing brace must be on a line by itself
(#100) Missing docblock for function mb_get_info
(#100) Opening brace must be the last content on the line
(#100) Opening brace must be the last content on the line
(#100) Closing brace must be on a line by itself
(#103) Missing docblock for function mb_http_output
(#103) Opening brace must be the last content on the line
(#103) Opening brace must be the last content on the line
(#103) Closing brace must be on a line by itself
(#106) Missing docblock for function mb_strwidth
(#106) Opening brace must be the last content on the line
(#106) Opening brace must be the last content on the line
(#106) Closing brace must be on a line by itself
(#109) Missing docblock for function mb_substr_count
(#109) Opening brace must be the last content on the line
(#109) Opening brace must be the last content on the line
(#109) Line exceeds 132 characters; contains 137 characters
(#109) Closing brace must be on a line by itself
(#112) Missing docblock for function mb_output_handler
(#112) Opening brace must be the last content on the line
(#112) Opening brace must be the last content on the line
(#112) Closing brace must be on a line by itself
(#115) Missing docblock for function mb_http_input
(#115) Opening brace must be the last content on the line
(#115) Opening brace must be the last content on the line
(#115) Closing brace must be on a line by itself
(#119) Missing docblock for function mb_convert_variables
(#119) Variable "to_encoding" must not contain underscores.
(#119) Variable "from_encoding" must not contain underscores.
(#119) Opening brace must be the last content on the line
(#119) Opening brace must be the last content on the line
(#119) Variable "to_encoding" must not contain underscores.
(#119) Variable "from_encoding" must not contain underscores.
(#119) Line exceeds 132 characters; contains 159 characters
(#119) Closing brace must be on a line by itself
(#123) Missing docblock for function mb_ord
(#123) Opening brace must be the last content on the line
(#123) Opening brace must be the last content on the line
(#123) Closing brace must be on a line by itself
(#126) Missing docblock for function mb_chr
(#126) Opening brace must be the last content on the line
(#126) Opening brace must be the last content on the line
(#126) Closing brace must be on a line by itself
(#129) Missing docblock for function mb_scrub
(#129) Opening brace must be the last content on the line
(#129) Opening brace must be the last content on the line
(#129) Each PHP statement must be on a line by itself
(#129) Line exceeds 132 characters; contains 180 characters
(#129) Closing brace must be on a line by itself
(#132) Missing docblock for function mb_str_split
(#132) Opening brace must be the last content on the line
(#132) Opening brace must be the last content on the line
(#132) Closing brace must be on a line by itself
(#136) Missing docblock for function mb_str_pad
(#136) Variable "pad_string" must not contain underscores.
(#136) Variable "pad_type" must not contain underscores.
(#136) Opening brace must be the last content on the line
(#136) Opening brace must be the last content on the line
(#136) Variable "pad_string" must not contain underscores.
(#136) Variable "pad_type" must not contain underscores.
(#136) Line exceeds maximum limit of 180 characters; contains 231 characters
(#136) Closing brace must be on a line by itself
(#140) Missing docblock for function mb_ucfirst
(#140) Opening brace must be the last content on the line
(#140) Opening brace must be the last content on the line
(#140) Closing brace must be on a line by itself
(#144) Missing docblock for function mb_lcfirst
(#144) Opening brace must be the last content on the line
(#144) Opening brace must be the last content on the line
(#144) Closing brace must be on a line by itself
(#148) Missing docblock for function mb_trim
(#148) Opening brace must be the last content on the line
(#148) Opening brace must be the last content on the line
(#148) Line exceeds 132 characters; contains 163 characters
(#148) Closing brace must be on a line by itself
(#152) Missing docblock for function mb_ltrim
(#152) Opening brace must be the last content on the line
(#152) Opening brace must be the last content on the line
(#152) Line exceeds 132 characters; contains 165 characters
(#152) Closing brace must be on a line by itself
(#156) Missing docblock for function mb_rtrim
(#156) Opening brace must be the last content on the line
(#156) Opening brace must be the last content on the line
(#156) Line exceeds 132 characters; contains 165 characters
(#156) Closing brace must be on a line by itself
blocks/smartedu/vendor/symfony/polyfill-mbstring/bootstrap80.php
(#1) Missing docblock for file bootstrap80.php
(#1) Moodle boilerplate not found
(#14) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#15) Missing @copyright tag
(#15) Missing @license tag
(#15) Missing docblock for function mb_convert_encoding
(#15) Variable "to_encoding" must not contain underscores.
(#15) Variable "from_encoding" must not contain underscores.
(#15) Opening brace must be the last content on the line
(#15) Opening brace must be the last content on the line
(#15) Variable "to_encoding" must not contain underscores.
(#15) Variable "from_encoding" must not contain underscores.
(#15) Line exceeds maximum limit of 180 characters; contains 240 characters
(#15) Closing brace must be on a line by itself
(#18) Missing docblock for function mb_decode_mimeheader
(#18) Opening brace must be the last content on the line
(#18) Opening brace must be the last content on the line
(#18) Closing brace must be on a line by itself
(#21) Missing docblock for function mb_encode_mimeheader
(#21) Variable "transfer_encoding" must not contain underscores.
(#21) Opening brace must be the last content on the line
(#21) Opening brace must be the last content on the line
(#21) Variable "transfer_encoding" must not contain underscores.
(#21) Line exceeds maximum limit of 180 characters; contains 290 characters
(#21) Closing brace must be on a line by itself
(#24) Missing docblock for function mb_decode_numericentity
(#24) Opening brace must be the last content on the line
(#24) Opening brace must be the last content on the line
(#24) Line exceeds maximum limit of 180 characters; contains 182 characters
(#24) Closing brace must be on a line by itself
(#27) Missing docblock for function mb_encode_numericentity
(#27) Opening brace must be the last content on the line
(#27) Opening brace must be the last content on the line
(#27) Line exceeds maximum limit of 180 characters; contains 215 characters
(#27) Closing brace must be on a line by itself
(#30) Missing docblock for function mb_convert_case
(#30) Opening brace must be the last content on the line
(#30) Opening brace must be the last content on the line
(#30) Line exceeds 132 characters; contains 173 characters
(#30) Closing brace must be on a line by itself
(#33) Missing docblock for function mb_internal_encoding
(#33) Opening brace must be the last content on the line
(#33) Opening brace must be the last content on the line
(#33) Closing brace must be on a line by itself
(#36) Missing docblock for function mb_language
(#36) Opening brace must be the last content on the line
(#36) Opening brace must be the last content on the line
(#36) Closing brace must be on a line by itself
(#39) Missing docblock for function mb_list_encodings
(#39) Opening brace must be the last content on the line
(#39) Opening brace must be the last content on the line
(#39) Closing brace must be on a line by itself
(#42) Missing docblock for function mb_encoding_aliases
(#42) Opening brace must be the last content on the line
(#42) Opening brace must be the last content on the line
(#42) Closing brace must be on a line by itself
(#45) Missing docblock for function mb_check_encoding
(#45) Opening brace must be the last content on the line
(#45) Opening brace must be the last content on the line
(#45) Line exceeds 132 characters; contains 156 characters
(#45) Closing brace must be on a line by itself
(#48) Missing docblock for function mb_detect_encoding
(#48) Opening brace must be the last content on the line
(#48) Opening brace must be the last content on the line
(#48) Line exceeds maximum limit of 180 characters; contains 211 characters
(#48) Closing brace must be on a line by itself
(#51) Missing docblock for function mb_detect_order
(#51) Opening brace must be the last content on the line
(#51) Opening brace must be the last content on the line
(#51) Closing brace must be on a line by itself
(#54) Missing docblock for function mb_parse_str
(#54) Opening brace must be the last content on the line
(#54) Opening brace must be the last content on the line
(#54) Each PHP statement must be on a line by itself
(#54) Closing brace must be on a line by itself
(#57) Missing docblock for function mb_strlen
(#57) Opening brace must be the last content on the line
(#57) Opening brace must be the last content on the line
(#57) Line exceeds 132 characters; contains 133 characters
(#57) Closing brace must be on a line by itself
(#60) Missing docblock for function mb_strpos
(#60) Opening brace must be the last content on the line
(#60) Opening brace must be the last content on the line
(#60) Line exceeds maximum limit of 180 characters; contains 211 characters
(#60) Closing brace must be on a line by itself
(#63) Missing docblock for function mb_strtolower
(#63) Opening brace must be the last content on the line
(#63) Opening brace must be the last content on the line
(#63) Line exceeds 132 characters; contains 144 characters
(#63) Closing brace must be on a line by itself
(#66) Missing docblock for function mb_strtoupper
(#66) Opening brace must be the last content on the line
(#66) Opening brace must be the last content on the line
(#66) Line exceeds 132 characters; contains 144 characters
(#66) Closing brace must be on a line by itself
(#69) Missing docblock for function mb_substitute_character
(#69) Variable "substitute_character" must not contain underscores.
(#69) Opening brace must be the last content on the line
(#69) Opening brace must be the last content on the line
(#69) Variable "substitute_character" must not contain underscores.
(#69) Line exceeds 132 characters; contains 170 characters
(#69) Closing brace must be on a line by itself
(#72) Missing docblock for function mb_substr
(#72) Opening brace must be the last content on the line
(#72) Opening brace must be the last content on the line
(#72) Line exceeds maximum limit of 180 characters; contains 193 characters
(#72) Closing brace must be on a line by itself
(#75) Missing docblock for function mb_stripos
(#75) Opening brace must be the last content on the line
(#75) Opening brace must be the last content on the line
(#75) Line exceeds maximum limit of 180 characters; contains 213 characters
(#75) Closing brace must be on a line by itself
(#78) Missing docblock for function mb_stristr
(#78) Variable "before_needle" must not contain underscores.
(#78) Opening brace must be the last content on the line
(#78) Opening brace must be the last content on the line
(#78) Variable "before_needle" must not contain underscores.
(#78) Line exceeds maximum limit of 180 characters; contains 236 characters
(#78) Closing brace must be on a line by itself
(#81) Missing docblock for function mb_strrchr
(#81) Variable "before_needle" must not contain underscores.
(#81) Opening brace must be the last content on the line
(#81) Opening brace must be the last content on the line
(#81) Variable "before_needle" must not contain underscores.
(#81) Line exceeds maximum limit of 180 characters; contains 236 characters
(#81) Closing brace must be on a line by itself
(#84) Missing docblock for function mb_strrichr
(#84) Variable "before_needle" must not contain underscores.
(#84) Opening brace must be the last content on the line
(#84) Opening brace must be the last content on the line
(#84) Variable "before_needle" must not contain underscores.
(#84) Line exceeds maximum limit of 180 characters; contains 238 characters
(#84) Closing brace must be on a line by itself
(#87) Missing docblock for function mb_strripos
(#87) Opening brace must be the last content on the line
(#87) Opening brace must be the last content on the line
(#87) Line exceeds maximum limit of 180 characters; contains 215 characters
(#87) Closing brace must be on a line by itself
(#90) Missing docblock for function mb_strrpos
(#90) Opening brace must be the last content on the line
(#90) Opening brace must be the last content on the line
(#90) Line exceeds maximum limit of 180 characters; contains 213 characters
(#90) Closing brace must be on a line by itself
(#93) Missing docblock for function mb_strstr
(#93) Variable "before_needle" must not contain underscores.
(#93) Opening brace must be the last content on the line
(#93) Opening brace must be the last content on the line
(#93) Variable "before_needle" must not contain underscores.
(#93) Line exceeds maximum limit of 180 characters; contains 234 characters
(#93) Closing brace must be on a line by itself
(#96) Missing docblock for function mb_get_info
(#96) Opening brace must be the last content on the line
(#96) Opening brace must be the last content on the line
(#96) Closing brace must be on a line by itself
(#99) Missing docblock for function mb_http_output
(#99) Opening brace must be the last content on the line
(#99) Opening brace must be the last content on the line
(#99) Closing brace must be on a line by itself
(#102) Missing docblock for function mb_strwidth
(#102) Opening brace must be the last content on the line
(#102) Opening brace must be the last content on the line
(#102) Line exceeds 132 characters; contains 137 characters
(#102) Closing brace must be on a line by itself
(#105) Missing docblock for function mb_substr_count
(#105) Opening brace must be the last content on the line
(#105) Opening brace must be the last content on the line
(#105) Line exceeds maximum limit of 180 characters; contains 184 characters
(#105) Closing brace must be on a line by itself
(#108) Missing docblock for function mb_output_handler
(#108) Opening brace must be the last content on the line
(#108) Opening brace must be the last content on the line
(#108) Line exceeds 132 characters; contains 144 characters
(#108) Closing brace must be on a line by itself
(#111) Missing docblock for function mb_http_input
(#111) Opening brace must be the last content on the line
(#111) Opening brace must be the last content on the line
(#111) Closing brace must be on a line by itself
(#115) Missing docblock for function mb_convert_variables
(#115) Variable "to_encoding" must not contain underscores.
(#115) Variable "from_encoding" must not contain underscores.
(#115) Opening brace must be the last content on the line
(#115) Opening brace must be the last content on the line
(#115) Variable "to_encoding" must not contain underscores.
(#115) Variable "from_encoding" must not contain underscores.
(#115) Line exceeds maximum limit of 180 characters; contains 239 characters
(#115) Closing brace must be on a line by itself
(#119) Missing docblock for function mb_ord
(#119) Opening brace must be the last content on the line
(#119) Opening brace must be the last content on the line
(#119) Line exceeds 132 characters; contains 133 characters
(#119) Closing brace must be on a line by itself
(#122) Missing docblock for function mb_chr
(#122) Opening brace must be the last content on the line
(#122) Opening brace must be the last content on the line
(#122) Line exceeds 132 characters; contains 136 characters
(#122) Closing brace must be on a line by itself
(#125) Missing docblock for function mb_scrub
(#125) Opening brace must be the last content on the line
(#125) Opening brace must be the last content on the line
(#125) Each PHP statement must be on a line by itself
(#125) Line exceeds maximum limit of 180 characters; contains 182 characters
(#125) Closing brace must be on a line by itself
(#128) Missing docblock for function mb_str_split
(#128) Opening brace must be the last content on the line
(#128) Opening brace must be the last content on the line
(#128) Line exceeds 132 characters; contains 174 characters
(#128) Closing brace must be on a line by itself
(#132) Missing docblock for function mb_str_pad
(#132) Variable "pad_string" must not contain underscores.
(#132) Variable "pad_type" must not contain underscores.
(#132) Opening brace must be the last content on the line
(#132) Opening brace must be the last content on the line
(#132) Variable "pad_string" must not contain underscores.
(#132) Variable "pad_type" must not contain underscores.
(#132) Line exceeds maximum limit of 180 characters; contains 231 characters
(#132) Closing brace must be on a line by itself
(#136) Missing docblock for function mb_ucfirst
(#136) Opening brace must be the last content on the line
(#136) Opening brace must be the last content on the line
(#136) Closing brace must be on a line by itself
(#140) Missing docblock for function mb_lcfirst
(#140) Opening brace must be the last content on the line
(#140) Opening brace must be the last content on the line
(#140) Closing brace must be on a line by itself
(#144) Missing docblock for function mb_trim
(#144) Opening brace must be the last content on the line
(#144) Opening brace must be the last content on the line
(#144) Line exceeds 132 characters; contains 163 characters
(#144) Closing brace must be on a line by itself
(#148) Missing docblock for function mb_ltrim
(#148) Opening brace must be the last content on the line
(#148) Opening brace must be the last content on the line
(#148) Line exceeds 132 characters; contains 165 characters
(#148) Closing brace must be on a line by itself
(#152) Missing docblock for function mb_rtrim
(#152) Opening brace must be the last content on the line
(#152) Opening brace must be the last content on the line
(#152) Line exceeds 132 characters; contains 165 characters
(#152) Closing brace must be on a line by itself
blocks/smartedu/version.php
(#31) Expected 1 newline at end of file; 0 found

Javascript coding style problems

(0 errors, 20 warnings)

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

blocks/smartedu/amd/src/results.js
(#13) Identifier 'correct_div' is not in camel case. (camelcase)
(#14) Identifier 'wrong_div' is not in camel case. (camelcase)
(#18) Identifier 'correct_div' is not in camel case. (camelcase)
(#19) Identifier 'wrong_div' is not in camel case. (camelcase)
(#21) Identifier 'wrong_div' is not in camel case. (camelcase)
(#22) Identifier 'correct_div' is not in camel case. (camelcase)
(#26) Identifier 'feedbackA_div' is not in camel case. (camelcase)
(#27) Identifier 'feedbackB_div' is not in camel case. (camelcase)
(#28) Identifier 'feedbackC_div' is not in camel case. (camelcase)
(#29) Identifier 'feedbackD_div' is not in camel case. (camelcase)
(#30) Identifier 'feedbackA_div' is not in camel case. (camelcase)
(#31) Identifier 'feedbackB_div' is not in camel case. (camelcase)
(#32) Identifier 'feedbackC_div' is not in camel case. (camelcase)
(#33) Identifier 'feedbackD_div' is not in camel case. (camelcase)
(#35) Identifier 'feedback_div' is not in camel case. (camelcase)
(#37) Identifier 'feedback_div' is not in camel case. (camelcase)
(#37) Multiple spaces found before 'question'. (no-multi-spaces)
(#39) Identifier 'feedback_div' is not in camel case. (camelcase)
(#39) Multiple spaces found before 'question'. (no-multi-spaces)
(#41) Identifier 'feedback_div' is not in camel case. (camelcase)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(66 errors, 0 warnings)

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

blocks/smartedu/classes/content_generator.php
(#49) Phpdocs for function content_generator::block_smartedu_generate_with_ollama has incomplete parameters list
(#110) Phpdocs for function content_generator::block_smartedu_generate_with_google has incomplete parameters list
(#164) Phpdocs for function content_generator::block_smartedu_generate_with_openai has incomplete parameters list
(#217) Phpdocs for function content_generator::block_smartedu_generate has incomplete parameters list
blocks/smartedu/vendor/composer/ClassLoader.php
(#157) Phpdocs for function ClassLoader::addClassMap has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Config.php
(#167) Phpdocs for function Config::setIgnoreEncryption has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Document.php
(#201) Phpdocs for function Document::extractXMPMetadata has incomplete parameters list
(#328) Phpdocs for function Document::getObjectById has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementArray.php
(#91) Phpdocs for function ElementArray::resolveXRef has incomplete parameters list
(#105) Phpdocs for function ElementArray::parse has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementBoolean.php
(#61) Phpdocs for function ElementBoolean::parse has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementDate.php
(#98) Phpdocs for function ElementDate::parse has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementHexa.php
(#42) Phpdocs for function ElementHexa::parse has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementName.php
(#54) Phpdocs for function ElementName::parse has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNull.php
(#58) Phpdocs for function ElementNull::parse has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNumeric.php
(#48) Phpdocs for function ElementNumeric::parse has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementString.php
(#54) Phpdocs for function ElementString::parse has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementStruct.php
(#44) Phpdocs for function ElementStruct::parse has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementXRef.php
(#83) Phpdocs for function ElementXRef::parse has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font.php
(#104) Phpdocs for function Font::translateChar has incomplete parameters list
(#275) Phpdocs for function Font::setTable has incomplete parameters list
(#287) Phpdocs for function Font::calculateTextWidth has incomplete parameters list
(#326) Phpdocs for function Font::decodeHexadecimal has incomplete parameters list
(#362) Phpdocs for function Font::decodeOctal has incomplete parameters list
(#383) Phpdocs for function Font::decodeEntities has incomplete parameters list
(#393) Phpdocs for function Font::decodeUnicode has incomplete parameters list
(#424) Phpdocs for function Font::decodeText has incomplete parameters list
(#499) Phpdocs for function Font::decodeContent has incomplete parameters list
(#524) Phpdocs for function Font::decodeContentByToUnicodeCMapOrDescendantFonts has incomplete parameters list
(#581) Phpdocs for function Font::decodeContentByEncoding has incomplete parameters list
(#611) Phpdocs for function Font::getInitializedEncodingByPdfObject has incomplete parameters list
(#623) Phpdocs for function Font::decodeContentByEncodingEncoding has incomplete parameters list
(#640) Phpdocs for function Font::decodeContentByEncodingElement has incomplete parameters list
(#654) Phpdocs for function Font::getIconvEncodingNameOrNullByPdfEncodingName has incomplete parameters list
(#670) Phpdocs for function Font::decodeContentByAutodetectIfNecessary has incomplete parameters list
(#686) Phpdocs for function Font::createInitializedEncodingByPdfObject has incomplete parameters list
(#697) Phpdocs for function Font::createEncodingByPdfObject has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Header.php
(#56) Phpdocs for function Header::__construct has incomplete parameters list
(#132) Phpdocs for function Header::get has incomplete parameters list
(#144) Phpdocs for function Header::resolveXRef has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/PDFObject.php
(#113) Phpdocs for function PDFObject::get has incomplete parameters list
(#136) Phpdocs for function PDFObject::cleanContent has incomplete parameters list
(#205) Phpdocs for function PDFObject::formatContent has incomplete parameters list
(#419) Phpdocs for function PDFObject::getSectionsText has incomplete parameters list
(#525) Phpdocs for function PDFObject::getTJUsingFontFallback has incomplete parameters list
(#557) Phpdocs for function PDFObject::parseDictionary has incomplete parameters list
(#656) Phpdocs for function PDFObject::getText has incomplete parameters list
(#674) Phpdocs for function PDFObject::getTextArray has incomplete parameters list
(#1049) Phpdocs for function PDFObject::getCommandsText has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Page.php
(#428) Phpdocs for function Page::extractDecodedRawData has incomplete parameters list
(#508) Phpdocs for function Page::getDataCommands has incomplete parameters list
(#676) Phpdocs for function Page::getDataTm has incomplete parameters list
(#951) Phpdocs for function Page::getTextXY has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Pages.php
(#47) Phpdocs for function Pages::getPages has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/Parser.php
(#74) Phpdocs for function Parser::parseFile has incomplete parameters list
(#241) Phpdocs for function Parser::parseHeader has incomplete parameters list
(#261) Phpdocs for function Parser::parseHeaderElement has incomplete parameters list
(#87) Invalid inline phpdocs tag @throws found
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/RawData/FilterHelper.php
(#54) Phpdocs for function FilterHelper::decodeFilter has incomplete parameters list
blocks/smartedu/vendor/smalot/pdfparser/src/Smalot/PdfParser/RawData/RawDataParser.php
(#72) Phpdocs for function RawDataParser::__construct has incomplete parameters list
(#86) Phpdocs for function RawDataParser::decodeStream has incomplete parameters list
(#527) Phpdocs for function RawDataParser::getIndirectObject has incomplete parameters list
(#594) Phpdocs for function RawDataParser::getObjectVal has incomplete parameters list
(#622) Phpdocs for function RawDataParser::getRawObject has incomplete parameters list
(#826) Phpdocs for function RawDataParser::getHeaderValue has incomplete parameters list
(#865) Phpdocs for function RawDataParser::getXrefData has incomplete parameters list

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, 0 warnings)

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

blocks/smartedu/amd/build/mind-elixir.js
Uncommitted change detected.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]