e107inc/e107

View on GitHub
e107_handlers/traffic_class_display.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

            $text .= "</td></tr>\n";

Variable $this is undeclared
Open

if (count($this->aTraffic))

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

    $text .= "</table><br />\n";

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

    $text .= "\n<table class='fborder table table-condensed table-striped'>\n";

Variable $this is undeclared
Open

            foreach ($this->aTrafficWho[$key] as $sWho)

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

    $text .= "\n<table class='table table-condensed table-striped'>\n";

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

    $text .= "<thead>

Variable $this is undeclared
Open

    foreach ($this->aTrafficTimed as $key => $aVals)

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

                $text .= $sWho;

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

            $text .= "<tr><td valign='top'>Callers:</td>

Variable $this is undeclared
Open

        if (isset($this->aTrafficWho[$key]))

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

        $text .= "<tr>

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

                    $text .= "<br />\n";

Variable $this is undeclared
Open

        if (isset($this->aTrafficWho[$key]))

Variable $this is undeclared
Open

    foreach ($this->aTraffic as $key => $aVals)

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

            $text .= "<tr><td valign='top'>Callers:</td>

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

        $text .= "<td style='text-align:right'>" .

Variable $this is undeclared
Open

if (count($this->aTrafficTimed))

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

    $text .= "

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

        $text .= "<tr>

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

    $text .= "<tr><td colspan='6'>

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

            $text .= "</td></tr>\n";

Variable $this is undeclared
Open

    $cal1 = number_format($this->calPassOne * 1000000.0, 1);

Variable $this is undeclared
Open

    $cal2 = number_format($this->calPassBoth * 1000000.0, 1);

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

                $text .= $sWho;

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

                    $text .= "<br />\n";

Variable $this is undeclared
Open

            foreach ($this->aTrafficWho[$key] as $sWho)

Variable $this is undeclared
Open

    $cTot = number_format($this->calTime * 1000.0, 4);

Variable $text was undeclared, but it is being used as the left-hand side of an assignment operation
Open

    $text .= "</table><br />\n";

There are no issues that match your filters.

Category
Status