e107_handlers/traffic_class.php
Argument 3 (tFinish)
is string
but \e107_traffic::Bump()
takes int
defined at /code/e107_handlers/traffic_class.php:90
Open
Open
$tObject->Bump('TRAF_CAL1', $b, $e); // emulate the normal non-insider call
- Exclude checks
Saw possibly unextractable annotation for a fragment of comment '* @param string time $tStart Start time - unexploded microtime result':
after string,
did not see an element name (will guess based on comment order) Open
Open
* @param string time $tStart Start time - unexploded microtime result
- Exclude checks
Argument 2 (str)
is \time
but \explode()
takes string
Open
Open
$tFrom = explode(' ', $tStart);
- Exclude checks
Argument 1 (tStart)
is int
but \e107_traffic::TimeDelta()
takes string
defined at /code/e107_handlers/traffic_class.php:56
Open
Open
$time = $this->TimeDelta($tStart, $tFinish) - $offset;
- Exclude checks
Argument 2 (tStart)
is string
but \e107_traffic::Bump()
takes int
defined at /code/e107_handlers/traffic_class.php:90
Open
Open
$tObject->Bump('TRAF_CAL2', $b);
- Exclude checks
Argument 2 (tStart)
is string
but \e107_traffic::Bump()
takes int
defined at /code/e107_handlers/traffic_class.php:90
Open
Open
$tObject->Bump('TRAF_CAL1', $b, $e); // emulate the normal non-insider call
- Exclude checks
Expression may not be PHP 7 compatible Open
Open
$this-> {$vName} [$sWhat] = array();
- Exclude checks
Parameter $tStart
has undeclared type \time
Open
Open
function TimeAbs($tStart)
- Exclude checks
Saw possibly unextractable annotation for a fragment of comment '* @param string time $tStop Finish time - unexploded microtime result':
after string,
did not see an element name (will guess based on comment order) Open
Open
* @param string time $tStop Finish time - unexploded microtime result
- Exclude checks
Invalid offset "TRAF_CAL1"
of array type array{}
Open
Open
$t = $tObject->aTrafficTimed['TRAF_CAL1'];
- Exclude checks
Invalid offset "TRAF_CAL2"
of array type array{}
Open
Open
$t = $tObject->aTrafficTimed['TRAF_CAL2'];
- Exclude checks