Showing 47,251 of 47,256 total issues
Incorrect spacing between default value and equals sign for argument "$suffix"; expected 1 but found 0 Open
Open
function xoopsCodeTarea($textarea_id, $cols=60, $rows=15, $suffix=null)
- Exclude checks
Space found after opening bracket of FOREACH loop Open
Open
foreach ( $fontarray as $font) {
- Exclude checks
Space found after opening bracket of FOREACH loop Open
Open
foreach ( $commands as $cmd) {
- Exclude checks
Visibility must be declared on property "$distfile" Open
Open
var $distfile = './templates/mainfile.dist.php';
- Exclude checks
Expected 1 space after FUNCTION keyword; 2 found Open
Open
function __construct() {
- Exclude checks
Visibility must be declared on method "doRewrite" Open
Open
function doRewrite() {
- Exclude checks
Visibility must be declared on method "makeTareaData4InsideQuotes" Open
Open
function makeTareaData4InsideQuotes($text) {
- Exclude checks
Visibility must be declared on method "oopsNl2Br" Open
Open
function &oopsNl2Br($text) {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
'fr','ga','gd','ge','gf','gg','gh','gi','gl','gm','gn','gp','gq','gr','gs','gt','gu','gw',
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
'eh','kp','me','rs','um','bv','gb','pm','sj','so','yt','su','tp','bu','cs','dd','zr');
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_SALT_HELP", "This salt key will be appended to passwords in function icms_encryptPass(), and is used to create a totally unique secure password. Do Not change this key once your site is live, doing so will render ALL passwords invalid. If you are unsure, just keep the default"); // L97
- Exclude checks
Space found after opening bracket of FOREACH loop Open
Open
foreach ( $this->s_tables[$cmd] as $key => $val) {
- Exclude checks
The var keyword must not be used to declare a property Open
Open
var $rewrite = array();
- Exclude checks
Visibility must be declared on property "$database" Open
Open
var $database;
- Exclude checks
Visibility must be declared on property "$prefix" Open
Open
var $prefix;
- Exclude checks
Visibility must be declared on method "makeTboxData4Save" Open
Open
function makeTboxData4Save($text) {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
'mr','ms','mt','mu','mv','mw','mx','my','mz','na','nc','ne','nf','ng','ni','nl','no','np',
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_COLLATION_HELP", "A collation is a set of rules for comparing characters in a character set.");
- Exclude checks
Incorrect spacing between argument "$width" and equals sign; expected 1 but found 0 Open
Open
function OpenTable($width='100%')
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
if (preg_match( "/[#]?([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})/i", $fg, $ret ) )
- Exclude checks