e107inc/e107

View on GitHub
e107_plugins/banner/banner.php

Summary

Maintainability
A
0 mins
Test Coverage
F
31%

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

            $textstring .= $tp->parseTemplate($BANNER_TABLE, true, $scArray);
Severity: Info
Found in e107_plugins/banner/banner.php by phan

Invalid offset "BANNER_TABLE_IP" of array type array{BANNER_TABLE_IP_LAN:int,BANNER_TABLE_ENDDATE:string,BANNER_TABLE_STARTDATE:string,BANNER_TABLE_ACTIVE:string,BANNER_TABLE_BANNER_IMPRESSIONS:mixed,BANNER_TABLE_BANNER_CLICKS:mixed,BANNER_TABLE_BANNER_ID:mixed,BANNER_TABLE_CLIENTNAME:mixed,BANNER_TABLE_IMPRESSIONS_PURCHASED:'Unlimited'|mixed,BANNER_TABLE_IMPRESSIONS_LEFT:'Unlimited'|float|int,BANNER_TABLE_CLICKPERCENTAGE:'-'|string}
Open

                    $scArray['BANNER_TABLE_IP'] .= $tmp[$a]."<br />";
Severity: Minor
Found in e107_plugins/banner/banner.php by phan

Variable $textstring is undeclared
Open

    $text = $textstart.$textstring.$textend;
Severity: Minor
Found in e107_plugins/banner/banner.php by phan

There are no issues that match your filters.

Category
Status