nette / latte

☕ Latte: the safest & truly intuitive templates for PHP. Engine for those who want the most secure PHP sites.
https://latte.nette.org
Other
1.13k stars 109 forks source link

Syntax foreach as list() is no longer working in v3 #342

Closed survik1 closed 1 year ago

survik1 commented 1 year ago

Version: 3.0.x

Bug Description

Since v3 syntax foreach as list() is no longer working.

Steps To Reproduce

https://fiddle.nette.org/latte/#e09e2e14ee

Expected Behavior

foreach as list() is supported php construct, Latte should support it as well especially since it worked in 2.x

mabar commented 1 year ago

As a workaround, use the shorter syntax https://fiddle.nette.org/latte/#4cc329876f