trigger_deprecation('twig/twig','3.15','Not passing a "%s" instance to the "left" argument of "%s" is deprecated ("%s" given).',AbstractExpression::class,static::class,\get_class($left));
}
if(!$rightinstanceofAbstractExpression){
trigger_deprecation('twig/twig','3.15','Not passing a "%s" instance to the "right" argument of "%s" is deprecated ("%s" given).',AbstractExpression::class,static::class,\get_class($right));