e107_handlers/traffic_class_display.php
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "</td></tr>\n";
- Exclude checks
Variable $this
is undeclared Open
Open
if (count($this->aTraffic))
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "</table><br />\n";
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "\n<table class='fborder table table-condensed table-striped'>\n";
- Exclude checks
Variable $this
is undeclared Open
Open
foreach ($this->aTrafficWho[$key] as $sWho)
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "\n<table class='table table-condensed table-striped'>\n";
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<thead>
- Exclude checks
Variable $this
is undeclared Open
Open
foreach ($this->aTrafficTimed as $key => $aVals)
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= $sWho;
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<tr><td valign='top'>Callers:</td>
- Exclude checks
Variable $this
is undeclared Open
Open
if (isset($this->aTrafficWho[$key]))
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<tr>
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<br />\n";
- Exclude checks
Variable $this
is undeclared Open
Open
if (isset($this->aTrafficWho[$key]))
- Exclude checks
Variable $this
is undeclared Open
Open
foreach ($this->aTraffic as $key => $aVals)
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<tr><td valign='top'>Callers:</td>
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<td style='text-align:right'>" .
- Exclude checks
Variable $this
is undeclared Open
Open
if (count($this->aTrafficTimed))
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<tr>
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<tr><td colspan='6'>
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "</td></tr>\n";
- Exclude checks
Variable $this
is undeclared Open
Open
$cal1 = number_format($this->calPassOne * 1000000.0, 1);
- Exclude checks
Variable $this
is undeclared Open
Open
$cal2 = number_format($this->calPassBoth * 1000000.0, 1);
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= $sWho;
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "<br />\n";
- Exclude checks
Variable $this
is undeclared Open
Open
foreach ($this->aTrafficWho[$key] as $sWho)
- Exclude checks
Variable $this
is undeclared Open
Open
$cTot = number_format($this->calTime * 1000.0, 4);
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= "</table><br />\n";
- Exclude checks