XoopsModules25x/xoopsinfo

View on GitHub
phpsysinfo/includes/class.Parser.inc.php

Summary

Maintainability
F
1 wk
Test Coverage

Function df has a Cognitive Complexity of 224 (exceeds 5 allowed). Consider refactoring.
Open

    public static function df($df_param = "", $get_inodes = true)
    {
        $arrResult = array();
        if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
            $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);
Severity: Minor
Found in phpsysinfo/includes/class.Parser.inc.php - About 4 days to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Method df has 186 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function df($df_param = "", $get_inodes = true)
    {
        $arrResult = array();
        if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
            $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);
Severity: Major
Found in phpsysinfo/includes/class.Parser.inc.php - About 7 hrs to fix

    The class Parser has an overall complexity of 62 which is very high. The configured complexity threshold is 50.
    Open

    class Parser
    {
        /**
         * parsing the output of lspci command
         *

    Avoid deeply nested control flow statements.
    Open

                                        if (PSI_SHOW_MOUNT_OPTION && (trim($mount_param['options'])!=="")) {
                                            if (PSI_SHOW_MOUNT_CREDENTIALS) {
                                                $dev->setOptions($mount_param['options']);
                                            } else {
                                                $mpo=$mount_param['options'];
    Severity: Major
    Found in phpsysinfo/includes/class.Parser.inc.php - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

                                      if ($mount_param['mountpoint']===$df_buf[5]) {
                                          $dev->setFsType($mount_param['fstype']);
                                          if (PSI_SHOW_MOUNT_OPTION && (trim($mount_param['options'])!=="")) {
                                              if (PSI_SHOW_MOUNT_CREDENTIALS) {
                                                  $dev->setOptions($mount_param['options']);
      Severity: Major
      Found in phpsysinfo/includes/class.Parser.inc.php - About 45 mins to fix

        Function lspci has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
        Open

            public static function lspci($debug = PSI_DEBUG)
            {
                $arrResults = array();
                if (CommonFunctions::executeProgram("lspci", "", $strBuf, $debug)) {
                    $arrLines = preg_split("/\n/", $strBuf, -1, PREG_SPLIT_NO_EMPTY);
        Severity: Minor
        Found in phpsysinfo/includes/class.Parser.inc.php - About 35 mins to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        The method df() has an NPath complexity of 922752. The configured NPath complexity threshold is 200.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        NPathComplexity

        Since: 0.1

        The NPath complexity of a method is the number of acyclic execution paths through that method. A threshold of 200 is generally considered the point where measures should be taken to reduce complexity.

        Example

        class Foo {
            function bar() {
                // lots of complicated code
            }
        }

        Source https://phpmd.org/rules/codesize.html#npathcomplexity

        The method df() has 212 lines of code. Current threshold is set to 100. Avoid really long methods.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        The method df() has a Cyclomatic Complexity of 58. The configured cyclomatic complexity threshold is 10.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CyclomaticComplexity

        Since: 0.1

        Complexity is determined by the number of decision points in a method plus one for the method entry. The decision points are 'if', 'while', 'for', and 'case labels'. Generally, 1-4 is low complexity, 5-7 indicates moderate complexity, 8-10 is high complexity, and 11+ is very high complexity.

        Example

        // Cyclomatic Complexity = 11
        class Foo {
        1   public function example() {
        2       if ($a == $b) {
        3           if ($a1 == $b1) {
                        fiddle();
        4           } elseif ($a2 == $b2) {
                        fiddle();
                    } else {
                        fiddle();
                    }
        5       } elseif ($c == $d) {
        6           while ($c == $d) {
                        fiddle();
                    }
        7        } elseif ($e == $f) {
        8           for ($n = 0; $n < $h; $n++) {
                        fiddle();
                    }
                } else {
                    switch ($z) {
        9               case 1:
                            fiddle();
                            break;
        10              case 2:
                            fiddle();
                            break;
        11              case 3:
                            fiddle();
                            break;
                        default:
                            fiddle();
                            break;
                    }
                }
            }
        }

        Source https://phpmd.org/rules/codesize.html#cyclomaticcomplexity

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

                                    $dev->setPercentInodesUsed($df_inodes[trim($df_buf[0])]);

        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 '$strBuf' which will lead to PHP notices.
        Open

                    $arrLines = preg_split("/\n/", $strBuf, -1, PREG_SPLIT_NO_EMPTY);

        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 '$strBuf' which will lead to PHP notices.
        Open

                if (CommonFunctions::executeProgram("lspci", "", $strBuf, $debug)) {

        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 '$df_inodes' which will lead to PHP notices.
        Open

                                    $df_inodes[$inode_buf[1]] = $inode_buf[2];

        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 '$df_inodes' which will lead to PHP notices.
        Open

                                if ($get_inodes && PSI_SHOW_INODES && isset($df_inodes[trim($df_buf[0])])) {

        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

        Missing class import via use statement (line '139', column '36').
        Open

                                $dev = new DiskDevice();

        MissingImport

        Since: 2.7.0

        Importing all external classes in a file through use statements makes them clearly visible.

        Example

        function make() {
            return new \stdClass();
        }

        Source http://phpmd.org/rules/cleancode.html#MissingImport

        The method df has a boolean flag argument $get_inodes, which is a certain sign of a Single Responsibility Principle violation.
        Open

            public static function df($df_param = "", $get_inodes = true)

        BooleanArgumentFlag

        Since: 1.4.0

        A boolean flag argument is a reliable indicator for a violation of the Single Responsibility Principle (SRP). You can fix this problem by extracting the logic in the boolean flag into its own class or method.

        Example

        class Foo {
            public function bar($flag = true) {
            }
        }

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

        Missing class import via use statement (line '46', column '28').
        Open

                        $dev = new HWDevice();

        MissingImport

        Since: 2.7.0

        Importing all external classes in a file through use statements makes them clearly visible.

        Example

        function make() {
            return new \stdClass();
        }

        Source http://phpmd.org/rules/cleancode.html#MissingImport

        Missing class import via use statement (line '230', column '40').
        Open

                                    $dev = new DiskDevice();

        MissingImport

        Since: 2.7.0

        Importing all external classes in a file through use statements makes them clearly visible.

        Example

        function make() {
            return new \stdClass();
        }

        Source http://phpmd.org/rules/cleancode.html#MissingImport

        Avoid using static access to class 'CommonFunctions' in method 'df'.
        Open

                } elseif (CommonFunctions::rfts("/etc/mtab", $mount)) {

        StaticAccess

        Since: 1.4.0

        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

        Example

        class Foo
        {
            public function bar()
            {
                Bar::baz();
            }
        }

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

        The method df uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
        Open

                                                } else {
                                                    $mpo=$mount_param['options'];
        
                                                    $mpo=preg_replace('/(^guest,)|(^guest$)|(,guest$)/i', '', $mpo);
                                                    $mpo=preg_replace('/,guest,/i', ',', $mpo);

        ElseExpression

        Since: 1.4.0

        An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

        Example

        class Foo
        {
            public function bar($flag)
            {
                if ($flag) {
                    // one branch
                } else {
                    // another branch
                }
            }
        }

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

        The method df uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
        Open

                } else {
                    if (isset($mount_parm)) {
                        foreach ($mount_parm as $mount_param) {
                            if (is_dir($mount_param['mountpoint'])) {
                                $total = disk_total_space($mount_param['mountpoint']);

        ElseExpression

        Since: 1.4.0

        An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

        Example

        class Foo
        {
            public function bar($flag)
            {
                if ($flag) {
                    // one branch
                } else {
                    // another branch
                }
            }
        }

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

        Avoid using static access to class 'CommonFunctions' in method 'df'.
        Open

                if (CommonFunctions::executeProgram('df', '-k '.$df_param, $df, PSI_DEBUG) && ($df!=="")) {

        StaticAccess

        Since: 1.4.0

        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

        Example

        class Foo
        {
            public function bar()
            {
                Bar::baz();
            }
        }

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

        Avoid using static access to class 'CommonFunctions' in method 'lspci'.
        Open

                if (CommonFunctions::executeProgram("lspci", "", $strBuf, $debug)) {

        StaticAccess

        Since: 1.4.0

        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

        Example

        class Foo
        {
            public function bar()
            {
                Bar::baz();
            }
        }

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

        The method df uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
        Open

                                                } else {
                                                    $mpo=$mount_param['options'];
        
                                                    $mpo=preg_replace('/(^guest,)|(^guest$)|(,guest$)/i', '', $mpo);
                                                    $mpo=preg_replace('/,guest,/i', ',', $mpo);

        ElseExpression

        Since: 1.4.0

        An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

        Example

        class Foo
        {
            public function bar($flag)
            {
                if ($flag) {
                    // one branch
                } else {
                    // another branch
                }
            }
        }

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

        The method df uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
        Open

                            } else {
                                $df_buf = array($df_buf2[1], $df_buf2[4], $df_buf2[6], $df_buf2[8], $df_buf2[10], $df_buf1[1]);
                            }

        ElseExpression

        Since: 1.4.0

        An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

        Example

        class Foo
        {
            public function bar($flag)
            {
                if ($flag) {
                    // one branch
                } else {
                    // another branch
                }
            }
        }

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

        The method df uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
        Open

                                        } else {
                                            $mpo=$mount_param['options'];
        
                                            $mpo=preg_replace('/(^guest,)|(^guest$)|(,guest$)/i', '', $mpo);
                                            $mpo=preg_replace('/,guest,/i', ',', $mpo);

        ElseExpression

        Since: 1.4.0

        An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

        Example

        class Foo
        {
            public function bar($flag)
            {
                if ($flag) {
                    // one branch
                } else {
                    // another branch
                }
            }
        }

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

        The method df uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
        Open

                                } else {
                                    $dev->setTotal($df_buf[1] * 1024);
                                    $dev->setUsed($df_buf[2] * 1024);
                                    if ($df_buf[3]>0) {
                                        $dev->setFree($df_buf[3] * 1024);

        ElseExpression

        Since: 1.4.0

        An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

        Example

        class Foo
        {
            public function bar($flag)
            {
                if ($flag) {
                    // one branch
                } else {
                    // another branch
                }
            }
        }

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

        Avoid using static access to class 'CommonFunctions' in method 'df'.
        Open

                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {

        StaticAccess

        Since: 1.4.0

        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

        Example

        class Foo
        {
            public function bar()
            {
                Bar::baz();
            }
        }

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

        Avoid using static access to class 'CommonFunctions' in method 'df'.
        Open

                        if (CommonFunctions::executeProgram('df', '-i '.$df_param, $df2, PSI_DEBUG)) {

        StaticAccess

        Since: 1.4.0

        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

        Example

        class Foo
        {
            public function bar()
            {
                Bar::baz();
            }
        }

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

        The method df uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
        Open

                                    } else {
                                        $free = 0;
                                    }

        ElseExpression

        Since: 1.4.0

        An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

        Example

        class Foo
        {
            public function bar($flag)
            {
                if ($flag) {
                    // one branch
                } else {
                    // another branch
                }
            }
        }

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

        Identical blocks of code found in 2 locations. Consider refactoring.
        Open

                                        if ($mount_param['mountpoint']===$df_buf[5]) {
                                            $dev->setFsType($mount_param['fstype']);
                                            if (PSI_SHOW_MOUNT_OPTION && (trim($mount_param['options'])!=="")) {
                                                if (PSI_SHOW_MOUNT_CREDENTIALS) {
                                                    $dev->setOptions($mount_param['options']);
        Severity: Major
        Found in phpsysinfo/includes/class.Parser.inc.php and 1 other location - About 1 day to fix
        phpsysinfo/includes/class.Parser.inc.php on lines 156..181

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 256.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

        Identical blocks of code found in 2 locations. Consider refactoring.
        Open

                                        if (($mount_param['name']===trim($df_buf[0])) && ($mount_param['mountpoint']===$df_buf[5])) {
                                            $dev->setFsType($mount_param['fstype']);
                                            if (PSI_SHOW_MOUNT_OPTION && (trim($mount_param['options'])!=="")) {
                                                if (PSI_SHOW_MOUNT_CREDENTIALS) {
                                                    $dev->setOptions($mount_param['options']);
        Severity: Major
        Found in phpsysinfo/includes/class.Parser.inc.php and 1 other location - About 1 day to fix
        phpsysinfo/includes/class.Parser.inc.php on lines 184..209

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 256.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

        Similar blocks of code found in 2 locations. Consider refactoring.
        Open

                    foreach ($arrLines as $strLine) {
                        $arrParams = preg_split('/ /', trim($strLine), 2);
                        if (count($arrParams) == 2)
                           $strName = $arrParams[1];
                        else
        Severity: Major
        Found in phpsysinfo/includes/class.Parser.inc.php and 1 other location - About 1 hr to fix
        phpsysinfo/includes/os/class.Minix.inc.php on lines 130..140

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 119.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

        Similar blocks of code found in 2 locations. Consider refactoring.
        Open

                        } elseif (preg_match("/(\S+) (.*) on (\S+) \((.*)\)/", $mount_line, $mount_buf)) {
                            $parm = array();
                            $parm['mountpoint'] = trim($mount_buf[3]);
                            $parm['fstype'] = $mount_buf[2];
                            $parm['name'] = $mount_buf[1];
        Severity: Major
        Found in phpsysinfo/includes/class.Parser.inc.php and 1 other location - About 1 hr to fix
        phpsysinfo/includes/class.Parser.inc.php on lines 76..83

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 109.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

        Similar blocks of code found in 2 locations. Consider refactoring.
        Open

                        } elseif (preg_match("/(\S+) is (.*) mounted on (\S+) \(type (.*)\)/", $mount_line, $mount_buf)) {
                            $parm = array();
                            $parm['mountpoint'] = trim($mount_buf[3]);
                            $parm['fstype'] = $mount_buf[4];
                            $parm['name'] = $mount_buf[1];
        Severity: Major
        Found in phpsysinfo/includes/class.Parser.inc.php and 1 other location - About 1 hr to fix
        phpsysinfo/includes/class.Parser.inc.php on lines 83..90

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 109.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

        Avoid using short method names like Parser::df(). The configured minimum method name length is 3.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        ShortMethodName

        Since: 0.2

        Detects when very short method names are used.

        Example

        class ShortMethod {
            public function a( $index ) { // Violation
            }
        }

        Source https://phpmd.org/rules/naming.html#shortmethodname

        Each class must be in a namespace of at least one level (a top-level vendor name)
        Open

        class Parser

        The parameter $get_inodes is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseParameterName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name parameters.

        Example

        class ClassName {
            public function doSomething($user_name) {
            }
        }

        Source

        The parameter $df_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseParameterName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name parameters.

        Example

        class ClassName {
            public function doSomething($user_name) {
            }
        }

        Source

        Inline control structures are not allowed
        Open

                        if (count($arrParams) == 2)

        Inline control structures are not allowed
        Open

                            if (PSI_SHOW_MOUNT_OPTION) $parm['options'] = isset($mount_buf[5]) ? $mount_buf[5] : '';

        Line exceeds 120 characters; contains 123 characters
        Open

                                                    $mpo=preg_replace('/(^user=[^,]*,)|(^user=[^,]*$)|(,user=[^,]*$)/i', '', $mpo);

        Inline control structures are not allowed
        Open

                                if (PSI_SHOW_MOUNT_POINT) $dev->setMountPoint($df_buf[5]);

        Line exceeds 120 characters; contains 135 characters
        Open

                                                    $mpo=preg_replace('/(^username=[^,]*,)|(^username=[^,]*$)|(,username=[^,]*$)/i', '', $mpo);

        Line exceeds 120 characters; contains 132 characters
        Open

         * @license   http://opensource.org/licenses/gpl-2.0.php GNU General Public License version 2, or (at your option) any later version

        Line exceeds 120 characters; contains 123 characters
        Open

                                                    $mpo=preg_replace('/(^user=[^,]*,)|(^user=[^,]*$)|(,user=[^,]*$)/i', '', $mpo);

        Inline control structures are not allowed
        Open

                                    if (PSI_SHOW_MOUNT_POINT) $dev->setMountPoint($mount_param['mountpoint']);

        Line exceeds 120 characters; contains 127 characters
        Open

                                            $mpo=preg_replace('/(^username=[^,]*,)|(^username=[^,]*$)|(,username=[^,]*$)/i', '', $mpo);

        Inline control structures are not allowed
        Open

                            if (PSI_SHOW_MOUNT_OPTION) $parm['options'] = $mount_buf[4];

        Inline control structures are not allowed
        Open

                            if (PSI_SHOW_MOUNT_OPTION) $parm['options'] = $mount_buf[4];

        Line exceeds 120 characters; contains 123 characters
        Open

                        if (preg_match("/(.*)(\s+)(([0-9]+)(\s+)([0-9]+)(\s+)([\-0-9]+)(\s+)([0-9]+)$)/", $df_buf1[0], $df_buf2)) {

        Line exceeds 120 characters; contains 125 characters
        Open

                                        if (($mount_param['name']===trim($df_buf[0])) && ($mount_param['mountpoint']===$df_buf[5])) {

        Line exceeds 120 characters; contains 132 characters
        Open

         * @license   http://opensource.org/licenses/gpl-2.0.php GNU General Public License version 2, or (at your option) any later version

        Line exceeds 120 characters; contains 135 characters
        Open

                                                    $mpo=preg_replace('/(^username=[^,]*,)|(^username=[^,]*$)|(,username=[^,]*$)/i', '', $mpo);

        Inline control structures are not allowed
        Open

                                    if ($notwas) foreach ($mount_parm as $mount_param) { //mountpoint find

        Line exceeds 120 characters; contains 135 characters
        Open

                                                    $mpo=preg_replace('/(^password=[^,]*,)|(^password=[^,]*$)|(,password=[^,]*$)/i', '', $mpo);

        Inline control structures are not allowed
        Open

                            if (PSI_SHOW_MOUNT_OPTION) $parm['options'] = $mount_buf[2];

        Inline control structures are not allowed
        Open

                            if (PSI_SHOW_MOUNT_OPTION) $parm['options'] = $mount_buf[4];

        Line exceeds 120 characters; contains 127 characters
        Open

                                            $mpo=preg_replace('/(^password=[^,]*,)|(^password=[^,]*$)|(,password=[^,]*$)/i', '', $mpo);

        Inline control structures are not allowed
        Open

                        else

        Line exceeds 120 characters; contains 135 characters
        Open

                                                    $mpo=preg_replace('/(^password=[^,]*,)|(^password=[^,]*$)|(,password=[^,]*$)/i', '', $mpo);

        Inline control structures are not allowed
        Open

                                    if ($total > $free) $dev->setUsed($total - $free);

        Expected 1 space after ELSE keyword; newline found
        Open

                        else

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df2_line is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf2 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf1 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_line is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_line is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_parm is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf1 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf2 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf2 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_point is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df2_line is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf2 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_parm is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_line is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf2 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_parm is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_parm is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_point is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf1 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_inodes is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_parm is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf2 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_inodes is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf1 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_line is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_line is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf1 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf2 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf2 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_parm is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_line is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_parm is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_inodes is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $inode_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf2 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf2 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf2 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_parm is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $get_inodes is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $inode_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_line is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_parm is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_param is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_line is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_line is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_parm is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $mount_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $get_inodes is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $inode_buf is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        The variable $df_buf1 is not named in camelCase.
        Open

            public static function df($df_param = "", $get_inodes = true)
            {
                $arrResult = array();
                if (CommonFunctions::executeProgram('mount', '', $mount, PSI_DEBUG)) {
                    $mount = preg_split("/\n/", $mount, -1, PREG_SPLIT_NO_EMPTY);

        CamelCaseVariableName

        Since: 0.2

        It is considered best practice to use the camelCase notation to name variables.

        Example

        class ClassName {
            public function doSomething() {
                $data_module = new DataModule();
            }
        }

        Source

        There are no issues that match your filters.

        Category
        Status