XoopsModules25x/apcal

View on GitHub

Showing 26,336 of 26,336 total issues

Avoid using undefined variables such as '$unused' which will lead to PHP notices.
Open

                                    $unused[] = $matches[0][$k];
Severity: Minor
Found in include/patTemplate.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$ymids' which will lead to PHP notices.
Open

        $ymid   = $ymids[$this->lcs];
Severity: Minor
Found in include/Text_Diff.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$attributes' which will lead to PHP notices.
Open

                $attributes[strtolower($pair[0])] = $pair[1];
Severity: Minor
Found in include/patTemplate.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$unused' which will lead to PHP notices.
Open

                    if (is_array($unused) && count($unused) > 0) {
Severity: Minor
Found in include/patTemplate.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$ymids' which will lead to PHP notices.
Open

                        $ymids[$k] = $ymids[$k - 1];
Severity: Minor
Found in include/Text_Diff.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$new_vars' which will lead to PHP notices.
Open

                                $new_vars[$prefix . $key][$i] = $value;
Severity: Minor
Found in include/patTemplate.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$matches' which will lead to PHP notices.
Open

                        unset($matches);
Severity: Minor
Found in include/patTemplate.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$unused' which will lead to PHP notices.
Open

                        if (is_array($unused) && count($unused) > 0) {
Severity: Minor
Found in include/patTemplate.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$depth' which will lead to PHP notices.
Open

                            $this->setConditionVar($this->template_names[$depth], 'PAT_ROW_VAR mod 2');
Severity: Minor
Found in include/patTemplate.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$unused' which will lead to PHP notices.
Open

                        if (is_array($unused) && count($unused) > 0) {
Severity: Minor
Found in include/patTemplate.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$unused' which will lead to PHP notices.
Open

                            for ($k = 0, $kMax = count($unused); $k <= $kMax; ++$k) {
Severity: Minor
Found in include/patTemplate.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$unused' which will lead to PHP notices.
Open

                        unset($unused);
Severity: Minor
Found in include/patTemplate.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$skin_folder' which will lead to PHP notices.
Open

        $cal->images_path = "$mod_path/assets/images/$skin_folder";
Severity: Minor
Found in include/search.inc.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$skin_folder' which will lead to PHP notices.
Open

        $cal->images_path = "$mod_path/assets/images/$skin_folder";
Severity: Minor
Found in blocks/apcal_after_schedule.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$skin_folder' which will lead to PHP notices.
Open

        $cal->images_path = "$mod_path/assets/images/$skin_folder";
Severity: Minor
Found in blocks/apcal_coming_schedule.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$mini_calendar_target' which will lead to PHP notices.
Open

        if ($use_cache && $mini_calendar_target !== 'PHP_SELF') {
Severity: Minor
Found in blocks/apcal_mini_calendar.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$unused' which will lead to PHP notices.
Open

                    unset($unused);
Severity: Minor
Found in include/patTemplate.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$unused' which will lead to PHP notices.
Open

                                    echo '                   <td class="text">' . $unused[$k] . "</td>\n";
Severity: Minor
Found in include/patTemplate.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$skin_folder' which will lead to PHP notices.
Open

        $cal->images_url  = "$mod_url/assets/images/$skin_folder";
Severity: Minor
Found in blocks/apcal_minical_ex.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$arr' which will lead to PHP notices.
Open

                    return $arr;
Severity: Minor
Found in include/patTemplate.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Severity
Category
Status
Source
Language