Showing 47,251 of 47,256 total issues
Space found after opening bracket of FOREACH loop Open
Open
foreach ( $colorarray as $color3) {
- Exclude checks
The var keyword must not be used to declare a property Open
Open
var $distfile = './templates/mainfile.dist.php';
- Exclude checks
Space found before comma in function call Open
Open
, "define('".$key."', ".$val.")"
- Exclude checks
Visibility must be declared on method "__construct" Open
Open
function __construct($post=false) {
- Exclude checks
Incorrect spacing between argument "$post" and equals sign; expected 1 but found 0 Open
Open
function __construct($post=false) {
- Exclude checks
Visibility must be declared on method "readPost" Open
Open
function readPost() {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
"<table width='100%' class='outer' cellspacing='5'>
- Exclude checks
Opening brace should be on the same line as the declaration Open
Open
{
- Exclude checks
Visibility must be declared on method "makeTboxData4Show" Open
Open
function makeTboxData4Show($text, $smiley = 0) {
- Exclude checks
Visibility must be declared on method "makeTareaData4Show" Open
Open
function &makeTareaData4Show(&$text, $html = 1, $smiley = 1, $xcode = 1) {
- Exclude checks
Visibility must be declared on method "makeTareaData4PreviewInForm" Open
Open
function makeTareaData4PreviewInForm($text) {
- Exclude checks
Visibility must be declared on method "oopsHtmlSpecialChars" Open
Open
function &oopsHtmlSpecialChars($text) {
- Exclude checks
PHP keywords must be lowercase; expected "array" but found "Array" Open
Open
$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA));
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE" Open
Open
icms_loadLanguageFile("system", "customtag", TRUE);
- Exclude checks
The var keyword must not be used to declare a property Open
Open
var $error = false;
- Exclude checks
The var keyword must not be used to declare a property Open
Open
var $dbhost;
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE" Open
Open
$allowed = FALSE;
- Exclude checks
Incorrect spacing between argument "$suffix" and equals sign; 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 ( $error as $err) {
- Exclude checks
Space found after opening bracket of FOREACH loop Open
Open
foreach ( $colorarray as $color2) {
- Exclude checks