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
Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in php shell code on line 1
Fatal error: Array and string offset access syntax with curly braces is no longer supported in php shell code on line 1
But I expected this output instead:
Fatal error: Array and string offset access syntax with curly braces is no longer supported in php shell code on line 1
(i.e. there is no use of ${} for string interpolation)
The cause is that the constants used for ast node flags have identical values, causing this ambiguity.