Showing 47,251 of 47,256 total issues
Each PHP statement must be on a line by itself Open
Open
return icms_core_Password::createSalt(5);;
- Exclude checks
Visibility must be declared on method "sanitizeForPreview" Open
Open
function sanitizeForPreview($text, $allowhtml = 0, $smiley = 1, $bbcode = 1) {
- Exclude checks
Visibility must be declared on method "makeTboxData4Preview" Open
Open
function makeTboxData4Preview($text, $smiley = 0) {
- Exclude checks
Visibility must be declared on method "makeTboxData4PreviewInForm" Open
Open
function makeTboxData4PreviewInForm($text) {
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_CHARSET_HELP", "MySQL inclut le code ISO qui vous permet de stocker des données en utilisant une variété de code ISO et d'effectuer des comparaisons.");
- Exclude checks
Expected 1 blank line at end of file; 2 found Open
Open
return $search_form->render();
- Exclude checks
Incorrect spacing between default value and equals sign for argument "$rows"; 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 ( $colorarray as $color1) {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
'alter' => TABLE_NOT_ALTERED,
- Exclude checks
Visibility must be declared on method "report" Open
Open
function report() {
- Exclude checks
Visibility must be declared on method "checkData" Open
Open
function checkData() {
- Exclude checks
Visibility must be declared on method "getDBList" Open
Open
function getDBList()
- Exclude checks
Visibility must be declared on method "stripSlashesGPC" Open
Open
function stripSlashesGPC($text) {
- Exclude checks
Visibility must be declared on method "sanitizeForDisplay" Open
Open
function sanitizeForDisplay($text, $allowhtml = 0, $smiley = 1, $bbcode = 1) {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
'biz','com','edu','gov','info','int','mil','name','net','org','aero','asia','cat','coop','jobs','mobi','museum','pro','tel','travel',
- Exclude checks
Incorrect spacing between default value and equals sign for argument "$width"; expected 1 but found 0 Open
Open
function OpenTable($width='100%')
- Exclude checks
Expected "function abc(...)"; found "function abc (...)" Open
Open
function Generate_PDF ($content, $doc_title, $doc_keywords) {
- Exclude checks
Expected 0 spaces before opening parenthesis; 1 found Open
Open
function Generate_PDF ($content, $doc_title, $doc_keywords) {
- Exclude checks
PHP keywords must be lowercase; expected "array" but found "Array" Open
Open
$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN));
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE" Open
Open
$allowed = TRUE;
- Exclude checks