<h1>E_DEPRECATED: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence </h1>
            <p> At: <b>/home/web/jvenergy.sk/www/components/less.class.php</b> on line <b>5514</b><br>
<xmp>$other = $other->convertTo( $this->unit->usedUnits());

if( Less_Parser::$options['strictUnits'] && $other->unit->toString() !== $unit->toCSS() ){
throw new Less_Exception_Compiler("Incompatible units. Change the units or use the unit function. Bad units: '".$unit->toString() . "' and ".$other->unit->toString()+"'.");
}

$value = Less_Functions::operate( $op, $this->value, $other->value);</xmp><h1>E_DEPRECATED: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence </h1>
            <p> At: <b>/home/web/jvenergy.sk/www/components/less.class.php</b> on line <b>8225</b><br>
<xmp>} else {
$defaultResult = $defTrue;
if( ($count[$defTrue] + $count[$defFalse]) > 1 ){
throw new Exception( 'Ambiguous use of `default()` found when matching for `'. $this->format($args) + '`' );
}
}
</xmp><h1>E_WARNING: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? </h1>
            <p> At: <b>/home/web/jvenergy.sk/www/components/less.class.php</b> on line <b>9836</b><br>
<xmp>case 40:
$parenLevel++;
$lastParen = $this->parserCurrentIndex;
continue;

// )
case 41:</xmp><h1>E_WARNING: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? </h1>
            <p> At: <b>/home/web/jvenergy.sk/www/components/less.class.php</b> on line <b>9844</b><br>
<xmp>if( $parenLevel < 0 ){
return $this->fail("missing opening `(`");
}
continue;

// ;
case 59:</xmp><h1>E_WARNING: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? </h1>
            <p> At: <b>/home/web/jvenergy.sk/www/components/less.class.php</b> on line <b>9849</b><br>
<xmp>// ;
case 59:
//if (!$parenLevel) { $this->emitChunk();	}
continue;

// {
case 123:</xmp><h1>E_WARNING: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? </h1>
            <p> At: <b>/home/web/jvenergy.sk/www/components/less.class.php</b> on line <b>9855</b><br>
<xmp>case 123:
$level++;
$lastOpening = $this->parserCurrentIndex;
continue;

// }
case 125:</xmp><h1>E_WARNING: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? </h1>
            <p> At: <b>/home/web/jvenergy.sk/www/components/less.class.php</b> on line <b>9865</b><br>
<xmp>
}
//if (!$level && !$parenLevel) { $this->emitChunk(); }
continue;
// \
case 92:
if ($this->parserCurrentIndex < $this->input_len - 1) { $this->parserCurrentIndex++; continue; }</xmp><h1>E_WARNING: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? </h1>
            <p> At: <b>/home/web/jvenergy.sk/www/components/less.class.php</b> on line <b>9868</b><br>
<xmp>continue;
// \
case 92:
if ($this->parserCurrentIndex < $this->input_len - 1) { $this->parserCurrentIndex++; continue; }
return $this->fail("unescaped `\\`");

// ", ' and `</xmp><h1>E_WARNING: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? </h1>
            <p> At: <b>/home/web/jvenergy.sk/www/components/less.class.php</b> on line <b>9888</b><br>
<xmp>$this->parserCurrentIndex++;
}
}
if ($matched) { continue; }
return $this->fail("unmatched `" + chr($cc) + "`", $currentChunkStartIndex);

// /, check for comment</xmp><h1>E_WARNING: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? </h1>
            <p> At: <b>/home/web/jvenergy.sk/www/components/less.class.php</b> on line <b>9893</b><br>
<xmp>
// /, check for comment
case 47:
if ($parenLevel || ($this->parserCurrentIndex == $this->input_len - 1)) { continue; }
$cc2 = $this->CharCode($this->parserCurrentIndex+1);
if ($cc2 == 47) {
// //, find lnfeed</xmp><h1>E_WARNING: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? </h1>
            <p> At: <b>/home/web/jvenergy.sk/www/components/less.class.php</b> on line <b>9914</b><br>
<xmp>return $this->fail("missing closing `*/`", $currentChunkStartIndex);
}
}
continue;

// *, check for unmatched */
case 42:</xmp><h1>E_WARNING: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? </h1>
            <p> At: <b>/home/web/jvenergy.sk/www/components/less.class.php</b> on line <b>9921</b><br>
<xmp>if (($this->parserCurrentIndex < $this->input_len - 1) && ($this->CharCode($this->parserCurrentIndex+1) == 47)) {
return $this->fail("unmatched `/*`");
}
continue;
}
}
</xmp>