You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($iLastComponentType != CalcFunction::T_OPERAND) {
579
576
$oVal = $this->parsePrimitiveValue();
580
-
if ($iLastComponentType == CalcFunction::T_OPERAND) {
581
-
thrownewUnexpectedTokenException(sprintf('Next token was expected to be an operand of type %s. Instead "%s" was found.', implode(', ', $aOperators), $oVal), '', 'custom', $this->iLineNo);
thrownewUnexpectedTokenException(sprintf('Next token was expected to be an operand of type %s. Instead "%s" was found.', implode(', ', $aOperators), $oVal), '', 'custom', $this->iLineNo);
0 commit comments