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
* Fixed that scoped variables would overwrite parent scope.
Fixes#952
* Moved variable stack maintenance to methods and private properties in Data class.
In this example, the $var assignment inside the function persists outside of the function:
So Smarty 4 would output "a" as you'd expect, but Smarty v5.0.0-rc3 outputs "b".
The text was updated successfully, but these errors were encountered: